Hello,
I had a problem that when I tried to access the server via novnc console the image showing was just a black screen, I could solve it changing the /etc/init/tty1.conf to this:
# 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 -8 38400 tty1
My question is, how can I edit the template so that this file is always like that when created and vps? Or is there any other solution for the black screen?
Thanks
I had a problem that when I tried to access the server via novnc console the image showing was just a black screen, I could solve it changing the /etc/init/tty1.conf to this:
# 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 -8 38400 tty1
My question is, how can I edit the template so that this file is always like that when created and vps? Or is there any other solution for the black screen?
Thanks