Quote Originally Posted by Broerz
I have the same problem. Could anyone help me out?

root@0[hda4] # chroot /mnt/hda4 /knx/source/KNOPPIX
chroot: cannot run command `/knx/source/KNOPPIX': Permission denied

How can I solve this problem?
I could be totally wrong, but that requirement for a space is not right?? Or at least to me does not make sense, granted I don't have a *nix terminal at hand to test it out.

If you run "chroot /mnt/hda4/knx/source/KNOPPIX" that should place you in the chrooted environment, by default the chroot command will run /bin/bash relative to the chroot path, that is for the command to be successful the file /mnt/hda4/knx/source/KNOPPIX/bin/bash must be present.