Problems on a fresh debian 8 CT

sebalou84

Active Member
Nov 1, 2018
16
0
41
37
Hello !

I have some problems with the console access from Proxmox VE 5.2-8 on a Debian 8 container.

The container template used was found into Proxmox :
upload_2018-11-1_15-49-29.png

As you can see, the first line is empty :
upload_2018-11-1_15-44-23.png

If i press enter, I get this :
upload_2018-11-1_15-48-5.png

And I also encounter problems into vi (despite an apt-get install vim), when i enter into insert mode with "i" and try to delete a character with the suppr key, the character is replaced by a tilde for 1 second... and then vim restores the original letter but changing here case... and he changes also the case of the letter before it... amazing !

Important 1 : if I connect to the server through ssh and the terminal of my Mac, none of these problems occurs...
Important 2 : I have some another containers on other distribs that doesn't have this bugs

But I like to go through proxmox to launch my consoles so if someone has an idea I'm interested.

Thanks in advance for your help !
 

Attachments

  • upload_2018-11-1_15-46-11.png
    upload_2018-11-1_15-46-11.png
    8.9 KB · Views: 1
  • upload_2018-11-1_15-46-27.png
    upload_2018-11-1_15-46-27.png
    9.1 KB · Views: 1
what 'Console mode' do you have? (Options)
the thing with the empty screen is normal, since connecting to a running container does not open a new tty/console, but connects to the open session

maybe there is something wrong with your locale in the ct ?
 
Hello,

Console mode is "tty" like another CTs I use without problems.

I'll check around the locale, maybe a different locale in this Debian 8 template...
 
Re,

I configured the locale through dpkg-reconfigure locales, restarted the CT but still the same behaviour :/
 
does it work if you use spice/novnc instead of xtermjs?
 
No, it just works very well from my Macbook terminal, through a classic ssh connexion...