mountd/nfs export options

2003-11-02 Thread Antoine Jacoutot
this (security ?), but I would really like to find a way to do this anyway... If you have any idea. Thanks in advance. -- Antoine Jacoutot [EMAIL PROTECTED] http://www.lphp.org PGP/GnuPG key: http://www.lphp.org/ressources/ajacoutot.asc ___ [EMAIL

Re: mountd/nfs export options

2003-11-03 Thread Antoine Jacoutot
Lowell Gilbert wrote: Is there a trick or anything I could use to exports 2 directories on the same filesystem, but with different options ? For exemple, I have /dev/ad2s1d mounted on /exports. I would like to export /exports/share1 read-only and /exports/share2 read-write. It's not possible, b

if_tun

2003-11-03 Thread Antoine Jacoutot
e "device tun" in my kernel config file. Thanks in advance. -- Antoine Jacoutot [EMAIL PROTECTED] http://www.lphp.org PGP/GnuPG key: http://www.lphp.org/ressources/ajacoutot.asc ___ [EMAIL PROTECTED] mailing list http://lists.freebs

Re: mountd/nfs export options

2003-11-04 Thread Antoine Jacoutot
Lowell Gilbert wrote: The limitation is in the NFS protocol, not in the FreeBSD implementation, so if Linux lets you do this, you're fooling yourself about the security involved. Allright then... but I'm forced to find way to do this anyway. I guess I have to find another way of sharing those direc

Re: mountd/nfs export options

2003-11-04 Thread Antoine Jacoutot
Nathan Kinkade wrote: > Must they be two separate exports, or could you simply export /exports and then control read/write access to /exports/share1 and /exports/share2 using regular unix file permissions? For example: dr-xr-xr-x 2 user group 4096 Nov 4 08:34 share1/ drwxrwxrwx 2 user group

Re: mountd/nfs export options

2003-11-04 Thread Antoine Jacoutot
Selon Nathan Kinkade <[EMAIL PROTECTED]>: > Hmmm ... again, certainly this is an option that has crossed your mind > already, but would it be impossible or impractical to move > /exports/share2 to a diff filesystem, such that you could then export > with different options. If for some reason share

Re: Trans.: Re: gnome long startup

2004-04-06 Thread Antoine Jacoutot
On Tuesday 06 April 2004 02:57, Antoine Jacoutot wrote: > Yes, the blackholes have been known to cause problems with GNOME > startup. First make sure you can do: Indeed, blackholes were the problem... It works now. Is there a way to have blackholes enabled and make tthis work anyway ? A

Re: Problem with mouse scroll logitech

2004-04-06 Thread Antoine Jacoutot
On Tuesday 06 April 2004 23:57, Marcelo wrote: > Hello all, > > I have a Logitech optical mouse with scroll, and i've used the scroll > function in several linux distros, but in freebsd i didnt find the > solution yet.. > > Is there any line to add in xf86config file, or other manner to solve > tha

Re: sendmail milter support

2004-04-11 Thread Antoine Jacoutot
On Sunday 11 April 2004 14:03, Spades wrote: > I edited freebsd.mc and added: > INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, > T=S:4m;R:4m') > > i tried restarting sendmail process but it didn't take effect, so i need to > make and make install in /etc/mail. i did that a

Re: sshd login "error"

2004-04-16 Thread Antoine Jacoutot
On Friday 16 April 2004 20:47, Thomas Beer wrote: > The DSAauthentication key is for a normal user and > runs smoothly. If I try to login as root from > one of the boxes to another (works in both directions) > I get a password prompt and after entering the root > password access is granted!?? > > A

Re: WindowsCE Device (iPAQ) and FreeBSD

2004-04-25 Thread Antoine Jacoutot
On Monday 26 April 2004 00:13, Ralph M. Los wrote: > Are there any "drivers" or connectors to be able to "talk" (synch, etc) > to a WinCE device for FreeBSD? Yes, there is: $ cd /usr/ports $ make search name=synce Antoine ___ [EMAIL PROTECTED] mailing

USB problems

2004-05-13 Thread Antoine Jacoutot
rddrive (I unplugged it for like a week and had no problem). Note that _all_ my devices have a power switch. So my questions would be: - do you know where this problem could come from ? - do you have any idea how I could maybe send some data to the USB port to keep it alive ? Thanks in advance.

Re: USB problems

