No Proxmox Console in minimal Debian

neurotrade

New Member
Feb 23, 2015
5
0
1
Hi

i have a Debian minimal Installaion and there i have no access via Proxmox Console. With a normal Debian Installation i can access the machine with the Proxmox Console.
Witch additional Packets is needed to have Proxmox Console access?

neurotrade
 
Hi,
what does you mean min Debian on VM or Container?
 
Ciao Marco

On the firs view it looks exactly like my Problem... :-)

I will test it and the give Feedback

Gracie!

The following Code entered directly inside the command prompt of the VM solved my Problem:

cat > /etc/init/tty1.conf <<EOF
# 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]


stop on runlevel [!2345]


respawn
exec /sbin/getty --noclear -8 38400 tty1
EOF



Thank you Marco!