i386 jail on amd64 7-stable

2008-05-30 Thread Vince Hoffman
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?


Thanks,
Vince
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: i386 jail on amd64 7-stable

2008-05-30 Thread Vince Hoffman
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 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]