[Lxc-users] starting container requires re-login?

Fajar A. Nugraha list at fajar.net
Wed May 9 09:32:05 UTC 2012


On Wed, May 9, 2012 at 4:26 PM, 张章 <zhang_zhang at live.com> wrote:
> hello
>
> i have configured the lxc with basic settings like this:
>     lxc.ustname = lxc1
>     lxc.network.type = veth
>     lxc.network.flags = up
>     lxc.network.link = br0
>     lxc.network.name = eth0
>     lxc.network.ipv4 = 192.168.1.122/24
>     lxc.rootfs = /lxc/rootfs
>     lxc.mount = /lxc/fstab
>
> and the filesystem to be mount is fresh using
> debootstrap --arch amd64 lucid /lxc/rootfs http://archive.ubuntu.com/ubuntu
> After typing command: lxc-create and lxc-start, the host system requires me
> to re-login. Then I do it and try to connect the just lauched container
> using ssh,but i get the following error:
> PTY allocation request failed on channel 0
> stdin:is not a tty
> could anyone offer some help? you are warmly welcome!
> Thanks a lot!

My guess is you somehow mixed up the host and container's tty.
Possibly due to incomplete container config file.

You didn't mention what your host is. If it's not ubuntu precise,
better upgrade.

As for the guest container, there are other modifications needed, so
ONLY using debootstrap is not enough. I suggest you create it using
"lxc-create -n name_of_your_container -t ubuntu -- -r lucid" instead,
or look at /usr/lib/lxc/templates/lxc-ubuntu to see what modifications
are needed.

-- 
Fajar




More information about the lxc-users mailing list