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" <[EMAIL PROTECTED]>
To: "Clayton Milos" <[EMAIL PROTECTED]>
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 "[EMAIL PROTECTED]"


_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to