I recently installed the 32 bit lxc container on a 64 bit Ubuntu 12.04 system.
When I run the command sudo lxc-start -n my32bitbox
I am greeted with a login prompt. I
enter the default login and password which is: login= ubuntu ; password= ubuntu; but I am still unable to log on to the container. How can I resolve this issue?
login to container
get the shell prompt of the container
does the trick
You can also use ssh command to login to LXC-container:
To find out the LXC IP-address you can use this:
where CN is the container name and 'ubuntu' is the user acc in the LXC.
You need to enter the password for the "sudo" command to gain root privilege, in order to run lxc-start. It is not the login prompt for the container itself.
set your passwd exit out (ctrl-a q)
then