I would like to revisit the shell tab to check up on a running job (and provide user input to the process). Is this possible? I haven't been able to find a way to do this. I see the job running in the task log, but I can't seem to open the shell view again to inspect the running process.
I am attempting to host a xtermjs terminal on another webserver.
When using xtermjs library and javascript websocket the connection fails.
import { Terminal } from 'xterm';
import { AttachAddon } from 'xterm-addon-attach';
const user = "root@pam";
const ticket =...
Hi,
The xterm.js terminal doesnt set the terminal size correctly causing the text to not wrap and overwrite the text on the current line
The xterm.js console tries to set the tty size by sending "1:<cols>:<rows>:" over the websocket, however, this doesnt work
Example:
The actual tty size...
I've got an Ubuntu server vm running, how do I get the xterm console on the Proxmox GUI to work with it?
I've been through https://pve.proxmox.com/wiki/Serial_Terminal
and https://lnxgeek.wordpress.com/2018/02/16/serial-console-howto-ubuntu-16-04/
But have not had any luck, any pointers? It...
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.