Ubuntu Forums Archive Viewer

Oh joy , Oh rapture .. Major breakage me thinks :)

Archived thread 2083484 from Ubuntu Development Version. Markdown source: Ubuntu_Development_Version/thread_2083484_Oh_joy_,_Oh_rapture_.._Major_breakage_me_thinks_).md

Original URL About this archive
#1

Apt-get 'failed for some reason'

Oh man , this one is a beaut! :)


E: Some index files failed to download. They have been ignored, or old ones used instead.
Warning:  apt-get update failed for some reason
PPA to be removed: jconti recent-notifications
Warning:  Could not find package list for PPA: jconti recent-notifications
ventrical@ventrical-P4M266A-8237:~$ 
#2

f/p.. It's an old one :)

#3

Seems like either some of your repos are down or your network connection is spotty. You might want to run [FONT="Courier New"]apt-get update[/FONT] in a [FONT="Courier New"]while[/FONT] loop to make life easier. Here's what I use to update and upgrade my system:

while ! ( date && sudo apt-get update ) ; do sleep 10s ; done && sudo apt-get upgrade ; date
#4

toobuntu said: Seems like either some of your repos are down or your network connection is spotty. You might want to run [FONT=Courier New]apt-get update[/FONT] in a [FONT=Courier New]while[/FONT] loop to make life easier. Here's what I use to update and upgrade my system:

while ! ( date && sudo apt-get update ) ; do sleep 10s ; done && sudo apt-get upgrade ; date

Thanks .. I purged the repo and all is well once again ! :)