Advertisement
DrGkill

Untitled

Nov 22nd, 2011
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. 2011-11-21 18:40:34,208 [1321897234] CRITICAL ERROR : I got an non recovarable error. I must exit
  2.  
  3. 2011-11-21 18:40:34,209 [1321897234] You can log a bug ticket at https://sourceforge.net/apps/trac/shinken/newticket for geting help
  4.  
  5. 2011-11-21 18:40:34,210 [1321897234] Back trace of it: Traceback (most recent call last):
  6. File "/usr/local/lib/python2.7/site-packages/shinken/satellite.py", line 827, in main
  7. self.do_mainloop()
  8. File "/usr/local/lib/python2.7/site-packages/shinken/daemon.py", line 195, in do_mainloop
  9. self.do_loop_turn()
  10. File "/usr/local/lib/python2.7/site-packages/shinken/satellite.py", line 662, in do_loop_turn
  11. self.adjust_worker_number_by_load()
  12. File "/usr/local/lib/python2.7/site-packages/shinken/satellite.py", line 478, in adjust_worker_number_by_load
  13. self.create_and_launch_worker(module_name=mod)
  14. File "/usr/local/lib/python2.7/site-packages/shinken/satellite.py", line 351, in create_and_launch_worker
  15. q = Queue()
  16. File "/usr/local/lib/python2.7/multiprocessing/__init__.py", line 217, in Queue
  17. from multiprocessing.queues import Queue
  18. File "/usr/local/lib/python2.7/multiprocessing/queues.py", line 48, in <module>
  19. from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, Condition
  20. File "/usr/local/lib/python2.7/multiprocessing/synchronize.py", line 59, in <module>
  21. " function, see issue 3770.")
  22. ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement