Advertisement
Guest User

Untitled

a guest
Jan 16th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. [root@oel noc]# ./scripts/noc-launcher.py stop
  2. /opt/noc/contrib/lib/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead.
  3. "use STATIC_URL instead.", DeprecationWarning)
  4. Traceback (most recent call last):
  5. File "./scripts/noc-launcher.py", line 18, in <module>
  6. Launcher().process_command()
  7. File "/opt/noc/lib/daemon.py", line 356, in process_command
  8. getattr(self, self.args[0])()
  9. File "/opt/noc/lib/daemon.py", line 393, in stop
  10. pid = int(f.read().strip())
  11. ValueError: invalid literal for int() with base 10: ''
  12. [root@oel noc]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement