Hey I am a little bit of a noobie when it comes to proxmox/linux. I've been running proxmox for about a month now with no issues until today when I lost power. When booting back up I am able to ping and SSH into my host again but am not able to connect to the GUI. I confirmed in /etc/hosts that everything is still set up correctly and it appears fine to me.
I tried to do some digging and troubleshooting on my own on the forum and think I am stuck. When I run:
systemctl status pve-cluster
When running
journalctl -u pve-cluster
This is where I am stuck, I am not sure what to do from here as I am still new to all of this. Any help is appreciated, thanks!
I tried to do some digging and troubleshooting on my own on the forum and think I am stuck. When I run:
systemctl status pve-cluster
Code:
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 Thu 2023-03-02 23:31:56 EST; 25min ago
Process: 2666 ExecStart=/usr/bin/pmxcfs (code=exited, status=255/EXCEPTION)
CPU: 10ms
Mar 02 23:31:56 one systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 5.
Mar 02 23:31:56 one systemd[1]: Stopped The Proxmox VE cluster filesystem.
Mar 02 23:31:56 one systemd[1]: pve-cluster.service: Start request repeated too quickly.
Mar 02 23:31:56 one systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
Mar 02 23:31:56 one systemd[1]: Failed to start The Proxmox VE cluster filesystem.
When running
journalctl -u pve-cluster
Code:
Journal file /var/log/journal/76190b52a0dd462a8caf31bc668ea0ac/system.journal is truncated, ignoring file.
-- Journal begins at Thu 2023-03-02 17:15:57 EST, ends at Thu 2023-03-02 23:58:24 EST. --
Mar 02 23:31:54 one systemd[1]: Starting The Proxmox VE cluster filesystem...
Mar 02 23:31:54 one pmxcfs[2643]: [database] crit: unable to set WAL mode: disk I/O error#010
Mar 02 23:31:54 one pmxcfs[2643]: [database] crit: unable to set WAL mode: disk I/O error#010
Mar 02 23:31:54 one pmxcfs[2643]: [main] crit: memdb_open failed - unable to open database '/var/lib/pve-cluster/config.db'
Mar 02 23:31:54 one pmxcfs[2643]: [main] notice: exit proxmox configuration filesystem (-1)
Mar 02 23:31:54 one pmxcfs[2643]: [main] crit: memdb_open failed - unable to open database '/var/lib/pve-cluster/config.db'
Mar 02 23:31:54 one pmxcfs[2643]: [main] notice: exit proxmox configuration filesystem (-1)
Mar 02 23:31:54 one systemd[1]: pve-cluster.service: Control process exited, code=exited, status=255/EXCEPTION
Mar 02 23:31:54 one systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
Mar 02 23:31:54 one systemd[1]: Failed to start The Proxmox VE cluster filesystem.
Mar 02 23:31:55 one systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 1.
Mar 02 23:31:55 one systemd[1]: Stopped The Proxmox VE cluster filesystem.
This is where I am stuck, I am not sure what to do from here as I am still new to all of this. Any help is appreciated, thanks!