fork download
  1. $ supervisord -nc sample-cat-stress.conf
  2. 2012-03-09 00:38:54,210 INFO Increased RLIMIT_NOFILE limit to 1024
  3. 2012-03-09 00:38:54,797 INFO RPC interface 'supervisor' initialized
  4. 2012-03-09 00:38:54,797 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  5. 2012-03-09 00:38:54,797 INFO supervisord started with pid 1193
  6. 2012-03-09 00:38:55,804 INFO spawned: 'cat-677' with pid 1197
  7. 2012-03-09 00:38:55,806 INFO spawned: 'cat-676' with pid 1198
  8.  
  9. [...]
  10.  
  11. 2012-03-09 00:38:56,541 INFO spawned: 'cat-749' with pid 1395
  12. 2012-03-09 00:38:56,544 INFO spawned: 'cat-221' with pid 1396
  13. 2012-03-09 00:38:56,548 INFO spawned: 'cat-808' with pid 1397
  14. 2012-03-09 00:38:56,552 INFO spawned: 'cat-590' with pid 1398
  15. 2012-03-09 00:38:56,561 INFO spawned: 'cat-630' with pid 1399
  16. Traceback (most recent call last):
  17. File "/Users/igor.sobreira/.virtualenvs/supervisor-master/bin/supervisord", line 8, in <module>
  18. load_entry_point('supervisor==3.0a12', 'console_scripts', 'supervisord')()
  19. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 360, in main
  20. go(options)
  21. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 370, in go
  22. d.main()
  23. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 83, in main
  24. self.run()
  25. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 100, in run
  26. self.runforever()
  27. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 252, in runforever
  28. [ group.transition() for group in pgroups ]
  29. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/process.py", line 671, in transition
  30. proc.transition()
  31. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/process.py", line 515, in transition
  32. self.spawn()
  33. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/process.py", line 212, in spawn
  34. self.dispatchers, self.pipes = self.config.make_dispatchers(self)
  35. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/options.py", line 1596, in make_dispatchers
  36. stdout_fd,stderr_fd,stdin_fd = p['stdout'],p['stderr'],p['stdin']
  37. TypeError: 'NoneType' object is not subscriptable
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty