Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./scripts/noc-scheduler.py", line 19, in <module>
  3. Scheduler().process_command()
  4. File "/opt/noc/main/scheduler.py", line 32, in __init__
  5. super(Scheduler, self).__init__()
  6. File "/opt/noc/lib/daemon.py", line 82, in __init__
  7. self.load_config()
  8. File "/opt/noc/lib/daemon.py", line 141, in load_config
  9. backupCount=self.config.getint("main", "logfiles")
  10. File "/usr/local/lib/python2.7/logging/handlers.py", line 118, in __init__
  11. BaseRotatingHandler.__init__(self, filename, mode, encoding, delay)
  12. File "/usr/local/lib/python2.7/logging/handlers.py", line 65, in __init__
  13. logging.FileHandler.__init__(self, filename, mode, encoding, delay)
  14. File "/usr/local/lib/python2.7/logging/__init__.py", line 897, in __init__
  15. StreamHandler.__init__(self, self._open())
  16. File "/usr/local/lib/python2.7/logging/__init__.py", line 916, in _open
  17. stream = open(self.baseFilename, self.mode)
  18. IOError: [Errno 13] Permission denied: '/var/log/noc/noc-scheduler.log'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement