Make sure your hostname entry is in /etc/hosts ie. 127.0.0.1 localhost baruwa2.domain.com<http://baruwa2.domain.com>
celeryd is installed during pip-install -r requirements.txt .... mkdir -p /home/baruwa cd /home/baruwa python -c 'import virtualenv' virtualenv --distribute px source px/bin/activate export SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" curl -O https://raw.github.com/akissa/baruwa2/2.0.0/requirements.txt pip install distribute pip install -U distribute pip install -r requirements.txt -- Jeremy McSpadden Flux Labs, Inc | http://www.fluxlabs.net | Endless Solutions Office : 850-250-5590x101 | Cell : 850-890-2543 | Fax : 850-254-2955 On Jan 16, 2013, at 7:57 AM, Raymond Norton <[email protected]<mailto:[email protected]>> wrote: This may be the problem I had all along when trying to set up a spamsnake. I abandoned it because I just could not get celery running. Working on the 2.0 install now on Ubuntu 12.04. Same problem again.... However, there is a celery.pid in /var/run/baruwa. What debugging or logging can I do that will reveal the issue? Nothing in /var/log/baruwa/celeryd.log On a side note, I could not get celery to run with the following, during testing: paster celeryd /etc/baruwa/production.ini -f /var/log/baruwa/celeryd.log & [1] 1384 root@relay-1:~# Command 'celeryd' not known (you may need to run setup.py egg_info) I was able to get it running once after setting it to start on boot up, but have not been able to get it run again after a reboot, even when manually deleting celeryd.pid. _______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056
_______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

