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.89k stars 476 forks source link

"Command too long" error when "Enable error logging" checked #150

Closed timsayshey closed 2 years ago

timsayshey commented 3 years ago

I can only save if I uncheck the Enable error logging. checkbox

Here is the error:

Error: Command failed: crontab /tmp/crontab
"/tmp/crontab":1: command too long
errors in crontab file, can't install.

    at ChildProcess.exithandler (child_process.js:303:12)
    at ChildProcess.emit (events.js:315:20)
    at maybeClose (internal/child_process.js:1021:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) {
  killed: false,
  code: 1,
  signal: null,
  cmd: 'crontab /tmp/crontab'
}

Checkboxes:

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

peder1001 commented 1 year ago

I also have this issue