Please keep the discussion on the list, its immensely useful for folks looking for solutions to similar problems.
--------------------------------------------------------------- Yup, I just reinstalled it today and got the instructions from the website. Got it from git. version: 1.0.4 It seems that when I do a simple script/backgroundrb I get permission errors. However, I see that the current account I'm in is the owner of script/backgroundrb, tmp, and tmp/pids (I did an "ls -l" to check) . What I end up having to run is "RAILS_ENV=production ruby script/backgroundrb start" instead. Not sure why... -e production or --environment=production don't work. But you're right. I didn't have the "tmp" folder in /home/ramon/myapp/shared Thank you :) On Tue, Aug 12, 2008 at 3:54 PM, hemant <[EMAIL PROTECTED]> wrote: > > Which version of BackgrounDRb? whats the output of? > > ./script/backgroundrb --version > > (preferred version is the git master copy) > > You can also try: > > ./script/backgroundrb --environment=production > > No problems here. :) > > Anything thats two years old should be discarded. > > Check if you have permissons to write to that directory. Usually cap > set symlinks, so as tmp and public are shared between different > deployments. Double check if path is correct. -- Ramon Tayag -- Let them talk of their oriental summer climes of everlasting conservatories; give me the privilege of making my own summer with my own coals. http://gnufied.org _______________________________________________ Backgroundrb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/backgroundrb-devel
