[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

error message



> mount: devpts-live est d?j? mont? ou chroot/dev/pts est occup?
> mount: selon mtab devpts-live est mont? sur /root/debian-live/chroot/dev/pts

I think this french message is the same as:

Mount: devpts-live already mounted or chroot/dev/pts busy
Mount: according to mtab, devpts-live is mounted on ...

Right?

This is a known bug, too.

In order to solve the problem you have to edit the script 
"/usr/bin/lh_chroot_devpts".

* replace the following original line [80?]:

     if [ -e chroot/dev/pts/0 ]

* with:

     if mountpoint chroot/dev/pts -q



Good luck!



Reply to: