-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
enter-chroot fails to enter bionic chroot #4076
Comments
That is strange,
Try entering your chroot as the root user with -
And see if that works, if it does then it may indicate some problems with the normal user's permissions, sometimes these can be sorted in the chroot with: This may be related to a problem with
Or it could be something else entirely, if any of the above doesn't help come back and let us know and we'll try to dig deeper. EDIT:
Hope this helps, |
Ok, I removed the previous bionic chroot, reinstalled it using the recreate setups and duplicated the
issue. Then I ran
And now I can enter the chroot. I suppose the reset of the file permissions on the home directories solved the issue... Thanks... |
chronos@localhost /usr/local/bin $ sudo enter-chroot bionic Entering /mnt/stateful_partition/crouton/chroots/bionic... -su: 1: bionic: not found Unmounting /mnt/stateful_partition/crouton/chroots/bionic... Sending SIGTERM to processes under /mnt/stateful_partition/crouton/chroots/bionic... chronos@localhost /usr/local/bin $ sudo edit-chroot -all name: bionic encrypted: no Entering /mnt/stateful_partition/crouton/chroots/bionic... crouton: version 1-20190403182822~master:174af0eb release: bionic architecture: amd64 xmethod: xiwi targets: xiwi,xfce host: version 12236.0.0 (Official Build) dev-channel snappy kernel: Linux localhost 4.4.180-16533-g77dd0cb94c17 #1 SMP PREEMPT Wed May 29 14:19:30 PDT 2019 x86_64 x86_64 x86_64 GNU/Linux freon: yes Unmounting /mnt/stateful_partition/crouton/chroots/bionic...
Please describe your issue:
After bionic release installation, enter-chroot fails to complete, unmounts chroot, and exits to host shell.
If known, describe the steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: