Advertisement
Guest User

Untitled

a guest
Jul 10th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Synchnonizing MIBs
  2. updating EQUIPMENT-MIB
  3. Traceback (most recent call last):
  4. File "manage.py", line 41, in <module>
  5. execute_manager(settings)
  6. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 438, in execute_manager
  7. utility.execute()
  8. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 379, in execute
  9. self.fetch_command(subcommand).run_from_argv(self.argv)
  10. File "/opt/noc/contrib/lib/django/core/management/base.py", line 191, in run_from_argv
  11. self.execute(*args, **options.__dict__)
  12. File "/opt/noc/contrib/lib/django/core/management/base.py", line 220, 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 72, in sync_mibs
  17. self.update_mib(mib, data + f.read(), version=0)
  18. File "/opt/noc/fm/management/commands/sync-mibs.py", line 114, in update_mib
  19. mib.load_data(d["data"])
  20. File "/opt/noc/fm/models.py", line 370, in load_data
  21. "No preference for %s" % self.name)
  22. noc.fm.models.OIDCollision: Cannot resolve OID 1.3.6.1.4.1.171.12.11.1.11.1 collision between EQUIPMENT-MIB::swEquipPowerSavingLinkDetectState and EQUIPMENT-MIB::swEquipmentPowerSavingState. No preference for EQUIPMENT-MIB
  23. post-update: : sync-mibs failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement