<div dir="ltr"><div><div>Hi,<br><br></div>I'm using Ubuntu 16.04 with the default Ubuntu lxd package.<br></div><div>I'm trying to start a  Ubuntu 8.04 container, but I didn't find any image. So I built and imported an image from deboostrap.<br><br></div><div>When I start the container, /sbin/init doesn't init anything and "lxc stop" hangs:<br></div><div>  * lxc start ub8<br></div><div>  * lxc exec ub8 ps auwwx<br>USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND<br>root         1  0.0  0.0   4020  1428 ?        Ss   Jan22   0:00 /sbin/init<br>root        25  0.0  0.0  14856  1700 ?        Rs+  Jan22   0:00 ps auwwx<br><br></div><div><br></div><div>If I run these 3 commands:<br></div><div>  * lxc start ub8<br></div><div>  * lxc exec ub8 /etc/init.d/rc S<br>  * lxc exec ub8 /etc/init.d/rc 2<br></div><div>everything goes fine: the system is initialized and I can stop it.<br><br></div><div>Do I miss something ? Why do I need to manually run /etc/init.d/rc ?<br><br></div><div>Thanks for your help.<br></div></div>