2004-05-13 Thread Antoine Jacoutot
Selon andre post <[EMAIL PROTECTED]>: > How does your Wired memory behave during the time of > intensive USB traffic? Well, when scanning for exemple, it starts at "112M Wired" up to "114M Wired"... so I guess this is ok. > If my bet is right, you're suffering from the usb > driver memory leak as

Re: The correct way to run "make"

2004-05-14 Thread Antoine Jacoutot
On Friday 14 May 2004 19:17, Gerard Samuel wrote: > a) make --SOMEOPTION=yes > b) make --SOMEOPTION=yes > c) make SOMEOPTION=yes I'm not sure there's an "official way", but I think you can use whatever: make -DOPTION make OPTION=1 make OPTION=yes ___

Re: The correct way to run "make"

2004-05-14 Thread Antoine Jacoutot
On Friday 14 May 2004 19:50, Android66 wrote: > Often you need to specify values, like for postgresql: > > make PREFIX=/some/other/dir I've never used PREFIX as a make option. I always use the default which usually is /usr/local (otherwise, I think it is defined in the port Makefile). Antoine __

Re: The correct way to run "make"

2004-05-14 Thread Antoine Jacoutot
Selon Gerard Samuel <[EMAIL PROTECTED]>: > Im giving up for now. > Tried to build mozilla with -> > make -DWITHOUT_MAILNEWS=yes -DWITHOUT_LDAP=yes -DWITHOUT_CHATZILLA=yes > install > and it still has the mail and chatzilla modules installed. > Maybe Ill experiment with it later (like when Im sleepi

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Antoine Jacoutot
On Monday 17 May 2004 18:51, Freddie Cash wrote: > Is it possible to manually run an rcNG-style script with app_enable=NO > in /etc/rc.conf? > > For instance, there are a few services that I don't want running all the > time on my laptop (like Apache, Squid, DansGuardian) but that I need > running

Re: Imap Proxy server?

2004-05-25 Thread Antoine Jacoutot
On Tuesday 25 May 2004 20:06, [EMAIL PROTECTED] wrote: > Hey all, > I have looked into this before but never really found too much info on > it. On one of my FreeBSD boxes I run Squirrelmail. I was told that > there is a Imap Proxy server that can be ran on the local box to help > with some s

apache segfault (11)

2004-06-09 Thread Antoine Jacoutot
Hi :) I'm having a very big problem with latest apache from ports under 5.2.1. First let me say that all my ports are up-to-date. Now, I use Apache+php+mysql with Horde for webmail. Since a couple of days, the webmail is almost impossible to use, login in takes forever and usually ends with an e

RE: apache segfault (11)

2004-06-09 Thread Antoine Jacoutot
Selon BSDBoy <[EMAIL PROTECTED]>: > Did you use any nonstandard optimizations while compiling apache? Also let Nope, nothing. > us know if apache is running in chroot environment. Could u also paste about No, it is a default install, no chroot. > 30 lines from the last of the apache log? Also d

Re: apache segfault (11)

2004-06-09 Thread Antoine Jacoutot
On Wednesday 09 June 2004 21:32, BSDBoy wrote: > Looks rather strange to me because I can't find anything offending which > may cause the child processes to segfault. Could u make deinstall > apache+plugins, make clean, cvsup the port tree and remake it? Did it > help??? That was the first thing I

Re: Default make.conf in FreeBSD 5.x?

2004-06-14 Thread Antoine Jacoutot
On Monday 14 June 2004 02:41, Andrew McLaren wrote: > Apologies in advance for what might be a dumb question - but I have > searched Readmes, UPDATE, Handbook, FAQ, Google, without finding the answer Looks like you did not look at the man page. from make.conf(5): FILES /etc/make.conf /

Re: USB 2.0 (ehci) - still buggy?

2004-06-14 Thread Antoine Jacoutot
On Monday 14 June 2004 09:51, AK wrote: > I have just compiled EHCI into kernel, but have no luck > on making USB2 working :( Is USB2 supported or it is still > buggy on fbsd? If I compile ehci into the kernel and plug a USB2 Harddrive, my FreeBSD-5.2.1 box panics, so I guess it is still _very_

Re: Default make.conf in FreeBSD 5.x?

2004-06-14 Thread Antoine Jacoutot
On Monday 14 June 2004 10:01, Andrew McLaren wrote: > No, I read the man page :-) I may be stupid, but I am not lazy :-)) The > man page also helpfully says "This man page may occasionally be out of > date" so, while it's a useful document, it is not necessarily the final > arbiter of correctness

