Re: [lfs-support] Chapter 9 device is busy

2013-09-09 Thread loki
My first guess would be that you didn't get out of chroot with the command "logout". > Now that we have said that, lets move on to booting our shiny new LFS > installation for the first time! First exit from the chroot > environment: > > > logout > > My second guess would be that your usi

Re: [lfs-support] Chapter 9 device is busy

2013-09-09 Thread David Brodie
On 09/09/13 12:46, Rob Chua wrote: > can you help me with this? > root@rob:/home/rob# umount -v $LFS/dev/pts > umount: /dev/pts: device is busy. > (In some cases useful info about processes that use > the device is found by lsof(8) or fuser(1)) > root@rob:/home/rob# if [ -h $LFS/

[lfs-support] Chapter 9 device is busy

2013-09-09 Thread Rob Chua
can you help me with this? root@rob:/home/rob# umount -v $LFS/dev/pts umount: /dev/pts: device is busy.         (In some cases useful info about processes that use          the device is found by lsof(8) or fuser(1)) root@rob:/home/rob# if [ -h $LFS/dev/shm ]; then > link=$(readlink $LFS/dev/shm) >