Comment 4 for bug 1388742

Revision history for this message
James Hunt (jamesodhunt) wrote :

I have created a fresh utopic amd64 container (host is running vivid), installed vnc4server and your job above, and the system is working exactly as it should .

Please specify:

- the architecture of the host.
- the architecture of the container
- whether the lxc container is privileged or not (did you run lxc-create as a non-priv user?)
- exactly how you are starting the container.
- whether you can 'lxc-console -n ...' to your container when it has appeared to hang.

It would also be useful to know if you have modified other upstart jobs in the container. Can you remove the problematic job and run the following inside your container:

$ apport-collect -p upstart 1388742

Also, if you can start your container using the command below and attach '/tmp/lxc.log' and 'typescript' to this bug report.

$ script -c 'sudo lxc-start -F -n utopic -l debug -o /tmp/lxc.log -- /sbin/init --debug'

You'll need to changer the container name (mine is called 'utopic') and if your container is non-privileged, drop the 'sudo'.