Re: [lxc-devel] [PATCH 1/1] Description: run MAKEDEV console when doing lxc.autodev

2012-11-29 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > On 11/29/2012 11:50 AM, Serge Hallyn wrote: > > mounted-dev.conf won't be running that in container's userspace as it > > previously would have, so make sure that all the devices it would have > > created (other than ones which lxc later finagles) ge

Re: [lxc-devel] [PATCH 1/1] Description: run MAKEDEV console when doing lxc.autodev

2012-11-29 Thread Stéphane Graber
On 11/29/2012 11:50 AM, Serge Hallyn wrote: > mounted-dev.conf won't be running that in container's userspace as it > previously would have, so make sure that all the devices it would have > created (other than ones which lxc later finagles) get created. > To achieve this, we have to first mount /d

[lxc-devel] [PATCH 1/1] Description: run MAKEDEV console when doing lxc.autodev

2012-11-29 Thread Serge Hallyn
mounted-dev.conf won't be running that in container's userspace as it previously would have, so make sure that all the devices it would have created (other than ones which lxc later finagles) get created. To achieve this, we have to first mount /dev, then run MAKEDEV, then run setup_autodev to popu