Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ┌─[root@oel] - [/opt/noc] - [Mon Sep 02, 05:44]
  2. └─[$] <> ./scripts/noc-launcher.py stop
  3. Traceback (most recent call last):
  4. File "./scripts/noc-launcher.py", line 13, in <module>
  5. Launcher().process_command()
  6. File "/opt/noc/lib/daemon.py", line 356, in process_command
  7. getattr(self, self.args[0])()
  8. File "/opt/noc/lib/daemon.py", line 393, in stop
  9. pid = int(f.read().strip())
  10. ValueError: invalid literal for int() with base 10: ''
  11. ┌─[root@oel] - [/opt/noc] - [Mon Sep 02, 05:44]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement