From owner-freebsd-questions@FreeBSD.ORG Thu Feb 25 18:13:12 2010 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 D3E0F1065675 for ; Thu, 25 Feb 2010 18:13:12 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 764988FC13 for ; Thu, 25 Feb 2010 18:13:12 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so220144fgg.13 for ; Thu, 25 Feb 2010 10:13:06 -0800 (PST) Received: by 10.87.15.10 with SMTP id s10mr271267fgi.21.1267121585589; Thu, 25 Feb 2010 10:13:05 -0800 (PST) Received: from haydn.nognu.de (haydn.nognu.de [81.169.170.112]) by mx.google.com with ESMTPS id d4sm1970277fga.23.2010.02.25.10.13.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 25 Feb 2010 10:13:04 -0800 (PST) Date: Thu, 25 Feb 2010 19:13:03 +0100 From: Frank Steinborn To: freebsd-questions@freebsd.org Message-ID: <20100225181303.GA89862@haydn.nognu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: remote syslog(3)ging behaving strangely? 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, 25 Feb 2010 18:13:12 -0000 Hi, i have several jails that push their syslog to the syslogd on the host. This is on FreeBSD 7.2. The only line for syslog.conf in the jails is: *.* @haydn.nognu.de On the host I have a standard syslog.conf but all.log is enabled. The problem now is that logs from the jails _only_ appear in all.log and i wonder why. I expected them to be sorted like configured in host's /etc/syslog.conf and I'm relatively sure it does work this way on 8, though I can't verify that right now. Any explanations for this beharviour? Thanks, Frank