[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2023-01-09 Thread Brian Candler
I got the same error, also going via apt-cacher-ng: $ sudo apt-get update Hit:1 http://gb.archive.ubuntu.com/ubuntu jammy InRelease Get:2 http://gb.archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] Get:3 http://gb.archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB] Hit:4

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2023-01-03 Thread Alex Lane
What fixed it for me was to remove my apt-cacher-ng container + cache, then re-add it. This resolved the issue on multiple servers. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu.

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2022-12-08 Thread EchoPouet
To fix this issue I add option --no-install-recommends. Dockerfile use with Docker v20.10.20 : FROM ubuntu:22.04 RUN apt-get update && apt-get upgrade --yes && apt-get install --yes \ curl RUN apt-get install --yes --no-install-recommends \ git -- You received this bug notification because

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2022-12-06 Thread EchoPouet
I have a Dockerfile to test this issue. The Docker image have this issue after install git package. Dockerfile : FROM ubuntu:22.04 RUN apt-get update && apt-get upgrade --yes && apt-get install --yes \ curl RUN apt-get install --yes \ git -- You received this bug notification because

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2022-11-14 Thread Jan Evert van Grootheest
Just for completeness, apt-cacher version 3.7.4-1build1 on a Ubuntu 22.04 system. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1956039 Title: BADSIG 871920D1991BC93C Ubuntu

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2022-11-14 Thread Jan Evert van Grootheest
Hmm, I did find what was causing it. I had a proxy configured for apt pointing at apt-cacher-ng on a local system. When I removed the proxy from the configuration, apt had no issues downloading lists. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2022-11-13 Thread Jan Evert van Grootheest
The workaround of Heinrich, above, does not resolve the issue for me. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1956039 Title: BADSIG 871920D1991BC93C Ubuntu Archive

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2022-11-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apt (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu.

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2022-01-09 Thread Heinrich Schuchardt
This is what resolved the problem for me: $ sudo -s # apt-get clean # cd /var/lib/apt # mv lists lists.old # mkdir -p lists/partial # apt-get clean # apt-get update -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in

[Touch-packages] [Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2022-01-09 Thread Heinrich Schuchardt
The problem has reoccurred today. Shouldn't archives be signed at all times? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1956039 Title: BADSIG 871920D1991BC93C Ubuntu