Date: Tue, 31 Oct 2006 09:31:35 +0200 From: "Clayton Milos" <clay@milos.co.za> To: "Doug Barton" <dougb@FreeBSD.org> Cc: freebsd-stable@freebsd.org Subject: Re: Entropy Message-ID: <037801c6fcbe$98797400$9603a8c0@claylaptop> References: <01dc01c6fb46$2effdb00$0264a8c0@claylaptop> <454673FD.9020804@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Doug Thanks a ton for your help. I found the issue was the following line in my /etc/rc.conf syslogd_flags="-l /var/run/log -l /var/named/var/run/log -b 196.x.x.x -a 196.x.x.x:`*`" I changed it to: syslogd_flags="-l /var/run/log -l /var/named/var/run/log -b 196.x.x.x -a 196.x.x.x:*" Obviously it was the `*` that was causing the problem with it trying to execute the * every time something was refrencing the file. I found it in some howto a while ago and didn't see the connection until you pointed it out made me think. Thanks again Clay ----- Original Message ----- From: "Doug Barton" <dougb@FreeBSD.org> To: "Clayton Milos" <clay@milos.co.za> Cc: <freebsd-stable@freebsd.org> Sent: Monday, October 30, 2006 11:51 PM Subject: Re: Entropy > Clayton Milos wrote: >> Hi there >> >> >> I'm having the same problem as Greg Bernard (bsd_at_todoo.biz). >> >> Every 11 minutes I get a mail from my servers but instead of it >> containing -- which is what Greg is getting it contains this: >> >> COPYRIGHT: not found >> >> Upon further investigation if I try run any of the shell scripts in >> /usr/local/etc/rc.d/ I get this error on the console: >> >> 000.apache2libs.sh: not found > > You have something other than variable assignments in /etc/rc.conf > and/or rc.conf.local. Don't do that. > > Doug > > -- > > This .signature sanitized for your protection > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?037801c6fcbe$98797400$9603a8c0>