You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command is quite cryptic to the average user and although is nothing to worry about, users don't like seeing errors. This bug should not cause errors in the output.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
mounting dev inside the chroot may work... but that could cause its own issues...
$ sudo mount --bind /dev /mnt/dev
$ sudo mount --bind /proc /mnt/proc
$ sudo mount --bind /sys /mnt/sys
The text was updated successfully, but these errors were encountered:
This command is quite cryptic to the average user and although is nothing to worry about, users don't like seeing errors. This bug should not cause errors in the output.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
mounting dev inside the chroot may work... but that could cause its own issues...
The text was updated successfully, but these errors were encountered: