Quote:
	
	
		| 
					Originally Posted by flipper2011  Note: im running as root and I didn't need to do sudo but everything else was followed but I got this: 
Everything was perfect until the last step, supervisorctl
 
	Code: root@debian:~/Apps/Captureb# supervisorctl
capturebate                      FATAL      Exited too quickly (process log may have details) 
This is the log file it created:
 
	Code: 2014-12-09 19:51:20,788 CRIT Supervisor running as root (no user in config file)
2014-12-09 19:51:20,835 INFO RPC interface 'supervisor' initialized
2014-12-09 19:51:20,835 WARN cElementTree not installed, using slower XML parser for XML-RPC
2014-12-09 19:51:20,835 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2014-12-09 19:51:20,837 INFO daemonizing the supervisord process
2014-12-09 19:51:20,838 INFO supervisord started with pid 19621
2014-12-09 19:55:48,756 INFO spawned: 'capturebate' with pid 19677
2014-12-09 19:55:49,142 INFO exited: capturebate (exit status 127; not expected)
2014-12-09 19:55:50,145 INFO spawned: 'capturebate' with pid 19679
2014-12-09 19:55:50,149 INFO exited: capturebate (exit status 127; not expected)
2014-12-09 19:55:52,153 INFO spawned: 'capturebate' with pid 19680
2014-12-09 19:55:52,157 INFO exited: capturebate (exit status 127; not expected)
2014-12-09 19:55:55,163 INFO spawned: 'capturebate' with pid 19681
2014-12-09 19:55:55,168 INFO exited: capturebate (exit status 127; not expected)
2014-12-09 19:55:56,169 INFO gave up: capturebate entered FATAL state, too many start retries too quickly | 
	
 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.