From owner-freebsd-questions@FreeBSD.ORG Fri May 30 11:43:36 2008 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 E9D021065671 for ; Fri, 30 May 2008 11:43:36 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5A3D38FC14 for ; Fri, 30 May 2008 11:43:36 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m4UBgtao087911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 30 May 2008 12:42:58 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <483FE863.4070007@unsane.co.uk> Date: Fri, 30 May 2008 12:43:31 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Freebsd Questions References: <483FDA77.7090202@unsane.co.uk> In-Reply-To: <483FDA77.7090202@unsane.co.uk> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: i386 jail on amd64 7-stable 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: Fri, 30 May 2008 11:43:37 -0000 Vince Hoffman wrote: > Hi all, > I've managed to get the i386 jail to start by nullfs mounts of /libexec > and /usr/lib32 as per the instructions here > [http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2008-03/msg02216.html] > (It wouldnt start before, complaining about missing libs even though I > had done a full make world/installworld/distribution into the jaildir.) > > However this means that I'm now missing libkrb5.so.9 and possibly others > which means I cant use the base sshd (and probably more.) > Is there something basic I have missed or is this not expected to work? > Sorry to reply to myself but... I was being a muppet. rather than the nullfs mounts, I just needed to cd $jaildir/libexec ln -s ld-elf.so.1 ld-elf32.so.1 and now it works :) teach me to rely on random mailing list posts and not just thinking it though. ;) Vince > > Thanks, > Vince > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"