On Thu, Mar 26, 2009 at 2:23 PM, Dan Tran <[email protected]> wrote: >>> > While in chroot, issue: >>> > >>> > ls /dev/pts >>> > ps >>> > >>> > what both commands return? >>> >>> here is the output >>> >>> root:/# ls /dev/pts >>> 0 >>> root:/# ps >>> PID TTY TIME CMD >>> 3476 pts/0 00:00:00 bash >>> 3478 pts/0 00:00:00 ps >> >> Please fix your environment. You don't have any pts devices, that's >> why fcntl couldn't open and close file descriptors. >> >> Perhaps the fault lies to your experiment below. >> >>> >> /home/lfs/fdb-env on /home/lfs/fdb-env/target/staging/root/fdb-env >>> >> type none (rw,bind) >>> >
>> > Ah, that would explain it. The same set to scripts run fine on my 32 bits > > and it fails on 64 bits. Could that cause by my Xen Server? > > At least i have some clues to dig some more > Good news As it turns out, according LFS my pts is ok since expect -c "spawn ls" runs fine on my 64 bit change root. So I turn off the workspace sharing experiment, the problem is still there. Continue looking. -Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
