[lxc-users] Lower Version ??

CDR venefax at gmail.com
Fri May 2 02:18:02 UTC 2014


Dear Friends

It does work after I do this change to the lxc.service

> /usr/lib/systemd/system/lxc.service
>
> Change these lines:
>
> ExecStart=/usr/libexec/lxc/lxc-startup start
> ExecStop=/usr/libexec/lxc/lxc-startup stop
>
> To this:
>
> ExecStart=/usr/bin/lxc-autostart -a
> ExecStop=/usr/bin/lxc-autostart -s

But, wgen I try to access the console of my container with
lxc-console -n container, it hangs here

Connected to tty 1
Type <Ctrl+a q> to exit the console, <Ctrl+a Ctrl+a> to enter Ctrl+a itself

I am not sure what I am doing wrong
I wonder this is right or not, from when I created the Fedora 20 container
echo "pts/0" >> /var/lib/lxc/$container/rootfs/etc/securetty

any ideas?


More information about the lxc-users mailing list