Advertisement
EvilSupahFly

Step-5

Aug 13th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.31 KB | None | 0 0
  1. root@optiplex:~# ./step-5
  2. grep -R proxy /etc/apt/*
  3. grep proxy /etc/environment
  4. http_proxy is blank
  5. ftp_proxy is blank
  6. grep proxy /etc/bash.bashrc
  7. grep proxy ~/.bashrc
  8. cat /etc/apt/apt.conf
  9. APT "";
  10. APT::Architecture "amd64";
  11. APT::Build-Essential "";
  12. APT::Build-Essential:: "build-essential";
  13. APT::Install-Recommends "true";
  14. APT::Install-Suggests "1";
  15. APT::NeverAutoRemove "";
  16. APT::NeverAutoRemove:: "^linux-image-3.8.0-26-lowlatency$";
  17. APT::NeverAutoRemove:: "^linux-image-extra-3.8.0-26-lowlatency$";
  18. APT::NeverAutoRemove:: "^linux-signed-image-3.8.0-26-lowlatency$";
  19. APT::NeverAutoRemove:: "^linux-backports-modules-.*-3.8.0-26-lowlatency$";
  20. APT::NeverAutoRemove:: "^linux-headers-3.8.0-26-lowlatency$";
  21. APT::NeverAutoRemove:: "^linux-image-3.9.0-030900-generic$";
  22. APT::NeverAutoRemove:: "^linux-image-extra-3.9.0-030900-generic$";
  23. APT::NeverAutoRemove:: "^linux-signed-image-3.9.0-030900-generic$";
  24. APT::NeverAutoRemove:: "^linux-backports-modules-.*-3.9.0-030900-generic$";
  25. APT::NeverAutoRemove:: "^linux-headers-3.9.0-030900-generic$";
  26. APT::Periodic "";
  27. APT::Periodic::Update-Package-Lists "1";
  28. APT::Architectures "";
  29. APT::Architectures:: "amd64";
  30. APT::Architectures:: "i386";
  31. APT::Compressor "";
  32. APT::Compressor::. "";
  33. APT::Compressor::.::Name ".";
  34. APT::Compressor::.::Extension "";
  35. APT::Compressor::.::Binary "";
  36. APT::Compressor::.::Cost "1";
  37. APT::Compressor::gzip "";
  38. APT::Compressor::gzip::Name "gzip";
  39. APT::Compressor::gzip::Extension ".gz";
  40. APT::Compressor::gzip::Binary "gzip";
  41. APT::Compressor::gzip::Cost "2";
  42. APT::Compressor::gzip::CompressArg "";
  43. APT::Compressor::gzip::CompressArg:: "-9n";
  44. APT::Compressor::gzip::UncompressArg "";
  45. APT::Compressor::gzip::UncompressArg:: "-d";
  46. APT::Compressor::bzip2 "";
  47. APT::Compressor::bzip2::Name "bzip2";
  48. APT::Compressor::bzip2::Extension ".bz2";
  49. APT::Compressor::bzip2::Binary "bzip2";
  50. APT::Compressor::bzip2::Cost "3";
  51. APT::Compressor::bzip2::CompressArg "";
  52. APT::Compressor::bzip2::CompressArg:: "-9";
  53. APT::Compressor::bzip2::UncompressArg "";
  54. APT::Compressor::bzip2::UncompressArg:: "-d";
  55. APT::Compressor::xz "";
  56. APT::Compressor::xz::Name "xz";
  57. APT::Compressor::xz::Extension ".xz";
  58. APT::Compressor::xz::Binary "xz";
  59. APT::Compressor::xz::Cost "4";
  60. APT::Compressor::xz::CompressArg "";
  61. APT::Compressor::xz::CompressArg:: "-6";
  62. APT::Compressor::xz::UncompressArg "";
  63. APT::Compressor::xz::UncompressArg:: "-d";
  64. APT::Compressor::lzma "";
  65. APT::Compressor::lzma::Name "lzma";
  66. APT::Compressor::lzma::Extension ".lzma";
  67. APT::Compressor::lzma::Binary "xz";
  68. APT::Compressor::lzma::Cost "5";
  69. APT::Compressor::lzma::CompressArg "";
  70. APT::Compressor::lzma::CompressArg:: "--format=lzma";
  71. APT::Compressor::lzma::CompressArg:: "-9";
  72. APT::Compressor::lzma::UncompressArg "";
  73. APT::Compressor::lzma::UncompressArg:: "--format=lzma";
  74. APT::Compressor::lzma::UncompressArg:: "-d";
  75. APT::Compressor::::Name "";
  76. APT::Compressor::::Extension ".";
  77. APT::Compressor::::Binary "";
  78. APT::Compressor::::Cost "100";
  79. APT::Compressor::::CompressArg "";
  80. APT::Compressor::::CompressArg:: "-9";
  81. APT::Compressor::::UncompressArg "";
  82. APT::Compressor::::UncompressArg:: "-d";
  83. Dir "/";
  84. Dir::State "var/lib/apt/";
  85. Dir::State::lists "lists/";
  86. Dir::State::cdroms "cdroms.list";
  87. Dir::State::mirrors "mirrors/";
  88. Dir::State::extended_states "extended_states";
  89. Dir::State::status "/var/lib/dpkg/status";
  90. Dir::Cache "var/cache/apt/";
  91. Dir::Cache::archives "archives/";
  92. Dir::Cache::srcpkgcache "srcpkgcache.bin";
  93. Dir::Cache::pkgcache "pkgcache.bin";
  94. Dir::Etc "etc/apt/";
  95. Dir::Etc::sourcelist "sources.list";
  96. Dir::Etc::sourceparts "sources.list.d";
  97. Dir::Etc::vendorlist "vendors.list";
  98. Dir::Etc::vendorparts "vendors.list.d";
  99. Dir::Etc::main "apt.conf";
  100. Dir::Etc::netrc "auth.conf";
  101. Dir::Etc::parts "apt.conf.d";
  102. Dir::Etc::preferences "preferences";
  103. Dir::Etc::preferencesparts "preferences.d";
  104. Dir::Etc::trusted "trusted.gpg";
  105. Dir::Etc::trustedparts "trusted.gpg.d";
  106. Dir::Bin "";
  107. Dir::Bin::methods "/usr/lib/apt/methods";
  108. Dir::Bin::solvers "";
  109. Dir::Bin::solvers:: "/usr/lib/apt/solvers";
  110. Dir::Bin::dpkg "/usr/bin/dpkg";
  111. Dir::Bin::bzip2 "/bin/bzip2";
  112. Dir::Bin::xz "/usr/bin/xz";
  113. Dir::Media "";
  114. Dir::Media::MountPath "/media/apt";
  115. Dir::Log "var/log/apt";
  116. Dir::Log::Terminal "term.log";
  117. Dir::Log::History "history.log";
  118. Dir::Ignore-Files-Silently "";
  119. Dir::Ignore-Files-Silently:: "~$";
  120. Dir::Ignore-Files-Silently:: "\.disabled$";
  121. Dir::Ignore-Files-Silently:: "\.bak$";
  122. Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
  123. Dir::Ignore-Files-Silently:: "\.save$";
  124. Dir::Ignore-Files-Silently:: "\.orig$";
  125. Dir::Ignore-Files-Silently:: "\.distUpgrade$";
  126. Acquire "";
  127. Acquire::cdrom "";
  128. Acquire::cdrom::mount "/media/cdrom/";
  129. Acquire::Languages "";
  130. Acquire::Languages:: "en_CA";
  131. Acquire::Languages:: "en";
  132. Acquire::Languages:: "none";
  133. CommandLine "";
  134. fuser -vvv /var/lib/dpkg/lock
  135. cat /etc/lsb-release
  136. DISTRIB_ID=Ubuntu
  137. DISTRIB_RELEASE=13.10
  138. DISTRIB_CODENAME=saucy
  139. DISTRIB_DESCRIPTION="Ubuntu Saucy Salamander (development branch)"
  140. uname -a
  141. Linux optiplex 3.11.0-1-generic #4-Ubuntu SMP Fri Aug 9 02:29:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
  142. rm /var/lib/apt/lists/lock
  143. rm /var/lib/dpkg/lock
  144. cp -arf /var/lib/dpkg /var/lib/dpkg.backup
  145. mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
  146. cp /var/lib/dpkg/status-old /var/lib/dpkg/status
  147. cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
  148. mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
  149. cp /var/lib/dpkg/available-old /var/lib/dpkg/available
  150. rm -rf /var/lib/dpkg/updates/*
  151. rm -rf /var/lib/apt/lists
  152. rm /var/cache/apt/*.bin
  153. mkdir /var/lib/apt/lists
  154. mkdir /var/lib/apt/lists/partial
  155. LANG=C; apt-get clean
  156. LANG=C; apt-get autoclean
  157. Reading package lists... Done
  158. Building dependency tree
  159. Reading state information... Done
  160. LANG=C;apt-get --purge autoremove
  161. Reading package lists... Done
  162. Building dependency tree
  163. Reading state information... Done
  164. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  165. LANG=C;apt-get --fix-missing update -o APT::Cache-Limit=100000000
  166. Ign http://overviewer.org ./ InRelease
  167. Ign http://overviewer.org ./ Release.gpg
  168. Get:1 http://overviewer.org ./ Release [231 B]
  169. Get:2 http://overviewer.org ./ Packages [9417 B]
  170. Ign http://ppa.launchpad.net saucy InRelease
  171. Ign http://extras.ubuntu.com saucy InRelease
  172. Ign http://archive.canonical.com saucy InRelease
  173. Ign http://overviewer.org ./ Translation-en
  174. Get:5 http://extras.ubuntu.com saucy Release.gpg [72 B]
  175. Get:6 http://archive.canonical.com saucy Release.gpg [933 B]
  176. Ign http://ppa.launchpad.net saucy InRelease
  177. Ign http://archive.ubuntu.com saucy-updates InRelease
  178. Ign http://ppa.launchpad.net saucy InRelease
  179. Ign http://archive.ubuntu.com saucy-backports InRelease
  180. Get:9 http://extras.ubuntu.com saucy Release [9753 B]
  181. Get:10 http://archive.canonical.com saucy Release [5916 B]
  182. Ign http://ppa.launchpad.net saucy InRelease
  183. Ign http://archive.ubuntu.com saucy-security InRelease
  184. Ign http://ppa.launchpad.net saucy Release.gpg
  185. Ign http://archive.ubuntu.com saucy InRelease
  186. Ign http://archive.ubuntu.com saucy-proposed InRelease
  187. Get:19 http://archive.canonical.com saucy/partner amd64 Packages [693 B]
  188. Get:21 http://extras.ubuntu.com saucy/main Sources [14 B]
  189. Get:22 http://ppa.launchpad.net saucy Release.gpg [316 B]
  190. Get:23 http://archive.canonical.com saucy/partner i386 Packages [1248 B]
  191. Get:25 http://extras.ubuntu.com saucy/main amd64 Packages [14 B]
  192. Get:27 http://ppa.launchpad.net saucy Release.gpg [316 B]
  193. Get:28 http://extras.ubuntu.com saucy/main i386 Packages [14 B]
  194. Get:30 http://ppa.launchpad.net saucy Release.gpg [316 B]
  195. Get:31 http://archive.ubuntu.com saucy-updates Release.gpg [933 B]
  196. Ign http://ppa.launchpad.net saucy Release
  197. Get:32 http://archive.ubuntu.com saucy-backports Release.gpg [933 B]
  198. Get:33 http://archive.ubuntu.com saucy-security Release.gpg [933 B]
  199. Get:35 http://archive.ubuntu.com saucy Release.gpg [933 B]
  200. Get:36 http://archive.ubuntu.com saucy-proposed Release.gpg [933 B]
  201. Get:38 http://archive.ubuntu.com raring-updates Release [40.8 kB]
  202. Ign http://archive.canonical.com raring/partner Translation-en
  203. Ign http://archive.canonical.com saucy/partner Translation-en
  204. Get:39 http://ppa.launchpad.net saucy Release [9733 B]
  205. Get:40 http://ppa.launchpad.net saucy Release [13.3 kB]
  206. Ign http://extras.ubuntu.com saucy/main Translation-en
  207. Get:42 http://ppa.launchpad.net saucy Release [13.3 kB]
  208. Get:47 http://archive.ubuntu.com saucy-updates Release [40.8 kB]
  209. Get:50 http://archive.ubuntu.com saucy-backports Release [40.8 kB]
  210. Get:51 http://archive.ubuntu.com saucy-security Release [40.8 kB]
  211. Get:54 http://archive.ubuntu.com saucy Release [40.8 kB]
  212. Get:55 http://archive.ubuntu.com saucy-proposed Release [40.8 kB]
  213. Get:56 http://ppa.launchpad.net saucy/main Sources [2316 B]
  214. Get:57 http://ppa.launchpad.net saucy/main amd64 Packages [3431 B]
  215. Get:60 http://ppa.launchpad.net saucy/main i386 Packages [3419 B]
  216. Get:62 http://ppa.launchpad.net saucy/main amd64 Packages [8321 B]
  217. Get:63 http://ppa.launchpad.net saucy/main i386 Packages [8329 B]
  218. Get:68 http://ppa.launchpad.net saucy/main amd64 Packages [35.1 kB]
  219. Get:69 http://ppa.launchpad.net saucy/main i386 Packages [35.1 kB]
  220. Err http://ppa.launchpad.net saucy/main Sources
  221. 404 Not Found
  222. Err http://ppa.launchpad.net saucy/main amd64 Packages
  223. 404 Not Found
  224. Get:100 http://archive.ubuntu.com raring-security/restricted amd64 Packages [14 B]
  225. Err http://ppa.launchpad.net saucy/main i386 Packages
  226. 404 Not Found
  227. Get:101 http://archive.ubuntu.com raring-security/universe amd64 Packages [32.2 kB]
  228. Ign http://ppa.launchpad.net saucy/main Translation-en
  229. Ign http://ppa.launchpad.net saucy/main Translation-en
  230. Ign http://ppa.launchpad.net saucy/main Translation-en
  231. Ign http://ppa.launchpad.net saucy/main Translation-en
  232. Get:139 http://archive.ubuntu.com saucy-updates/restricted Sources [14 B]
  233. Get:140 http://archive.ubuntu.com saucy-updates/universe Sources [14 B]
  234. Get:141 http://archive.ubuntu.com saucy-updates/main Sources [14 B]
  235. Get:142 http://archive.ubuntu.com saucy-updates/multiverse Sources [14 B]
  236. Get:143 http://archive.ubuntu.com saucy-updates/main amd64 Packages [14 B]
  237. Get:144 http://archive.ubuntu.com saucy-updates/restricted amd64 Packages [14 B]
  238. Get:145 http://archive.ubuntu.com saucy-updates/universe amd64 Packages [14 B]
  239. Get:146 http://archive.ubuntu.com saucy-updates/multiverse amd64 Packages [14 B]
  240. Get:147 http://archive.ubuntu.com saucy-updates/main i386 Packages [14 B]
  241. Get:148 http://archive.ubuntu.com saucy-updates/restricted i386 Packages [14 B]
  242. Get:149 http://archive.ubuntu.com saucy-updates/universe i386 Packages [14 B]
  243. Get:150 http://archive.ubuntu.com saucy-updates/multiverse i386 Packages [14 B]
  244. Get:151 http://archive.ubuntu.com saucy-updates/main Translation-en [14 B]
  245. Get:152 http://archive.ubuntu.com saucy-updates/multiverse Translation-en [14 B]
  246. Get:153 http://archive.ubuntu.com saucy-updates/restricted Translation-en [14 B]
  247. Get:154 http://archive.ubuntu.com saucy-updates/universe Translation-en [14 B]
  248. Get:155 http://archive.ubuntu.com saucy-backports/universe Sources [14 B]
  249. Get:156 http://archive.ubuntu.com saucy-backports/restricted Sources [14 B]
  250. Get:157 http://archive.ubuntu.com saucy-backports/main Sources [14 B]
  251. Get:158 http://archive.ubuntu.com saucy-backports/multiverse Sources [14 B]
  252. Get:159 http://archive.ubuntu.com saucy-backports/main amd64 Packages [14 B]
  253. Get:160 http://archive.ubuntu.com saucy-backports/restricted amd64 Packages [14 B]
  254. Get:161 http://archive.ubuntu.com saucy-backports/universe amd64 Packages [14 B]
  255. Get:162 http://archive.ubuntu.com saucy-backports/multiverse amd64 Packages [14 B]
  256. Get:163 http://archive.ubuntu.com saucy-backports/main i386 Packages [14 B]
  257. Get:164 http://archive.ubuntu.com saucy-backports/restricted i386 Packages [14 B]
  258. Get:165 http://archive.ubuntu.com saucy-backports/universe i386 Packages [14 B]
  259. Get:166 http://archive.ubuntu.com saucy-backports/multiverse i386 Packages [14 B]
  260. Get:167 http://archive.ubuntu.com saucy-backports/main Translation-en [14 B]
  261. Get:168 http://archive.ubuntu.com saucy-backports/multiverse Translation-en [14 B]
  262. Get:169 http://archive.ubuntu.com saucy-backports/restricted Translation-en [14 B]
  263. Get:170 http://archive.ubuntu.com saucy-backports/universe Translation-en [14 B]
  264. Get:171 http://archive.ubuntu.com saucy-security/restricted Sources [14 B]
  265. Get:172 http://archive.ubuntu.com saucy-security/universe Sources [14 B]
  266. Get:173 http://archive.ubuntu.com saucy-security/main Sources [14 B]
  267. Get:174 http://archive.ubuntu.com saucy-security/multiverse Sources [14 B]
  268. Get:175 http://archive.ubuntu.com saucy-security/main amd64 Packages [14 B]
  269. Get:176 http://archive.ubuntu.com saucy-security/restricted amd64 Packages [14 B]
  270. Get:177 http://archive.ubuntu.com saucy-security/universe amd64 Packages [14 B]
  271. Get:178 http://archive.ubuntu.com saucy-security/multiverse amd64 Packages [14 B]
  272. Get:179 http://archive.ubuntu.com saucy-security/main i386 Packages [14 B]
  273. Get:180 http://archive.ubuntu.com saucy-security/restricted i386 Packages [14 B]
  274. Get:181 http://archive.ubuntu.com saucy-security/universe i386 Packages [14 B]
  275. Get:182 http://archive.ubuntu.com saucy-security/multiverse i386 Packages [14 B]
  276. Get:183 http://archive.ubuntu.com saucy-security/main Translation-en [14 B]
  277. Get:184 http://archive.ubuntu.com saucy-security/multiverse Translation-en [14 B]
  278. Get:185 http://archive.ubuntu.com saucy-security/restricted Translation-en [14 B]
  279. Get:186 http://archive.ubuntu.com saucy-security/universe Translation-en [14 B]
  280. Get:187 http://archive.ubuntu.com saucy/multiverse Sources [176 kB]
  281. Get:188 http://archive.ubuntu.com saucy/universe Sources [6077 kB]
  282. Get:189 http://archive.ubuntu.com saucy/restricted Sources [6591 B]
  283. Get:190 http://archive.ubuntu.com saucy/main Sources [1013 kB]
  284. Get:191 http://archive.ubuntu.com saucy/main amd64 Packages [1265 kB]
  285. Get:192 http://archive.ubuntu.com saucy/restricted amd64 Packages [9564 B]
  286. Get:193 http://archive.ubuntu.com saucy/universe amd64 Packages [5607 kB]
  287. Get:194 http://archive.ubuntu.com saucy/multiverse amd64 Packages [132 kB]
  288. Get:195 http://archive.ubuntu.com saucy/main i386 Packages [1264 kB]
  289. Get:196 http://archive.ubuntu.com saucy/restricted i386 Packages [9978 B]
  290. Get:197 http://archive.ubuntu.com saucy/universe i386 Packages [5611 kB]
  291. Get:198 http://archive.ubuntu.com saucy/multiverse i386 Packages [134 kB]
  292. Get:199 http://archive.ubuntu.com saucy/main Translation-en [715 kB]
  293. Get:200 http://archive.ubuntu.com saucy/multiverse Translation-en [102 kB]
  294. Get:201 http://archive.ubuntu.com saucy/restricted Translation-en [2884 B]
  295. Get:202 http://archive.ubuntu.com saucy/universe Translation-en [3858 kB]
  296. Get:203 http://archive.ubuntu.com saucy-proposed/main amd64 Packages [18.5 kB]
  297. Get:204 http://archive.ubuntu.com saucy-proposed/restricted amd64 Packages [14 B]
  298. Get:205 http://archive.ubuntu.com saucy-proposed/universe amd64 Packages [96.0 kB]
  299. Get:206 http://archive.ubuntu.com saucy-proposed/multiverse amd64 Packages [675 B]
  300. Get:207 http://archive.ubuntu.com saucy-proposed/main i386 Packages [18.4 kB]
  301. Get:208 http://archive.ubuntu.com saucy-proposed/restricted i386 Packages [14 B]
  302. Get:209 http://archive.ubuntu.com saucy-proposed/universe i386 Packages [89.1 kB]
  303. Get:210 http://archive.ubuntu.com saucy-proposed/multiverse i386 Packages [672 B]
  304. Get:211 http://archive.ubuntu.com saucy-proposed/main Translation-en [10.8 kB]
  305. Get:212 http://archive.ubuntu.com saucy-proposed/multiverse Translation-en [374 B]
  306. Get:213 http://archive.ubuntu.com saucy-proposed/restricted Translation-en [14 B]
  307. Get:214 http://archive.ubuntu.com saucy-proposed/universe Translation-en [54.4 kB]
  308. Fetched 53.2 MB in 1min 34s (563 kB/s)
  309. W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/raring/dists/saucy/main/source/Sources 404 Not Found
  310.  
  311. W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/raring/dists/saucy/main/binary-amd64/Packages 404 Not Found
  312.  
  313. W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/raring/dists/saucy/main/binary-i386/Packages 404 Not Found
  314.  
  315. E: Some index files failed to download. They have been ignored, or old ones used instead.
  316. dpkg --configure -a
  317. dpkg --clear-avail
  318. LANG=C; apt-get -f install
  319. Reading package lists... Done
  320. Building dependency tree
  321. Reading state information... Done
  322. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  323. LANG=C; apt-get --fix-missing install
  324. Reading package lists... Done
  325. Building dependency tree
  326. Reading state information... Done
  327. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  328. LANG=C; apt-get update -o APT::Cache-Limit=100000000 && apt-get dist-upgrade
  329. Ign http://overviewer.org ./ InRelease
  330. Ign http://overviewer.org ./ Release.gpg
  331. Hit http://overviewer.org ./ Release
  332. Ign http://overviewer.org ./ Packages/DiffIndex
  333. Ign http://ppa.launchpad.net saucy InRelease
  334. Hit http://overviewer.org ./ Packages
  335. Ign http://archive.canonical.com saucy InRelease
  336. Ign http://extras.ubuntu.com saucy InRelease
  337. Ign http://overviewer.org ./ Translation-en
  338. Hit http://archive.canonical.com saucy Release.gpg
  339. Hit http://extras.ubuntu.com saucy Release.gpg
  340. Ign http://ppa.launchpad.net saucy InRelease
  341. Ign http://ppa.launchpad.net saucy InRelease
  342. Ign http://archive.ubuntu.com saucy-updates InRelease
  343. Hit http://extras.ubuntu.com saucy Release
  344. Hit http://archive.canonical.com saucy Release
  345. Ign http://ppa.launchpad.net saucy InRelease
  346. Ign http://archive.ubuntu.com saucy-backports InRelease
  347. Ign http://ppa.launchpad.net saucy Release.gpg
  348. Ign http://archive.ubuntu.com saucy-security InRelease
  349. Ign http://archive.ubuntu.com saucy InRelease
  350. Ign http://archive.ubuntu.com saucy-proposed InRelease
  351. Hit http://archive.canonical.com saucy/partner amd64 Packages
  352. Hit http://ppa.launchpad.net saucy Release.gpg
  353. Hit http://archive.canonical.com saucy/partner i386 Packages
  354. Hit http://extras.ubuntu.com saucy/main Sources
  355. Hit http://ppa.launchpad.net saucy Release.gpg
  356. Hit http://extras.ubuntu.com saucy/main amd64 Packages
  357. Hit http://ppa.launchpad.net saucy Release.gpg
  358. Hit http://extras.ubuntu.com saucy/main i386 Packages
  359. Ign http://ppa.launchpad.net saucy Release
  360. Hit http://archive.ubuntu.com saucy-updates Release.gpg
  361. Hit http://archive.ubuntu.com saucy-backports Release.gpg
  362. Hit http://ppa.launchpad.net saucy Release
  363. Hit http://archive.ubuntu.com saucy-security Release.gpg
  364. Hit http://ppa.launchpad.net saucy Release
  365. Get:3 http://archive.ubuntu.com saucy Release.gpg [933 B]
  366. Hit http://ppa.launchpad.net saucy Release
  367. Get:4 http://archive.ubuntu.com saucy-proposed Release.gpg [933 B]
  368. Ign http://archive.canonical.com saucy/partner Translation-en
  369. Ign http://extras.ubuntu.com saucy/main Translation-en
  370. Hit http://archive.ubuntu.com saucy-updates Release
  371. Hit http://ppa.launchpad.net quantal/main i386 Packages
  372. Hit http://archive.ubuntu.com saucy-backports Release
  373. Hit http://archive.ubuntu.com saucy-security Release
  374. Hit http://ppa.launchpad.net saucy/main Sources
  375. Get:7 http://archive.ubuntu.com saucy Release [40.8 kB]
  376. Hit http://ppa.launchpad.net saucy/main amd64 Packages
  377. Hit http://ppa.launchpad.net saucy/main i386 Packages
  378. Get:8 http://archive.ubuntu.com saucy-proposed Release [40.8 kB]
  379. Hit http://ppa.launchpad.net saucy/main amd64 Packages
  380. Hit http://ppa.launchpad.net saucy/main i386 Packages
  381. Hit http://ppa.launchpad.net saucy/main amd64 Packages
  382. Hit http://ppa.launchpad.net saucy/main i386 Packages
  383. Err http://ppa.launchpad.net saucy/main Sources
  384. 404 Not Found
  385. Err http://ppa.launchpad.net saucy/main amd64 Packages
  386. 404 Not Found
  387. Err http://ppa.launchpad.net saucy/main i386 Packages
  388. 404 Not Found
  389. Ign http://ppa.launchpad.net saucy/main Translation-en
  390. Ign http://ppa.launchpad.net saucy/main Translation-en
  391. Ign http://ppa.launchpad.net saucy/main Translation-en
  392. Ign http://ppa.launchpad.net saucy/main Translation-en
  393. Hit http://archive.ubuntu.com saucy-updates/restricted Sources
  394. Hit http://archive.ubuntu.com saucy-updates/universe Sources
  395. Hit http://archive.ubuntu.com saucy-updates/main Sources
  396. Hit http://archive.ubuntu.com saucy-updates/multiverse Sources
  397. Hit http://archive.ubuntu.com saucy-updates/main amd64 Packages
  398. Hit http://archive.ubuntu.com saucy-updates/restricted amd64 Packages
  399. Hit http://archive.ubuntu.com saucy-updates/universe amd64 Packages
  400. Hit http://archive.ubuntu.com saucy-updates/multiverse amd64 Packages
  401. Hit http://archive.ubuntu.com saucy-updates/main i386 Packages
  402. Hit http://archive.ubuntu.com saucy-updates/restricted i386 Packages
  403. Hit http://archive.ubuntu.com saucy-updates/universe i386 Packages
  404. Hit http://archive.ubuntu.com saucy-updates/multiverse i386 Packages
  405. Hit http://archive.ubuntu.com saucy-updates/main Translation-en
  406. Hit http://archive.ubuntu.com saucy-updates/multiverse Translation-en
  407. Hit http://archive.ubuntu.com saucy-updates/restricted Translation-en
  408. Hit http://archive.ubuntu.com saucy-updates/universe Translation-en
  409. Hit http://archive.ubuntu.com saucy-backports/universe Sources
  410. Hit http://archive.ubuntu.com saucy-backports/restricted Sources
  411. Hit http://archive.ubuntu.com saucy-backports/main Sources
  412. Hit http://archive.ubuntu.com saucy-backports/multiverse Sources
  413. Hit http://archive.ubuntu.com saucy-backports/main amd64 Packages
  414. Hit http://archive.ubuntu.com saucy-backports/restricted amd64 Packages
  415. Hit http://archive.ubuntu.com saucy-backports/universe amd64 Packages
  416. Hit http://archive.ubuntu.com saucy-backports/multiverse amd64 Packages
  417. Hit http://archive.ubuntu.com saucy-backports/main i386 Packages
  418. Hit http://archive.ubuntu.com saucy-backports/restricted i386 Packages
  419. Hit http://archive.ubuntu.com saucy-backports/universe i386 Packages
  420. Hit http://archive.ubuntu.com saucy-backports/multiverse i386 Packages
  421. Hit http://archive.ubuntu.com saucy-backports/main Translation-en
  422. Hit http://archive.ubuntu.com saucy-backports/multiverse Translation-en
  423. Hit http://archive.ubuntu.com saucy-backports/restricted Translation-en
  424. Hit http://archive.ubuntu.com saucy-backports/universe Translation-en
  425. Hit http://archive.ubuntu.com saucy-security/restricted Sources
  426. Hit http://archive.ubuntu.com saucy-security/universe Sources
  427. Hit http://archive.ubuntu.com saucy-security/main Sources
  428. Hit http://archive.ubuntu.com saucy-security/multiverse Sources
  429. Hit http://archive.ubuntu.com saucy-security/main amd64 Packages
  430. Hit http://archive.ubuntu.com saucy-security/restricted amd64 Packages
  431. Hit http://archive.ubuntu.com saucy-security/universe amd64 Packages
  432. Hit http://archive.ubuntu.com saucy-security/multiverse amd64 Packages
  433. Hit http://archive.ubuntu.com saucy-security/main i386 Packages
  434. Hit http://archive.ubuntu.com saucy-security/restricted i386 Packages
  435. Hit http://archive.ubuntu.com saucy-security/universe i386 Packages
  436. Hit http://archive.ubuntu.com saucy-security/multiverse i386 Packages
  437. Hit http://archive.ubuntu.com saucy-security/main Translation-en
  438. Hit http://archive.ubuntu.com saucy-security/multiverse Translation-en
  439. Hit http://archive.ubuntu.com saucy-security/restricted Translation-en
  440. Hit http://archive.ubuntu.com saucy-security/universe Translation-en
  441. Get:29 http://archive.ubuntu.com saucy/multiverse Sources [176 kB]
  442. Get:30 http://archive.ubuntu.com saucy/universe Sources [6077 kB]
  443. Get:31 http://archive.ubuntu.com saucy/restricted Sources [6591 B]
  444. Get:32 http://archive.ubuntu.com saucy/main Sources [1013 kB]
  445. Get:33 http://archive.ubuntu.com saucy/main amd64 Packages [1265 kB]
  446. Get:34 http://archive.ubuntu.com saucy/restricted amd64 Packages [9564 B]
  447. Get:35 http://archive.ubuntu.com saucy/universe amd64 Packages [5607 kB]
  448. Get:36 http://archive.ubuntu.com saucy/multiverse amd64 Packages [132 kB]
  449. Get:37 http://archive.ubuntu.com saucy/main i386 Packages [1264 kB]
  450. Get:38 http://archive.ubuntu.com saucy/restricted i386 Packages [9978 B]
  451. Get:39 http://archive.ubuntu.com saucy/universe i386 Packages [5611 kB]
  452. Get:40 http://archive.ubuntu.com saucy/multiverse i386 Packages [134 kB]
  453. Hit http://archive.ubuntu.com saucy/main Translation-en
  454. Hit http://archive.ubuntu.com saucy/multiverse Translation-en
  455. Hit http://archive.ubuntu.com saucy/restricted Translation-en
  456. Hit http://archive.ubuntu.com saucy/universe Translation-en
  457. Get:41 http://archive.ubuntu.com saucy-proposed/main amd64 Packages [18.5 kB]
  458. Get:42 http://archive.ubuntu.com saucy-proposed/restricted amd64 Packages [14 B]
  459. Get:43 http://archive.ubuntu.com saucy-proposed/universe amd64 Packages [96.4 kB]
  460. Get:44 http://archive.ubuntu.com saucy-proposed/multiverse amd64 Packages [675 B]
  461. Get:45 http://archive.ubuntu.com saucy-proposed/main i386 Packages [18.4 kB]
  462. Get:46 http://archive.ubuntu.com saucy-proposed/restricted i386 Packages [14 B]
  463. Get:47 http://archive.ubuntu.com saucy-proposed/universe i386 Packages [89.5 kB]
  464. Get:48 http://archive.ubuntu.com saucy-proposed/multiverse i386 Packages [672 B]
  465. Hit http://archive.ubuntu.com saucy-proposed/main Translation-en
  466. Hit http://archive.ubuntu.com saucy-proposed/multiverse Translation-en
  467. Hit http://archive.ubuntu.com saucy-proposed/restricted Translation-en
  468. Get:49 http://archive.ubuntu.com saucy-proposed/universe Translation-en [54.5 kB]
  469. Fetched 22.6 MB in 60s (376 kB/s)
  470.  
  471. E: Some index files failed to download. They have been ignored, or old ones used instead.
  472.  
  473. find /etc/apt -name '*.list' -exec bash -c 'echo -e nn; cat -n ' _ '{}' \;
  474.  
  475. /etc/apt/sources.list
  476.  
  477. 1 # deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release amd64 (20121017.5)]/ quantal main restricted universe multiverse
  478. 2 # deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130420)]/ raring main restricted universe multiverse
  479. 3
  480. 4 deb http://archive.ubuntu.com/ubuntu saucy-updates main restricted universe multiverse
  481. 5 deb http://archive.ubuntu.com/ubuntu saucy-backports main restricted universe multiverse
  482. 6 deb http://archive.ubuntu.com/ubuntu saucy-security main restricted universe multiverse
  483. 7 deb http://archive.ubuntu.com/ubuntu saucy main restricted universe multiverse
  484. 8 deb http://archive.ubuntu.com/ubuntu saucy-proposed main restricted universe multiverse
  485. 9 deb http://extras.ubuntu.com/ubuntu saucy main
  486. 10 deb http://archive.canonical.com/ubuntu saucy partner
  487. 11 deb-src http://extras.ubuntu.com/ubuntu saucy main
  488. 12 deb-src http://archive.ubuntu.com/ubuntu saucy-security restricted universe main multiverse #Added by software-properties
  489. 13 deb-src http://archive.ubuntu.com/ubuntu saucy-updates restricted universe main multiverse #Added by software-properties
  490. 14 deb-src http://archive.ubuntu.com/ubuntu saucy multiverse universe restricted main #Added by software-properties
  491. 15 deb-src http://archive.ubuntu.com/ubuntu saucy-backports universe restricted main multiverse #Added by software-properties
  492. 16 deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu saucy main
  493. 17 deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu saucy main
  494. 18
  495. 19 # deb http://download.learnfree.eu/repository/skss / #SKSS
  496. 20
  497. 21
  498. 22 ## Added by Seann 19 Feb 2013 - Minecraft Map Overviewer
  499. 23 deb http://overviewer.org/debian ./
  500. 24
  501. 25 ## Added by Seann 26 April 2013 - Oracle VM
  502. 26 # deb http://download.virtualbox.org/virtualbox/debian raring contrib
  503. 27
  504. 28 ## Added by Seann 27 May 2013 - Unity Lenses
  505. 29 #deb http://ppa.launchpad.net/scopes-packagers/ppa/ubuntu raring main
  506. 30 #deb-src http://ppa.launchpad.net/scopes-packagers/ppa/ubuntu raring main
  507. 31 #deb http://ppa.launchpad.net/scopes-packagers/adult-scopes/ubuntu quantal main
  508. 32 #deb-src http://ppa.launchpad.net/scopes-packagers/adult-scopes/ubuntu quantal main
  509. 33
  510.  
  511. /etc/apt/sources.list.d/gnome3-team-gnome3-saucy.list
  512.  
  513. 1 deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu saucy main
  514. 2 deb-src http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu saucy main
  515.  
  516. /etc/apt/sources.list.d/ubuntu-wine-ppa-saucy.list
  517.  
  518. 1 deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu saucy main
  519.  
  520. /etc/apt/sources.list.d/gnome3-team-gnome3-staging-saucy.list
  521.  
  522. 1 deb http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu saucy main
  523. 2 deb-src http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu saucy main
  524. root@optiplex:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement