<div dir="ltr">Hi there,<div><br></div><div>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.</div><div><br></div><div>Here are the steps to reproduce (lxc 1.0.7), assuming container is already running:</div><div><br></div><div>### Step 1: attach to /dev/console, for example to see shutdown messages</div><div>HOST# lxc-console -n CONTAINER -t console<br></div><div><br></div><div>### Step 2: reboot the container</div><div>CONTAINER# reboot</div><div><br></div><div>### Step 3: watch the shutdown messages in console on host:</div><div>...(all irrelevant content)...</div><div><div>AT LAST:  Rebooting...</div><div>lxc_container: console.c: lxc_console_cb_tty_master: 672 Input/output error - failed to read</div></div><div><br></div><div>### Step 4: try to reconnect console</div><div><div>HOST# lxc-console -n CONTAINER -t console<br></div></div><div><div>lxc_container: commands.c: lxc_cmd_console: 709 console 0 invalid,busy or all consoles busy</div></div><div><br></div><div><div>### Step 5: connect to tty1</div><div>HOST# lxc-console -n CONTAINER -t 1<br></div><div>...(still works)...</div><div><br></div></div><div><br></div><div>Can someone confirm this (mis)behaviour?</div><div>b.</div><div><br></div></div>