Giter VIP home page Giter VIP logo

Comments (7)

javan avatar javan commented on June 15, 2024

Please run 'whenever' with no options and past the output. It won't touch your crontab file.

from whenever.

sylvijove avatar sylvijove commented on June 15, 2024

PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/ucb:/etc:.

0,10,20,30,40,50 * * * * /home/aptana/domains/blah.aptanacloud.com/web/releases/20091120181631/script/runner -e production "EmailList.send_mails"

from whenever.

sylvijove avatar sylvijove commented on June 15, 2024

The above path is the most recent "whenever" i get if I just cd into the release directory and call "whenever"

from whenever.

alext avatar alext commented on June 15, 2024

Solaris (and probably some other unices) don't support setting the path in a crontab, it has to be set systemwide (in /etc/default/cron).

Would be good to have an option to disable the PATH= line

from whenever.

javan avatar javan commented on June 15, 2024

Good to know, thanks.

from whenever.

alext avatar alext commented on June 15, 2024

As a workaround, I added the following to my schedule.rb

if RUBY_PLATFORM =~ /solaris/i
  set :set_path_automatically, false
end

seems to have done the trick.

from whenever.

javan avatar javan commented on June 15, 2024

Awesome. Sorry, I forgot you could turn that off -- you're on a roll!

from whenever.

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.