pveproxy start error

mertemredd

New Member
Sep 19, 2024
4
0
1
Hi,

my proxmox node5 web service not working, all service restarted and pveproxy not start, It gives the following error;

root@proxmox5:~# pveproxy start -debug=1
start failed - getpwnam failed -

How can I solve this problem?

Thank You
 
Hello @mertemredd and welcome to the Proxmox Community. The error message indicates that the service cannot start with a specific user. Please post me the output of the current status of the service.

Code:
systemctl status pveproxy.service

and some logs -> the latest most interesting lines:

Code:
journalctl -ru  pveproxy.service
 
Hello,

Thank you for response, output added attachment
 

Attachments

  • proxmoxerror1.png
    proxmoxerror1.png
    362.9 KB · Views: 6
  • proxmoxerror2.png
    proxmoxerror2.png
    289.9 KB · Views: 6
Hello @mertemredd and welcome to the Proxmox Community. The error message indicates that the service cannot start with a specific user. Please post me the output of the current status of the service.

Code:
systemctl status pveproxy.service

and some logs -> the latest most interesting lines:

Code:
journalctl -ru  pveproxy.service
Can you help?
 
Thank you for the logs. Please check the following:

my proxmox node5 web service not working

Cluster is healthy?
Code:
pvecm status

Package installation is clean?
Code:
apt install -f
dpkg --configure -a

And what about that directory?
Code:
ls -ld  /var/run/pveproxy
ls -l  /var/run/pveproxy

df -h /
df -h /var/run

And the output of
Code:
pveversion -v
 
Disk failure, I replaced it with a new disk and reinstalled Proxmox, fortunately the virtual machines were on a different disk.
 
Disk failure, I replaced it with a new disk and reinstalled Proxmox
Great!

Please tag this thread "Solved" via the "Edit Thread" button above the first post. You'll find a "Title:" drop-down menu for this.