From owner-freebsd-questions@FreeBSD.ORG Thu Aug 4 03:00:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5015116A41F for ; Thu, 4 Aug 2005 03:00:39 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-04-eri0.ohiordc.rr.com (ms-smtp-04-smtplb.ohiordc.rr.com [65.24.5.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D868643D45 for ; Thu, 4 Aug 2005 03:00:38 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-04-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j7430ZHH012941 for ; Wed, 3 Aug 2005 23:00:36 -0400 (EDT) Message-ID: <000501c598a0$7f523350$0200a8c0@satellite> From: "dave" To: Date: Wed, 3 Aug 2005 22:59:14 -0400 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.2800.1506 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: syslog in jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 03:00:39 -0000 Hello, I'm trying to set up an ftp server in a jail and it wasn't starting. I've now found out why, but in doing so i've found that syslog isn't logging to the jail, it's logging to the host system's xferlog file, i don't think it should be doing this. In the host system and the jail i've got syslogd_flags="-ss" in their rc.conf files. Any pointers? Also, lpd is listening in the jail as well. Thanks. Dave.