Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29

Thread: Badsig 40976eaf437d05b5

  1. #21
    Join Date
    Aug 2006
    Beans
    86

    Re: Badsig 40976eaf437d05b5

    We just resolved this problem. While the remedies listed didn't work, it turned out the the mirror had an inconsistent set of resources. Specifically the anl ubuntu mirror has most items under http://mirror.anl.gov/pub/ubuntu/, the lucid-updates is under http://mirror.anl.gov/ubuntu/, even thought there was another, older lucid-updates in http://mirror.anl.gov/pub/ubuntu/

    So, when all else fails, look really carefully at sources.list and at the mirror.

  2. #22
    Join Date
    Aug 2011
    Beans
    5

    Re: Badsig 40976eaf437d05b5

    Quote Originally Posted by naphtha View Post
    Had the same problem.
    I my case it was something fishy in the old apt lists.

    Solved by deleting and reloading:

    Code:
    sudo rm -r /var/lib/apt/lists
    sudo mkdir -p /var/lib/apt/lists/partial
    sudo aptitude update
    •••••••••••
    This worked me as well.
    Thanks.

    Anyone know why this error occurs though?

  3. #23
    Join Date
    Mar 2011
    Location
    A land far, far, away...
    Beans
    Hidden!
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: Badsig 40976eaf437d05b5

    Quote Originally Posted by naphtha View Post
    Had the same problem.
    I my case it was something fishy in the old apt lists.

    Solved by deleting and reloading:

    Code:
    sudo rm -r /var/lib/apt/lists
    sudo mkdir -p /var/lib/apt/lists/partial
    sudo aptitude update
    This worked for meeeeeeeeeeeeeee! Thank you!
    Links: Boot Info: How To | Grub 2 Basics: How To |LUKS Crash Course
    ---------------------------------------------
    Be yourself....unless you can be a Unicorn. Then be a Unicorn.

  4. #24
    Join Date
    Jul 2006
    Location
    UK
    Beans
    23
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Badsig 40976eaf437d05b5

    Quote Originally Posted by CoolJohnB View Post
    This one worked for me too thank you very much
    Same here. Thanks!

  5. #25
    Join Date
    Mar 2006
    Beans
    18

    Re: Badsig 40976eaf437d05b5

    Confirmed: the above worked for me. Thanks.

    sudo rm /var/lib/apt/lists/* -vf
    sudo rm /var/lib/apt/lists/partial/* -vf
    sudo apt-get update

  6. #26
    Join Date
    Mar 2012
    Beans
    5

    Re: Badsig 40976eaf437d05b5

    Quote Originally Posted by naphtha View Post
    Had the same problem.
    I my case it was something fishy in the old apt lists.

    Solved by deleting and reloading:

    Code:
    sudo rm -r /var/lib/apt/lists
    sudo mkdir -p /var/lib/apt/lists/partial
    sudo aptitude update
    Thanks for the code, it's the first time an advice worked out straight!! So there is still hope

  7. #27
    Join Date
    Nov 2008
    Beans
    98

    Re: Badsig 40976eaf437d05b5

    Quote Originally Posted by naphtha View Post
    Had the same problem.
    I my case it was something fishy in the old apt lists.

    Solved by deleting and reloading:

    Code:
    sudo rm -r /var/lib/apt/lists
    sudo mkdir -p /var/lib/apt/lists/partial
    sudo aptitude update
    Thanks. I was pulling my hair out. This was the only suggested solution of many that actually worked for me.

  8. #28
    Join Date
    Jun 2009
    Location
    Brasilia, Brazil
    Beans
    24
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Badsig 40976eaf437d05b5

    Quote Originally Posted by ToshibaLaptoplinux View Post
    Thanks. I was pulling my hair out. This was the only suggested solution of many that actually worked for me.
    Thanks a lot! Removing /var/lib/lists worked for me!

    (After trying to fetch new keys, cleaning cache, etc, which didn't work)
    Leonardo
    Universidade de Brasilia

  9. #29
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

Page 3 of 3 FirstFirst 123

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
  •