apt.service crashes proxmox boot

gchad

New Member
Nov 12, 2016
4
0
1
42
hi guys!

I tried to reboot my proxmox on a remote server but it doesn't start properly. None of the containers are mounting and starting, and the proxmox web interface is not accessible either.
However, I can connect to the server through SSH.

When I type:

$ systemctl status

returns:
State: degraded
Jobs: 0 queued
Failed: 1 units

$ systemctl --state=failed

returns:
● atd.service loaded failed failed Deferred execution scheduler
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.



$ systemctl status -l atd.service

returns:
● atd.service - Deferred execution scheduler
Loaded: loaded (/lib/systemd/system/atd.service; enabled)
Active: failed (Result: exit-code) since Sat 2016-11-12 16:51:46 CET; 52min ago
Docs: man:atd(8)
Process: 1973 ExecStart=/usr/sbin/atd -f (code=exited, status=1/FAILURE)
Main PID: 1973 (code=exited, status=1/FAILURE)

What to do now?
This is really weird since I never work on the proxmox itself but on the containers only..

Thanks a lot!