Hello, On Mon, 11 Dec 2017, Helmut Jarausch wrote: >My procedure is quite similar, I only use > >mount --rbind /dev/ "${root}/dev"
Ah, that's nice for /dev/{pts,shm,usb}/ ;) >I've tried >catchsegv chroot /OtherGentoo /bin/bash > >as well as > >chroot /OtherGentoo catchsegv /bin/bash > >In both cases, I don't get any error messages BUT I don't get chrooted. > >Strangely enough, dmesg shows > >systemd-coredump[25375]: Failed to connect to coredump service: No such file ^^^^^^ >or directory > >although I'm not using system but openrc on both system It seems to me though, that that systemd-coredump thingy is running though ... $ ps a -eo pid,cmd | awk '$1 == 25375 { print;}' If you're not using systemd as init and that thing still runs, that could be the cause of you not getting usable info. HTH, -dnh -- "N race conditions on the wall, N race conditionsa You take one down, pass it around, and wait. And wait some more." -- Bytor in #tribes