pop-before-smtp

2003-01-12 Thread Antoine Jacoutot
Hi ! I've been looking all around but I don't find any pop-before-smtp solution within FreeBSD (no package, no ports, at least I didn't find any). Do you know if such a solution exists. Thanks in advance. Best regards. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscrib

Re: pop-before-smtp

2003-01-13 Thread Antoine Jacoutot
On Mon, 2003-01-13 at 01:26, Alex wrote: > > Dear/Beste Antoine, > > Monday, January 13, 2003, 12:41:32 AM, you wrote: > > > I've been looking all around but I don't find any pop-before-smtp > > solution within FreeBSD (no package, no ports, at least I didn't find > > any). > > Do you know if su

Re: pop-before-smtp

2003-01-13 Thread Antoine Jacoutot
On Mon, 2003-01-13 at 01:37, pan wrote: > http://popbsmtp.sourceforge.net/ > Thanks, I was just hoping such a solution was included in FreeBSD (in ports or in the distribution). Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the mes

Re: pop-before-smtp

2003-01-13 Thread Antoine Jacoutot
On Mon, 2003-01-13 at 02:41, Mark wrote: > > I use DRAC + SASL (for sendmail). Admitted, you have to recompile a few > items; but it works like a charm. :) > Looks interesting, thank you... I'll try that. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-quest

Re: pop-before-smtp

2003-01-13 Thread Antoine Jacoutot
On Mon, 2003-01-13 at 05:55, Dirk Meyer wrote: > $ cd /usr/ports/mail/popa3d && make SMTP_AFTER_POP3=yes install > $ less /usr/local/share/doc/popa3d/POPAUTH Wow, thanks so much this is exactly the kind of solution I was looking for. Best regards. Antoine To Unsubscribe: send mail to [EMAIL

Re: Using FreeBSD in IRAN

2003-01-14 Thread Antoine Jacoutot
On Tue, 2003-01-14 at 22:23, Tima Farzaliyev wrote: > Hello > > Could you please advise - is it legal to use FreeBSD > in IRAN ? > The reason I ask this is - we cannot use certain > software including RedHat in IRAN due to US exporting > restrictions. Does this apply to FreeBSD as well ? > > Than

popa3d-before-sendmail

2003-01-16 Thread Antoine Jacoutot
Hello ! I'm using FreeBSD-4.7-STABLE. I installed popa3d-before-sendmail from the ports (popa3d with SMTP_AFTER_POP3 option; thanks to a people on this list). The pop-before-smtp is working fine except that the IPs in /etc/mail/popauth stay forever, meaning the relay stays open forever for those I

drac compile problem

2003-01-17 Thread Antoine Jacoutot
Hi, I'm having a problem with compiling drac. I run FreeBSD-4.7-STABLE, I just upgraded and compiled kernel+world and cvsup the ports collection. Now, here is my problem: -bash-2.05b# cd /usr/ports/mail/drac/ -bash-2.05b# make install ===> Patching for drac-1.11_2 ===> Applying FreeBSD patches

USB Storage Adapter

2003-01-24 Thread Antoine Jacoutot
Hi ! I was wondering if: ugen0: In-System Design USB Storage Adapter, rev 1.10/1.10, addr 2 which is an external USB hard drive (from Mem-Up) was supported under FreeBSD and if it was mountable as ext2fs. So far, I cannot get it to mount. Thanks in advance. Antoine To Unsubscribe: send m

emu10k1

2003-01-28 Thread Antoine Jacoutot
Hi ! I know this question was asked a lot in the past, but I coudn't find any answer. Is there any way I could get bass/treble switches in the sound mixer ? I have a Creative SBLive. kldstat: snd_emu10k1.ko snd_pcm.ko I know some months ago someone was working on a patch to implement some of th

kde+nvidia = crash

2003-01-30 Thread Antoine Jacoutot
Hi ! I'm under FreeBSD-4.7-STABLE with the NVidia proprietary binary drivers. I was running KDE 3.05 and I'm now running 3.1 which I though would fix my problem... but no ! Here it is: often when I close Konsole, Kmail... and some other KDE apps, I get a crash. Here is the backtrace: 0x29230cb8

Re: kde+nvidia = crash

2003-01-30 Thread Antoine Jacoutot
On Thursday 30 January 2003 16:26, Lauri Watts wrote: > I've been using the NVidia drivers since the day they were released, and > I've never seen a KDE crash that could be attributed to them. That's > multiple versions of -STABLE and multiple versions of KDE, everything from > 3.0.x to KDE CVS.

Re: Creative Audigy soundblaster support

2003-02-02 Thread Antoine Jacoutot
On Sunday 02 February 2003 23:50, Sergey V. Golitzyn wrote: > Are you mean only Audigy support, or somthing like 5.1 sound ? > > If you know how to play 5.1 sound on Creative Live 5.1. or somthing else > sound hardware, tell me please ... > I know C and C++ too. :- > First, having an emu-t

Re: USB or Firewire IDE drives

2003-02-06 Thread Antoine Jacoutot
On Thursday 06 February 2003 02:23, [EMAIL PROTECTED] wrote: > I was wondering if anyone has tried IDE drives connected via USB2.0 > or Firewire under 4.x or 5.x. Any information, even just a "no this > one doesn't work" would be greatly appreciated. Well, I have a USB 1.1 Hard Drive and it does n

Re:

2003-02-08 Thread Antoine Jacoutot
On Saturday 08 February 2003 05:09, [EMAIL PROTECTED] wrote: > what are the bbest three languages to learn? > thx for your answer Dutch, Swedish and Cajun Creole... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

emu10k1

2003-02-09 Thread Antoine Jacoutot
Hi ! I wanted to know if anyone succeeded in making 4 speakers work with Creative SBlive! ? The sound works but only on the 2 front speakers, not the 2 rear ones. Thanks in advance. Regards. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body

speeding up NFS

2003-02-09 Thread Antoine Jacoutot
Hi ! I wanted to know if someone could help me speed up NFS transfers with FreeBSD-4.7-STABLE. With Linux clients+server, the transfers are exactly twice faster than with freeBSD, so I am sure I must have screwed the configuration somewhere. Here are the options used for mounting: rw,intr,hard,-

Re: emu10k1

2003-02-09 Thread Antoine Jacoutot
On Sunday 09 February 2003 17:46, you wrote: > > I wanted to know if anyone succeeded in making 4 speakers work with > > Creative SBlive! ? > > The sound works but only on the 2 front speakers, not the 2 rear ones. > > Thanks in advance. > > the only way i got it working was with the use of the oss

Re: speeding up NFS

2003-02-10 Thread Antoine Jacoutot
Selon Dan Nelson <[EMAIL PROTECTED]>: > In the last episode (Feb 09), Antoine Jacoutot said: > > I wanted to know if someone could help me speed up NFS transfers with > > FreeBSD-4.7-STABLE. With Linux clients+server, the transfers are > > exactly twice faster than w

Re: speeding up NFS

2003-02-10 Thread Antoine Jacoutot
Search the archives ... I seem to remember this being discussed in great > depth a few years ago. > > You may be able to increase the -r and -w sizes to improve things. Yes, well I already tried that but it didn't work (it was even worse !) > My understanding is: you should use UDP mounts if th

Re: speeding up NFS

2003-02-10 Thread Antoine Jacoutot
On Monday 10 February 2003 16:49, Doug Poland wrote: > > nfsserver:/data /data nfs fsv3,intr,rdirplus,-r=32768,-w=32768,rw > > On the NFS server I have in my /etc/sysctl.conf: > vfs.nfs.async=1 The -r=32768,-w=32768 options did improve the transfert a little bit. I didn't put vfs.nfs.async=1 o

gphoto2 Segmentation fault (core dumped)

2003-02-12 Thread Antoine Jacoutot
Hi ! I can't get gPhoto2 working under FreeBSD-4.7-STABLE, I always get segmentation faults. Here is the debug output, if anyone has an idea. Thanks in advance. Antoine $ gphoto2 --port=usb: --camera="Canon Digital IXUS 300" -l --debug 0.000261 main(2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN

emu10k1 patch

2003-02-13 Thread Antoine Jacoutot
Hi, While looking for a way to improve my SBlive sound, I found a patch here: http://groups.google.com/groups?selm=a0ahlh%24itf%241%40FreeBSD.csie.NCTU.edu.tw It is supposed to improve rear speaker output and to add bass+treble mixer. Anyone tried it ? Do you know if it made it into FreeBSD ? Th

Re: emu10k1 patch

2003-02-13 Thread Antoine Jacoutot
On Thursday 13 February 2003 14:14, Sam Izzo wrote: > I haven't tried that patch. I'm currently running 4.7-RELEASE, and I can't > get any sound out of my rear speakers. What are you running/what have you > done? Nothing yet... just using the regular PCM driver from 4.7-STABLE. I don't think th

Re: NVidia vs FreeBSD 5.0

2003-02-14 Thread Antoine Jacoutot
On Friday 14 February 2003 11:45, Valentin Al. Sitnick wrote: > I have problem with installation FreeBSD 5.0 to my PC because I have > NVidia MX440 SE-T videocard. The original drivers from NVidia.com cannot > be installed for this FreeBSD Version. > Is there decission of this problem? Yes, us

hpijs poor quality printing

2003-02-15 Thread Antoine Jacoutot
/apsfilter/basedir/bin/apsfilter:\ :sd=/var/spool/lpd/hpdeskjet_hpijs:\ :lf=/var/spool/lpd/hpdeskjet_hpijs/log:\ :af=/var/spool/lpd/hpdeskjet_hpijs/acct:\ :mx#0:\ :sh: I have ghostscript-gnu-nox11-7.05_3 and hpijs-1.3.1 under FreeBSD-4.7-STABLE-p3. Thanks in advance. --

pear-HTML_Select

2003-02-16 Thread Antoine Jacoutot
ts/distfiles/PEAR and try again. *** Error code 1 Stop in /usr/ports/devel/pear-HTML_Select. I think version 1.1 is now out, so if someone could take care of this, it would be nice since it gives a broken dependency with horde2. Thanks, and sorry if it's not the right place for this iss

Re: Problem syncing palm m125 w/ jpilot and pilot-xfer

2003-02-16 Thread Antoine Jacoutot
On Sunday 16 February 2003 23:33, Lin Jianfong wrote: > I just bought a Palm m125 model recently and tried to sync it via the USB > cradle/cable on my fbsd 4.7R box. I got the process going all up to the > point when trying to backup and sync using jpilot and pilot-xfer. Forget it, pilot-link does

Re: Flash Plugin error with Mozillia

2003-02-17 Thread Antoine Jacoutot
On Tuesday 18 February 2003 00:58, David Dooley wrote: > Can anyone tell me what port I need to install to get the flash plugin > working. linux_flashplugin + flashplugin-wrapper To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Antoine Jacoutot
On Tuesday 18 February 2003 21:44, Stijn Hoop wrote: > Even better, check out http://mplayerplug-in.sourceforge.net/. A > simple cvs co && gmake will do. I can't make it work with Konqueror... Anyone succeded in making in work ? Thanks. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Antoine Jacoutot
On Wednesday 19 February 2003 00:33, Lauri Watts wrote: > Make what work? so you can click on a file and it opens in mplayer? > Run kappfinder, let it find your mplayer binary and add it to the K menu. > In KControl, go to the file associations module, and make sure mplayer is > associated with th

Re: FreeBSD Media Player equivalent...

2003-02-19 Thread Antoine Jacoutot
On Wednesday 19 February 2003 03:13, Lauri Watts wrote: > They are two very different things. Mplayer is not embeddable by > Konqueror. > Doesn't stop you right clicking on a link and sending it to mplayer there, Oh yes, of course, when it is a direct link. > using mplayer as a viewer in file ma

Re: FreeBSD Media Player equivalent...

2003-02-19 Thread Antoine Jacoutot
On Wednesday 19 February 2003 09:20, Stijn Hoop wrote: > $ mplayer > http://a772.g.akamai.net/5/772/51/20b9f28883/1a1a1aaa2198c627970773d806 >69d84574a8d80d3cb12453c02589f25382f668c9329e0375e8177dec6493f758ca2f93f86ed7 >43/daredevil-tlr_320.mov It works great, as usual, I've never had any prob

Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 10:32, Stefan Cars wrote: > Hi! > > I have been trying to build the imap-uw port to allow plaintext passwords > for a long time now... Trying with all different possibilities when > compiling, even suspending the make before it actually compiles and going > into work an

MINUID in NIS Makefile

2003-02-20 Thread Antoine Jacoutot
Hi ! Is there a way to use the MINUID and MINGID options in a NIS Makefile or is it Linux only ? Indeed, with large networks when new users arrive or leave, it is a pain to have to copy then edit the master.passwd file each time a change occurs. Besides, is there a man page or a documentation a

Re: MINUID in NIS Makefile

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 16:17, Dan Nelson wrote: > In the last episode (Feb 20), Antoine Jacoutot said: > > Is there a way to use the MINUID and MINGID options in a NIS Makefile > > or is it Linux only ? > You'll have to tell us what those options mean before we can t

Re: MINUID in NIS Makefile

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 16:45, Scott Mitchell wrote: > You would add one line to the end of your /etc/master.passwd to tell it to > pick up the entries from /var/yp/master.passwd as well (assuming you want > your NIS users to be able to log on to the NIS server). Any users defined > in /etc/m

Re: MINUID in NIS Makefile

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 18:29, Scott Mitchell wrote: > In any case, you only need to copy master.passwd once, if at all, when you > first set your NIS server up. Then you can use pw (or vipw, if you must) > to edit either master.passwd file. pw is nice because it knows about NIS > and will r

Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 09:40, Bryan Cassidy wrote: > Hello. Now that I'm able to post to the -freebsd mailing lists I have > a questions. I am using FreeBSD 5.0-R with apache 1.3.27 and ddclient > 3.6.2 installed. Here is my ddclient.conf file > I don't get any errors in the logs or anything. W

Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 13:57, Bryan Cassidy wrote: > The server is running fine but when my ip changes the ddclient script > doesn't update it at dyndns.org so that means when my ip changes i > have to go to dyndns.org and update it myself and thats getting kinda > old ya know? > > To Unsubscri

Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 16:11, Bryan Cassidy wrote: > I'm thinking maybe this is the problem. > > use=if, if=ppp0 # via interfaces > > Should it be ppp0 or something else? I'm thinking that is the problem > but not sure. It depends on your internet interface... Min

Re: modern (usb) webcam support?

2003-02-21 Thread Antoine Jacoutot
Selon Andrew Boothman <[EMAIL PROTECTED]>: > This apparently includes : > > Creative Labs WebCam 3 (*** see note about the OV511+ below ***) Be carefull ! Creative Labs WebCam 3 doesn't work for me. I mean the only thing I can do with it take pictures, but it is impossible to get motion

netgroup

2003-02-23 Thread Antoine Jacoutot
Hi ! I am having a little problem with netgroup. Here is my /etc/netgroup file (distributed by NIS): TRUST (sta01.domain.com,-,nisdomain) (sta02.domain.com,-,nisdomain) (sta03.domain.com,-,nisdomain) I want to allow only this netgroup to print, so on the remote print server, I added [EMAIL PRO

netgroup

2003-02-23 Thread Antoine Jacoutot
Hi ! I am having a little problem with netgroup. Here is my /etc/netgroup file (distributed by NIS): TRUST (sta01.domain.com,-,nisdomain) (sta02.domain.com,-,nisdomain) (sta03.domain.com,-,nisdomain) I want to allow only this netgroup to print, so on the remote print server, I added @TRUST to

ports stale dependency

2003-02-24 Thread Antoine Jacoutot
Hi all... OK, I am a little confused today. On one of my servers, I did a "cd /usr/src && make update && portsdb -Uu && pkgdb -Fvu", and some packages have strange stale dependencies... Like for instance: "Stale dependency: horde-2.2.1_1 -> python-2.2.2_2 (lang/python)"... In the horde2 Makefile,

hpijs

2003-02-24 Thread Antoine Jacoutot
Hi ! I am looking for someone who uses the HPIJS printer driver to help me out a little bit with it. The printing output is very poor quality on my printer, and I wanted to make sure I didn't miss anything. I used to use HPIJS under Cups and Linux and the quality was very very nice, so I am sur

Re: audigy support

2003-02-24 Thread Antoine Jacoutot
> > Maybe has somebody idea : how to support the audigy > > sound card on FreeBSD 4.7 ? I think someone is writing a FreeBSD driver right now, so if I were you I would just wait... or ask the person his patch to make the Audigy works with the emu10k1 driver. Unfortunately, I can't remember hi

stupid question

2003-02-25 Thread Antoine Jacoutot
ut I would love to go like "make install", putting WITH_DRAC=yes in some configuration file somewhere so I don't have to write nor remember it all the time (especially when upgrading). Is that even possible ? Thanks in advance. -- Antoine Jacoutot [EMAIL PROTECTED]

Re: saving port settings (Was: stupid question)

2003-02-25 Thread Antoine Jacoutot
> First, next time choose a better subect. Nearly every original post is > a question. Sorry about this. > Use portupgrade, from the ports tree. Then you can do "portupgrade > imapd" to update it, and it'll look in $(PREFIX)/etc/pkgtools.conf to > see what settings you want to use. Hum I can't f

Re: stupid question

2003-02-25 Thread Antoine Jacoutot
On Tuesday 25 February 2003 20:51, Giorgos Keramidas wrote: > > Putting them in /etc/make.conf does not seem to work. > > Why not? What did you put in /etc/make.conf? Well, besides some settings, I put WITH_DRAC=yes... > I just tried rebuiding textproc/ispell with ISPELL_FR=yes in my > make.conf

Re: saving port settings (Was: stupid question)

2003-02-25 Thread Antoine Jacoutot
On Tuesday 25 February 2003 23:37, Mike Meyer wrote: > # e.g.: > # MAKE_ARGS = { > # 'databases/mysql323-*' => 'WITH_CHARSET=ujis', > # } > That looks like exactly what you're looking for. Sorry, I didn't see it... Well, this is great ;-) It only work for portupgrade though, right

antialiasing

2003-02-26 Thread Antoine Jacoutot
Hi ! I have just upgraded to XFree86-libraries-4.2.1_7 and Xft-2.1_2 by the ports, and now I can't get antialiasing to work anymore. The file /usr/X11R6/lib/X11/XftConfig is gone. Do I miss something here... ? Thanks. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

hpijs

2003-02-27 Thread Antoine Jacoutot
print to a Hp Deskjet printer ? I so don't want to have to buy another printer to print high quality pictures. Thanks. -- Antoine Jacoutot [EMAIL PROTECTED] http://www.lphp.org "Unix is user friendly. He's just very picky about who his friends are..." To Un

USB harddrives

2003-02-27 Thread Antoine Jacoutot
Hi ! Do you have any good feedbacks on USB harddrives with FreeBSD ? I just bought one and it doesn't work... ;-( so before making a second mistake, I wanted to be sure the next one I am going to buy works well. Thanks a lot. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 17:35, Mike Meyer wrote: > I'm using magicfilter+stp to print to an hp desktjet with good results. > You don't have to convert to magicfilter (though it's much nicer than > apsfilter, but harder to install), I just followed the Handbook... ;-) > but trying the stp dri

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 17:52, Mike Meyer wrote: > I know. The handbook walks you through the easiest > install. Magicfilter is a much less cpu-intensive solution, and > includs the ability to print things you can't print with apsfilter. Allright, I'll have a look at it... > The stp driver i

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 18:34, P. U. Kruppa wrote: > > here. Is there anyone on the list who uses apsfilter+hpijs to print to a > > Hp Deskjet printer ? > > Yes, I do and it works fine. Thank god... maybe you could help me... > Why? I can't have a good quality printing with apsfilter+ghosts

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 18:55, chuck odonnell wrote: > we use it here. it works like a charm, and the quality is > excellent. we print to it from FreeBSD desktops and Mac OS (shared via > netatalk). do you have any specific questions about your setup? > our info below for reference... And mi

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:01, P. U. Kruppa wrote: > apsfilter is a tool to help you configure your printcap file. > Please > # cd /usr/local/share/apsfilter > and > # ./Setup Please don't make fun of me, I am REALLY looking for help here. Thanks. Antoine To Unsubscribe: send mail to [EMAI

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:07, chuck odonnell wrote: > mabe it's what we're printing? I wish that was it, but no, I print ps, jpeg, png... files, and the quality is always the same, very bad... :-( I just set up a Redhat box for testing 5 minutes ago to try the hpijs driver... the quality

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:15, P. U. Kruppa wrote: > > aps1|ijs/DESKJET_990;r=600x600;q=high;c=full;p=letter;m=auto:\ > > > These are your default printer settings, if you need higher > resolution or quality you can either change the defaults or print

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:37, you wrote: > When I use quality=photo a printout takes about 10 minutes and > looks quite good. You are so lucky... > Perhaps you should subscribe to apsfilter's mailing list and ask > them. I already did... no answer yet... > (... and sorry, I didn't want to

Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:39, you wrote: > When I want to print something I just convert it to > post script and feed it to gs which knows how to talk > to printers. Read the gs man page to see how to do it. Ok, but this is not the problem though... I already printed postript files under com

Re: USB harddrives

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 22:37, [EMAIL PROTECTED] wrote: > I just set up a 80 gig ide Maxtor drive in a Manhattan concepts usb2 > 3.5" drive enclosure using 4.7-release..I just added the drive in using > /stand/sysinstall .then post install config. I then fdisk'd and labeled > then mounted the

Re: hpijs --> mostly solved

2003-02-28 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:39, Wayne Lubin wrote: > When I want to print something I just convert it to > post script and feed it to gs which knows how to talk > to printers. Read the gs man page to see how to do it. I think I have found the problem about hpijs... For a reason I don't know, a

Re: hpijs --> mostly solved

2003-02-28 Thread Antoine Jacoutot
Selon Mike Meyer <[EMAIL PROTECTED]>: > > And now, it works with no problem. I'm sure that if I choosed at first to > use > > DESKJET_920 and not DESKJET_970, it would have worked out of the box. > ..correction... it does not work (as good as it should). Comparing printing with apsfilter

Re: Booting 5.0 from GRUB

2003-03-07 Thread Antoine Jacoutot
On Friday 07 March 2003 12:30, Aaron Walker wrote: > Any idea why /boot/loader wouldnt exist? This is a fresh install of > 5.0.. I haven't even booted it up yet, since I can't get this to work. I am having the exact same problem... I think grub does not work well under FreeBSD 5.0. I just insta

Re: Problem to mount an ext3 partition

2003-03-07 Thread Antoine Jacoutot
On Friday 07 March 2003 13:56, Mica Telodico wrote: > I've controlled yet , the partition is the right > partition. I've controlled in /stand/sysinstall in the > partiotion utility , an it mark the "ad0s2" partition > as an ext2fs partition. I don't know what to do :cry: > I need those datas , and

Re: Booting 5.0 from GRUB

2003-03-07 Thread Antoine Jacoutot
On Friday 07 March 2003 16:06, Dan Nelson wrote: > I don't have any problems booting w98, w2k, and FreeBSD 5.0 with grub > at home. Go into grub's commandline mode, and use tab-completion to > verify that your path to /boot/loader is correct. Here is what I get: grub> root (hd0,4,a) Error 21: S

Re: Booting 5.0 from GRUB

2003-03-07 Thread Antoine Jacoutot
Selon Dan Nelson <[EMAIL PROTECTED]>: > In the last episode (Mar 07), Antoine Jacoutot said: > > On Friday 07 March 2003 16:06, Dan Nelson wrote: > > > I don't have any problems booting w98, w2k, and FreeBSD 5.0 with grub > > > at home. Go int

Re: Booting 5.0 from GRUB

2003-03-07 Thread Antoine Jacoutot
On Friday 07 March 2003 16:56, Dan Nelson wrote: > Then grub can't see any disks at all. If you just ran 'grub' from a > shell prompt, try actually booting into grub itself; sometimes the Unix > 'grub' command can't find all the disks the real grub sees. OK, I'll try that as soon as I have time t

ogle failed opening the oss audio

2003-03-23 Thread Antoine Jacoutot
le is launched as a regular user or as root. Any idea what could cause the problem ? I reinstall ogle but it didsn't change anything. Thanks. -- Antoine Jacoutot [EMAIL PROTECTED] http://www.lphp.org "Unix is user friendly. He's just very picky about who his friend

Re: ogle failed opening the oss audio

2003-03-23 Thread Antoine Jacoutot
On Sunday 23 March 2003 09:16, Antoine Jacoutot wrote: > Hi, > I am having a problem viewing DVD with ogle. > It complains about the OSS sound driver. Here is the output of the ogle > command: > FATAL[ogle_audio]: failed opening the oss audio driver at /dev/dsp > ctrl: ipc_rmid

Re: ogle failed opening the oss audio

2003-03-23 Thread Antoine Jacoutot
On Sunday 23 March 2003 19:27, Andrew Boothman wrote: > >OK, I'm answering to myself here... In fact, the problem is because arts > > is started (I'm under KDE). > >Is it possible to make ogle work with the arts sound server ? > > I'm running ogle from oKle, a KDE front end. Well, me too... but th

Re: Portupgrading all

2003-03-25 Thread Antoine Jacoutot
On Tuesday 25 March 2003 10:33, CARTER Anthony wrote: > Hi, > > Is there anyway to portupgrade all the installed applications that I have > on my FreeBSD box? I think "portupgrade -Rra" qhould do it. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in

Re: Suggestions for FreeBSD workstation

2003-03-27 Thread Antoine Jacoutot
On Thursday 27 March 2003 02:23, Miguel Gonçalves wrote: > - Sound Blaster Live 4.1 Creative OEM This is the soundcard I have and it is not well supported under FreeBSD (4 speakers output does not work, bass & treble control is not supported, neither are the multichannel...). I think someone is

<    1   2   3   >