[Bug 1888058] Re: Got “Authentication failed” while running do-release-upgrade from 19.10 to 20.04 LTS with proxy configured

2020-07-23 Thread Haw Loeung
Good to hear it isn't something on our end. Thanks for the update.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888058

Title:
  Got “Authentication failed” while running do-release-upgrade from
  19.10 to 20.04 LTS with proxy configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1888058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888058] Re: Got “Authentication failed” while running do-release-upgrade from 19.10 to 20.04 LTS with proxy configured

2020-07-23 Thread Norbert
After refreshing Squid cache by the commands above the upgrade works normally 
on both archive.ubuntu.com and ru.archive.ubuntu.com .
So it was my personal problems with my squid-deb-proxy server.

I'm sorry for the buzz.

** No longer affects: apache2 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888058

Title:
  Got “Authentication failed” while running do-release-upgrade from
  19.10 to 20.04 LTS with proxy configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1888058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888058] Re: Got “Authentication failed” while running do-release-upgrade from 19.10 to 20.04 LTS with proxy configured

2020-07-23 Thread Norbert
There is something wrong with archive.ubuntu.com. But
ru.archive.ubuntu.com works normally.

You can compare command outputs below:

```
http_proxy=http://192.168.3.222:8000 wget --server-response --no-cache -c 
http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
--2020-07-23 19:26:27--  
http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
Connecting to 192.168.3.222:8000... connected.
Proxy request sent, awaiting response... 
  HTTP/1.1 416 Requested Range Not Satisfiable
  Date: Thu, 23 Jul 2020 16:26:27 GMT
  Server: Apache/2.4.29 (Ubuntu)
  Content-Type: text/html; charset=iso-8859-1
  X-Cache: MISS from squid-deb-proxy
  X-Cache-Lookup: HIT from squid-deb-proxy:8000
  Transfer-Encoding: chunked
  Via: 1.1 squid-deb-proxy (squid/3.4.8)
  Connection: keep-alive

The file is already fully retrieved; nothing to do.

http_proxy=http://192.168.3.222:8000 wget --server-response -c 
http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
--2020-07-23 19:30:08--  
http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
Connecting to 192.168.3.222:8000... connected.
Proxy request sent, awaiting response... 
  HTTP/1.1 200 OK
  Date: Thu, 23 Jul 2020 16:23:16 GMT
  Server: Apache/2.4.29 (Ubuntu)
  Last-Modified: Thu, 16 Jul 2020 08:58:10 GMT
  ETag: "1464d5-5aa8b3d596c80"
  Accept-Ranges: bytes
  Content-Length: 1336533
  Content-Type: application/x-gzip
  Age: 412
  X-Cache: HIT from squid-deb-proxy
  X-Cache-Lookup: HIT from squid-deb-proxy:8000
  Via: 1.1 squid-deb-proxy (squid/3.4.8)
  Connection: keep-alive

The file is already fully retrieved; nothing to do.

---

http_proxy=http://192.168.3.222:8000 wget --server-response --no-cache -c 
http://ru.archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
--2020-07-23 19:27:11--  
http://ru.archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
Connecting to 192.168.3.222:8000... connected.
Proxy request sent, awaiting response... 
  HTTP/1.1 416 Requested Range Not Satisfiable
  Server: nginx/1.14.2
  Date: Thu, 23 Jul 2020 16:27:11 GMT
  Content-Type: text/html; charset=utf-8
  Content-Length: 213
  Content-Range: bytes */1336533
  X-Cache: MISS from squid-deb-proxy
  X-Cache-Lookup: HIT from squid-deb-proxy:8000
  Via: 1.1 squid-deb-proxy (squid/3.4.8)
  Connection: keep-alive

The file is already fully retrieved; nothing to do.

http_proxy=http://192.168.3.222:8000 wget --server-response -c 
http://ru.archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
--2020-07-23 19:29:49--  
http://ru.archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
Connecting to 192.168.3.222:8000... connected.
Proxy request sent, awaiting response... 
  HTTP/1.1 200 OK
  Server: nginx/1.14.2
  Date: Thu, 23 Jul 2020 15:15:37 GMT
  Content-Type: application/octet-stream
  Content-Length: 1336533
  Last-Modified: Thu, 16 Jul 2020 08:58:10 GMT
  ETag: "5f1016a2-1464d5"
  Accept-Ranges: bytes
  Age: 4452
  X-Cache: HIT from squid-deb-proxy
  X-Cache-Lookup: HIT from squid-deb-proxy:8000
  Via: 1.1 squid-deb-proxy (squid/3.4.8)
  Connection: keep-alive

The file is already fully retrieved; nothing to do.

```

** Also affects: apache2 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888058

Title:
  Got “Authentication failed” while running do-release-upgrade from
  19.10 to 20.04 LTS with proxy configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1888058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888058] Re: Got “Authentication failed” while running do-release-upgrade from 19.10 to 20.04 LTS with proxy configured

2020-07-23 Thread Norbert
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888058

Title:
  Got “Authentication failed” while running do-release-upgrade from
  19.10 to 20.04 LTS with proxy configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1888058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888058] Re: Got “Authentication failed” while running do-release-upgrade from 19.10 to 20.04 LTS with proxy configured

2020-07-21 Thread Haw Loeung
I'm not sure why this is a problem now as the old archive servers were
doing the same thing. In any case, I've added the following to apache2
configs:

| AddType application/pgp-signature .gpg

Testing without:

> GET 
> /ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz.gpg 
> HTTP/1.1
> Host: archive.ubuntu.com
> ...
< Last-Modified: Thu, 16 Jul 2020 08:58:10 GMT
< ETag: "612-5aa8b3d596c80"
< Accept-Ranges: bytes
< Content-Length: 1554
< Content-Type: application/x-gzip

Testing with:

> GET 
> /ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz.gpg 
> HTTP/1.1
> Host: archive.ubuntu.com
>...
< Last-Modified: Thu, 16 Jul 2020 08:58:10 GMT
< ETag: "612-5aa8b3d596c80"
< Accept-Ranges: bytes
< Content-Length: 1554
< Content-Type: application/pgp-signature

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888058

Title:
  Got “Authentication failed” while running do-release-upgrade from
  19.10 to 20.04 LTS with proxy configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1888058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888058] Re: Got “Authentication failed” while running do-release-upgrade from 19.10 to 20.04 LTS with proxy configured

2020-07-18 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1888058

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888058

Title:
  Got “Authentication failed” while running do-release-upgrade from
  19.10 to 20.04 LTS with proxy configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1888058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1888058] Re: Got “Authentication failed” while running do-release-upgrade from 19.10 to 20.04 LTS with proxy configured

2020-07-18 Thread Norbert
For 18.04 LTS -> 20.04 LTS:

```
$ sudo apt update
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done  
Building dependency tree   
Reading state information... Done
All packages are up to date.

There is no development version of an LTS available.
To upgrade to the latest non-LTS develoment release 
set Prompt=normal in /etc/update-manager/release-upgrades.

mate@bionic:~$ sudo do-release-upgrade -d
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [1 554 B]  

Get:2 Upgrade tool [1 342 kB]   

Fetched 1 343 kB in 0s (0 B/s)  

authenticate 'focal.tar.gz' against 'focal.tar.gz.gpg' 
Authentication failed
Authenticating the upgrade failed. There may be a problem with the network or 
with the server. 

```

So it fails.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1888058

Title:
  Got “Authentication failed” while running do-release-upgrade from
  19.10 to 20.04 LTS with proxy configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1888058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs