+34 911 599 883

+34 911 895 172

Console Proxmox error : Attached to CT 100 (ESC . to detach)

Cuando instalamos un contenedor CT con CentOS en Proxmox, y luego accedemos por la consola de Proxmox la consola nos devuelve este error:

Console Proxmox error : Attached to CT 100 (ESC . to detach)

Attached-to-CT

Para solucionarlo, usamos este manual oficial de http://pve.proxmox.com/wiki/OpenVZ_Console

Entramos en el container

proxmox-ve:~# vzctl enter 109

root@centos63-64:/# vi /etc/init/tty.conf

Cambiamos o creamos un fichero con este contenido exactamente:

# 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

Reiniciamos el container y ya funciona la consola JAVA a través de Proxmox