Advertisement
Guest User

Untitled

a guest
Feb 11th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. root@noc:/opt/noc# ./noc fix
  2. Checking inventory Root
  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/main/management/commands/fix.py", line 50, in handle
  15. self.fix_inv_root()
  16. File "/opt/noc/main/management/commands/fix.py", line 116, in fix_inv_root
  17. self.info(" ... moving %s to primary root", unicode(o))
  18. File "/opt/noc/main/management/commands/fix.py", line 57, in info
  19. print msg % args
  20. UnicodeEncodeError: 'ascii' codec can't encode characters in position 15-17: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement