C
# tty1 - getty
#
# This service maintains a getty on tty1 from the point the system is
# started until it is shut down again.
start on stopped rc RUNLEVEL=[2345] and (
not-container or
container CONTAINER=lxc or
container CONTAINER=lxc-libvirt)
stop on runlevel [!2345]
respawn
exec /sbin/getty -8 38400 tty1
but is not possible
Hi,I don't understand why you would implement a new console that breaks useability. I mean, using Proxmox 2.2 I now have to do this manually for every container that exists and gets installed. What kind of sense does it make to perform manual intervention to make something work EVERY TIME a new VM gets installed?
Hi,
the big effort of the new console is that's a real console is. Before you can't run a long running job on the console, because the process died after a short time (or if you close the console).
Perhaps you (or the pve-team for the supported templates?) should modify the template, to enable the console automatically?
Udo
The templates definitely need updated. How would I go about doing that myself? I'm a little baffled this wasn't done beforehand.
Our templates are already updated to support the new console. So you probably talk about third-party templates?