Hello guys,
I'm a really noob at Linux/VM and everything related.
Long story short: I ran a Proxmox machine with 3 VMs inside. Today i've got an error regarding lack of space, "error 500 no space left on device".
After some searches and because I'm a total noob, I've ended up with deleting the fstab file...
Now the Proxmox is booting, I can acces it via SSH, but the webGUI is not loading.
Tryed running "systemctl status pveproxy.service", get this:
"systemctl status pve-cluster.service" is getting this:
I believe everything is related to that fstab file I deleted..
Also, seems like I cannot acces the backup solution, when I try "pct restore" I get this:
Any ideas how I can get back my access?
Or I managed to kill it properly and I need to reinstall everything?
I'm a really noob at Linux/VM and everything related.
Long story short: I ran a Proxmox machine with 3 VMs inside. Today i've got an error regarding lack of space, "error 500 no space left on device".
After some searches and because I'm a total noob, I've ended up with deleting the fstab file...
Now the Proxmox is booting, I can acces it via SSH, but the webGUI is not loading.
Tryed running "systemctl status pveproxy.service", get this:
Code:
pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2023-07-31 13:31:32 EEST; 1h 55min ago
Process: 787 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=111)
Process: 788 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 789 (pveproxy)
Tasks: 4 (limit: 14173)
Memory: 203.1M
CPU: 3min 49.359s
CGroup: /system.slice/pveproxy.service
├─ 789 pveproxy
├─7018 pveproxy worker
├─7019 pveproxy worker
└─7020 pveproxy worker
Jul 31 15:26:58 proxmox pveproxy[7015]: worker exit
Jul 31 15:26:58 proxmox pveproxy[789]: worker 7015 finished
Jul 31 15:26:58 proxmox pveproxy[789]: starting 1 worker(s)
Jul 31 15:26:58 proxmox pveproxy[789]: worker 7019 started
Jul 31 15:26:58 proxmox pveproxy[7019]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/API>
Jul 31 15:26:58 proxmox pveproxy[7016]: worker exit
Jul 31 15:26:58 proxmox pveproxy[789]: worker 7016 finished
Jul 31 15:26:58 proxmox pveproxy[789]: starting 1 worker(s)
Jul 31 15:26:58 proxmox pveproxy[789]: worker 7020 started
Jul 31 15:26:58 proxmox pveproxy[7020]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/API>
"systemctl status pve-cluster.service" is getting this:
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 Mon 2023-07-31 14:13:42 EEST; 30min ago
Process: 3107 ExecStart=/usr/bin/pmxcfs (code=exited, status=255/EXCEPTION)
CPU: 9ms
Jul 31 14:13:42 proxmox systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 5.
Jul 31 14:13:42 proxmox systemd[1]: Stopped The Proxmox VE cluster filesystem.
Jul 31 14:13:42 proxmox systemd[1]: pve-cluster.service: Start request repeated too quickly.
Jul 31 14:13:42 proxmox systemd[1]: pve-cluster.service: Failed with result 'exit-code'.
Jul 31 14:13:42 proxmox systemd[1]: Failed to start The Proxmox VE cluster filesystem.
I believe everything is related to that fstab file I deleted..
Also, seems like I cannot acces the backup solution, when I try "pct restore" I get this:
Code:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
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
Any ideas how I can get back my access?
Or I managed to kill it properly and I need to reinstall everything?