Advertisement
Guest User

Untitled

a guest
May 27th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. # do-relase-upgrade
  2.  
  3. Traceback (most recent call last):
  4. File "/tmp/ubuntu-release-upgrader-r8fv67ku/xenial", line 8, in <module>
  5. sys.exit(main())
  6. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/DistUpgradeMain.py", line 242, in main
  7. if app.run():
  8. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/DistUpgradeController.py", line 1876, in run
  9. return self.fullUpgrade()
  10. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/DistUpgradeController.py", line 1763, in fullUpgrade
  11. if not self.updateSourcesList():
  12. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/DistUpgradeController.py", line 796, in updateSourcesList
  13. self.sources = SourcesList(matcherPath=".")
  14. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/sourceslist.py", line 273, in __init__
  15. self.matcher = SourceEntryMatcher(matcherPath)
  16. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/sourceslist.py", line 457, in __init__
  17. dist = DistInfo(f, base_dir=matcherPath)
  18. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/distinfo.py", line 254, in __init__
  19. template.description = _(value)
  20. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 1: invalid continuation byte
  21. Error in sys.excepthook:
  22. Traceback (most recent call last):
  23. File "/usr/lib/python3/dist-packages/problem_report.py", line 480, in add_to_existing
  24. self.write(f)
  25. File "/usr/lib/python3/dist-packages/problem_report.py", line 435, in write
  26. crc = zlib.crc32(block, crc)
  27. TypeError: 'str' does not support the buffer interface
  28.  
  29. Original exception was:
  30. Traceback (most recent call last):
  31. File "/tmp/ubuntu-release-upgrader-r8fv67ku/xenial", line 8, in <module>
  32. sys.exit(main())
  33. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/DistUpgradeMain.py", line 242, in main
  34. if app.run():
  35. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/DistUpgradeController.py", line 1876, in run
  36. return self.fullUpgrade()
  37. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/DistUpgradeController.py", line 1763, in fullUpgrade
  38. if not self.updateSourcesList():
  39. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/DistUpgradeController.py", line 796, in updateSourcesList
  40. self.sources = SourcesList(matcherPath=".")
  41. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/sourceslist.py", line 273, in __init__
  42. self.matcher = SourceEntryMatcher(matcherPath)
  43. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/sourceslist.py", line 457, in __init__
  44. dist = DistInfo(f, base_dir=matcherPath)
  45. File "/tmp/ubuntu-release-upgrader-r8fv67ku/DistUpgrade/distinfo.py", line 254, in __init__
  46. template.description = _(value)
  47. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 1: invalid continuation byte
  48. === Command detached from window (Fri May 27 10:59:21 2016) ===
  49. === Command terminated with exit status 1 (Fri May 27 10:59:31 2016) =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement