Update: See Wiki article on http://pve.proxmox.com/wiki/OpenVZ_Console
____
Beginning with V2.2 (already available in pvetest repo) we implemented a new OpenVZ console.
If you start the console for an existing OpenVZ Debian container you cannot login by default - see screenshot.
In order to enable login, just do the following:
Login via SSH on your Proxmox VE host and 'enter' the container, and open /etc/inittab:
On the bottom of /etc/inittab just add the following line, save and poweroff the container:
now, start the container again by clicking on "start" on the console window and voila, now you can login! see screenshot.
____
Beginning with V2.2 (already available in pvetest repo) we implemented a new OpenVZ console.
If you start the console for an existing OpenVZ Debian container you cannot login by default - see screenshot.
In order to enable login, just do the following:
Login via SSH on your Proxmox VE host and 'enter' the container, and open /etc/inittab:
Code:
proxmox-ve:~# vzlist
CTID NPROC STATUS IP_ADDR HOSTNAME
107 13 running 192.168.9.100 debian6.maurer-it.com
108 29 running 192.168.9.101 debian.maurer-it.com
proxmox-ve:~# vzctl enter 108
entered into CT 108
root@debian:/# nano /etc/inittab
On the bottom of /etc/inittab just add the following line, save and poweroff the container:
Code:
1:2345:respawn:/sbin/getty 38400 tty1
now, start the container again by clicking on "start" on the console window and voila, now you can login! see screenshot.
Last edited: