do-release-upgrade error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt-cacher-ng (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
mike@mike-think:~$ do-release-upgrade -c
Checking for a new Ubuntu release
Failed to connect to https:/
No new release found.
This machine does not need a proxy to get to the internet.
If I go into web browser and open the link I get the page.
host command does find the host:
mike@mike-think:~$ host changelogs.
changelogs.
changelogs.
dig also find the host
mike@mike-think:~$ dig changelogs.
; <<>> DiG 9.11.3-
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41278
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;changelogs.
;; ANSWER SECTION:
changelogs.
;; Query time: 46 msec
;; SERVER: 127.0.0.
;; WHEN: Mon Sep 17 01:52:59 EDT 2018
;; MSG SIZE rcvd: 66
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-
ProcVersionSign
Uname: Linux 4.15.0-34-generic x86_64
NonfreeKernelMo
ApportVersion: 2.20.9-0ubuntu7.3
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: GNOME
Date: Mon Sep 17 01:47:45 2018
InstallationDate: Installed on 2016-07-24 (784 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
PackageArchitec
ProcEnviron:
TERM=xterm-
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ubuntu-
UpgradeStatus: Upgraded to bionic on 2018-09-03 (13 days ago)
VarLogDistupgra
tags: | added: xenial2bionic |
tags: | added: third-party-packages |
affects: | ubuntu-release-upgrader (Ubuntu) → apt-cacher-ng (Ubuntu) |
There is 02proxy
Acquire::http { Proxy "http:// cache:3142"; };
It is apt-cacher-ng running 16.04.
I found something on the net that talk about adding ubuntu. com:443$
passThroughPattern: ^changelogs.
This fixed the problem for me.