This probably means your chroot shell no longer has a pseudo terminal attached, and some applications need this.
Just add a line like this to your /etc/fstab in order to fix it:
devpts32 /my/chroot/location/dev/pts devpts defaults 0 0
Of course you also have to mount it.
1 comment:
Thank you!!!
Post a Comment