Advertisement
Guest User

Untitled

a guest
Jan 6th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Checking for a new Ubuntu release
  2. Get:1 Upgrade tool signature [198 B]
  3. Get:2 Upgrade tool [1,201 kB]
  4. Fetched 1,201 kB in 6s (34.7 kB/s)
  5. authenticate 'raring.tar.gz' against 'raring.tar.gz.gpg'
  6. extracting 'raring.tar.gz'
  7.  
  8. Reading cache
  9.  
  10.  
  11. A fatal error occurred
  12.  
  13. Please report this as a bug and include the files
  14. /var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in
  15. your report. The upgrade has aborted.
  16. Your original sources.list was saved in
  17. /etc/apt/sources.list.distUpgrade.
  18.  
  19. Traceback (most recent call last):
  20.  
  21. File "/tmp/ubuntu-release-upgrader-2fpa89/raring", line 10, in
  22. <module>
  23. sys.exit(main())
  24.  
  25. File
  26. "/tmp/ubuntu-release-upgrader-2fpa89/DistUpgrade/DistUpgradeMain.py",
  27. line 237, in main
  28. save_system_state(logdir)
  29.  
  30. File
  31. "/tmp/ubuntu-release-upgrader-2fpa89/DistUpgrade/DistUpgradeMain.py",
  32. line 130, in save_system_state
  33. scrub_sources=True)
  34.  
  35. File "/tmp/ubuntu-release-upgrader-2fpa89/DistUpgrade/apt_clone.py",
  36. line 147, in save_state
  37. self._write_state_installed_pkgs(sourcedir, tar)
  38.  
  39. File "/tmp/ubuntu-release-upgrader-2fpa89/DistUpgrade/apt_clone.py",
  40. line 177, in _write_state_installed_pkgs
  41. cache = self._cache_cls(rootdir=sourcedir)
  42.  
  43. File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 102, in
  44. __init__
  45. self.open(progress)
  46.  
  47. File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 145, in
  48. open
  49. self._cache = apt_pkg.Cache(progress)
  50.  
  51. SystemError: E:Encountered a section with no Package: header,
  52. E:Problem with MergeList
  53. /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal_restricted_i18n_Translation-en%5fUS,
  54. E:The package lists or status file could not be parsed or opened.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement