Hi there,

if container is rebooted while someone is attached to its primary console
(/dev/lxc/console), then than console becomes "unreachable" until container
is shut down and started again. Consoles /dev/lxc/ttyX work as expected all
the time.

Here are the steps to reproduce (lxc 1.0.7), assuming container is already
running:

### Step 1: attach to /dev/console, for example to see shutdown messages
HOST# lxc-console -n CONTAINER -t console

### Step 2: reboot the container
CONTAINER# reboot

### Step 3: watch the shutdown messages in console on host:
...(all irrelevant content)...
AT LAST:  Rebooting...
lxc_container: console.c: lxc_console_cb_tty_master: 672 Input/output error
- failed to read

### Step 4: try to reconnect console
HOST# lxc-console -n CONTAINER -t console
lxc_container: commands.c: lxc_cmd_console: 709 console 0 invalid,busy or
all consoles busy

### Step 5: connect to tty1
HOST# lxc-console -n CONTAINER -t 1
...(still works)...


Can someone confirm this (mis)behaviour?
b.
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to