Hosts ping didn't work anymore
-
@Tom-Elliott What ? Sorry, don’t understand
-
@Matthieu-Jacquart When you get a chance can you run:
sudo chmod +x /lib/systemd/system/FOG*
Then try restarting FOGPingHosts with:
systemctl restart FOGPingHosts
Followed by:
systemctl status -l FOGPingHosts
-
root@FOG:~/fogproject/bin$ chmod +x /lib/systemd/system/FOG* root@FOG:~/fogproject/bin$ systemctl restart FOGPingHosts root@FOG:~/fogproject/bin$ systemctl status -l FOGPingHosts * FOGPingHosts.service - FOGPingHosts Loaded: loaded (/lib/systemd/system/FOGPingHosts.service; enabled) Active: failed (Result: exit-code) since lun. 2016-07-04 06:56:12 CEST; 3s ago Process: 6744 ExecStart=/opt/fog/service/FOGPingHosts/FOGPingHosts & (code=exited, status=203/EXEC) Main PID: 6744 (code=exited, status=203/EXEC) juil. 04 06:56:12 FOG systemd[6744]: Failed at step EXEC spawning /opt/fog/service/FOGPingHosts/FOGPingHosts: Permission denied juil. 04 06:56:12 FOG systemd[1]: FOGPingHosts.service: main process exited, code=exited, status=203/EXEC juil. 04 06:56:12 FOG systemd[1]: Unit FOGPingHosts.service entered failed state.
-
Don’t know if it will help but here are some things on the net that reference the same error.
http://unix.stackexchange.com/questions/204312/nginx-init-d-script
https://bbs.archlinux.org/viewtopic.php?id=149425
http://stackoverflow.com/questions/38079898/failed-to-start-the-php-7-0-fastcgi-process-manager
-
@Wayne-Workman Thanks but I’m not expert in linux and I don’t find solution in these articles…
I don’t know how to resolve my problem, but once again it’s not a big deal… -
@Matthieu-Jacquart Can you try:
chmod +x -R /opt/fog/service/
-
@Tom-Elliott YES !
Update to last version, apply your command, reboot fog server, and now there are all service log updated.
And in fog management, ping is 100% ok, only online computers are green.Case is solved for me
-
Weird… wonder how it got that way?