On 12/01/2013 22:06, Richard Weinberger wrote: > Am Sat, 12 Jan 2013 18:05:28 +0100 (CET) > schrieb "Dave Humphreys (Bob)" <d...@bob-the-boat.me.uk>: >> Richard, >> >> In the 64 bit environment (with additional 32 bit glibc) that works, >> I do: (/uml_test is a mount point for a filesystem) >> >> mount --bind /dev /<path_to_32_bit_stuff>/dev >> mount --bind /proc /<path_to_32_bit_stuff>/proc >> mount --bind /sys /<path_to_32_bit_stuff>/sys >> mount --bind /uml_test <path_to_32_bit_stuff>/uml_test > What about /dev/pts? > Why the chroot anyways? > > Thanks, > //richard > >
Richard, Well, of course, I was thinking that setting up the bind mount of /dev took everything else with it. I probably did know better, but it's my mistake. Explicitly adding: mount --bind /dev/pts /<path_to_32_bit_stuff>/dev/pts Makes everything work. Very sorry guys... Why chroot? I have had problems in the past with mixed environments. I maintain glibc and uclibc systems in various architectures, and find that keeping everything very separate keeps the confusion levels down. David ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel