[chrysn] > in a setup with a wheezy+backports lxc host and a jessie lxc guest, > booting a debootstrapped environment fails when the processes init > (2x), rc and startpar are running. strace shows that startpar is in > a `pselect6` system call from which it never returns.
Can you try to adjust /etc/init.d/rc to run startpar via strace, to get a more complete view of what is going on? Is it stopping while running rcS.d/ or rc[2-5].d/? I suspect the hang is related to tty handling, as there is not much more that can go wrong in startpar, but do not really have a good idea what could cause this. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

