Results 1 to 9 of 9

Thread: [ubuntu] Red Triangle -- "The update information is outdated"

  1. #1
    Join Date
    Mar 2013
    Beans
    41

    [ubuntu] Red Triangle -- "The update information is outdated"

    Hello,

    I'm running 12.10 64bit. I've recently had a red triangle appear on the top taskbar indicating that I need updates, however, when I click on 'show updates', it says everything is up to date.

    When I run 'sudo apt-get update' I get these error messages:

    Code:
    Err http://ppa.launchpad.net quantal/main Sources                              
      404  Not Found
    Err http://ppa.launchpad.net quantal/main amd64 Packages                       
      404  Not Found
    Err http://ppa.launchpad.net quantal/main i386 Packages                        
      404  Not Found
    
     W: Failed to fetch http://ppa.launchpad.net/thomas.tsai...source/Sources  404  Not Found  
     
    
     W: Failed to fetch http://ppa.launchpad.net/thomas.tsai...amd64/Packages  404  Not Found  
     
    
     W: Failed to fetch http://ppa.launchpad.net/thomas.tsai...-i386/Packages  404  Not Found
    I've looked around for similar threads, but nothing seems to come up for these specific errors. Any suggestions? I remember having to do the following to get skype to work on my computer, do you think it could be related?


    In some cases similar problems of other people have turned out to be caused by a mis-configuration of the package management system related to multiarch support.

    Please issue the following commands and copy/paste all output:

    Code:
    dpkg --print-foreign-architectures
    dpkg --print-architecture
    If the first comand does not show any output, and the second one gives "amd64" you shouly try the following commands
    Code:
    sudo dpkg --add-architecture i386
    sudo apt-get update
    and then again

    Code:
    sudo apt-get install skype

    Thanks for any help!
    Last edited by jimafternoon; April 2nd, 2013 at 03:46 AM. Reason: removed colors added code tags

  2. #2
    Join Date
    Mar 2013
    Beans
    41

    Re: Red Triangle -- "The update information is outdated"

    Hmmm, right after I posted this the red triangle disappeared. Thoughts?

  3. #3
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Red Triangle -- "The update information is outdated"

    jimafternoon;

    Maybe the mirror was down or all paths busy or major leg on the path down ??

    alls well that ends well
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  4. #4
    Join Date
    Aug 2008
    Beans
    1,835
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Red Triangle -- "The update information is outdated"

    The ppa you are using doesn't have any quantal packages which is what is causing the 404 (not found error). Probably means the maintainer isn't bothering to keep it up to date.

    https://launchpad.net/~thomas.tsai/+...ubuntu-tuxboot


    As you can see there are only packages for up to precise pangolin. Not really anything to do with the main problem you had.

  5. #5
    Join Date
    Mar 2013
    Beans
    41

    Re: Red Triangle -- "The update information is outdated"

    Ok, thanks. I'm not sure how, when, or why that ppa is installed. Is that something that I would have done? I've had a few issues and tried a lot of different things, I honestly don't remember at this point.

  6. #6
    Join Date
    Mar 2013
    Beans
    41

    Re: Red Triangle -- "The update information is outdated"

    Hmm, the red triangle came back again.

  7. #7
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Red Triangle -- "The update information is outdated"

    You can remove the ppa from
    Software Center -> Edit -> Software Sources -> Other Sources tab
    Just remove the checkmark beside both entries that start with http://ppa.launchpad.net/thomas.tsai/ubuntu-tuxboot/
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  8. #8
    Join Date
    Mar 2013
    Beans
    41

    Re: Red Triangle -- "The update information is outdated"

    Thanks, I just did that and then ran 'sudo apt-get update'. No errors showed up and the red triangle disappeared.

  9. #9
    Join Date
    Apr 2013
    Beans
    1

    Talking Re: Red Triangle -- "The update information is outdated"

    Quote Originally Posted by jimafternoon View Post
    Thanks, I just did that and then ran 'sudo apt-get update'. No errors showed up and the red triangle disappeared.
    me tooo.

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
  •