From owner-freebsd-questions@FreeBSD.ORG Thu Dec 27 03:03:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3455B16A419 for ; Thu, 27 Dec 2007 03:03:11 +0000 (UTC) (envelope-from livia.markoczy@utdallas.edu) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 0BF6413C455 for ; Thu, 27 Dec 2007 03:03:10 +0000 (UTC) (envelope-from livia.markoczy@utdallas.edu) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 8428882632 for ; Wed, 26 Dec 2007 21:43:42 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 26 Dec 2007 21:43:42 -0500 X-Sasl-enc: htv+UTfQYPbue/21cibzQfIiQYPYrknDyNBwTnRzcKE/ 1198723422 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 3EB9DA19A for ; Wed, 26 Dec 2007 21:43:42 -0500 (EST) Message-Id: <1FF40B1F-D183-421A-A7A6-1BFD8E5EBE15@utdallas.edu> From: Livia Markoczy To: User questions Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Wed, 26 Dec 2007 20:43:41 -0600 X-Mailer: Apple Mail (2.915) Subject: syslog-ng not logging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 03:03:11 -0000 I've just installed syslog-ng from ports on 7.0B4. I put the following into /etc/rc.conf syslog_ng_enable="YES" syslog_ng_config="-u daemon" syslog_ng_pid="/var/run/syslog-ng.pid" And my syslog-ng.conf file is very similar to the example one (plus some special destinations for things that come in via UDP). I killed the syslog process and started /usr/local/etc/rc.d/syslog-ng start and everything seemed to start up just fine. No errors reported, runing rc.d/syslog-ng status tells me that it is running, as does ps. But nothing has logged anywhere, including to console, since the time I killed the system syslogd. Any suggestions of where I should look to debug this? -j