Can you login as root (pam) via Web UI?
Also can you try using ssh port forwarding tunnel to open Web UI?
You would need to open ssh session something like this (I don't know how to do that in PuTTY, sorry)
ssh -L 8006:localhost:8006 root@<your host here>
Then you should be able to open...
I think that might be a bug with xterm.js. I suggest filling out a bug report on the xterm.js GitHub page (or searching for it, I did find some related to firefox and ligatures, but IDK); maybe someone there can help figure it out.
Welp, maybe you can find success with this answer from askubuntu
1. check which driver is in use with lspci -knn
2. create and open file for blacklist rule e.g. nano /etc/modprobe.d/disable-gpu.conf
3. enter blacklist <your driver>
After a reboot driver should not be loaded anymore
Yes, your steps are pretty much correct:
open PVE terminal, either via ssh or opening webgui on 8006 and then going to Node > Shell
use lsusb and write down device address
add rule file in /etc/udev/rules.d/
it should contain something like
SUBSYSTEM=="usb", ATTRS{idVendor}=="xxxx"...
Can you e.g. create file and fill it with colons/semicolons, and then open console with other browser to see if this is a visual bug or key codes are different?
I think you need to add pci-stub driver at boot so linux would not initialize it further for proxmox
*Untested* steps:
identify your GPU with lspci: lspci -nn write down [xxxx:xxxx] part
open /etc/default/grub with your favorite text editor and find GRUB_CMDLINE_LINUX_DEFAULT
add...
I mean, that goes outside PVE topic, but e.g. my browser Vivaldi allows using Ctrl + 0-9 key combo to switch between tabs; it's also probably possible to rebind to single button
In my non-enterprise experience - any computer would do the job, even a quite old one. Primary concern would be getting good disks for RAID-1 storage and possibly ECC RAM
My suggestion would be to find some customisable VNC client and install it on your (I suppose) thin client that runs monitors; though this case also seems more like XY problem, but if its going to work for you - would be cool to know! :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.