> Excuse me, but I don't understand what I have to do, so I execute in > a new shell: > > 1)chroot /chroot/xmail > It says that : > chroot: cannot execute /bin/bash: No such file or directory
then you need a bash in your chroot :) # mkdir /chroot/xmail/bin (is not exists) # cp /bin/bash /chroot/xmail/bin -a and gain check the required libs by doing # ldd /bin/bash Then you can # chroot /chroot/xmail/ and you have a chrooted bash. Now test perl and the av scanner. - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
