pveproxy dying when VPN drops

pschonmann

Member
Sep 9, 2021
35
3
13
40
Prague
schonmann.eu
Hi, im observing problem that im connected to pve webgui over vpn and vpn dies, after some of random amount of time pve dies too. In journal i cant see nothing, this is when i restart pveproxy that works for some time and after about @15 mins its pveproxy down again

In pveproxy log i see only lots of errors 403 every cca 5s
-
Code:
Sep 10 08:52:56 proxmox-hw1 systemd[1]: Stopping PVE API Proxy Server...
Sep 10 08:52:56 proxmox-hw1 pveproxy[23812]: received signal TERM
Sep 10 08:52:56 proxmox-hw1 pveproxy[23812]: server closing
Sep 10 08:53:02 proxmox-hw1 pveproxy[24709]: got inotify poll request in wrong process - disabling inotify
Sep 10 08:53:03 proxmox-hw1 pveproxy[24725]: got inotify poll request in wrong process - disabling inotify
Sep 10 08:53:03 proxmox-hw1 pveproxy[24728]: got inotify poll request in wrong process - disabling inotify
Sep 10 08:53:06 proxmox-hw1 pveproxy[23812]: error stopping workers (will kill them now) - timeout
Sep 10 08:53:06 proxmox-hw1 pveproxy[23812]: kill worker 23815
Sep 10 08:53:06 proxmox-hw1 pveproxy[23812]: kill worker 23814
Sep 10 08:53:06 proxmox-hw1 pveproxy[23812]: kill worker 23813
Sep 10 08:53:06 proxmox-hw1 pveproxy[23812]: server stopped
Sep 10 08:53:09 proxmox-hw1 systemd[1]: pveproxy.service: Succeeded.
Sep 10 08:53:09 proxmox-hw1 systemd[1]: Stopped PVE API Proxy Server.
Sep 10 08:53:09 proxmox-hw1 systemd[1]: Starting PVE API Proxy Server...
Sep 10 08:53:09 proxmox-hw1 pveproxy[24790]: Using '/etc/pve/local/pveproxy-ssl.pem' as certificate for the web interface.
Sep 10 08:53:09 proxmox-hw1 pveproxy[24793]: starting server
Sep 10 08:53:09 proxmox-hw1 pveproxy[24793]: starting 3 worker(s)
Sep 10 08:53:09 proxmox-hw1 pveproxy[24793]: worker 24794 started
Sep 10 08:53:09 proxmox-hw1 pveproxy[24793]: worker 24795 started
Sep 10 08:53:09 proxmox-hw1 pveproxy[24793]: worker 24796 started
Sep 10 08:53:09 proxmox-hw1 systemd[1]: Started PVE API Proxy Server.
 
Sep 10 08:52:56 proxmox-hw1 systemd[1]: Stopping PVE API Proxy Server...

Sep 10 08:52:56 proxmox-hw1 pveproxy[23812]: received signal TERM
seems like something is restarting pveproxy - by running `systemctl restart pveproxy`
This is nothing that PVE does on its own - maybe some part of the VPN stopping calls this or a cronjob?

I hope this helps!
 
seems like something is restarting pveproxy - by running `systemctl restart pveproxy`
This is nothing that PVE does on its own - maybe some part of the VPN stopping calls this or a cronjob?

I hope this helps!
No, no this is my action when i was reseting pveproxy to temporarily fix the problem. No process is restarting pveproxy.