rc.setiathome.conf proxy how?

2003-01-28 Thread jle
rrors 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 "u

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

2003-01-30 Thread jle
PROXY=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
x.xxx.xxx:port" If such an example could be added 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 &

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 mount NFSD:/home2 /home Works fine until I reboot. Shouldn't it mou

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

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 Mo

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 /usr/p

Re: SMP: question

2003-06-19 Thread jle
> Hello, > > I am trying to configure an dual processor server for the first time. > It is a 6 year old HP with PIII Xeon 500's. > > The question I have is that when I boot into single user mode (as I have > had problems in multi-user) it shows only one proc starting up. This: > > SMP: AP CPU #1

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

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 wo

Re: NFS weirdness...

2003-06-19 Thread jle
> This isn't what I told you to do. This does not access your /etc/fstab > at > all and therefore doesn't accomplish what I was trying to help you > determine. > Do _this_: > mount /home > > With no second parameter, mount will look through /etc/fstab for a > mountpoint > that matches /home and u