https://bugzilla.novell.com/show_bug.cgi?id=703735 https://bugzilla.novell.com/show_bug.cgi?id=703735#c0 Summary: /usr/bin/chroot doesn't seem to work Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: All OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: nice@titanic.nyme.hu QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 I tried the following on two dofferent openSUSE 11.4 boxes: su - mkdir foo cp -a --parents /bin/sash foo chroot /root/foo /bin/sash And the results are: chroot: failed to run command `/bin/sash': No such file or directory #########################x strace says this: chroot("/root/foo/") = 0 chdir("/") = 0 execve("/bin/sash", ["/bin/sash"], [/* 58 vars */]) = -1 ENOENT (No such file or directory) The exact same thing works on SLES11 SP1 even with openSUSE 11.4's chroot executable. When copying the chroot executable from SLES 11 SP1 to openSUSE 11.4, it still does not work. Because of this I thought that it's a kernel problem, but ntpd seems to be able to run chrooted well. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.