From owner-freebsd-questions@FreeBSD.ORG Sat May 3 01:30:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9622A37B404 for ; Sat, 3 May 2003 01:30:12 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-10-105.abo.wanadoo.fr [193.252.200.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B89B243F3F for ; Sat, 3 May 2003 01:30:10 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h438U9QB014277 for ; Sat, 3 May 2003 10:30:09 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Sat, 3 May 2003 10:30:08 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305031030.08995.ajacoutot@lphp.org> Subject: syslog problems, need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 08:30:12 -0000 Hi ! I am really going to need some help here. I read all the documentation about syslog I have, but I still can't figure out how to make isc-dhcpd log to /var/log/dhcpd.log. There's a recent article on onlamp about setting up a dhcpd server, I followed all the steps for configuring logging, but it does not work. Here is what I have in my /usr/local/etc/dhcpd.conf: log-facility local7; And in my /etc/syslog.conf: local7.* /var/log/dhcpd.log I, of course, created /var/log/dhcpd.log, restarted everything, but it does not log anything, nor in /var/log/messages or /var/log/dhcpd.log. Do you have any idea ? Thanks. Antoine