Results 1 to 4 of 4

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

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

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

    Apt-get 'failed for some reason'

    Oh man , this one is a beaut!

    Code:
    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. #2
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

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

    f/p.. It's an old one

  3. #3
    Join Date
    Aug 2006
    Location
    New York City
    Beans
    63
    Distro
    Ubuntu Development Release

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

    Seems like either some of your repos are down or your network connection is spotty. You might want to run apt-get update in a while loop to make life easier. Here's what I use to update and upgrade my system:
    Code:
    while ! ( date && sudo apt-get update ) ; do sleep 10s ; done && sudo apt-get upgrade ; date

  4. #4
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

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

    Quote Originally Posted by toobuntu View Post
    Seems like either some of your repos are down or your network connection is spotty. You might want to run apt-get update in a while loop to make life easier. Here's what I use to update and upgrade my system:
    Code:
    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 !

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •