From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 6 10:47:13 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B19B2106564A for ; Sat, 6 Mar 2010 10:47:13 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3BF8FC12 for ; Sat, 6 Mar 2010 10:47:13 +0000 (UTC) Received: from outgoing.leidinger.net (pD9E2FE9C.dip.t-dialin.net [217.226.254.156]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id EB95B844587; Sat, 6 Mar 2010 11:47:07 +0100 (CET) Received: from unknown (unknown [192.168.2.110]) by outgoing.leidinger.net (Postfix) with ESMTP id 574B35026; Sat, 6 Mar 2010 11:47:04 +0100 (CET) Date: Sat, 6 Mar 2010 11:47:03 +0100 From: Alexander Leidinger To: John Nielsen Message-ID: <20100306114703.0000462f@unknown> In-Reply-To: <201003060115.28496.john@jnielsen.net> References: <201003021325.27197.lists@jnielsen.net> <201003041322.57875.lists@jnielsen.net> <20100305092611.0000772c@unknown> <201003060115.28496.john@jnielsen.net> X-Mailer: Claws Mail 3.7.2cvs15 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: EB95B844587.73FB4 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-0.763, required 6, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_55 0.60, TW_EV 0.08) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1268477228.42491@lkBsrKk6+0bnjN3EXjBhlw X-EBL-Spam-Status: No Cc: freebsd-emulation@freebsd.org Subject: Re: linux-only jail possible? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2010 10:47:13 -0000 On Sat, 6 Mar 2010 01:15:28 -0500 John Nielsen wrote: > On Friday 05 March 2010 03:26:11 Alexander Leidinger wrote: > > On Thu, 4 Mar 2010 13:22:57 -0500 John Nielsen > > wrote: > [snip] > > > Syslogd ran without complaint as well but didn't actually log > > > anything. I had to run it with "-p /var/run/log" (inside the jail > > > via /etc/sysconfig/syslog) and create a symlink to the socket in > > > the jail's /dev/log (outside the jail via exec_poststart). That's > > > not ideal since there's a period of time between when syslogd > > > starts in the jail and the symlink is created, but it works after > > > that. It would be better in the exec_prestart RC knob but the > > > jail's devfs isn't necessarily mounted at that point. > > > > Why don't you add a script into rc3 on the linux side which does the > > link? > > I always got permission errors when trying to do that manually and I > wasn't able to find a jail sysctl or similar to allow it. Ah, yes... and unfortunately devfs.rules has no link command. :( Bye, Alexander.