Proxmox Web GUI not working after installing SATA Controller

vivekshivraj

New Member
Jan 11, 2022
6
0
1
28
I installed a SATA Controller and after starting up my VM, I was unable to reach the web GUI anymore. I can however still SSH into it. I am new to Proxmox so I am still learning and getting use to things. I appreciate any help.


root@shivraj:~# systemctl status pve-cluster.service
● pve-cluster.service - The Proxmox VE cluster filesystem
Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2022-01-10 21:14:45 EST; 5s ago
Process: 4678 ExecStart=/usr/bin/pmxcfs (code=exited, status=255/EXCEPTION)
CPU: 8ms

Jan 10 21:14:45 shivraj systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 5.
Jan 10 21:14:45 shivraj systemd[1]: Stopped The Proxmox VE cluster filesystem.
Jan 10 21:14:45 shivraj systemd[1]: pve-cluster.service: Start request repeated too quickly.
Jan 10 21:14:45 shivraj systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
Jan 10 21:14:45 shivraj systemd[1]: Failed to start The Proxmox VE cluster filesystem.
.
.
.
Jan 10 21:23:06 shivraj pveproxy[5016]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1904.
Jan 10 21:23:06 shivraj pveproxy[5017]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1904.
.
.
.
root@shivraj:~# nano /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.171 shivraj.localdomain.com shivraj shivrajlocalhost

# The following lines are desirable for IPv6 capable hosts

::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
.
.
.
root@shivraj:~# nano /etc/hostname
Shivraj
 
Hi,

Thank you for sharing the hosts file; Please edit the `/etc/hosts` file line 2 should be as the below:

Code:
192.168.1.171 shivraj.localdomain.com shivraj

EDIT: then restart the pveproxy service systemctl restart pveproxy.service
 
Last edited:
Thank you for responding. I changed the /etc/hosts file and restarted the pveproxy.service, but no luck. Sorry, I also forgot to mention that none of my VMs are running and I can't start them through the cli.

127.0.0.1 localhost.localdomain localhost
192.168.1.171 shivraj.localdomain.com shivraj
.
.
.
root@shivraj:~# qm start 103
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
 
Would like an attached file of the syslog or a copy and paste? If an attached file, do you mind sharing how to copy the file to a usb drive? Also I did check the folder and there is a bunch of this:

Jan 9 17:06:34 shivraj tgtd[15892]: tgtd: graceful_read(66) sg device 11 read failed, errno: 19
Jan 9 17:06:34 shivraj tgtd[15892]: tgtd: graceful_read(66) sg device 11 read failed, errno: 19
Jan 9 17:06:34 shivraj tgtd[15892]: tgtd: graceful_read(66) sg device 11 read failed, errno: 19
Jan 9 17:06:34 shivraj tgtd[15892]: tgtd: graceful_read(66) sg device 11 read failed, errno: 19
Jan 9 17:06:34 shivraj tgtd[15892]: tgtd: graceful_read(66) sg device 11 read failed, errno: 19
Jan 9 17:06:34 shivraj tgtd[15892]: tgtd: graceful_read(66) sg device 11 read failed, errno: 19
Jan 9 17:06:34 shivraj tgtd[15892]: tgtd: graceful_read(66) sg device 11 read failed, errno: 19
--More--(0%)

So much that it's barely moving. Also I installed the SATA controller on the 10th, not the 9th.
 
Yes, the Syslog file is better from copy & paste, if the Syslog file is too big you can upload it to e.g.: google drive
 
Ok, and so far it's a bunch of what I posted above every second, since Jan 9th so I'm not sure how long it will take to reach the end. But I will post it if I manage to get it all.