On Wed, Sep 17, 2014 at 8:33 AM, CDR <[email protected]> wrote: > In Ubuntu I have a container that boots fine > but this does now work > lxc-console -n ivr > > Connected to tty 1 > Type <Ctrl+a q> to exit the console, <Ctrl+a Ctrl+a> to enter Ctrl+a itself > > it hangs there for ever > > what are the steps to figure the problem? The container is Fedora 20.
Does it ever work? If it previously work, you can always run lxc-attach, and see what's wrong (e.g. by running "ps -efa" inside the attached session). There should be *getty sessions that binds to each consoles (e.g. tty1). If it's not there, then check the corresponding systemd service. -- Fajar _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
