alseambusher / crontab-ui

Easy and safe way to manage your crontab file
https://lifepluslinux.blogspot.com/2015/06/crontab-ui-easy-and-safe-way-to-manage.html
MIT License
2.88k stars 478 forks source link

cannot save job #251

Open kerzol81 opened 5 months ago

kerzol81 commented 5 months ago

Hi,

I'm having this issue in a docker container:


root@496472cb1777:/crontab-ui# tail -f supervisord.log 
2024-04-23 17:15:23,288 INFO spawned: 'crontab' with pid 25
2024-04-23 17:15:23,289 INFO success: crontabui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-04-23 17:15:24,297 INFO success: crontab entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-04-23 17:15:24,298 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:25,303 INFO spawned: 'crontab' with pid 26
2024-04-23 17:15:25,311 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:26,316 INFO spawned: 'crontab' with pid 27
2024-04-23 17:15:26,334 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:29,284 INFO spawned: 'crontab' with pid 28
2024-04-23 17:15:29,290 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:32,298 INFO spawned: 'crontab' with pid 30
2024-04-23 17:15:32,310 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:33,312 INFO gave up: crontab entered FATAL state, too many start retries too quickly

Do you have any idea?

This happens when I save the cron job

Operation failed: Internal Server Error. Please see error log for details.


2024-04-23 17:19:22,775 INFO spawnerr: can't find command 'crond'
2024-04-23 17:19:22,779 INFO spawned: 'crontabui' with pid 7
2024-04-23 17:19:24,160 INFO spawnerr: can't find command 'crond'
2024-04-23 17:19:24,160 INFO success: crontabui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-04-23 17:19:26,164 INFO spawnerr: can't find command 'crond'
2024-04-23 17:19:30,157 INFO spawnerr: can't find command 'crond'
2024-04-23 17:19:30,158 INFO gave up: crontab entered FATAL state, too many start retries too quickly```

Regadrs,

Zolee