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

chroot conflicts with systemd #17

Open
hawajrambo opened this issue Sep 4, 2022 · 0 comments
Open

chroot conflicts with systemd #17

hawajrambo opened this issue Sep 4, 2022 · 0 comments

Comments

@hawajrambo
Copy link

hawajrambo commented Sep 4, 2022

The chrooting solution is great, however it should be mentioned in the readme, that it has issues with systemd:

- can't reboot
# reboot
Running in chroot, ignoring request.

- can't list active services
# systemctl
Running in chroot, ignoring command 'list-units'

- we cannot be sure, if a new package has been installed succesfully
# apt-get install dbus
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Running in chroot, ignoring request / command 'daemon-reload' / 'show' / 'daemon-reload' / 'is-active'
.......service is a disabled or a static unit, not starting it.

If such a task is required I suggest commenting out the initramfs= in /boot/config.txt temporally and reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant