It didn't work in debian 7 as root but then I tried to do it as normal user but it didn't work correctly and I ended up switching to Mint 17.1 and it worked flawlessly as a user. THANKS
Quote:
Originally Posted by zugg
Did:
Code:
sudo supervisorctl reread
show that everything was fine?
And:
Code:
sudo supervisorctl update
Was ran?
I don't run capturbate as root, I run it as a user, you may want to try that. Otherwise, edit /etc/supervisor/supervisord.conf and add loglevel=debug to the [supervisord] section.
P.S:
To get rid of the warning about CElementtree:
Code:
sudo apt-get install python2.6-celementtree
Should fix it for Debian.
|