From owner-freebsd-stable@FreeBSD.ORG Tue Oct 31 07:32:12 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0691E16A416 for ; Tue, 31 Oct 2006 07:32:12 +0000 (UTC) (envelope-from clay@milos.co.za) Received: from bart.milos.co.za (bart.milos.co.za [196.38.18.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177BC43D4C for ; Tue, 31 Oct 2006 07:31:57 +0000 (GMT) (envelope-from clay@milos.co.za) Received: (qmail 34299 invoked by uid 89); 31 Oct 2006 07:31:49 -0000 Received: from unknown (HELO claylaptop) (clay@milos.za.net@192.168.3.150) by bart.milos.co.za with SMTP; 31 Oct 2006 07:31:49 -0000 Message-ID: <037801c6fcbe$98797400$9603a8c0@claylaptop> From: "Clayton Milos" To: "Doug Barton" References: <01dc01c6fb46$2effdb00$0264a8c0@claylaptop> <454673FD.9020804@FreeBSD.org> Date: Tue, 31 Oct 2006 09:31:35 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Cc: freebsd-stable@freebsd.org Subject: Re: Entropy X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 07:32:12 -0000 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" To: "Clayton Milos" Cc: 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" >