• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

Recent content by ummiH

  1. U

    cron jobs not running

    An update...had a scout around the flexget site and found this: http://flexget.com/ticket/1363 So, I've changed my crontab to this: humax# crontab -l 0 2 * * * /mod/sbin/anacron -s -d */1 * * * * /mod/bin/flexget -c /mod/.flexget/config.yml --cron ...and that did the trick. Thanks for...
  2. U

    cron jobs not running

    OK, just used debug mode as you suggested, and change the interval to 1 min. It's not able to find config.yml, though I do have one in place and it is found when I run from the command line. Permissions, maybe? Again, any hints much appreciated. humax# mod/etc/init.d/S01crond stop humax#...
  3. U

    cron jobs not running

    Ah yes, I should have mentioned that - both the vanilla flexget command and the --cron one run fine from the command line.
  4. U

    cron jobs not running

    I'm unable to get flexget to run from the crontab. I've tried: forcing a reinstall of cron-daemon forcing a reinstall of busybox ...but nothing doing. The crontab file is very simple: humax# crontab -l 0 2 * * * /mod/sbin/anacron -s -d */30 * * * * /mod/bin/flexget --cron Does anyone have...
Back
Top