[Bug 1795614] Re: packagekit frontend locking

2018-10-04 Thread Julian Andres Klode
** Description changed: [Impact] PackageKit needs an adjustment for frontend locking, so it does not release the frontend lock during dpkg invocations, but only the normal dpkg lock. Frontend locking prevents race conditions between multiple dpkg frontends, which can cause other fronte

[Bug 1789637] Re: Proper support for frontend lock

2018-10-04 Thread Julian Andres Klode
** Description changed: [Impact] Apt and dpkg implemented the Frontend Locking API and unattended- upgrades needs to adopt it to not leave the packaging system unlocked while passing control to python-apt and dpkg to perform package installations and removals. Leaving the packaging sy

[Bug 1781169] Re: apt frontend locking

2018-10-04 Thread Julian Andres Klode
** Description changed: [Impact] apt acquires /var/lib/dpkg/lock but has to release it while running dpkg, offering a short window for other clients to acquire the lock. This implements /var/lib/dpkg/lock-frontend which will be acquired earlier and not released by apt for dpkg to run.

[Bug 1796100] [NEW] crashes while trying to open auxfiles as .deb

2018-10-04 Thread Julian Andres Klode
Public bug reported: [Impact] unattended-upgrades does not work (reliably) in (bionic and) cosmic with the mirror:// method, as it tries to open the mirror file - which recent apt versions store in auxfiles - as a .deb: 2018-10-04 08:58:46,801 ERROR failed to read deb file /var/lib/apt/lists/

[Bug 1781169] Re: apt frontend locking

2018-10-05 Thread Julian Andres Klode
Frontend locking causes a regression: dpkg::post-invoke and other related scripts can no longer install/remove packages, as they are now called with 'lock' released, but 'lock-frontend' not. This needs a further change to set DPKG_FRONTEND_LOCKED for those scripts when the frontend lock is acquire

[Bug 1796274] Re: /usr/lib/packagekit/packagekitd:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:std::__throw_length_error

2018-10-05 Thread Julian Andres Klode
Odd, it crashes in std::stringstream::str() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796274 Title: /usr/lib/packagekit/packagekitd:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__termi

[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-10-08 Thread Julian Andres Klode
Before: packagekit (1.1.9-1ubuntu2.18.04.1) jak@jak-t480s:~:master$ lxc exec bbb pkcon what-provides "gstreamer1.0(decoder-audio/ac3)" Getting provides [=] Loading cache [=] Querying [

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

2018-10-08 Thread Julian Andres Klode
** Changed in: packagekit (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1790613 Title: Regression: packagekit crashes updating itself to 1.1.9-1ubuntu2.18.04

[Bug 1796808] [NEW] frontend locking regression: dpkg::post-invoke scripts can't install packages

2018-10-09 Thread Julian Andres Klode
Public bug reported: [Impact] The switch to frontend locking in 1.2.28/1.6.5/1.7~ caused scripts registered in DPkg::Pre-Install-Pkgs DPkg::Pre-Invoke DPkg::Post-Invoke To be run with the frontend lock held. This caused problems with some installer packages like libdvd-pkg which install a locall

[Bug 1795407] Re: python-apt frontend locking

2018-10-10 Thread Julian Andres Klode
** Description changed: [Impact] Add support to python-apt for frontend locking. This is a bit more complicated, and also requires some other restructuring: (1) The archives lock was only taken for a short time, when it should have been kept for the duration of an installation, as othe

[Bug 1801338] Re: apt fails to properly handle server-side connection closure

2018-11-15 Thread Julian Andres Klode
It actually did not fix the issue. ** Changed in: apt (Ubuntu) Status: Fix Released => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1801338 Title: apt fails to properly handle serve

[Bug 1801338] Re: apt fails to properly handle server-side connection closure

2018-11-19 Thread Julian Andres Klode
Yes, exactly, that's why it was removed from disco-proposed and I quickly reverted it in the followup upload. Though, the problem only seems to happen with apache based servers, if you put a squid in front of them, you're fine. -- You received this bug notification because you are a member of Ubu

[Bug 1803749] Re: apt.Cache.clear() may set apt.Package.is_auto_removable to False

2018-11-19 Thread Julian Andres Klode
This is caused by unattended-upgrades having an ActionGroup during the clear. So, UnattendedUpgrades cache should likely overwrite clear() and make it reset the action group, for example (after making actiongroup global): def clear(self): global actiongroup actiongroup.release() # pyflake

[Bug 1804237] [NEW] does not recover from crash in apt's http method

2018-11-20 Thread Julian Andres Klode
Public bug reported: I just noticed that do-release-upgrade did not properly handle a failure of the http method: Traceback (most recent call last): File "/tmp/ubuntu-release-upgrader-1wz

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-20 Thread Julian Andres Klode
This has 12 reports on errors.ubuntu.com so far, the latest one probably mine... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title: /usr/bin/nautilus:11:g_type_check_instance_is_fundament

[Bug 1804343] Re: apt: Misleadingly reports Hash Sum mismatch if package is missing stronger hashes

2018-11-21 Thread Julian Andres Klode
I think the key is: W: Sources disagree on hashes for supposely identical version '2.1.0-1' of 'python-swagger-spec-validator:amd64'. That is, you have two sources for that version and they disagree. ** Changed in: apt (Ubuntu) Status: New => Incomplete -- You received this bug notifica

[Bug 1800722] Re: EFI booting + /boot on LVM == inaccessible boot menu

2018-11-21 Thread Julian Andres Klode
JFTR so I don't forget to mention it: I don't think putting /boot/grub on the ESP is a good idea, as it makes things so much harder if you want to install multiple distributions on one system; unless you put it in a vendor, or better, machine-id, specific subdirectory. -- You received this bug no

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-21 Thread Julian Andres Klode
I did not do anything I can remember, it just happened in the background. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:

[Bug 1333386] Re: Package system broken, update failed, keyboard failed on boot, root partition full

2018-11-21 Thread Julian Andres Klode
** Changed in: update-manager (Ubuntu) Status: Incomplete => Opinion ** Changed in: update-manager (Ubuntu) Status: Opinion => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Julian Andres Klode
The bug seems to be wrong reference counting of the NautilusSearchEngineRecent, and both search_thread_add_hits_idle and recent_thread_func have been changed in the last upload to have code that looks like this: search_thread_add_hits_idle: g_autoptr (NautilusSearchEngineRecent) self = search_hits

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Julian Andres Klode
Oh, I'm wrong about search_thread_add_hits_idle, as the object is ref'ed before the idle callback is added. Which is a bit strange, but works (I'd provide a search_hits_data_free that unrefs the -> recent and just use that on the entire search_hits). The recent_thread_func clearly is an oversight

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Julian Andres Klode
** Changed in: nautilus (Ubuntu) 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/1804260 Title: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_o

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-23 Thread Julian Andres Klode
** Changed in: nautilus (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/1804260 Title: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally

[Bug 1804908] Re: Fails to load 'gmpy'

2018-11-24 Thread Julian Andres Klode
** Changed in: 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/1804908 Title: Fails to load 'gmpy' To manage notifications about this bug go to: https://bug

[Bug 1804997] [NEW] Improve timer spread after resume

2018-11-25 Thread Julian Andres Klode
Public bug reported: When resuming a machine that should have run unattended-upgrades in the time it was down, and it has containers for which the same applies, the host and all containers run their upgrades in parallel, creating a lot of load. ** Affects: apt (Ubuntu) Importance: Medium

[Bug 1795407] Re: python-apt frontend locking

2018-11-26 Thread Julian Andres Klode
** Description changed: [Impact] Add support to python-apt for frontend locking. This is a bit more complicated, and also requires some other restructuring: (1) The archives lock was only taken for a short time, when it should have been kept for the duration of an installation, as othe

[Bug 1801338] Re: apt fails to properly handle server-side connection closure

2018-11-02 Thread Julian Andres Klode
It's unclear if xenial's apt is affected or not, we did not get to testing that yet. ** Changed in: apt (Ubuntu Bionic) Status: New => Triaged ** Changed in: apt (Ubuntu) Status: New => Triaged ** Changed in: apt (Ubuntu Cosmic) Status: New => Triaged -- You received this

[Bug 1801338] [NEW] apt fails to properly handle server-side connection closure

2018-11-02 Thread Julian Andres Klode
Public bug reported: [Impact] In some cases, apt does not correctly handle server-side connection closure after a pipeline, and aborts the file being downloaded with an "Undetermined Error" when the connection has been closed. [Test case] This could be seen by running apt build-dep evince on co

[Bug 1801762] Re: Dual-signed things should be easy to verify with one key

2018-11-06 Thread Julian Andres Klode
That wrapper is conceptually wrong. It should be using --status-fd. I'm in favour of not duplicating that stuff and see if we can reuse the existing apt code, by moving it into the library and providing a tool in apt-helper. -- You received this bug notification because you are a member of Ubunt

[Bug 1785778] Re: Hash Sum mismatch Ubuntu Server 18.04.1 LTS

2018-09-14 Thread Julian Andres Klode
Matthias Haag (mahaag) wrote 1 hour ago: > We also recognized this issue on two laptops and downloaded one package which > should be updated with wget manually: [...] > => Every time a different content! So apt successfully detected the failed content, therefore there is no bug in apt here. ** C

[Bug 1633754] Re: dirmngr is used as daemon

2018-09-17 Thread Julian Andres Klode
There's no way to distinguish between output being parsed and not, so that's the safest thing to do. Without it, scripts will parse it, regardless of what the manpage says; and they will break, and everyone will be unhappy. -- You received this bug notification because you are a member of Ubuntu

[Bug 1633754] Re: dirmngr is used as daemon

2018-09-17 Thread Julian Andres Klode
What I want to do is provide stable versioned CLI APIs that you can specify in scripts in an environment variable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1633754 Title: dirmngr is used as dae

[Bug 1793122] Re: ValueError: unsupported format character ' ' (0x20) at index 39

2018-09-18 Thread Julian Andres Klode
The translation is broken ** Package changed: update-manager (Ubuntu) => language-pack-gnome-lt- base (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1793122 Title: ValueError: unsupported f

[Bug 1793122] Re: ValueError: unsupported format character ' ' (0x20) at index 39

2018-09-18 Thread Julian Andres Klode
I submitted a fixed translation for cosmic, changing Jūs turite %(num)s paketų (%(percent).1 f%%), kurie yra nepalaikomi to Jūs turite %(num)s paketų (%(percent).1f%%), kurie yra nepalaikomi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1793174] Re: ndiswrapper-dkms 1.59-2: ndiswrapper kernel module failed to build

2018-09-18 Thread Julian Andres Klode
ndiswrapper on trusty has not been updated for HWE kernels in the past 4 years, I don't think we should start doing that now with just a year to go. ndiswrapper in xenial and newer get updates for HWE kernels on a best-effort basis. ** Changed in: ndiswrapper (Ubuntu) Status: New => Won't F

[Bug 1792189] Re: linux-firmware does not depend on initramfs-tools

2018-09-19 Thread Julian Andres Klode
** Tags removed: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1792189 Title: linux-firmware does not depend on initramfs-tools To manage notifications about this bug go to: https://bugs.laun

[Bug 1787495] Re: no explanation for the events in the networkd-dispatcher manpage

2018-09-19 Thread Julian Andres Klode
Fixed in systemd (239-7ubuntu8) cosmic; urgency=medium [ Dimitri John Ledkov ] * Cherrypick many bugfixes from master. * systemctl: correctly proceed to immediate shutdown if scheduling fails (LP: #1670291) [ Julian Andres Klode ] * Improve networkd states documentation

[Bug 1667512] Re: [SRU] update-initramfs should sync only the filesystem containing the initramfs image

2018-09-19 Thread Julian Andres Klode
** Also affects: initramfs-tools (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: initramfs-tools (Ubuntu Xenial) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1793437] Re: apt installation on ubuntu 18.04 works only with 'y' and not with 'Y'.

2018-09-20 Thread Julian Andres Klode
We do not care about the case of the expression, so both y and Y do work. Are you sure there has not been any other input before the Y like a space? ** Changed in: apt (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1580601] Re: __nih_abort_msg symbol cannot be read any more

2018-09-21 Thread Julian Andres Klode
libnih has been removed from the archive. ** Changed in: libnih (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/1580601 Title: __nih_abort_msg symbol cannot be

[Bug 1388082] Re: package libnih1 1.0.3-4ubuntu25 failed to install/upgrade: no package named `libnih1' is installed, cannot configure

2018-09-21 Thread Julian Andres Klode
libnih has been removed from the archive. ** Changed in: libnih (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/1388082 Title: package libnih1 1.0.3-4ubuntu25 f

[Bug 1793740] Re: /usr/bin/update-manager: Package ubuntu-web-launchers isn't installed(org.debian.apt.TransactionFailed):_inline_callbacks:commit:_inline_callbacks:_show_transaction

2018-09-21 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1791931 *** https://bugs.launchpad.net/bugs/1791931 ** This bug has been marked a duplicate of bug 1791931 Update-manager crashes in _show_transaction due to packages being already removed -- You received this bug notification because you are a member o

[Bug 1794053] [NEW] pkgCacheFile unlocks in destructor even if it did not acquire lock

2018-09-24 Thread Julian Andres Klode
w far code relies on that regression. That said, any potential regression should be easily noticable, as it would be a case of not unlocking where we were unlocking before. ** Affects: apt (Ubuntu) Importance: High Assignee: Julian Andres Klode (juliank) Status: In Progress ** Af

[Bug 1794053] Re: pkgCacheFile unlocks in destructor even if it did not acquire lock

2018-09-24 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Cosmic) 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/1794053 Title: pkgCacheFile unlocks in destructor even if it did not acqu

[Bug 1787460] Re: Unattended upgrades removed linux-image-generic

2018-09-26 Thread Julian Andres Klode
** Also affects: linux-hwe (Ubuntu) Importance: Undecided Status: New ** Package changed: linux-hwe (Ubuntu) => linux-meta-hwe (Ubuntu) ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ub

[Bug 1787460] Re: Unattended upgrades removed linux-image-generic

2018-09-26 Thread Julian Andres Klode
As Adam mentioned, the top-level kernel meta packages should change their section to metapackages, so we don't mark linux-image-generic for autoremoval if linux-generic is removed. I'm looking into adding additional NeverAutoRemove entries for the metapackages to apt as "^linux-image-[a-z

[Bug 1794957] [NEW] pipelining on archive.u.c aborts after 101 packages

2018-09-28 Thread Julian Andres Klode
Public bug reported: [Impact] Downloading many packages on archive.ubuntu.com or some other mirrors seems to close the connection after every 100 or so packages. APT prior to 1.7.0~rc1 (commit df696650b7a8c58bbd92e0e1619e956f21010a96), treats a connection closure with a 200 response as meaning

[Bug 1781169] Re: frontend locking

2018-09-28 Thread Julian Andres Klode
** Also affects: apt (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: dpkg (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: apt (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: dpkg (Ubuntu Xenial) Importance:

[Bug 1787120] Re: apt show fails to show large records

2018-09-28 Thread Julian Andres Klode
** Description changed: [Impact] apt show can't show records that are larger than 32 KB, e.g. records with long lists of provides [Test case] - A test case is provided in autopkgtest. + A test case is provided in autopkgtest, hence validates automatically. See https://salsa.debian.org/a

[Bug 1781169] Re: frontend locking

2018-09-28 Thread Julian Andres Klode
** Description changed: - frontend locking fixes locking for dpkg frontends. Implementation is in - dpkg git and apt support is coming soon. + [Impact] + apt acquires /var/lib/dpkg/lock but has to release it while running dpkg, offering a short window for other clients to acquire the lock. This i

[Bug 1794949] Re: update-alternatives inconsistent after package upgrade

2018-09-28 Thread Julian Andres Klode
Reassigning to gcc. gcc does not appear to be managed by update- alternatives. AFAIUI, update-alternatives updates symlinks in /etc/alternatives. So /usr/bin/gcc would have to point to /etc/alternatives/gcc which then points to gcc-8. But /usr/bin/gcc is provided by the gcc package as a fixed syml

[Bug 1794949] Re: update-alternatives inconsistent after package upgrade

2018-09-28 Thread Julian Andres Klode
** Changed in: gcc-defaults (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/1794949 Title: update-alternatives inconsistent after package upgrade To manage noti

[Bug 1794949] Re: update-alternatives inconsistent after package upgrade

2018-09-28 Thread Julian Andres Klode
It seems that you have created the alternative yourself, which is not supported, and hence the bug is invalid. Please do not create alternatives that don't exist. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1794957] Re: pipelining on archive.u.c aborts after 101 packages

2018-09-28 Thread Julian Andres Klode
** Description changed: [Impact] Downloading many packages on archive.ubuntu.com or some other mirrors seems to close the connection after every 100 or so packages. APT prior to 1.7.0~rc1 (commit df696650b7a8c58bbd92e0e1619e956f21010a96), treats a connection closure with a 200 response as m

[Bug 1781169] Re: frontend locking

2018-09-28 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Xenial) Status: Triaged => In Progress ** 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/1781169

[Bug 1822854] Re: External monitor turns off for short period of times / until moving mouse

2019-04-05 Thread Julian Andres Klode
Just happened without those options. But I'm not sure if it's a kernel bug, or a hardware/cable bug. Gotta investigate more I guess. It certainly happened less, the last two days have been issue free, but maybe I unplugged more and the cable got cleaner or something. ** Summary changed: - Externa

[Bug 1800610] Re: [SRU] minimize number of manually installed packages

2019-04-05 Thread Julian Andres Klode
I looked at today's xubuntu daily image: (1) Packages were being visited by the auto marker (2) The built image has a lot of automatically marked packages, as we want (3) Crucially, cryptsetup and lvm2 are still manual, so we avoid the regression from 1801629 -> Verified. ** Tags removed: verif

[Bug 1607845] Re: List of versioned kernels is not right for Ubuntu

2019-04-05 Thread Julian Andres Klode
Added this to my list of things so I don't forget about it; might look into it next week. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1607845 Title: List of versioned kernels is not right for Ubun

[Bug 1820886] Re: Potential inconsistency due to system halt/reboot being allowed when package installation in progress

2019-04-09 Thread Julian Andres Klode
Suggested workaround: * Create a script that tries to lock the apt locks, until it succeeds, then exits * Make that run in ExecStart in a service WantedBy=shutdown.target Probably some issues regarding to services and stuff, but better than nothing. -- You received this bug notification becaus

[Bug 1820886] Re: Potential inconsistency due to system halt/reboot being allowed when package installation in progress

2019-04-09 Thread Julian Andres Klode
Something like that Python script should be enough really to catch most issues: import apt_pkg, os apt_pkg.init() dir = apt_pkg.config.find_dir("Dir::Cache::Archives") while True: try: apt_pkg.get_lock(os.path.join(dir, "lock")) break except: continue -- You received this bug n

[Bug 1784796] Re: apt update fails - 'std::runtime_error' what(): random_device::__x86_rdrand(void)

2019-04-10 Thread Julian Andres Klode
This has been fixed in 18.10, not 18.04 - the breaking kernel change was reverted in 18.04, so we decided we don't need to backport it. This is a system wide issue if the kernel runs out of entropy and by no means an apt one. I suggest you report a kernel bug if you still see issues like this on t

[Bug 1824523] Re: Assertion error during iso build

2019-04-12 Thread Julian Andres Klode
Ack -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824523 Title: Assertion error during iso build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-adva

[Bug 1607845] Re: List of versioned kernels is not right for Ubuntu

2019-04-15 Thread Julian Andres Klode
I think we can go with a simple catch all of linux-.* as in https://salsa.debian.org/apt-team/apt/merge_requests/59 For explanation as to why this works: apt takes the listed patterns, then appends the kernel versions to it, and then anchors it. So, with linux-.* you end up with patterns: "^l

[Bug 1820886] Re: Potential inconsistency due to system halt/reboot being allowed when package installation in progress

2019-04-15 Thread Julian Andres Klode
Inhibitor support: https://salsa.debian.org/apt-team/apt/merge_requests/60 ** Changed in: apt (Ubuntu) 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/1820886 Tit

[Bug 1785778] Re: Hash Sum mismatch Ubuntu Server 18.04.1 LTS

2019-04-15 Thread Julian Andres Klode
** Changed in: apt (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/1785778 Title: Hash Sum mismatch Ubuntu Server 18.04.1 LTS To manage notifications abou

[Bug 1861096] Re: [FFe] FFe for 20.04 snap transition

2020-02-18 Thread Julian Andres Klode
** Changed in: maas (Ubuntu) Status: New => 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/1861096 Title: [FFe] FFe for 20.04 snap transition To manage notifications about this

[Bug 1863771] Re: apt update continued to update after I said "n" at the prompt

2020-02-18 Thread Julian Andres Klode
This sounds unfortunate. I'm not sure what went wrong there, but I can't reproduce it. Are you sure you did not press enter first or something? ** Changed in: apt (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1863898] [NEW] More i915 fixes to cherry-pick

2020-02-19 Thread Julian Andres Klode
Public bug reported: The kernel is still a bit unstable, according to upstream this should fix my recent hangs: drm/i915/execlists: Always force a context reload when rewinding RING_TAIL https://gitlab.freedesktop.org/drm/intel/issues/1164 https://gitlab.freedesktop.org/drm/intel/issues/1150 A

[Bug 1863898] Re: More i915 fixes to cherry-pick

2020-02-19 Thread Julian Andres Klode
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863898 Title: More i915 fixes to cherry-pick To manage notifications about this b

[Bug 1863988] Re: 49 unnecessary warnings about "configured multiple times"

2020-02-20 Thread Julian Andres Klode
You created a google.list file with duplicates so it's your fault. The Google packages will reinstall their sources.lomist files eventually. It's important for users to know that there are duplicates as that can easily lead to errors further down the road. ** Changed in: apt (Ubuntu) Statu

[Bug 1864052] [NEW] gnome-shell crashed with SIGABRT when opening/closing chrome PiP videos

2020-02-20 Thread Julian Andres Klode
Public bug reported: gnome-shell crashes whenever in CHrome you pop out a video into a floating video, or close the floating video (move the video back into the main window). To test, you can use javascript:document.getElementsByTagName('video')[0].requestPictureInPicture(); to make a video flo

[Bug 1864223] [NEW] shim 15+1552672080.a4a1fbe-0ubuntu1 fails to load fwupd

2020-02-21 Thread Julian Andres Klode
Public bug reported: The latest shim upload does not seem able to load fwupd. Selecting fwupd in BIOS boot menu seems to go directly to grub. Probably not a signing issue of fwupd, as we don't get a security violation error. Need to investigate more. ** Affects: shim (Ubuntu) Importance: Cr

[Bug 1668944] Re: The _apt user ignores group membership.

2020-02-25 Thread Julian Andres Klode
Dropping all secondary groups is standard security practice for sandboxing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1668944 Title: The _apt user ignores group membership. To manage notificati

[Bug 1862279] Re: arm64 Secure Boot fails w/ "error: cannot load image."

2020-02-25 Thread Julian Andres Klode
Does it work with new grub and old shim, though? As we think new shim is somewhat buggy, it also fails to load fwupd on x86. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862279 Title: arm64 Secure

[Bug 1821308] Re: apt-get upgrade ignores pinning preferences since 1.0.1ubuntu2.22

2019-03-25 Thread Julian Andres Klode
Well, the version of apt is irrelevant. The version of libapt-pkg4.12 is what matters - is that one upgraded too? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1821308 Title: apt-get upgrade ignores

[Bug 1821308] Re: apt-get upgrade ignores pinning preferences since 1.0.1ubuntu2.22

2019-03-25 Thread Julian Andres Klode
The test case also passed successfully on the autopkgtest for 1.0.1ubuntu2.23 Check that local-only versions can be pinned correctly (LP: #1821308) Test for successful execution of apt-cache policy coolstuff … PASS Test for correctness of file /tmp/tmp.PtSrwfN8WU/rootdir/tmp/testsuccess.output …

[Bug 1821640] Re: Missing pattern for linux-image-unsigned keeps autoremovable kernels on the system

2019-03-25 Thread Julian Andres Klode
Hmm, but linux-image-unsigned-$foo should not be installed in the first place. ** Changed in: apt (Ubuntu) Status: New => Triaged ** Changed in: apt (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1821640] Re: Missing pattern for linux-image-unsigned keeps autoremovable kernels on the system

2019-03-26 Thread Julian Andres Klode
I mean, usually people should have linux-image- installed, not linux-image-unsigned - they are basically only artifacts used for building the signed kernel images that are installed by the metapackages. Since there is no metapackage that pulls in unsigned kernels, there is no reason to add unsigne

[Bug 1817862] Re: /usr/bin/update-manager:RuntimeError(org.freedesktop.DBus.Python.RuntimeError):_on_clicked:_deferable:_convert_dbus_exception...

2019-03-27 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1811694 *** https://bugs.launchpad.net/bugs/1811694 ** This bug has been marked a duplicate of bug 1811694 /usr/sbin/aptd:RuntimeError:_inline_callbacks:get_uid_from_dbus_name:return_value:_inline_callbacks:_check_simulated:_inline_callbacks -- You rece

[Bug 1811694] Re: /usr/sbin/aptd:RuntimeError:_inline_callbacks:get_uid_from_dbus_name:return_value:_inline_callbacks:_check_simulated:_inline_callbacks

2019-03-27 Thread Julian Andres Klode
Doing sed s/raise StopIteration/return/ to adjust to PEP479. ** Changed in: aptdaemon (Ubuntu Disco) 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/1811694 Titl

[Bug 1822082] Re: Shell sometimes shows username instead of full name in top-right menu

2019-03-28 Thread Julian Andres Klode
** Attachment added: "Screenshot from 2019-03-28 12-23-11.png" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1822082/+attachment/5250144/+files/Screenshot%20from%202019-03-28%2012-23-11.png ** Summary changed: - Shell sometimes shows username instead of full name in top-right men

[Bug 1822082] [NEW] [disco] Shell sometimes shows username instead of full name in top-right menu

2019-03-28 Thread Julian Andres Klode
Public bug reported: The drop-down menu of gnome-shell where you can logout etc. sometimes shows my username (jak) isntead of my fullname. Closing and opening again fixes it. ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification b

[Bug 1820886] Re: Potential inconsistency due to system halt/reboot being allowed when package installation in progress

2019-03-28 Thread Julian Andres Klode
** Changed in: apt (Ubuntu) Status: New => Triaged ** Changed in: apt (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) ** Changed in: apt (Ubuntu) Importance: Undecided => High ** Changed in: apt (Ubuntu) Importance: High => Medium -- You recei

[Bug 1820886] Re: Potential inconsistency due to system halt/reboot being allowed when package installation in progress

2019-03-28 Thread Julian Andres Klode
This has been on my agenda for quite some time. It means apt will need to talk dbus, and it might need to be able to react to a shutdown notification from dbus, which might get pretty complex, but I have not checked in detail. It's not clear yet which dbus library to use. Starting with systemd's l

[Bug 1822340] Re: Placeholder bug

2019-03-29 Thread Julian Andres Klode
https://code.launchpad.net/~juliank/update-notifier/esm/+merge/365288 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822340 Title: Placeholder bug To manage notifications about this bug go to: http

[Bug 1822340] [NEW] Placeholder bug

2019-03-29 Thread Julian Andres Klode
Public bug reported: [Impact] Placeholder bug for SRU [Test case] Placeholder [Regression potential] Placeholder ** Affects: update-notifier (Ubuntu) Importance: Undecided Status: In Progress ** Changed in: update-notifier (Ubuntu) Status: New => Incomplete ** Changed in:

[Bug 1682216] Re: /etc/init.d/sogo: 58: .: Can't open /usr/share/GNUstep/Makefiles/GNUstep.sh

2019-03-29 Thread Julian Andres Klode
Works fine in bionic, so marking as released. ** Changed in: sogo (Ubuntu) Status: New => 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/1682216 Title: /etc/init.d/sogo: 58: .: C

[Bug 1815760] Re: Additional hooks for update

2019-03-30 Thread Julian Andres Klode
@Mathew Hodson please stop messing with tasks. It's important we have those invalid tasks to say that it does not apply to that branch vs. we just forgot about it. ** Also affects: apt (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: apt (Ubuntu Trusty) Status: Ne

[Bug 1822405] Re: package redis-server 2:3.0.6-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-03-30 Thread Julian Andres Klode
Seems like you installed redis and it does not start - maybe you have an old config file around that breaks it? Look at journalctl --unit redis and see what the log says. ** Changed in: redis (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member

[Bug 1811694] Re: /usr/sbin/aptd:RuntimeError:_inline_callbacks:get_uid_from_dbus_name:return_value:_inline_callbacks:_check_simulated:_inline_callbacks

2019-04-02 Thread Julian Andres Klode
This only affects disco, as the change to raise RuntimeError on StopIteration was made in Python 3.7. The reports from 18.10 and 18.04 in the error tracker had a python 3.7, so were partially upgraded to disco already. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1822340] Re: [UIFe] motd messaging rewrite

2019-04-02 Thread Julian Andres Klode
** Summary changed: - Placeholder bug + [UIFe] motd messaging rewrite ** Description changed: [Impact] - Placeholder bug for SRU + Changes to the motd and update counting to count ESM security upgrades as security upgrades, and show some information about ESM upgrades. [Test case] - Plac

[Bug 1822340] Re: [UIFe] motd messaging rewrite

2019-04-02 Thread Julian Andres Klode
** Description changed: [Impact] Changes to the motd and update counting to count ESM security upgrades as security upgrades, and show some information about ESM upgrades. [Test case] The motd output has unit tests for the various combinations, passing counts of various upgrade types.

[Bug 1822340] Re: [UIFe] motd messaging rewrite

2019-04-02 Thread Julian Andres Klode
** Changed in: update-notifier (Ubuntu) Status: In Progress => Fix Committed ** Changed in: update-notifier (Ubuntu Trusty) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1821308] Re: apt-get upgrade ignores pinning preferences since 1.0.1ubuntu2.22

2019-04-02 Thread Julian Andres Klode
@mathew-hodson It's in git, and will make it's way in in a future release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1821308 Title: apt-get upgrade ignores pinning preferences since 1.0.1ubuntu2.

[Bug 1822846] Re: Chrome icon disappears from dash

2019-04-02 Thread Julian Andres Klode
** Attachment added: "Screenshot from 2019-04-02 17-49-09.png" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1822846/+attachment/5252113/+files/Screenshot%20from%202019-04-02%2017-49-09.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1822846] [NEW] Chrome icon disappears from dash

2019-04-02 Thread Julian Andres Klode
Public bug reported: >From time to time, my chrome icon disappears in gnome shell 3.32, leaving only the "open window indicator" below it. It's the first of my icons, and this is running a vanilla gnome session. ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: gnome-shell 3.32.0-1ubuntu1 Pro

[Bug 1822846] Re: Chrome icon disappears from dash

2019-04-02 Thread Julian Andres Klode
See attached screenshots. Not sure if upstream bug or Ubuntu bug, hence reporting here first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822846 Title: Chrome icon disappears from dash To manage

[Bug 1822846] Re: Chrome icon disappears from dash

2019-04-02 Thread Julian Andres Klode
** Attachment added: "Screenshot from 2019-04-02 17-49-37.png" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1822846/+attachment/5252114/+files/Screenshot%20from%202019-04-02%2017-49-37.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1822082] Re: [disco] Shell sometimes shows username instead of full name in top-right menu

2019-04-02 Thread Julian Andres Klode
** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/issues #1133 https://gitlab.gnome.org/GNOME/gnome-shell/issues/1133 ** Also affects: gnome-shell via https://gitlab.gnome.org/GNOME/gnome-shell/issues/1133 Importance: Unknown Status: Unknown -- You received this bug notifica

[Bug 1822854] AlsaInfo.txt

2019-04-02 Thread Julian Andres Klode
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1822854/+attachment/5252123/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822854 Title:

<    5   6   7   8   9   10   11   12   13   14   >