[Bug 1865515] Re: Chainbooting from grub over the network to local shim breaks chain of trust

2020-12-11 Thread Julian Andres Klode
This is not a problem we can fix on our side. It is an upstream shim problem. Every distribution you want to boot will need a fixed shim, and it's not a priority right now, given that we have a moratorium on new shims being signed. We have the ability to secure boot Ubuntu already, by not chainloa

[Bug 1161743] Re: Typos in russian description for package libxml2

2020-12-11 Thread Julian Andres Klode
I cannot reproduce that issue from #11 # apt install locales-all # get the locale # export LANG=sv_SE.UTF-8 # locale LANG=sv_SE.UTF-8 LANGUAGE= LC_CTYPE="sv_SE.UTF-8" LC_NUMERIC="sv_SE.UTF-8" LC_TIME="sv_SE.UTF-8" LC_COLLATE="sv_SE.UTF-8" LC_MONETARY="sv_SE.UTF-8" LC_MESSAGES="sv_SE.UTF-8" LC_PAPE

[Bug 1161743] Re: Typos in russian description for package libxml2

2020-12-11 Thread Julian Andres Klode
OK I believe what has happened here is that you are running mixed-locale systems, and the cache was generated with en_US or C locales. If you run mixed language systems, you have to set Acquire::Languages { "language code 1"; "language code 2"; ... }; e.g. Acquire::Languages { "sv_SE"; "sv"; en"

[Bug 1907850] [NEW] Cache not generated for all translations

2020-12-11 Thread Julian Andres Klode
Public bug reported: [Impact] In bug 1161743 we discovered that if a system is configured with multiple locales, only the locales of the user who generated the apt-cache will be available for translated descriptions. [Test case] # apt install locales-all # get the locale # export LANG=sv_SE.UT

[Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2020-12-13 Thread Julian Andres Klode
That's correct. 33 was a hot fix release for a data loss in 31 that did not include the changes from 32. They'll come back in 34. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896091 Title: [i915]

[Bug 1888235] Re: Improper Input Validation vulnerability in Locale property of a transaction leading to Information Disclosure

2020-12-13 Thread Julian Andres Klode
** CVE removed: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2004-2020 ** Changed in: aptdaemon (Ubuntu) Assignee: Ravikant (ravikantcool) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-14 Thread Julian Andres Klode
** Changed in: apt (Ubuntu) Assignee: Sebastián Astudillo (zhoku) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871268 Title: Installation fails due to useless immediate config

[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-16 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Groovy) Status: Fix Released => Triaged ** Changed in: apt (Ubuntu Focal) Status: Fix Released => Triaged ** Changed in: apt (Ubuntu Bionic) Status: Fix Released => Confirmed ** Changed in: apt (Ubuntu Bionic) Status: Confirmed => New -- Y

[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-16 Thread Julian Andres Klode
The first chance to fix it was in August, the next chance to fix it is in February. There's really no urgency here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871268 Title: Installation fails du

[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-16 Thread Julian Andres Klode
There is an easy workaround, too: just don't check the box to install third party drivers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871268 Title: Installation fails due to useless immediate co

[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2020-12-16 Thread Julian Andres Klode
You'll be able to install the driver after having rebooted and upgraded the distribution. You don't have to (and can't atm) do it _during_ install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871268

[Bug 1907676] Re: segmentation fault when opening fd

2020-12-20 Thread Julian Andres Klode
Yes the security team has the packages ready to go out for a week now essentially. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1907676 Title: segmentation fault when opening fd To manage notifica

[Bug 1907676] Re: segmentation fault when opening fd

2020-12-20 Thread Julian Andres Klode
They prepared the updates on the same day as the fix (well the full regression fix with the follow-up commits) but did not roll out the fix so far because only dak reported a regression and codesearch did not yield any other users of that interface. -- You received this bug notification because y

[Bug 1907676] Re: segmentation fault when opening fd

2020-12-20 Thread Julian Andres Klode
Eric, the updates are built ready in the security team PPA since Dec 10 and only need to be released. I've subscribed security team, but you might want to talk to them directly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2020-12-22 Thread Julian Andres Klode
** Changed in: grub2 (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1773457 Title: Full-system encryption needs to be supported out-of-the-box including

[Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2020-12-22 Thread Julian Andres Klode
The issue reported here is that /boot is not encrypted in the supported configurations. Which is meh - we don't have much authenticated encryption, so boot can still be manipulated. Sealed TPM measurements address the problem of verifying the bootloader, kernel, initrd, and the configuration better

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2020-12-22 Thread Julian Andres Klode
I think the answer there is fscrypt - native encryption at the filesystem level supported by ext4 and some other day - but I'm not sure what the plans are. Partitioning is hard and the requirement to setup a separate /boot and crypt device are not always possible, though it is less of an issue thes

[Bug 1909173] Re: Python-apt for Python2.x is missing from repositories for Groovy

2020-12-24 Thread Julian Andres Klode
Support for Python 2 was dropped system-wide. ** Changed in: python-apt (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/1909173 Title: Python-apt for Python2.x

[Bug 1740861] Re: Packaging version 2.9

2018-04-01 Thread Julian Andres Klode
** Changed in: powertop (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1740861 Title: Packaging version 2.9 To manage notifications about this bug go to: https

[Bug 1740861] Re: Packaging version 2.9

2018-04-01 Thread Julian Andres Klode
** Changed in: powertop (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1740861 Title: Packaging version 2.9 To manage notifications about this bug go

[Bug 1760810] Re: Non-pinned available package in -proposed not chosen

2018-04-03 Thread Julian Andres Klode
APT, by design, only picks candidate versions when installing dependencies, and the non-pinned proposed version is not the candidate. apt install foo/target has some logic to switch dependencies to target too, which works sometimes, but it's nothing that happens when using pinning. ** Changed in:

[Bug 1760810] Re: Non-pinned available package in -proposed not chosen

2018-04-03 Thread Julian Andres Klode
sbuild passes: --solver aspcud -o APT::Solver::Strict-Pinning=false -o 'APT::Solver::aspcud::Preferences=-removed,-changed,-new,+sum(solution ,apt-pin)' That probably works here too. I guess I'd try without, and then fall back to it if pure APT can't handle it. -- You received this bug notifi

[Bug 1760979] Re: apt-get dist-upgrade failed

2018-04-03 Thread Julian Andres Klode
(unassigned) => Julian Andres Klode (juliank) ** Changed in: dpkg (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760979 Tit

[Bug 1760979] Re: apt-get dist-upgrade failed

2018-04-04 Thread Julian Andres Klode
I think with basically trivial patches in just dpkg, apt, python-apt, and packagekit we should have solved most of that. At least the apt tools, and any tool using python-apt or packagekit will be safe from being interfered with. ** Also affects: python-apt (Ubuntu) Importance: Undecided

[Bug 1760979] Re: apt-get dist-upgrade failed

2018-04-04 Thread Julian Andres Klode
Note that dpkg and apt need to go first, then we can add support to other tools. The solution is not entirely optimal (at least theoretically): Crashing the frontend releases the frontend lock, so other frontends could start doing stuff (though probably fail at dpkg lock). It would have been nice t

[Bug 1729491] Re: [UIFe] ubuntu-bug says that snap packages are not installed

2018-04-04 Thread Julian Andres Klode
Marking it as New for the UIFe tracking. ** Summary changed: - ubuntu-bug says that snap packages are not installed + [UIFe] ubuntu-bug says that snap packages are not installed ** Description changed: - 1. + User Interface Freeze Exception Justification + =

[Bug 1732030] Re: 'apt update' dies with seccomp error

2018-04-04 Thread Julian Andres Klode
Well, no filename was specified for "tee" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732030 Title: 'apt update' dies with seccomp error To manage notifications about this bug go to: https://bug

[Bug 1756870] Re: [MIR] socat

2018-04-04 Thread Julian Andres Klode
Uploaded socat with tests enabled (most of them, some fail due to OpenSSL 1.1 and cipher negotiation restrictions in there) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756870 Title: [MIR] socat

[Bug 1732030] Re: 'apt update' dies with seccomp error

2018-04-04 Thread Julian Andres Klode
No - it's the "store" method that's failing (e.g. recompressing/decompressing files). I disallowed socket and friends for that, so that's failing. I mean, it's a decompress/compress method, it should not have network access. -- You received this bug notification because you are a member of Ubuntu

[Bug 1732030] Re: 'apt update' dies with seccomp error

2018-04-04 Thread Julian Andres Klode
Or generally allow network and the getdents stuff, and just block more esoteric syscalls for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732030 Title: 'apt update' dies with seccomp error T

[Bug 1732030] Re: 'apt update' dies with seccomp error

2018-04-04 Thread Julian Andres Klode
I wonder if we should turn the sandbox off by default for bionic. Not sure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732030 Title: 'apt update' dies with seccomp error To manage notifications

[Bug 1778547] [NEW] Broken system lock counting

2018-06-25 Thread Julian Andres Klode
Public bug reported: [Impact] System lock unrefing is broken, off-by-one error. Locking twice opens a second fd for the lock file, and the old fd gets lost and remains open for the remaining duration of the program [Test case] TODO [Regression potential] TODO ** Affects: apt (Ubuntu) Imp

[Bug 1778551] Re: Add linux-modules* packages to VersionedKernelPackages

2018-06-25 Thread Julian Andres Klode
Yup. We probably want an easier test case, though? ** Also affects: apt (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: apt (Ubuntu Xenial) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1778551] Re: Add linux-modules* packages to VersionedKernelPackages

2018-06-25 Thread Julian Andres Klode
es: 870675) (LP: #1762766) [ Julian Andres Klode ] * Fix lock counting in debSystem (LP: #1778547) * apt.conf.autoremove: Catch some new Ubuntu module packages (LP: #1778551) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1778547] Re: Broken system lock counting

2018-06-26 Thread Julian Andres Klode
** Description changed: [Impact] System lock unrefing is broken, off-by-one error. Locking twice opens a second fd for the lock file, and the old fd gets lost and remains open for the remaining duration of the program [Test case] - TODO + + Executing the following script should show on

[Bug 1778547] Re: Broken system lock counting

2018-06-26 Thread Julian Andres Klode
** Changed in: apt (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/1778547 Title: Broken system lock counting To manage notifications about this

[Bug 1773992] Re: apt-key adv should gpgconf --kill all the things after execution

2018-06-26 Thread Julian Andres Klode
** Description changed: + [Impact] + dirmngr processes are left hanging around + + [Test case] + apt-key adv --recv-keys "8439 38DF 228D 22F7 B374 2BC0 D94A A3F0 EFE2 1092" < /dev/null ; ps aux + + should not show a dirmngr process after exit (except for any that was + there before running it,

[Bug 1766542] Re: Installation blocks when the machine is behind a proxy server

2018-06-26 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Bionic) Status: New => 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/1766542 Title: Installation blocks when the machine is behind a proxy server To ma

[Bug 1766542] Re: Installation blocks when the machine is behind a proxy server

2018-06-26 Thread Julian Andres Klode
** Description changed: - When the machine is behind a proxy server, the installation will block - for a while (several minutes) to retrieve the package lists. The - timeouts are too long and makes user feels the machine may have some - problems. + [Impact] + APT takes a long time to notice when c

[Bug 1778551] Re: Add linux-modules* packages to VersionedKernelPackages

2018-06-26 Thread Julian Andres Klode
** Also affects: apt (Ubuntu Artful) Importance: Undecided Status: New ** Changed in: apt (Ubuntu Artful) Status: New => In Progress ** Changed in: apt (Ubuntu Xenial) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu

[Bug 1778547] Re: Broken system lock counting

2018-06-26 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Artful) Status: Confirmed => In Progress ** Changed in: apt (Ubuntu Xenial) Status: Confirmed => 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/1778

[Bug 1762766] Re: apt-get update hangs when apt-transport-https is not installed

2018-06-26 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Xenial) 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/1762766 Title: apt-get update hangs when apt-transport-https is not installed

[Bug 1778738] [NEW] Default to early instead of auto when MODULES=most

2018-06-26 Thread Julian Andres Klode
Public bug reported: MODULES=most should have microcode for all CPUs, so it's usable everywhere. ** Affects: amd64-microcode (Ubuntu) Importance: Undecided Status: Fix Committed ** Affects: intel-microcode (Ubuntu) Importance: Undecided Status: Fix Committed ** Tags

[Bug 1776218] Re: New style hook support not robust on removal

2018-06-27 Thread Julian Andres Klode
** Changed in: apt (Ubuntu) Status: New => In Progress ** Changed in: apt (Ubuntu) Importance: Undecided => High ** Changed in: apt (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) -- You received this bug notification because you are a member of Ub

[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. https://bugs.launc

[Bug 1722411] Re: gnutls28 in trusty no longer validates many valid certificate chains, such as google.com

2018-06-27 Thread Julian Andres Klode
Hey, Anders, don't you want to verify it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1722411 Title: gnutls28 in trusty no longer validates many valid certificate chains, such as google.com To

[Bug 1724869] Re: ndiswrapper 1.60-3~ubuntu16.04.1 ADT test failure with linux-hwe-edge 4.13.0-16.19~16.04.3

2018-06-28 Thread Julian Andres Klode
** Changed in: ndiswrapper (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1724869 Title: ndiswrapper 1.60-3~ubuntu16.04.1 ADT test failure with linux-hwe-

[Bug 1779026] Re: ndiswrapper 1.60-3~ubuntu16.04.2 ADT test failure with linux-hwe 4.15.0-24.26~16.04.1

2018-06-28 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1777652 *** https://bugs.launchpad.net/bugs/1777652 ** This bug has been marked a duplicate of bug 1777652 ndiswrapper 1.60-3~ubuntu16.04.2 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1 -- You received this bug notification because you are a

[Bug 1750480] Re: package ndiswrapper-dkms 1.60-3~ubuntu16.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2018-06-28 Thread Julian Andres Klode
depmod failed here when configuring linux image, reassigning ** Package changed: ndiswrapper (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750480 Title: package ndiswrap

[Bug 1777837] Re: ndiswrapper-dkms 1.60-3~ubuntu16.04.2: ndiswrapper kernel module failed to build [error: implicit declaration of function 'init_timer']

2018-06-28 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1777652 *** https://bugs.launchpad.net/bugs/1777652 ** This bug has been marked a duplicate of bug 1777652 ndiswrapper 1.60-3~ubuntu16.04.2 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1 -- You received this bug notification because you are a

[Bug 1672406] Re: ndiswrapper 1.59-2 ADT test failure with linux-lts-xenial 4.4.0-67.88~14.04.1

2018-06-28 Thread Julian Andres Klode
Not touching ndiswrapper in trusty, as the package has diverted a lot since then. ** Changed in: ndiswrapper (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1672

[Bug 1404097] Re: ndiswrapper-dkms 1.59-2: ndiswrapper kernel module failed to build [In function ‘set_task_offload’:... error: expected identifier or ‘(’ at end of input]

2018-06-28 Thread Julian Andres Klode
Not touching ndiswrapper in trusty, as the package has diverted a lot since then. ** Changed in: ndiswrapper (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1608744] Re: ndiswrapper-dkms 1.59-2: ndiswrapper kernel module failed to build [gcc: error: unrecognized command line option '-fstack-protector-strong']

2018-06-28 Thread Julian Andres Klode
Not touching ndiswrapper in trusty, as the package has diverted a lot since then. It's still invalid anyway, regardless of whether there are duplicates or not. ** Changed in: ndiswrapper (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a membe

[Bug 1464305] Re: ndiswrapper-dkms 1.59-2: does not support kernel 4.0

2018-06-28 Thread Julian Andres Klode
Not touching ndiswrapper in trusty, as the package has diverted a lot since then. ** Changed in: ndiswrapper (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1778547] Re: Broken system lock counting

2018-06-28 Thread Julian Andres Klode
Sorry, few typos in the script ** Description changed: [Impact] System lock unrefing is broken, off-by-one error. Locking twice opens a second fd for the lock file, and the old fd gets lost and remains open for the remaining duration of the program [Test case] Executing the follow

[Bug 1778547] Re: Broken system lock counting

2018-06-28 Thread Julian Andres Klode
=== bionic OK (1.6.1 -> 1.6.2) = + lxc launch -e ubuntu:bionic lp1778547-bionic Creating lp1778547-bionic Starting lp1778547-bionic + sleep 5 + lxc exec lp1778547-bionic -- sh -c 'apt-cache policy libapt-pkg5.0 | grep Inst ; python3 /home/jak/a.py' Installed: 1.6.1 [

[Bug 1773992] Re: apt-key adv should gpgconf --kill all the things after execution

2018-06-28 Thread Julian Andres Klode
Verified. The first dirmngr started by 1.6.1 stayed alive even after 1.6.2 finished executing; the dirmngr started by 1.6.2 was not alive anymore. + lxc launch -e ubuntu:bionic lp1773992-bionic Creating lp1773992-bionic

[Bug 1762766] Re: apt-get update hangs when apt-transport-https is not installed

2018-06-28 Thread Julian Andres Klode
** Description changed: - When "apt-get update" is run on a docker container running Ubuntu v16.04 - and containing an additional apt source repository hosted on an https - webserver, the "apt-get update" command hangs. + [Impact] + Two or more sources with an unknown protocol cause apt update to

[Bug 1762766] Re: apt-get update hangs when apt-transport-https is not installed

2018-06-28 Thread Julian Andres Klode
huh, why did it say backports? Me looks again, and sees the package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762766 Title: apt-get update hangs when apt-transport-https is not installed To m

[Bug 1762766] Re: apt-get update hangs when apt-transport-https is not installed

2018-06-28 Thread Julian Andres Klode
No package in proposed yet. curl http://archive.ubuntu.com/ubuntu/dists/xenial-backports/main /binary-amd64/Packages.xz | xzcat | grep ^Package does not show apt. odd. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1762766] Re: apt-get update hangs when apt-transport-https is not installed

2018-06-28 Thread Julian Andres Klode
Verified now, despite me not changing my verification script. Odd. with 1.2.26, it times out: + lxc exec lp1762766-xenial -- sh -c 'apt-cache policy apt libapt-pkg5.0 | grep Inst ; timeout 5s apt update' Installed: 1.2.26 Installed: 1.2.26 0% [Working]+ lxc stop lp1762766-xenial

[Bug 1766542] Re: Installation blocks when the machine is behind a proxy server

2018-06-28 Thread Julian Andres Klode
I had to tweak the time outs a bit, as I quickly get some errors from the networking stack (like 7s or so), but I could successfully verify the fix now, using a standard ubuntu:bionic lxd container, and modifying the routes, and setting a lower timeout: + ip r del default + ip r add default via 10

[Bug 1778817] Re: release upgrade from xenial to bionic desktop: screen locks itself, password to unlock fails

2018-06-28 Thread Julian Andres Klode
So, u-r-u runs /usr/bin/gnome-session-inhibit --inhibit idle --inhibit- only - running that manually works fine to block stuff on cosmic, but not sure about xenial. systemd-inhibit --what=idle does not prevent locking. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1778551] Re: Add linux-modules* packages to VersionedKernelPackages

2018-06-29 Thread Julian Andres Klode
Packages for test to inject (4 kernels, -20, 21, 22, 23). ** Attachment added: "Packages" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1778551/+attachment/5157702/+files/Packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1778551] Re: Add linux-modules* packages to VersionedKernelPackages

2018-06-29 Thread Julian Andres Klode
Verification done. It shows that with apt 1.2.26, the -22 module-extra are removed, despite their kernel being kept, and that's fixed in 1.2.27. Full log attached, highlight: Before: The following packages will be REMOVED: libfreetype6 linux-image-4.15.0-20-generic linux-image-4.15.0-21-generic

[Bug 1778551] Re: Add linux-modules* packages to VersionedKernelPackages

2018-06-29 Thread Julian Andres Klode
Same results on artful ** Attachment added: "artful.log" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1778551/+attachment/5157707/+files/artful.log ** Tags removed: verification-needed verification-needed-artful ** Tags added: verification-done verification-done-artful -- You received

[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 scr

[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 cha

[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 pro

[Bug 1778738] Re: Default to early instead of auto when MODULES=most

2018-06-29 Thread Julian Andres Klode
** Also affects: intel-microcode (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: amd64-microcode (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: intel-microcode (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects:

[Bug 1779129] Re: package libfdisk1:amd64 2.31.1-0.4ubuntu3 [modified: lib/x86_64-linux-gnu/libfdisk.so.1.1.0] failed to install/upgrade: package libfdisk1:amd64 is not ready for configuration cannot

2018-07-01 Thread Julian Andres Klode
In order to debug this further, we need a copy of /var/log/apt/term.log. ** Changed in: apt (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1779129 Title: pa

[Bug 1778738] Re: Default to early instead of auto when MODULES=most

2018-07-02 Thread Julian Andres Klode
** Description changed: - MODULES=most should have microcode for all CPUs, so it's usable - everywhere. + [Impact] + Initramfs for MODULES=most should build with all microcodes installed + + [Test case] + Have both amd64-microcode and intel-microcode installed, and MODULES=most set. Test generat

[Bug 1778738] Re: Default to early instead of auto when MODULES=most

2018-07-02 Thread Julian Andres Klode
I'm not sure how feasible retesting loading of the firmware is for the 8 SRUs. We tested that once on cosmic per vendor, so given that the rest is equal, just ensuring it's there is probably fine. ** Description changed: [Impact] Initramfs for MODULES=most should build with all microcodes ins

[Bug 948461] Re: apt-get hashsum/size mismatch because s3 mirrors don't support http pipelining correctly

2018-07-02 Thread Julian Andres Klode
This was fixed in 1.1 or later, not entirely sure about the exact version. ** Changed in: apt (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948461 Ti

[Bug 849736] Re: apt-cache policy silently shows inaccurate information when any file in /etc/apt/sources.list.d is unreadable

2018-07-02 Thread Julian Andres Klode
We made things work better for unreadable files, so I think that's fixed in cosmic and probably bionic. ** Changed in: apt (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1275787] Re: apt does not declare all the symbols, others get auto-added with the most current version

2018-07-02 Thread Julian Andres Klode
I think we have gotten better at this, but it seems pointless to constantly keep a bug open here. When we add a new symbol it is usually not used by anything and it will eventually get added to the file. If there are any specific instances where packages use new symbols we do not declare, file a b

[Bug 975312] Re: duplicated sources list entry

2018-07-02 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1697120 *** https://bugs.launchpad.net/bugs/1697120 ** This bug has been marked a duplicate of bug 1697120 artful's apt-file and aptitude complains about Ubuntu sources.list -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1015495] Re: “duplicate sources” error message during an Ubuntu Live CD session

2018-07-02 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1697120 *** https://bugs.launchpad.net/bugs/1697120 ** This bug is no longer a duplicate of bug 975312 duplicated sources list entry ** This bug has been marked a duplicate of bug 1697120 artful's apt-file and aptitude complains about Ubuntu sources.lis

[Bug 106127] Re: Wish: Clarify apt-get error message(s)

2018-07-02 Thread Julian Andres Klode
These days we mostly fetch based on what the InRelease file tells us, so this message is seen less. In any case, it's not an error, otherwise it would tell you, it's just progress logging. ** Changed in: apt (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification becau

[Bug 710618] Re: Please support libkibi

2018-07-02 Thread Julian Andres Klode
Won't fix as before ** Changed in: apt (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/710618 Title: Please support libkibi To manage notifications about thi

[Bug 184354] Re: apt should honor http 302 (was: http 302 status reported as error)

2018-07-02 Thread Julian Andres Klode
Closed as it has been fixed as mentioned in previous comment. ** Changed in: apt (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/184354 Title: apt sh

[Bug 1779723] Re: [Wishlist] Add a GUI option autoremove kernel cleanup on updates

2018-07-03 Thread Julian Andres Klode
It is my understanding that automatic kernel removal has been added in update-manager. They are also removed automatically in unattended- upgrades. There should be a maximum of 3 kernel versions left, in order to recover if a new kernel fails. ** Changed in: update-manager (Ubuntu) Status:

[Bug 1779690] Re: package linux-image-4.15.0-24-generic 4.15.0-24.26 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/apt-auto-removal exited with return code 127

2018-07-03 Thread Julian Andres Klode
The system seems to be in a broken state. awk is pseudo-essential, as base-files depends on it, so it should not be (possible to) removed (it). ** Changed in: apt (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1780099] [NEW] Cache remapping breaks hashing of Package objects

2018-07-04 Thread Julian Andres Klode
Public bug reported: [Impact] The apt.Package objects use the id as the hash, but the hash can change after reopening, meaning that code will fail to work, for example: c=apt.Cache() p=c["a"] set_of_p={p} c.open() assert p in set_of_p will fail. [Test case] The above test case is run as part o

[Bug 1773316] Re: Object of different cache passed as argument to apt_pkg.DepCache method

2018-07-04 Thread Julian Andres Klode
This update causes a regression that is tracked in bug 1780099 - notably the __hash__ of an apt.Package can change after opening, so if used in a set, or as a dict key, the package won't be found anymore. The regression is less worse than the previous state, but will be fixed shortly. -- You rece

[Bug 1780105] [NEW] [xenial, trusty?] Backport cache remapping to fix crashes

2018-07-04 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1773316 *** https://bugs.launchpad.net/bugs/1773316 Public bug reported: [Impact] Some applications, like unattended-upgrades or update-manager, reopen the apt cache. They also keep around old apt.Package objects however, and operate on them after reopenin

[Bug 1773316] Re: Object of different cache passed as argument to apt_pkg.DepCache method

2018-07-04 Thread Julian Andres Klode
** Also affects: python-apt (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: update-manager (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: python-apt (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: update-mana

[Bug 1780099] Re: Cache remapping breaks hashing of Package objects

2018-07-04 Thread Julian Andres Klode
** Changed in: python-apt (Ubuntu) Status: New => 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/1780099 Title: Cache remapping breaks hashing of Package objects To manage notific

[Bug 1780099] Re: Cache remapping breaks hashing of Package objects

2018-07-04 Thread Julian Andres Klode
** Description changed: [Impact] The apt.Package objects use the id as the hash, but the hash can change after reopening, meaning that code will fail to work, for example: c=apt.Cache() p=c["a"] set_of_p={p} c.open() assert p in set_of_p will fail. [Test case] - The abo

[Bug 1805822] Re: CVE-2018-11218, CVE-2018-11219, CVE-2018-12326

2018-11-29 Thread Julian Andres Klode
debdiff ** Patch added: "redis_5_4.0.9-1_5_4.0.9-1ubuntu0.1.diff" https://bugs.launchpad.net/ubuntu/+source/redis/+bug/1805822/+attachment/5217316/+files/redis_5_4.0.9-1_5_4.0.9-1ubuntu0.1.diff ** Also affects: redis (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in:

[Bug 1805822] [NEW] CVE-2018-11218, CVE-2018-11219, CVE-2018-12326 forward-port for bionic

2018-11-29 Thread Julian Andres Klode
Public bug reported: This is a simple forward port of the relevant parts of the xenial update. * CVE-2018-11218 needed no changes, applied as-is * CVE-2018-11219 needed some whitespace changes * CVE-2018-12326 needed some more changes, I picked the equivalent referenced upstream commit The pack

[Bug 1805822] Re: CVE-2018-11218, CVE-2018-11219, CVE-2018-12326 forward-port for bionic

2018-11-29 Thread Julian Andres Klode
Oh, and here is a diff of the diffs - xenial vs bionic, for double checking :) ** Patch added: "diff.diff" https://bugs.launchpad.net/ubuntu/+source/redis/+bug/1805822/+attachment/5217317/+files/diff.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1433761] Re: apt-key and add-apt-repository don't honor Acquire::http::Proxy

2018-12-03 Thread Julian Andres Klode
The variables are usually http_proxy and https_proxy, not uppercase versions. That said, gpg does not seem to honor either. It does, however, honor an option --keyserver-options http-proxy=, although it is deprecated. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1433761] Re: apt-key and add-apt-repository don't honor Acquire::http::Proxy

2018-12-03 Thread Julian Andres Klode
The fix is to put .asc or .gpg files in trusted.gpg.d and not use apt- key. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1433761 Title: apt-key and add-apt-repository don't honor Acquire::http::Pro

[Bug 1789319] Re: Unable to load shimx64.efi using iPXE over UEFI

2018-09-04 Thread Julian Andres Klode
I reproduced this using: $ kvm -bios /usr/share/OVMF/OVMF_CODE.fd -device e1000,netdev=n1 -netdev user,id=n1,tftp=/boot/efi,bootfile=/EFI/ubuntu/grubx64.efi and manually booting shim from the iPXE commandline which then tries to chainload grubx64.efi. iPXE> boot tftp://10.0.2.2/EFI/boot/bootx64.

[Bug 1790613] Re: Regression: packagekit crashes updating itself to 1.1.9-1ubuntu2.18.04.1

2018-09-04 Thread Julian Andres Klode
We need a crash dump to be able to investigate this. Apport can probably help you with apport-collect 1790613 or something. Without a crash dump we don't see where it crashed and thus can't do much. ** Changed in: packagekit (Ubuntu) Status: New => Incomplete -- You received this bug noti

[Bug 1789319] Re: Unable to load shimx64.efi using iPXE over UEFI

2018-09-04 Thread Julian Andres Klode
With systemd-boot instead of grub, it simply fails, pretendign the file does not exist. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789319 Title: Unable to load shimx64.efi using iPXE over UEFI

[Bug 1790671] Re: /usr/lib/packagekit/packagekitd:11:std::__cxx11::basic_string:AptIntf::providesCodec:backend_what_provides_thread:pk_backend_job_thread_setup:g_thread_proxy

2018-09-04 Thread Julian Andres Klode
r.Arch() is called even if ver is not valid. ** Changed in: packagekit (Ubuntu) Status: New => Triaged ** Changed in: packagekit (Ubuntu) Status: Triaged => In Progress ** Changed in: packagekit (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) ** Changed

[Bug 1790671] Re: /usr/lib/packagekit/packagekitd:11:std::__cxx11::basic_string:AptIntf::providesCodec:backend_what_provides_thread:pk_backend_job_thread_setup:g_thread_proxy

2018-09-04 Thread Julian Andres Klode
Sent fix upstream: https://github.com/hughsie/PackageKit/pull/273 ** Changed in: packagekit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1790671

[Bug 1790671] Re: /usr/lib/packagekit/packagekitd:11:std::__cxx11::basic_string:AptIntf::providesCodec:backend_what_provides_thread:pk_backend_job_thread_setup:g_thread_proxy

2018-09-04 Thread Julian Andres Klode
Uploaded -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1790671 Title: /usr/lib/packagekit/packagekitd:11:std::__cxx11::basic_string:AptIntf::providesCodec:backend_what_provides_thread:pk_backend_jo

<    3   4   5   6   7   8   9   10   11   12   >