[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2019-10-28 Thread Tormod Volden
I think this xenial update (the change to dict) broke changelog display - please see my patch in #1850208. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2019-10-10 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:16.04.16 --- update-manager (1:16.04.16) xenial; urgency=medium * Use HTTPS for changelogs.ubuntu.com (LP: #1744318) * Add support for HTTPS proxies; this breaks UpdateManager.Core.utils.init_proxy() API - the return value

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2019-10-10 Thread Julian Andres Klode
I actually verified this now, with an even better method: I configured an actual proxy and checked that its log and configured http and https proxies and checked that they were used accordingly. Versions tested: # dpkg -l ubuntu-release-upgrader-core update-manager-core

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2019-09-25 Thread Julian Andres Klode
Yes, you can't reproduce this, the ubuntu-release-upgrader change needs to land first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2019-09-25 Thread Simon Déziel
I tried to reproduce the problem on an unpatched Xenial machine but couldn't as it seems that /usr/lib/ubuntu-release-upgrader/check-new- release (from comment #10) doesn't use HTTPS to get to changelogs.ubuntu.com. If someone has clear steps to reproduce on Xenial, I'll be happy to try it out.

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2019-09-24 Thread Brian Murray
Hello Kaneg, or anyone else affected, Accepted update-manager into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- manager/1:16.04.16 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2019-08-16 Thread Julian Andres Klode
Targetting this to xenial so we can verify that this regression won't happen there when fixing bug 1744318. ** Also affects: update-manager (Ubuntu Xenial) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2019-08-01 Thread Paul Boven
Using https for changelogs.ubuntu.com breaks both release-update-motd, and ubuntu-release-upgrader-core, when apt-cacher-ng is being used. The solution in #15 worked for me, and I support the suggestion to add this statement to the default apt-cacher-ng configuration, as it takes a while to

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-08-14 Thread Tapani Tarvainen
apt-cacher-ng can work around this without patching, just add PassThroughPattern: ^changelogs.ubuntu.com:443$ to /etc/apt-cacher-ng/acng.conf Perhaps that could even be put in to apt-cacher-ng package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-07-29 Thread Julian Andres Klode
Sorry, obrakmann, but I don't think there's much to do there. I think you could patch acng to always accept HTTPS connections to changelogs.u.c, but I'm not sure I want to pursue that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-07-29 Thread Oliver Brakmann
This is still broken when you use something like apt-cacher-ng -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt proxy To manage

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:18.04.11.3 --- update-manager (1:18.04.11.3) bionic; urgency=medium * Add support for HTTPS proxies; this breaks UpdateManager.Core.utils.init_proxy() API - the return value is now a dict, rather than a string (LP:

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-07-05 Thread Kaneg Gong
I have tested the proposed packages as below: ii python3-update-manager1:18.04.11.3 all python 3.x module for update-manager ii update-manager-core 1:18.04.11.3 all manage release upgrades Before

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-07-04 Thread Robie Basak
Hello Kaneg, or anyone else affected, Accepted update-manager into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- manager/1:18.04.11.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-29 Thread Julian Andres Klode
** Changed in: update-manager (Ubuntu Bionic) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/update-manager/bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt proxy To manage

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-29 Thread Julian Andres Klode
** Description changed: [Impact] apt proxy settings are not applied to https urls, and thus the release-upgrade-motd script fails, and upgrades from bionic to new versions won't be detected either, if you need to use a proxy. This is a regression from the 1:18.04.6 upload which switched

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-29 Thread Julian Andres Klode
** Description changed: - I have configured apt proxy in apt.conf.d and apt update and apt install - can work correctly. However, when I logged in system everyday, in the - login message, it says: + [Impact] + apt proxy settings are not applied to https urls, and thus the release-upgrade-motd

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-27 Thread Julian Andres Klode
** Also affects: update-manager (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: update-manager (Ubuntu Bionic) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-27 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:18.10.3 --- update-manager (1:18.10.3) cosmic; urgency=medium * Add support for HTTPS proxies; this breaks UpdateManager.Core.utils.init_proxy() API - the return value is now a dict, rather than a string (LP: #1771914). --

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-25 Thread Julian Andres Klode
Merge proposal in https://code.launchpad.net/~juliank/update- manager/lp1771914 ** Changed in: update-manager (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~juliank/update-manager/lp1771914 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt proxy To manage notifications

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-20 Thread Ben Smith
We ended up disabling systems-resolv. In any case, probably not related to this bug, in the end. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-20 Thread Ben Smith
Update: appears related to resolv.conf. I copied the correct network settings into the /etc/resolv.conf, and that fixed the problem, but on reboot resolv.conf had been written into its usual state. I will update once I've figured out what is writing to resolv.conf on my system. -- You received

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-20 Thread Ben Smith
In my case, I have not configured anything special in apt.conf.d and apt install *no longer* works. Looking at a comparable machine on the same network, it doesn't look like it should need any proxy configuration. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-20 Thread Ben Smith
I have the same problem - my Ubuntu machine can now not connect to the Internet at all as a result. I tried applying the fix as described, but it didn't fix anything for me.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-20 Thread Julian Andres Klode
The proposed fix is wrong, it needs to look at https proxy options for https proxies. But that's fine, we can fix that :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title:

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-06-19 Thread Werner Van Geit
I confirm this bug. The fix proposed in the original post fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt proxy To

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-05-27 Thread Francis Ginther
** Tags added: id-5b02f3eecd6d6575c1cd9785 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt proxy To manage notifications about this

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-05-21 Thread Brian Murray
** Changed in: update-manager (Ubuntu) Milestone: None => ubuntu-18.04.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt proxy To

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-05-21 Thread Brian Murray
** Tags added: bionic ** Tags added: rls-bb-incoming ** Changed in: update-manager (Ubuntu) Status: New => Triaged ** Changed in: update-manager (Ubuntu) Importance: Undecided => High ** Tags added: regression-release -- You received this bug notification because you are a member

[Bug 1771914] Re: release-upgrade-motd can't update message via apt proxy

2018-05-17 Thread Kaneg Gong
** Project changed: diskimage-builder => update-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771914 Title: release-upgrade-motd can't update message via apt proxy To manage