Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. root@ubuntu:/# apt-get update
  2. Err http://us.archive.ubuntu.com saucy InRelease
  3.  
  4. Err http://us.archive.ubuntu.com saucy-updates InRelease
  5.  
  6. Err http://us.archive.ubuntu.com saucy-security InRelease
  7.  
  8. Err http://extras.ubuntu.com saucy InRelease
  9.  
  10. Err http://deb.opera.com stable InRelease
  11.  
  12. Err http://archive.canonical.com saucy InRelease
  13.  
  14. Err http://us.archive.ubuntu.com saucy Release.gpg
  15. Could not resolve 'us.archive.ubuntu.com'
  16. Err http://us.archive.ubuntu.com saucy-updates Release.gpg
  17. Could not resolve 'us.archive.ubuntu.com'
  18. Err http://archive.canonical.com saucy Release.gpg
  19. Could not resolve 'archive.canonical.com'
  20. Err http://extras.ubuntu.com saucy Release.gpg
  21. Could not resolve 'extras.ubuntu.com'
  22. Err http://deb.opera.com stable Release.gpg
  23. Could not resolve 'deb.opera.com'
  24. Err http://us.archive.ubuntu.com saucy-security Release.gpg
  25. Could not resolve 'us.archive.ubuntu.com'
  26. Reading package lists... Done
  27. W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/saucy/InRelease
  28.  
  29. W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/saucy-updates/InRelease
  30.  
  31. W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/saucy-security/InRelease
  32.  
  33. W: Failed to fetch http://archive.canonical.com/ubuntu/dists/saucy/InRelease
  34.  
  35. W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/saucy/InRelease
  36.  
  37. W: Failed to fetch http://deb.opera.com/opera/dists/stable/InRelease
  38.  
  39. W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/saucy/Release.gpg Could not resolve 'us.archive.ubuntu.com'
  40.  
  41. W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/saucy-updates/Release.gpg Could not resolve 'us.archive.ubuntu.com'
  42.  
  43. W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/saucy-security/Release.gpg Could not resolve 'us.archive.ubuntu.com'
  44.  
  45. W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/saucy/Release.gpg Could not resolve 'extras.ubuntu.com'
  46.  
  47. W: Failed to fetch http://deb.opera.com/opera/dists/stable/Release.gpg Could not resolve 'deb.opera.com'
  48.  
  49. W: Failed to fetch http://archive.canonical.com/ubuntu/dists/saucy/Release.gpg Could not resolve 'archive.canonical.com'
  50.  
  51. W: Some index files failed to download. They have been ignored, or old ones used instead.
  52.  
  53.  
  54. apt-get dist-upgrade
  55. Reading package lists... Done
  56. Building dependency tree
  57. Reading state information... Done
  58. Calculating upgrade... Done
  59. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  60. 6 not fully installed or removed.
  61. After this operation, 0 B of additional disk space will be used.
  62. Do you want to continue [Y/n]? y
  63. Setting up linux-image-3.11.0-9-generic (3.11.0-9.16) ...
  64. Internal Error: Could not find image (/boot/vmlinuz-3.11.0-9-generic)
  65. dpkg: error processing linux-image-3.11.0-9-generic (--configure):
  66. subprocess installed post-installation script returned error exit status 2
  67. No apport report written because MaxReports is reached already
  68. Setting up extlinux (3:4.05+dfsg-6+deb7u3ubuntu1) ...
  69. P: Checking for EXTLINUX directory... found.
  70. ls: cannot access vmlinuz-*: No such file or directory
  71. P: Installing debian theme...cp: cannot stat β€˜/usr/share/syslinux/themes/debian-wheezy/extlinux/memtest.bin’: No such file or directory
  72. dpkg: error processing extlinux (--configure):
  73. subprocess installed post-installation script returned error exit status 1
  74. No apport report written because MaxReports is reached already
  75. dpkg: dependency problems prevent configuration of linux-image-extra-3.11.0-9-generic:
  76. linux-image-extra-3.11.0-9-generic depends on linux-image-3.11.0-9-generic; however:
  77. Package linux-image-3.11.0-9-generic is not configured yet.
  78.  
  79. dpkg: error processing linux-image-extra-3.11.0-9-generic (--configure):
  80. dependency problems - leaving unconfigured
  81. dpkg: dependency problems prevent configuration of linux-image-generic:
  82. linux-image-generic depends on linux-image-3.11.0-9-generic; however:
  83. Package linux-image-3.11.0-9-generic is not configured yet.
  84. linux-image-generic depends on linux-image-extra-3.11.0-9-generic; however:
  85. Package linux-image-extra-3.11.0-9-generic is not configured yet.
  86.  
  87. dpkg: error processing linux-image-generic (--configure):
  88. dependency problems - leaving unconfigured
  89. dpkg: dependency problems prevent configuration of linux-generic:
  90. No apport report written because MaxReports is reached already
  91. No apport report written because MaxReports is reached already
  92. No apport report written because MaxReports is reached already
  93. linux-generic depends on linux-image-generic (= 3.11.0.9.11); however:
  94. Package linux-image-generic is not configured yet.
  95.  
  96. dpkg: error processing linux-generic (--configure):
  97. dependency problems - leaving unconfigured
  98. dpkg: dependency problems prevent configuration of linux-image:
  99. linux-image depends on linux-image-generic; however:
  100. Package linux-image-generic is not configured yet.
  101.  
  102. dpkg: error processing linux-image (--configure):
  103. dependency problems - leaving unconfigured
  104. No apport report written because MaxReports is reached already
  105. Errors were encountered while processing:
  106. linux-image-3.11.0-9-generic
  107. extlinux
  108. linux-image-extra-3.11.0-9-generic
  109. linux-image-generic
  110. linux-generic
  111. linux-image
  112. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement