Package: klibc-utils 
Version: 1.5.12-1 and 1.5.12-2 (in lenny and sid of architecture i386)
Severity: normal
Architecture: i386

Hello,

the chroot command exits with execve error
We can do a simple test:

[EMAIL PROTECTED] /usr/lib/klibc/bin/chroot / echo $PATH
execve: No such file or directory
[EMAIL PROTECTED] /usr/lib/klibc/bin/chroot / set
execve: No such file or directory

Also, when starting a system with live-initramfs occurs the same into the 
initrd environment,

Start a live system with break=live-bottom, and try this:

# the PATH is correct
(initramfs) echo $PATH
/sbin:/usr/sbin:/bin:/usr/bin

# using chroot from klibc gives an error,
(initramfs) chroot /root which debconf-communicate
execve: No such file or directory

# using chroot from busybox is correct,
(initramfs) busybox chroot /root which debconf-communicate
/usr/bin/debconf-communicate

Kind regards,

Jordi Pujol



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to