question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Get from crontab not working

See original GitHub issue

Make sure these boxes are checked( - [x] ) before submitting an issue.

  • Running latest npm and node? (Run npm --version and node --version). Get the latest nodejs here. NPM version 3.10.10 Node version v6.10.0

  • The node_modules folder has right permissions (Run ls -ld $(npm root -g)/crontab-ui)

  • Read issues.md

  • Gone through existing open and closed issues.

Running on Ubuntu 16.04.2 LTS, I have existing jobs as shown with crontab -l

0 8 * * 1,2,3,4,5 /home/ubuntu/scripts/start.sh 0 18 * * 1,2,3,4,5 /home/ubuntu/scripts/stop.sh

When I click “Get from crontab” and then Ok, nothing happens 😕

Love the idea btw! 💯

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
alseambushercommented, Mar 15, 2017

Hi @phrozendice, It looks like I haven’t taken care of “tabs” while parsing existing crontab. Will fix this in the next release. Thanks

0reactions
phrozendicecommented, Apr 7, 2017

yes it works, thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is my crontab not working, and how can I troubleshoot it?
Debugging cron commands · Check the mail! · Capture the output yourself · Look at the logs · Check that cron is running...
Read more >
Troubleshooting: crontab not running - Linux Hint
Why is crontab not working in your system? · The first reason is that your cron daemon might not be working for any...
Read more >
Top Reasons Your Cron Job Isn't Running - Airplane.dev
We'll walk through the most common reasons why your cron job isn't running: schedule errors, environmental changes, depleted resources, and ...
Read more >
What to do when your cron job is not working - Cronitor
Start with the correct user account​​ If the cron job is scheduled in your user crontab (e.g. crontab -e ) the command will...
Read more >
Why crontab scripts are not working? - Ask Ubuntu
cron ignores PATH from that file, so runnning somecommand from your script will fail when run with cron, but work when run in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found