Advertisement
ivotkl

update error

Dec 19th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.09 KB | None | 0 0
  1. #This are comments entered on pastebin' s textbox
  2. #2012.12.19 11.38
  3. #These are the output errors of "sudo apt-get dist-upgrade"
  4.  
  5. $ sudo apt-get dist-upgrade
  6. Reading package lists... Done
  7. Building dependency tree      
  8. Reading state information... Done
  9. Calculating upgrade... Done
  10. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  11. W: Duplicate sources.list entry http://ftp.ccc.uba.ar/pub/linux/ubuntu/ precise/main i386 Packages (/var/lib/apt/lists/ftp.ccc.uba.ar_pub_linux_ubuntu_dists_precise_main_binary-i386_Packages)
  12. W: Duplicate sources.list entry http://ftp.ccc.uba.ar/pub/linux/ubuntu/ precise/restricted i386 Packages (/var/lib/apt/lists/ftp.ccc.uba.ar_pub_linux_ubuntu_dists_precise_restricted_binary-i386_Packages)
  13. W: You may want to run apt-get update to correct these problems
  14.  
  15. ##############################################################################################
  16.  
  17. #And below is the final output of "sudo apt-get update"
  18.  
  19. Fetched 17.6 MB in 26s (666 kB/s)                                              
  20. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/restricted/source/Sources  Unable to fetch file, server said '/linux/ubuntu/dists/precise/restricted/source/Sources: No existe el fichero o el directorio  '
  21.  
  22. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/main/source/Sources  Unable to fetch file, server said '/linux/ubuntu/dists/precise/main/source/Sources: No existe el fichero o el directorio  '
  23.  
  24. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/multiverse/source/Sources  Unable to fetch file, server said '/linux/ubuntu/dists/precise/multiverse/source/Sources: No existe el fichero o el directorio  '
  25.  
  26. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/universe/source/Sources  Unable to fetch file, server said '/linux/ubuntu/dists/precise/universe/source/Sources: No existe el fichero o el directorio  '
  27.  
  28. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/main/binary-i386/Packages  Unable to fetch file, server said '/linux/ubuntu/dists/precise/main/binary-i386/Packages: No existe el fichero o el directorio  '
  29.  
  30. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/restricted/binary-i386/Packages  Unable to fetch file, server said '/linux/ubuntu/dists/precise/restricted/binary-i386/Packages: No existe el fichero o el directorio  '
  31.  
  32. E: Some index files failed to download. They have been ignored, or old ones used instead.
  33.  
  34. ##############################################################################################
  35.  
  36. #Similar thing happened with "sudo apt-get -f update"
  37.  
  38. Fetched 17.9 MB in 35s (506 kB/s)                                              
  39. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/restricted/source/Sources  Unable to fetch file, server said '/linux/ubuntu/dists/precise/restricted/source/Sources: No existe el fichero o el directorio  '
  40.  
  41. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/main/source/Sources  Unable to fetch file, server said '/linux/ubuntu/dists/precise/main/source/Sources: No existe el fichero o el directorio  '
  42.  
  43. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/multiverse/source/Sources  Unable to fetch file, server said '/linux/ubuntu/dists/precise/multiverse/source/Sources: No existe el fichero o el directorio  '
  44.  
  45. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/universe/source/Sources  Unable to fetch file, server said '/linux/ubuntu/dists/precise/universe/source/Sources: No existe el fichero o el directorio  '
  46.  
  47. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/main/binary-i386/Packages  Unable to fetch file, server said '/linux/ubuntu/dists/precise/main/binary-i386/Packages: No existe el fichero o el directorio  '
  48.  
  49. W: Failed to fetch ftp://ftp.ccc.uba.ar/linux/ubuntu/dists/precise/restricted/binary-i386/Packages  Unable to fetch file, server said '/linux/ubuntu/dists/precise/restricted/binary-i386/Packages: No existe el fichero o el directorio  '
  50.  
  51. E: Some index files failed to download. They have been ignored, or old ones used instead.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement