Re: NFS weirdness...

2003-06-19 Thread jle
jle said: My new web server won't mount NFS from fstab on reboot. on NFSD: (/etc/exports) /home2 -maproot=0 -alldirs httpd on HTTPD: (/etc/fstab) NFSD:/home2 /home nfs rw,bg 0 0 manually mounting works mount NFSD:/home2 /home Works

Re: NFS weirdness...

2003-06-19 Thread jle
As a diagnostic step: Boot up the system, and then try to manually mount the filesystem with the command 'mount /usr/src'. If this works ... it pretty much confirms that your /etc/fstab syntax is correct. If it doesn't work, focus on /etc/fstab as the problem. HTH. -- Bill Moran

Re: Totally newbie - install problems

2003-06-19 Thread jle
Probably I will need to setup several client computers in the end, so an automated installation would be the best (download and install required packages/ports for the selected package/port automatically). Can you help me? When you install your ports, use the 'depend all' switches cd

Re: how much space for /

2003-06-19 Thread jle
226990 ./root 24076 ./sbin 281305 . # so what it appears that . is the culprit, correct. I am still learning to read the du command. Thanks in ./adv No, . is your current directory which in your case was / the total size is ~281M. The culprit seems to be /root which is using ~226M.

Re: Totally newbie - install problems

2003-06-19 Thread jle
The target is actually depends with the s. But how is that different from 'make install clean'? *shrug* make depend (without the 's') all install clean has always worked for me. I've used that since FreeBSD 2.1 at least. I would think if it was depends that it would say something like:

Re: FreeBSD 5.1 - Problem with post-installation configuration ofapache13-mod_ssl

2003-06-19 Thread jle
I have installed the base distribution + perl from the ports and am currently trying to get apache13 with mod_ssl working. This has usually been a trivial task, but I've been unable to make any progress, despite the so far wonderful documentation. Any assistance that could be provided would

NFS weirdness...

2003-06-18 Thread jle
My new web server won't mount NFS from fstab on reboot. on NFSD: (/etc/exports) /home2 -maproot=0 -alldirs httpd on HTTPD: (/etc/fstab) NFSD:/home2 /home nfs rw,bg 0 0 manually mounting works mount NFSD:/home2 /home Works fine until I

Trying again... (was rc.setiathome.conf proxy how?)

2003-01-30 Thread jle
=xxx.xxx.xxx.xxx:port and a bunch of other variations but I always get errors and it doesnt use my proxy. /usr/local/etc/rc.setiathome.conf: xxx.xxx.xxx.xxx:port: not found bad arg: xxx.xxx.xxx.xxx:port bad arg: 15 bad arg: 10 etc... A better set of documentation with examples would be appreciated. TIA, jle

Re: Trying again... (was rc.setiathome.conf proxy how?)

2003-01-30 Thread jle
to the setiathome(1) man page then maybe more people would use it. There might also be a mention of the FreeBSD setiathome team so they could join. Thank you for your time and attention, jle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

rc.setiathome.conf proxy how?

2003-01-28 Thread jle
and it doesnt use my proxy. /usr/local/etc/rc.setiathome.conf: xxx.xxx.xxx.xxx:port: not found bad arg: xxx.xxx.xxx.xxx:port bad arg: 15 bad arg: 10 etc... A better set of documentation with examples would be appreciated. TIA, jle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe