I am using a vagrant to run centos7 now. I created a lxc container which also base centos7 inside this vagrant os.
I can start the lxc but can't use lxc-console
. Like this:
$ sudo lxc-create -n centos -t centos
$ sudo lxc-start -n centos -d
$ sudo lxc-ls --active
centos
$ sudo lxc-console -n centos
Connected to tty 1
Type <Ctrl+a q> to exit the console, <Ctrl+a Ctrl+a> to enter Ctrl+a itself
Then nothing to go, only waiting...
It seems like the centos7's problem. How to fix it?