From owner-freebsd-questions Thu Dec 20 18:43:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl2-77.citlink.net [207.173.226.77]) by hub.freebsd.org (Postfix) with ESMTP id 7384D37B416 for ; Thu, 20 Dec 2001 18:43:45 -0800 (PST) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 40F97EE66F for ; Thu, 20 Dec 2001 18:45:43 -0800 (PST) Message-ID: <002701c189c9$49a70940$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: Subject: syslog.conf and isc-dhcp3rc4 Date: Thu, 20 Dec 2001 18:43:35 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I set up a dhcp server on FBSD 4.4-RELEASE using isc-dhcp3rc4. All appears to be working well except that I can't seem to get any logging. I have uncommented the following line in the dhcpd.conf file: # Use this to send dhcp log messages to a different log file (you also # have to hack syslog.conf to complete the redirection). log-facility local7; Then I added this line to my syslog.conf file: # Added to log dhcpd data to separate log file local7.debug /var/log/dhcpd.log Next I created /var/log/dhcpd.log: -rw-r--r-- 1 root wheel 0 Dec 20 15:51 /var/log/dhcpd.log Finally I restarted syslogd with a 'kill -1' to get it to re-read it's conf file. But I still do not get any logging. I have also tried the syslog.conf with this line but it didn't work either: !dhcpd *.* /var/log/dhcpd.log What am I missing? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message