Code Monkey home page Code Monkey logo

Comments (6)

matthewgo avatar matthewgo commented on July 26, 2024

I am using Windows btw.

from django-kronos.

jppineda avatar jppineda commented on July 26, 2024

Any solution for this issue?

from django-kronos.

jgorset avatar jgorset commented on July 26, 2024

Kronos isn't tested on windows. In fact, does Windows even have cron?

from django-kronos.

SteveByerly avatar SteveByerly commented on July 26, 2024

Python-Crontab does work with Windows, but only offers two non-system methods (tabfile and tab), neither of which are setup to be used with kronos. See https://pypi.python.org/pypi/python-crontab#how-to-use-the-module

There might be some way to add this functionality to kronos, but not as it's currently setup since kronos installs new tasks with:
tab = crontab.CronTab(user=True)

I think this issue can be closed.

from django-kronos.

AnandMoorthy avatar AnandMoorthy commented on July 26, 2024

Hello folks,

I am also facing the this kind of error, when i execute

python manage.py installtasks

When i execute this command via python script using subprocess throwing an error

raise IOError("Read crontab %s: %s" % (self.user, err))
IOError: Read crontab nobody: You (nobody) are not allowed to use this program (/usr/bin/crontab)

So, is installtasks command running via nobody user? or any explanation to this problem?

from django-kronos.

jgorset avatar jgorset commented on July 26, 2024

Sounds like you're running python manage.py installtasks with a user that doesn't have permission to add or read the crontab, @AnandMoorthy.

from django-kronos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.