[Lxc-users] lxc-start vs terminal
Ralf Schmitt
ralf at brainbot.com
Tue Jul 6 09:55:25 UTC 2010
Hi all,
I'm using lxc-0.7.1 and have problems using my terminal to enter input.
If I start
,----
| lxc-start -n simple /bin/bash
`----
I get a command prompt:
,----
| simple:/#
`----
If I now type a single 't' character (without newline), I get:
,----
| [local] ~/ # lxc-start -n simple /bin/bash
| simple:/# zsh: suspended (tty input) lxc-start -n simple /bin/bash
| [local] ~/ #
`----
Here's the contents of my configuration file:
,----
| lxc.rootfs = /v/simple/rootfs
| lxc.utsname = simple.pediapress.com
| lxc.network.type = veth
| lxc.network.flags = up
| lxc.network.link = br0
| lxc.network.name = eth0
| lxc.network.ipv4 = 10.0.0.8/24
| lxc.tty = 4
`----
Anyone know what's going on?
TIA,
- Ralf
More information about the lxc-users
mailing list