I did an update the other day. glibc ended badly with sandbox messages about signals already having handers, bad file descriptors and so on.
I still have the log. Now the poor wee thing won't boot. The boot messages on the console just stop.
My main install is on a USB HDD. That's the one that hangs at boot.
I also have an older less complete install on an SDCard. Its slow but it better than not booting. The plan was to boot that, mount everything at /mnt/gentoo in the traditional manner, then fix it ... but the chroot doesn't work.
Code: Select all
Pi3 64bit ~ # chroot /mnt/gentoo/ /bin/bash
Pi3 64bit / # env-update
>>> Regenerating /etc/ld.so.cache...
[1]+ Stopped chroot /mnt/gentoo/ /bin/bash
Pi3 64bit ~ # Code: Select all
Pi3 64bit ~ # jobs -l
[1]+ 2525 Stopped (tty output) chroot /mnt/gentoo/ /bin/bash
Pi3 64bit ~ # -- edit --
This happens on the console, over ssh and in srceen.
-- edit --
Further testing has shown that its the chroot process and any process in the chroot fighting over the console.
One stops the other every time it wants to do output.

