Error: cron is not running #20
-
Hello! Thanks for this nice program. I recently installed it on some systems and it works great, however at two servers the installation fails with the message: Both systems are Ubuntu servers. (Ubuntu 20.04 and Ubuntu 22.04) Cron is running on both. Any idea what I can do? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi, please run the install script with the '-d' option to enable debug messages and post the output here. |
Beta Was this translation helpful? Give feedback.
-
Also please post the output of these commands:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick response.
Back to UNINSTALL... Would you like geoip-shell to enable and start the cron service on this device? [y|n].
Okt 21 18:17:01 server4 CRON[6375]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
command -v:
|
Beta Was this translation helpful? Give feedback.
-
Ah, I see. I didn't try to press y but I just created a test cron job and now the installer works. Thank you! |
Beta Was this translation helpful? Give feedback.
This means that the initial crontab file has not been created which is why you are getting this error message. Currently geoip-shell does not implement specific error message for this case, so it just says 'cron is not running'. Perhaps I should fix this. Anyway, geoip-shell should be able to solve this automatically if you enter 'y' in the dialog. Did you try that?