Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/dev, /proc and /sys are not mounted inside the chroot #19

Open
obbardc opened this issue Feb 28, 2019 · 0 comments
Open

/dev, /proc and /sys are not mounted inside the chroot #19

obbardc opened this issue Feb 28, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@obbardc
Copy link
Member

obbardc commented Feb 28, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant