Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Synchronizing MIBs
  2. creating IP-MIB
  3. Traceback (most recent call last):
  4. File "manage.py", line 45, in <module>
  5. execute_from_command_line(sys.argv)
  6. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  7. utility.execute()
  8. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
  9. self.fetch_command(subcommand).run_from_argv(self.argv)
  10. File "/opt/noc/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
  11. self.execute(*args, **options.__dict__)
  12. File "/opt/noc/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
  13. output = self.handle(*args, **options)
  14. File "/opt/noc/fm/management/commands/sync-mibs.py", line 38, in handle
  15. self.sync_mibs(force=options["force"])
  16. File "/opt/noc/fm/management/commands/sync-mibs.py", line 91, in sync_mibs
  17. self.create_mib(f.read())
  18. File "/opt/noc/fm/management/commands/sync-mibs.py", line 127, in create_mib
  19. mib.load_data(d["data"])
  20. File "/opt/noc/fm/models/mib.py", line 250, in load_data
  21. "No preference for %s" % self.name)
  22. noc.fm.models.error.OIDCollision: Cannot resolve OID 1.3.6.1.2.1.4 collision between IP-MIB::ip and RFC1213-MIB::ip. No preference for IP-MIB
  23. upgrade-user: 62: sync-mibs failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement