novnc black screen

Bestbeast

Well-Known Member
Jul 29, 2016
163
5
58
31
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
 
This looks like the /etc/init/tty1.conf we generate automatically. So what did you change exactly?