Archiwa tagu: proxmox

Proxmox – Virtual Console for Containers (Centos 6)

Po utworzeniu kontenera z Centosem 6 na platformie Proxmox mamy problem z otworzeniem konsoli. Pozostaje nam jedynie zalogowanie się poprzez SSH. Jak temu zaradzić? Wystarczy utworzyć plik “/etc/init/tty.conf” z zawartością poniżej:

# 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]

stop on runlevel [!2345]

respawn
exec /sbin/agetty -8 tty1 38400