Hey all. I have run into an issue with my FOG server. Some services won’t start on reboot and I cannot start them manually either. I am currently on 1.5.9.68 but was also having the issue on 1.5.9. When I run “systemctl --failed” I get the following:
root@FOG:~/fogproject/bin# systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
â—Ź FOGImageReplicator.service loaded failed failed FOGImageReplicator
â—Ź FOGImageSize.service loaded failed failed FOGImageSize
â—Ź FOGMulticastManager.service loaded failed failed FOGMulticastManager
â—Ź FOGPingHosts.service loaded failed failed FOGPingHosts
â—Ź FOGScheduler.service loaded failed failed FOGScheduler
â—Ź FOGSnapinHash.service loaded failed failed FOGSnapinHash
â—Ź FOGSnapinReplicator.service loaded failed failed FOGSnapinReplicator
I ran across this other post that looked identical to my issues. I followed the instructions to update the Systemd scripts but get this result:
Failed to restart lib-systemd-system-FOGImageReplicator.service.mount: Unit lib-systemd-system-FOGImageReplicator.service.mount not found.
Failed to restart lib-systemd-system-FOGImageSize.service.mount: Unit lib-systemd-system-FOGImageSize.service.mount not found.
Failed to restart lib-systemd-system-FOGMulticastManager.service.mount: Unit lib-systemd-system-FOGMulticastManager.service.mount not found.
Failed to restart lib-systemd-system-FOGPingHosts.service.mount: Unit lib-systemd-system-FOGPingHosts.service.mount not found.
Failed to restart lib-systemd-system-FOGScheduler.service.mount: Unit lib-systemd-system-FOGScheduler.service.mount not found.
Failed to restart lib-systemd-system-FOGSnapinHash.service.mount: Unit lib-systemd-system-FOGSnapinHash.service.mount not found.
Failed to restart lib-systemd-system-FOGSnapinReplicator.service.mount: Unit lib-systemd-system-FOGSnapinReplicator.service.mount not found.
Any help would be appreciated!