FOG 1.5.7 to 1.5.8 - Scheduled tasks issue
-
OS: Ubuntu 14.04.1 LTS
apache: 2.4.37
php: 7.1.25
mysql: 14.14
FOG: 1.5.8
Hello,
Since the update the scheduled tasks don’t work anymore, is there a way that I can fix it?
Thank you,
Nicolas -
@Sebastian-Roth
I have found the error by myself, it was a misconfiguration of the variable no_proxy. I have change it and restart fog, it’s ok now:
export no_proxy=127.0.0.1,IP.OF.SRV.FOG,[…]
Thank you for your help! -
@Lenain Can you be more specific? Which scheduled tasks have you tried? Do they still show up in the web UI but don’t run?
Please take a look at
/var/log/fog/fogscheduler.log
and post that log here (upload as file and post a link here). -
Hello,
I have tried wake up delayed tasks, they are in web UI “Scheduled Tasks” type= delayed and they still here after the date/time.Since update there is nothing in the fogscheduler.log, the activity below is from 1.5.7:
[03-27-20 11:06:54 am] Interface Ready with IP Address: XX.XX.XX.67
[03-27-20 11:06:54 am] Interface Ready with IP Address: 127.0.0.1
[03-27-20 11:06:54 am] Interface Ready with IP Address: 127.0.1.1
[03-27-20 11:06:54 am] Interface Ready with IP Address: SRV-XXXXX
[03-27-20 11:06:54 am] * Starting TaskScheduler Service
[03-27-20 11:06:54 am] * Checking for new items every 60 seconds
[03-27-20 11:06:54 am] * Starting service loop
[03-27-20 11:06:55 am] * 1 task found.
[03-27-20 11:06:55 am] * Task run time: Tue, 31 Mar 2020 12:29:00 +0200
[03-27-20 11:33:48 am] * 1 task found.
[03-27-20 11:33:48 am] * Task run time: Tue, 31 Mar 2020 12:29:00 +0200
[03-27-20 11:34:48 am] * 1 task found.
[03-27-20 11:34:48 am] * Task run time: Tue, 31 Mar 2020 12:29:00 +0200
[03-27-20 11:35:48 am] * 1 task found.
[03-27-20 11:35:48 am] * Task run time: Tue, 31 Mar 2020 12:29:00 +0200
[03-27-20 11:36:49 am] * 1 task found.
[03-27-20 11:36:49 am] * Task run time: Tue, 31 Mar 2020 12:29:00 +0200
[03-27-20 11:37:49 am] * 1 task found.
[03-27-20 11:37:49 am] * Task run time: Tue, 31 Mar 2020 12:29:00 +0200The 27th march I have update to 1.5.8. Thank you for your help,
Nicolas -
@Sebastian-Roth
I have found the error by myself, it was a misconfiguration of the variable no_proxy. I have change it and restart fog, it’s ok now:
export no_proxy=127.0.0.1,IP.OF.SRV.FOG,[…]
Thank you for your help!