Comment 1 for bug 832123

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

In the container's rootfs, can you edit /etc/init/lxcguest.conf to have its pre-start script also do

   ls -l /dev/ptmx >> /debugout
   ls -l /dev/pts >> /debugout
   cat /proc/self/mounts >> /debugout
   cat /proc/self/mountinfo >> /debugout

and post /debugout here?