removal would be more interesting.. Could just post:
Code:
tail -50 /var/log/apt/history.log
if it happened recently.
Can you retry with:
systemctl start pvedaemon.service pveproxy.service
Weird, directory permissions seem OK, pveproxy does not runs in a frozen state or the like either..
if above start does not work post also (besides the apt history):
systemctl status pvedaemon.service pveproxy.service
Thank you for reply.
2-)
root@xx:~# systemctl start pvedaemon.service pveproxy.service
Job for pveproxy.service failed because the control process exited with error code.
See "systemctl status pveproxy.service" and "journalctl -xe" for details.
3-)
root@xx:~# ps aux | grep pveproxy output
grep: output: No such file or directory
4-)
● pvedaemon.service - PVE API Daemon
Loaded: loaded (/lib/systemd/system/pvedaemon.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-01-11 18:05:45 +03; 6h ago
Main PID: 18346 (pvedaemon)
Tasks: 4 (limit: 4915)
Memory: 122.6M
CGroup: /system.slice/pvedaemon.service
├─18346 pvedaemon
├─18347 pvedaemon worker
├─18348 pvedaemon worker
└─18349 pvedaemon worker
Jan 11 18:05:44 xx systemd[1]: Starting PVE API Daemon...
Jan 11 18:05:45 xx pvedaemon[18346]: starting server
Jan 11 18:05:45 xx pvedaemon[18346]: starting 3 worker(s)
Jan 11 18:05:45 xx pvedaemon[18346]: worker 18347 started
Jan 11 18:05:45 xx pvedaemon[18346]: worker 18348 started
Jan 11 18:05:45 xx pvedaemon[18346]: worker 18349 started
Jan 11 18:05:45 xx systemd[1]: Started PVE API Daemon.
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2020-01-12 00:36:48 +03; 48s ago
Process: 29064 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 29077 ExecStart=/usr/bin/pveproxy start (code=exited, status=255/EXCEPTION)
Jan 12 00:36:48 xx systemd[1]: pveproxy.service: Service RestartSec=100ms expired, scheduling restart.
Jan 12 00:36:48 xx systemd[1]: pveproxy.service: Scheduled restart job, restart counter is at 5.
Jan 12 00:36:48 xx systemd[1]: Stopped PVE API Proxy Server.
Jan 12 00:36:48 xx systemd[1]: pveproxy.service: Start request repeated too quickly.
Jan 12 00:36:48 xx systemd[1]: pveproxy.service: Failed with result 'exit-code'.
Jan 12 00:36:48 xx systemd[1]: Failed to start PVE API Proxy Server.