LFS 6.0, Chapter 6.3:

Entering the chrooted environment works fine, as does shell commands. BUT, there's something wrong with the thread handling: Internal bash commands poses no problem, nor execution of external commands (that are forked and run as child processes I suppose). However, these child processes never return, meaning the shell hangs (and doing ps -A shows the process as being <defunct>).

Have I missed some thread handling code or what? The bash command works fine when run on the host, as does the little compilation test (cc dummy.c).

Thanks
/auvinen
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to