Advertisement
Guest User

Untitled

a guest
Oct 4th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [interface_discovery]
  2. enabled = false
  3.  
  4.  
  5. root@noc noc/etc# /root/noc-control/restart.sh
  6. Stopping NOC
  7. Traceback (most recent call last):
  8. File "./scripts/noc-launcher.py", line 18, in <module>
  9. Launcher().process_command()
  10. File "/opt/noc/lib/daemon.py", line 356, in process_command
  11. getattr(self, self.args[0])()
  12. File "/opt/noc/lib/daemon.py", line 393, in stop
  13. pid = int(f.read().strip())
  14. ValueError: invalid literal for int() with base 10: ''
  15. Starting NOC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement