Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Synchronize collections
  2. Updating manifests
  3. Unknown command: 'sync-manifest'
  4. Type 'manage.py help' for usage.
  5. upgrade-user: 53: failed to update manifests
  6. Terminating
  7. upgrade complete
  8. Starting NOC
  9. Starting noc.
  10. Traceback (most recent call last):
  11. File "/opt/noc/scripts/noc-launcher.py", line 13, in <module>
  12. Launcher().process_command()
  13. File "/opt/noc/main/launcher.py", line 122, in __init__
  14. super(Launcher, self).__init__()
  15. File "/opt/noc/lib/daemon/base.py", line 90, in __init__
  16. self.load_config()
  17. File "/opt/noc/main/launcher.py", line 202, in load_config
  18. super(Launcher, self).load_config()
  19. File "/opt/noc/lib/daemon/base.py", line 139, in load_config
  20. self.config.getboolean("main", "heartbeat"))
  21. File "/usr/local/lib/python2.7/ConfigParser.py", line 368, in getboolean
  22. v = self.get(section, option)
  23. File "/usr/local/lib/python2.7/ConfigParser.py", line 618, in get
  24. raise NoOptionError(option, section)
  25. ConfigParser.NoOptionError: No option 'heartbeat' in section: 'main'
  26. /usr/local/etc/rc.d/noc: WARNING: failed to start noc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement