[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2015-06-05 Thread riveravaldez
Just for the record, I'd just encountered this problem on a Linux Mint box and the 'Workaround' of the 'Bug description' has solved it: $ uname -a Linux 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/linuxmint/info RELEASE=13 CODENAME=maya

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2015-03-19 Thread haiko2201
I have some problem with a local mirror (apt-mirror) Holen: 1 http://192.168.0.100 trusty InRelease [246 B] Holen: 2 http://192.168.0.100 trusty-updates InRelease [246 B] Holen: 3 http://192.168.0.100 trusty-backports InRelease [246 B] Holen: 4 http://192.168.0.100 trusty-security

Re: [Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2015-03-19 Thread Tim Smith
Please post your sources file On Thu, 19 Mar 2015 13:57 haiko2201 2201ha...@gmail.com wrote: I have some problem with a local mirror (apt-mirror) Holen: 1 http://192.168.0.100 trusty InRelease [246 B] Holen: 2 http://192.168.0.100 trusty-updates InRelease [246 B] Holen: 3

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2014-03-18 Thread John A Meinel
FWIW, I do see this occasionally, but I'm guessing my ISP is doing transparent proxy caching. However, sudo apt-get update -o Acquire::http::No-Cache=true Did fix it for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2013-10-26 Thread Tumblestump Fomplebottom
Just ran into this problem on 13.10. If a fix was released 12 months ago why is it still happening? My situation seems similar to all the rest, rather than a 404 my satellite ISP returns nonstandard error messages about link outage if it does not return results in time and apt-get got permanently

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2013-03-26 Thread ValeryK
Last week I try to update my kubuntu 12.04x64, but with mistakes, today I do: sudo rm -rf /var/lib/apt/lists/partial sudo mkdir -p /var/lib/apt/lists/partial sudo apt-get clean sudo apt-get update and then I see again and again: Не удалось загрузить (failing to load?)

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2013-03-05 Thread Tiago Neiva
I'm running Quantal and on Wifi captive portals the issue still happens apt broken I know how to fix, but less tech savy users get lost... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-10-11 Thread Brian Murray
Regarding point #2 in comment #70: 2. Some people had bad files on the local box (through proxy or direct download) and for them the fix was sudo mv /var/lib/apt/lists /var/lib/apt/lists.old ; sudo mkdir -p /var/lib/apt/lists/partial The issue of apt creating bad files on disk in

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-10-11 Thread Brian Murray
Bug 997200 has some details about improvements that could be made to update-manager. The fix for apt is now available in precise-proposed and details regarding testing can be found in bug 346386. I'm going to set the Precise task to Fix Released rather than risk forgetting to close this bug when

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-10-10 Thread Steve Langasek
** Changed in: apt (Ubuntu) Assignee: (unassigned) = Brian Murray (brian-murray) ** Also affects: apt (Ubuntu Quantal) Importance: High Assignee: Brian Murray (brian-murray) Status: Triaged ** Also affects: update-manager (Ubuntu Quantal) Importance: Low Status:

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-08-29 Thread Paul Perkins
The specific bug I am interested in is case 2 from comment 70: 2. Some people had bad files on the local box (through proxy or direct download) and for them the fix was sudo mv /var/lib/apt/lists /var/lib/apt/lists.old ; sudo mkdir -p /var/lib/apt/lists/partial. This can happen because of common,

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-08-28 Thread René Lara
** Description changed: -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061 Title: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5) To manage

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-08-28 Thread René Lara
WORKAROUND: -- Run the following commands(saves a backup of the old lists and creates a new lists folder) and the BADSIG error does not occur : $ cd /var/lib/apt $ sudo mv lists lists.old $ sudo mkdir -p lists/partial $ sudo apt-get update Worked just fine -- You received this bug

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-08-28 Thread Andrew
The proposed workaround does not work if the connection is still being intercepted and returning invalid responses. It addresses point 2 of comment #70, but not the other four causes. I suggest that a challenge-response mechanism could help to detect intercepting proxies and provide better

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-07-26 Thread Jamie Strandboge
** This bug has been flagged as a security vulnerability -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061 Title: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-06-22 Thread Paul Perkins
My DSL modem, when the network is down, responds to anything http with a page redirecting to an error page on the modem. I found some examples of this in some of the *Release files in my /var/lib/apt/lists. Hard to imagine why apt-get prefers a local copy that it has PROVED to be bogus over

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-04-25 Thread Rickard Armiento
I am on a university network that fake DNS responses to re-direct you to a login page before you are allowed to access the external network. This is a pretty common setup for wifi on e.g. airports, restaurants, hotels, etc. I hit this bug reliably if an apt-get update is run while I am connected

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-04-17 Thread Brian Murray
** Changed in: apt (Ubuntu Precise) Status: Fix Committed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061 Title: GPG error with apt-get/aptitude/update-manager behind

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-04-16 Thread Jhon Kleiton Natal Gonçalves
** Changed in: apt (Ubuntu Precise) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061 Title: GPG error with apt-get/aptitude/update-manager behind

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-04-16 Thread Andrew
People who added to this bug report had a number of different issues. 1. Some people did not import the relevant keys. For them, something like sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB141E2302FDF932 solved their problem. 2. Some people had bad files on the local box

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-04-13 Thread Barry Warsaw
** Changed in: apt (Ubuntu Precise) Status: In Progress = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061 Title: GPG error with apt-get/aptitude/update-manager behind

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-04-12 Thread RajaSekharReddy Genupula
open your terminal and do this sudo rm -rf /var/lib/apt/lists/* sudo apt-get update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061 Title: GPG error with

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-03-22 Thread Kate Stewart
** Tags added: rls-mgr-p-tracking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061 Title: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5) To

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2012-01-13 Thread Barry Warsaw
** Changed in: apt (Ubuntu Precise) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/24061 Title: GPG error with apt-get/aptitude/update-manager behind

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-12-13 Thread Colin Watson
** Also affects: apt (Ubuntu Precise) Importance: High Status: Triaged ** Also affects: update-manager (Ubuntu Precise) Importance: Low Status: Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-12-12 Thread Colin Watson
As far as I can see, the problem here is that apt is inappropriately caching files that fail validation, rather than removing them and allowing them to be fetched again. Fixing that would probably be enough to consign this bug to the dustbin of history, which I'm sure would be welcomed by all

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-12-12 Thread Colin Watson
I suspect that the exact causes of this have shifted over time. The two relevant cases in precise (at least assuming that my test case is sufficient) seem to be: InRelease renamed to Release despite signature failure IndexDiff files moved to /var/lib/apt/lists/ despite parse failure The

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-12-12 Thread David Kalnischkies
The idea is that even if the signature can't be checked (= key is not in the keyring) that we still use the Release file to decide which files to download (e.g. pdiffs/translations available?) and use the Hashsums for checking. The later doesn't provide a good trust path, but playing man-

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-10-21 Thread Berend De Schouwer
This happens to me if update-mangager starts before I've had a change to type the proxy password (pretty much every day in the office) It would be nice if apt would wipe the BADSIGs on a restart, so that I can get a fresh list after typing the proxy password without manually removing files in

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-10-10 Thread Tim Cutts
Robbie, why has this been triaged as Won't fix? this causes real problems for people trying to run Ubuntu on machines behind Squid proxies that they don't control (for example in a corporate or university environment). It seems to me that an appropriate fix would be for apt-get clean to actually

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-01-15 Thread Robbie Williamson
** Changed in: apt (Ubuntu) Status: Won't Fix = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/24061 Title: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-01-14 Thread Robbie Williamson
** Changed in: update-manager (Ubuntu) Assignee: Michael Vogt (mvo) = (unassigned) ** Changed in: apt (Ubuntu) Status: Confirmed = Won't Fix ** Changed in: update-manager (Ubuntu) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-12-24 Thread Vish
Looks like this is a quite a well-known issue in debian systems. - Virtual Box even mentions this workaround in their Linux downloads page: What to do when experiencing The following signatures were invalid: BADSIG ... when refreshing the packages from the repository?

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-11-30 Thread Vish
** Description changed: I keep getting this when i launch the update manager. W: GPG error: http://archive.ubuntu.com breezy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key ftpmas...@ubuntu.com How can I fix it?

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-11-29 Thread Philip Guyton
Like Pieter above I have recently received a BADSIG DB141E2302FDF932 error along with the original BADSIG 40976EAF437D05B5 on a different machine to my previous post. The procedure I used earlier in this thread worked to clear the BADSIG 40976EAF437D05B5 error but not the other one. from

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-11-27 Thread Pieter
No 100% sure if i have the same problem. $ sudo apt-get update ... Fetched 2,673B in 5s (446B/s) Reading package lists... Done W: GPG error: http://extras.ubuntu.com maverick Release: The following signatures were invalid: BADSIG DB141E2302FDF932 Launchpad Application Review Board PPA W: GPG

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-11-15 Thread Philip Guyton
I am using apt-cacher-ng on 10.04 and had this problem. Things were complicated by me having forgotten about a file:- cat /etc/apt/apt.conf.d/80aptcacherng Acquire::http { Proxy http://127.0.0.1:3142;; }; So I first removed this file such that I could have no apt-cacher-ng via command line and

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-10-23 Thread Oliver Stieber
Ok, I had this [or at least something oh so similar]. first I tried the sudo aptitude -o Acquire::http::No-Cache=True -o Acquire::BrokenProxy=true update sudo apt-get update work around, with no success. then: cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-10-23 Thread Oliver Stieber
Ok, I had this [or at least something oh so similar]. BADSIG All I did was first I tried the sudo aptitude -o Acquire::http::No-Cache=True -o Acquire::BrokenProxy=true update sudo apt-get update work around, with no success. then: cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-09-15 Thread george7
the bad router was from the wgr family the physical ports stopped working after a firmware update -- GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5) https://bugs.launchpad.net/bugs/24061 You received this bug notification because you are a member of Ubuntu

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-09-14 Thread rusivi1
Does this issue occur in Maverick? ** Changed in: update-manager (Ubuntu) Status: Confirmed = Incomplete ** Changed in: apt (Ubuntu) Status: Confirmed = Incomplete -- GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-09-14 Thread Micah Gersten
Already confirmed on Lucid with a previous comment. ** Changed in: apt (Ubuntu) Status: Incomplete = Confirmed ** Changed in: update-manager (Ubuntu) Status: Incomplete = Confirmed -- GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-05-19 Thread Martin Forest
On the apt-cache-ng server, I just removed all content in the directory /var/cache/apt-cacher-ng/uburep/dists and restarted apt-cache-ng. I no longer have the error. All cached files are in /var/cache/apt-cacher- ng/uburep/pool/ so removing the dists info, does not generate a lot of internet

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-05-07 Thread LuisMondesi
Ok. So I switched to using apt-cacher-ng for my caching and started to see this bug again. To fix this, just remove all the Sources, Packages and Translation files from /var/cache/apt-cacher-ng (apt-cacher has the same issues) directory. Example: DIR=/var/cache/apt-cacher-ng cd $DIR || exit 1

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-03-26 Thread Scott Robibns
This still exists. As mentioned in the duplicate https://bugs.launchpad.net/ubuntu/+source/apt/+bug/24234 it's been an issue for 5 years. The fix that works for me is stated by Geoff in the other bug sudo apt-get update -o Acquire::http::No-Cache=true Whether this works in all cases or not,

RE: [Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2010-03-26 Thread george7
turned out to be bad physical ports on a router i was useing. Date: Fri, 26 Mar 2010 14:42:37 + From: scottr...@gmail.com To: geomon...@hotmail.com Subject: [Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5) This still exists