<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><span>Ok, after installing the daily builds, relaunching wily from scratch, installing upstart in it, creating a config profile and applying it to the container:<br><br>david@kimera:~$ lxc profile show debug_init<br>name: debug_init<br>config:<br>  raw.lxc: |-<br>    lxc.console.logfile = /tmp/out<br>    lxc.init_cmd = /sbin/init --debug --verbose<br>devices: {}<br><br>david@kimera:~$ lxc profile apply wily-u-1 default,debug_init<br>Profile default,debug_init applied to wily-u-1<br><br>No log is being written after running a bash shell and just waiting until it quits by itself:<br><br>david@kimera:~$ lxc exec wily-u-1 /bin/bash<br>root@wily-u-1:~# david@kimera:~$ <br>david@kimera:~$ lxc exec wily-u-1 -- ls -alh /tmp/<br>total 0<br>drwxrwxrwt 1 root root   0 Dec  9 15:37 .<br>drwxr-xr-x 1 root root 132 Dec  9 03:54 ..<br><br>Also, the time until the shell quits is variable in the double seconds:<br><br>david@kimera:~$ time lxc exec wily-u-1 /bin/bash<br>root@wily-u-1:~# <br>real    0m14.124s<br>user    0m0.004s<br>sys     0m0.004s<br>david@kimera:~$ time lxc exec wily-u-1 /bin/bash<br>root@wily-u-1:~# ls -l /tmp/<br>total 0<br>root@wily-u-1:~# <br>real    0m28.515s<br>user    0m0.016s<br>sys     0m0.000s<br>david@kimera:~$ time lxc exec wily-u-1 /bin/bash<br>root@wily-u-1:~# <br>real    0m12.001s<br>user    0m0.000s<br>sys     0m0.012s<br>david@kimera:~$ time lxc exec wily-u-1 /bin/bash<br>root@wily-u-1:~# ls -l<br>total 0<br>root@wily-u-1:~# <br>real    0m8.603s<br>user    0m0.008s<br>sys     0m0.000s<br><br><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><div>David<br></div></font></span><br><font color="#990099">-----"lxc-users" <lxc-users-bounces@lists.linuxcontainers.org> wrote: -----</font><div class="iNotesHistory" style="padding-left:5px;"><div style="padding-right:0px;padding-left:5px;border-left:solid black 2px;">To: LXC users mailing-list <lxc-users@lists.linuxcontainers.org><br>From: Serge Hallyn <serge.hallyn@ubuntu.com><br>Sent by: "lxc-users" <lxc-users-bounces@lists.linuxcontainers.org><br>Date: 12/08/2015 18:27<br>Subject: Re: [lxc-users] Serge Hallyn's article "Publishing LXD images"<br><br><div><font face="Courier New,Courier,monospace" size="2">Quoting david.andel@bli.uzh.ch (david.andel@bli.uzh.ch):<br>> But now happens something strange:<br>> <br>> When running 'lxc exec wily-with-upstart-1 /bin/bash' the prompt changes to root@wily-with-upstart-1 as expected, but then closes the shell in a few seconds, falling back on the host prompt.<br>> This happens both in the original wily (with systemd) and in the wily-with-upstart containers, but not in a trusty container.<br>> I haven't found any entries in /var/log in those containers during the time that this happens.<br>> <br>> What could this be and how can I find the cause?<br><br>Jinkeys, no idea.  Is the container still running after your<br>shell dies?<br><br>I'd try getting debug output from upstart itself.  Depending on which<br>lxc you're running, you may need to use lxc from the daily ppa to get<br>the patch "support arguments in lxc.init_cmd".  Add the following to<br>your container config:<br><br>  raw.lxc: |-<br>    lxc.console.logfile = /tmp/out<br>    lxc.init_cmd = /sbin/init --debug --verbose<br><br>_______________________________________________<br>lxc-users mailing list<br>lxc-users@lists.linuxcontainers.org<br><a href="http://lists.linuxcontainers.org/listinfo/lxc-users">http://lists.linuxcontainers.org/listinfo/lxc-users</a></font></div></lxc-users-bounces@lists.linuxcontainers.org></serge.hallyn@ubuntu.com></div></div><div></div></font>