Hi all
A Nextcloud update failed and made other containers inaccessible as wel.
Even the webUI was not responding anymore.
After restarting the system, the webUI remains inaccessible but all containers started fine.
Is it normal that access.log cannot be opened?
I also restarted the pveproxy service.
Any tips on how to solve this are highly appreciated!
A Nextcloud update failed and made other containers inaccessible as wel.
Even the webUI was not responding anymore.
After restarting the system, the webUI remains inaccessible but all containers started fine.
Is it normal that access.log cannot be opened?
I also restarted the pveproxy service.
Any tips on how to solve this are highly appreciated!
Code:
root@pve:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2022-10-27 00:34:01 CEST; 26s ago
Process: 38495 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 38501 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 38580 (pveproxy)
Tasks: 4 (limit: 18987)
Memory: 132.8M
CPU: 2.439s
CGroup: /system.slice/pveproxy.service
├─38580 pveproxy
├─39234 pveproxy worker
├─39235 pveproxy worker
└─39236 pveproxy worker
Oct 27 00:34:26 pve pveproxy[39068]: worker exit
Oct 27 00:34:26 pve pveproxy[39234]: unable to open log file '/var/log/pveproxy/access.log' - Permission denied
Oct 27 00:34:26 pve pveproxy[38580]: worker 39067 finished
Oct 27 00:34:26 pve pveproxy[38580]: starting 1 worker(s)
Oct 27 00:34:26 pve pveproxy[38580]: worker 39235 started
Oct 27 00:34:26 pve pveproxy[38580]: worker 39068 finished
Oct 27 00:34:26 pve pveproxy[38580]: starting 1 worker(s)
Oct 27 00:34:26 pve pveproxy[38580]: worker 39236 started
Oct 27 00:34:26 pve pveproxy[39235]: unable to open log file '/var/log/pveproxy/access.log' - Permission denied
Oct 27 00:34:26 pve pveproxy[39236]: unable to open log file '/var/log/pveproxy/access.log' - Permission denied