Code:
Linux vm 5.0.21-5-pve #1 SMP PVE 5.0.21-10 (Wed, 13 Nov 2019 08:27:10 +0100) x86_64 GNU/Linux
Code:
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
I left a spice window open and connected and it appears to have crashed pveproxy as I no longer have webgui access. I have tried these steps(as root):
Code:
systemctl restart pveproxy
systemctl restart pvedaemon
systemctl stop pveproxy
systemctl stop pvedaemon
kill [pveproxy processid]
kill [pvedaemon processid]
killall pveproxy
killall pvedaemon
killall perl
kill -9 [pveproxy processids]
Code:
root 7442 0.0 0.1 294144 88316 ? Ds 13:33 0:00 /usr/bin/perl -T /usr/bin/pveproxy start
root 12888 0.0 0.1 294232 88588 ? Ds 13:48 0:00 /usr/bin/perl -T /usr/bin/pveproxy start
root 25932 0.0 0.1 294220 88416 ? Ds 13:40 0:00 /usr/bin/perl -T /usr/bin/pveproxy start
root 28654 0.0 0.1 294232 88532 ? Ds 13:25 0:00 /usr/bin/perl -T /usr/bin/pveproxy stop
root 25526 0.0 0.1 294072 88556 ? Ds 13:55 0:00 /usr/bin/perl -T /usr/bin/pvedaemon stop
I apologize if this is a simple linux question. Is there a way to fix the webgui without having to reboot the hardware?