So I have been trying to install a NFS server on one of my LXC machines which required me to "apt-get install nfs-kernel-server" on the proxmox host. I noticed that during installation it did alot of alterations to kernel images, etc, etc...
When I did a "apt-get remove nfs-kernel-server" from the host, I lost SSH access:
I have partial access to the GUI (all the statistics are gone):
When I try to connect through SSH, syslog tab shows:
When I try to start a console through GUI, I get in the syslog:
I am lucky that my LXC nodes are still working, but I am very afraid of doing anything at this point.
What are my options?
When I did a "apt-get remove nfs-kernel-server" from the host, I lost SSH access:
Code:
Using username "root".
Authenticating with public key "fso-connect" from agent
Server refused to allocate pty
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
stdin: is not a tty
I have partial access to the GUI (all the statistics are gone):
When I try to connect through SSH, syslog tab shows:
Code:
Feb 24 19:19:47 pve sshd[31032]: pam_unix(sshd:session): session opened for user root by (uid=0)
Feb 24 19:19:48 pve sshd[31032]: error: openpty: Permission denied
Feb 24 19:19:48 pve sshd[31032]: error: session_pty_req: session 0 alloc failed
When I try to start a console through GUI, I get in the syslog:
Code:
Feb 24 19:47:19 pve pvedaemon[2056]: starting vnc proxy UPID:pve:00000808:03547E47:56CDDE97:vncshell::root@pam:
Feb 24 19:47:19 pve pvedaemon[16551]: <root@pam> starting task UPID:pve:00000808:03547E47:56CDDE97:vncshell::root@pam:
Feb 24 19:47:19 pve pvedaemon[2056]: launch command: /usr/bin/vncterm -rfbport 5900 -timeout 10 -authpath /nodes/pve -perm Sys.Console -notls -listen localhost -c /bin/bash -l
Feb 24 19:47:19 pve pvedaemon[2056]: vncterm failed: : Permission denied
I am lucky that my LXC nodes are still working, but I am very afraid of doing anything at this point.
What are my options?
Last edited: