Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "/tmp/ubuntu-release-upgrader-q4zsrg/raring", line 10, in
  4. <module>
  5. sys.exit(main())
  6.  
  7. File
  8. "/tmp/ubuntu-release-upgrader-q4zsrg/DistUpgrade/DistUpgradeMain.py",
  9. line 240, in main
  10. if app.run():
  11.  
  12. File
  13. "/tmp/ubuntu-release-upgrader-q4zsrg/DistUpgrade/DistUpgradeController.py",
  14. line 1771, in run
  15. return self.fullUpgrade()
  16.  
  17. File
  18. "/tmp/ubuntu-release-upgrader-q4zsrg/DistUpgrade/DistUpgradeController.py",
  19. line 1728, in fullUpgrade
  20. if not self.askDistUpgrade():
  21.  
  22. File
  23. "/tmp/ubuntu-release-upgrader-q4zsrg/DistUpgrade/DistUpgradeController.py",
  24. line 986, in askDistUpgrade
  25. self.cache.required_download)
  26.  
  27. File
  28. "/tmp/ubuntu-release-upgrader-q4zsrg/DistUpgrade/DistUpgradeViewText.py",
  29. line 165, in confirmChanges
  30. downloadSize, actions)
  31.  
  32. File
  33. "/tmp/ubuntu-release-upgrader-q4zsrg/DistUpgrade/DistUpgradeView.py",
  34. line 384, in confirmChanges
  35. downloadSizeStr = downloadSizeStr.decode(ENCODING)
  36.  
  37. TypeError: decode() argument 1 must be string, not None
  38.  
  39.  
  40. root@sundberg-office-antec:/home/sundberg# nano /tmp/ubuntu-release-upgrader-q4zsrg/DistUpgrade/DistUpgradeView.py
  41. root@sundberg-office-antec:/home/sundberg# locale
  42. LANG=en_US.UTF-8
  43. LANGUAGE=
  44. LC_CTYPE="C"
  45. LC_NUMERIC="C"
  46. LC_TIME="C"
  47. LC_COLLATE="C"
  48. LC_MONETARY="C"
  49. LC_MESSAGES="C"
  50. LC_PAPER="C"
  51. LC_NAME="C"
  52. LC_ADDRESS="C"
  53. LC_TELEPHONE="C"
  54. LC_MEASUREMENT="C"
  55. LC_IDENTIFICATION="C"
  56. LC_ALL=C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement