[Bug 461438] Re: An early boot component fails under lxc (linux containers)

2009-11-10 Thread Scott James Remnant
This is caused by the strange way that containers work, they're not really Linux systems - the external template used to make the filesystem should take this into account and replace the appropriate pieces (udev, mountall, etc.) ** Changed in: upstart (Ubuntu) Status: New = Won't Fix **

[Bug 461438] Re: An early boot component fails under lxc (linux containers)

2009-10-27 Thread Michael B. Trausch
This is the core dump of the upstart process that is failing. The PID of the core file (27138) is the PID of upstart as seen outside the container; within the container, it has PID 1. ** Attachment added: Core dump (from gcore) http://launchpadlibrarian.net/34492692/core.27138.gz -- An

[Bug 461438] Re: An early boot component fails under lxc (linux containers)

2009-10-27 Thread Michael B. Trausch
r...@spicerack:~# exec /sbin/init -v Loading configuration from /etc/init.conf Loading configuration from /etc/init init: Handling startup event init: mountall goal changed from stop to start init: mountall state changed from waiting to starting init: hostname goal changed from stop to start init:

[Bug 461438] Re: An early boot component fails under lxc (linux containers)

2009-10-27 Thread Michael B. Trausch
Using the following script seems to make the system work just fine: Oct 27 13:13:44 Keybuk initctl emit virtual-filesystems Oct 27 13:13:46 Keybuk initctl emit local-filesystems Oct 27 13:13:48 Keybuk initctl emit remote-filesystems Oct 27 13:13:55 Keybuk

[Bug 461438] Re: An early boot component fails under lxc (linux containers)

2009-10-26 Thread Michael B. Trausch
This is looking more and more like an upstart failure at early bootup. Will attach an strace that shows where the boot process ends momentarily. ** Summary changed: - mountall fails under lxc (linux containers) + An early boot component fails under lxc (linux containers) ** Also affects:

[Bug 461438] Re: An early boot component fails under lxc (linux containers)

2009-10-26 Thread Michael B. Trausch
This is the output from strace for the upstart process which is fork'd/exec'd from lxc. I will attach output from Upstart when run by way of exec init -v from a shell whose PID is 1 in a few minutes. ** Attachment added: lxc001.dbg.31735 http://launchpadlibrarian.net/34437947/lxc001.dbg.31735

[Bug 461438] Re: An early boot component fails under lxc (linux containers)

2009-10-26 Thread Michael B. Trausch
r...@saffron:~# lxc-start --name spicerack.trausch.us /bin/bash r...@spicerack:~# exec init -v Loading configuration from /etc/init.conf Loading configuration from /etc/init init: Handling startup event init: mountall goal changed from stop to start init: mountall state changed from waiting to

[Bug 461438] Re: An early boot component fails under lxc (linux containers)

2009-10-26 Thread Michael B. Trausch
If it matters, I'm on #upstart on FreeNode if anyone comes across this and wishes to have me try to collect information in some way in near- real-time. -- An early boot component fails under lxc (linux containers) https://bugs.launchpad.net/bugs/461438 You received this bug notification because