fork download
  1. $ supervisord -nc sample-cat-stress.conf
  2. 2012-03-09 00:50:34,778 INFO Increased RLIMIT_NOFILE limit to 1024
  3. 2012-03-09 00:50:35,459 INFO RPC interface 'supervisor' initialized
  4. 2012-03-09 00:50:35,459 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  5. 2012-03-09 00:50:35,460 INFO supervisord started with pid 2888
  6. 2012-03-09 00:50:36,466 INFO spawned: 'cat-677' with pid 2892
  7. 2012-03-09 00:50:36,469 INFO spawned: 'cat-676' with pid 2893
  8. 2012-03-09 00:50:36,471 INFO spawned: 'cat-675' with pid 2894
  9.  
  10. [...]
  11.  
  12. 2012-03-09 00:50:37,302 INFO spawned: 'cat-221' with pid 3091
  13. 2012-03-09 00:50:37,306 INFO spawned: 'cat-808' with pid 3092
  14. 2012-03-09 00:50:37,316 INFO spawned: 'cat-590' with pid 3093
  15. 2012-03-09 00:50:37,319 INFO spawned: 'cat-630' with pid 3094
  16. Traceback (most recent call last):
  17. File "/Users/igor.sobreira/.virtualenvs/supervisor/bin/supervisord", line 8, in <module>
  18. load_entry_point('supervisor==3.0a12', 'console_scripts', 'supervisord')()
  19. File "/Users/igor.sobreira/projects/supervisor/supervisor/supervisord.py", line 353, in main
  20. go(options)
  21. File "/Users/igor.sobreira/projects/supervisor/supervisor/supervisord.py", line 363, in go
  22. d.main()
  23. File "/Users/igor.sobreira/projects/supervisor/supervisor/supervisord.py", line 85, in main
  24. self.run()
  25. File "/Users/igor.sobreira/projects/supervisor/supervisor/supervisord.py", line 102, in run
  26. self.runforever()
  27. File "/Users/igor.sobreira/projects/supervisor/supervisor/supervisord.py", line 245, in runforever
  28. [ group.transition() for group in pgroups ]
  29. File "/Users/igor.sobreira/projects/supervisor/supervisor/process.py", line 671, in transition
  30. proc.transition()
  31. File "/Users/igor.sobreira/projects/supervisor/supervisor/process.py", line 515, in transition
  32. self.spawn()
  33. File "/Users/igor.sobreira/projects/supervisor/supervisor/process.py", line 212, in spawn
  34. self.dispatchers, self.pipes = self.config.make_dispatchers(self)
  35. File "/Users/igor.sobreira/projects/supervisor/supervisor/options.py", line 1592, in make_dispatchers
  36. stdout_fd,stderr_fd,stdin_fd = p['stdout'],p['stderr'],p['stdin']
  37. TypeError: 'NoneType' object is not subscriptable
  38.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty