[Bug 1973784] Re: [MIR] libldac

2022-05-24 Thread Christian Ehrhardt 
** Changed in: libldac (Ubuntu) Assignee: (unassigned) => Lukas Märdian (slyon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973784 Title: [MIR] libldac To manage notifications about this

[Bug 1975523] Re: [MIR] Promote to main in Jammy and Kinetic

2022-05-24 Thread Christian Ehrhardt 
** Changed in: ruby-webrick (Ubuntu Kinetic) Assignee: (unassigned) => Ioanna Alifieraki (joalif) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975523 Title: [MIR] Promote to main in Jammy

[Bug 1971767] Re: [MIR] libfreeaptx

2022-05-24 Thread Christian Ehrhardt 
Ready for the seed/dependency change to land ** Changed in: libfreeaptx (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/1971767 Title: [MIR] libfreeaptx

[Bug 1974100] Re: qemu ide/sata disks do not work well with discard/trim

2022-05-24 Thread Christian Ehrhardt 
# I have fetched a new cloud image. $ wget https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64-disk-kvm.img $ file jammy-server-cloudimg-amd64-disk-kvm.img jammy-server-cloudimg-amd64-disk-kvm.img: QEMU QCOW2 Image (v2), 2361393152 bytes # Then I have extended it to 25G

[Bug 1974100] Re: qemu ide/sata disks do not work well with discard/trim

2022-05-24 Thread Christian Ehrhardt 
Hmm, interesting - here our results differ then. All of my 8 attachments do not have that problem. "debugfs -R dump_unused" does not report anything and zerofree agrees reporting all of them as "none to modify/free" / "almost all is free" / "total blocks" example: $ sudo zerofree -vn /dev/sdd

[Bug 1939643] Re: /usr/sbin/libvirtd:11:virSecurityManagerTransactionStart:qemuSecurityRestoreAllLabel:qemuProcessStop:qemuDomainSaveInternal:qemuDomainManagedSave

2022-05-23 Thread Christian Ehrhardt 
Fixed in 6.6 and later, but nobody is sure via which changes exactly - therefore we can't backport anything yet. ** Also affects: libvirt (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu) Status: New => Fix Released ** Changed in: libvirt (Ubuntu

[Bug 1972075] Re: Blank screen when viewing GL-accelerated virtio screen on 22.04

2022-05-23 Thread Christian Ehrhardt 
Completed in Kinetic, uploaded for Jammy now - waiting on the SRU teams review to accept it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1972075 Title: Blank screen when viewing GL-accelerated

[Bug 1970563] Re: Qemu 1:6.2+dfsg-2ubuntu6 deadlock bug

2022-05-23 Thread Christian Ehrhardt 
Thanks for the Review Sergio. Uploaded the fix for Kinetic. We can start the SRU to jammy once it is complete there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970563 Title: Qemu

[Bug 1972075] Re: Blank screen when viewing GL-accelerated virtio screen on 22.04

2022-05-23 Thread Christian Ehrhardt 
Thanks for the test Max. Thanks for the review Sergio. Uploaded for Kinetic, will start the Jammy SRU once it is fully completed there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1972075 Title:

[Bug 1974100] Re: qemu ide/sata disks do not work well with discard/trim

2022-05-23 Thread Christian Ehrhardt 
@Brent - Let me know if your data and/or lsblk/dump2fs look vastly different? I pondered if I should call this "a feature request to an old attachment type" which is unlikely to get much attention. But the only stomach-ache that I have with this (and this is why I do not close this) is that it

[Bug 1974100] Re: inode lazy init in a VM fills virtual disk with garbage

2022-05-23 Thread Christian Ehrhardt 
Hi Brent, first of all I'm glad that you got around things via my suggestions. There is a reason why those device types are usually recommended in newer guides as well as being the default in higher level tools like virt-manager, uvtool, ... is virtio nowadays. It is just more capable. Thanks

[Bug 1974100] Re: qemu ide/sata disks do not work well with discard/trim

2022-05-23 Thread Christian Ehrhardt 
Compare: - 25G qemu images each set to cache=none - I ide/sata / V = Virtio - Disk Options: 1 - discard=unmap 2 - discard=unmap + detect_zeroes=on 3 - discard=ignore 4 - defaults One can check with lsblk --discard (as mentioned above) how the system thinks it can discard and with dumpe2fs

[Bug 1972075] Re: Blank screen when viewing GL-accelerated virtio screen on 22.04

2022-05-19 Thread Christian Ehrhardt 
I merged the change upstream. Waiting for a review, but that is happening soon. Max: Before we upload, could you give the PPA a try if it resolves things in your setup as well (it should as it is your change, but why not trying to be sure). -- You received this bug notification because you are

Re: [Bug 1971738] Re: [MIR] ell

2022-05-19 Thread Christian Ehrhardt 
On Wed, May 18, 2022 at 12:51 AM Seth Arnold <1971...@bugs.launchpad.net> wrote: > > Hmm this thing seems to have its own TLS stack > https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ell/tls.c Yeah, as I've written it reimplements all base functions of a small system in the lib. -- You

[Bug 1974100] Re: inode lazy init in a VM fills virtual disk with garbage

2022-05-19 Thread Christian Ehrhardt 
Even without proper trimming from GNS there would be a regular cleanup on the FS anyway. Ubuntu has a timer based fstrim to clean up space that was freed without trim/discard awareness. Assuming that your consumed space is not just inode overhead (I can't help with that) you could check if this

[Bug 1974100] Re: inode lazy init in a VM fills virtual disk with garbage

2022-05-19 Thread Christian Ehrhardt 
Also to attack this from a different angle simultaneously - have you maybe already tried this on older/newer Ubuntu Hosts and did it behave differently there? ** Changed in: qemu (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu

[Bug 1974100] Re: inode lazy init in a VM fills virtual disk with garbage

2022-05-19 Thread Christian Ehrhardt 
Hi Brent, thank you for all the detail and dedication already spent on this! Just to be sure as there are two theories up for discussion: 1. ext4lazyinit fills it all 2. gns3 with discard=on fills it all due to maybe DISCARD being ignored I was reading through the links and discussions and I

[Bug 1974100] Re: inode lazy init in a VM fills virtual disk with garbage

2022-05-19 Thread Christian Ehrhardt 
Finally about discard to the guest. I see you have ,discard=on in your qemu commandline. But that is only half the deal, depending on various other setup details the guest can recognize or not recognize that. I do not know all the details of your setup but at least in the past there was

[Bug 1970563] Re: Qemu 1:6.2+dfsg-2ubuntu6 deadlock bug

2022-05-19 Thread Christian Ehrhardt 
** Description changed: + [Impact] + + * A deadlock in the connect/disconnect code is present in qemu 6.2 + + * backport the fix which moves the unlock a bit to avoid racing with +a lock triggered by clipboard unregistration. For more see the +referenced upstream commit + + [Test

[Bug 1972075] Re: Blank screen when viewing GL-accelerated virtio screen on 22.04

2022-05-19 Thread Christian Ehrhardt 
** Description changed: + [Impact] + + * New GL handling code in qemu/libs triggers apparmor denials in +Jammy and later + + * Libvirt already has code that does context aware "if gl is + enabled then allow things". The patch extends those by the + new paths it needs to access. +

[Bug 1970563] Re: Qemu 1:6.2+dfsg-2ubuntu6 deadlock bug

2022-05-19 Thread Christian Ehrhardt 
FYI - I have prepared a PPA and merge proposals for the related Ubuntu package changes: PPA: https://launchpad.net/~paelzer/+archive/ubuntu/lp-1970563-vnc-deadlock Jammy: https://code.launchpad.net/~paelzer/ubuntu/+source/qemu/+git/qemu/+merge/422947 Kinetic:

[Bug 1972075] Re: Blank screen when viewing GL-accelerated virtio screen on 22.04

2022-05-19 Thread Christian Ehrhardt 
Based on the to-be-committed patch upstream I have prepared these Ubuntu uploads and test PPA. I'd be happy about review and feedback on those. Kinetic: https://code.launchpad.net/~paelzer/ubuntu/+source/libvirt/+git/libvirt/+merge/422941 Jammy:

[Bug 1970563] Re: Qemu 1:6.2+dfsg-2ubuntu6 deadlock bug

2022-05-19 Thread Christian Ehrhardt 
) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) ** Changed in: qemu (Ubuntu Kinetic) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) ** Changed in: qemu (Ubuntu Kinetic) Importance: Undecided => High ** Changed in: qemu (Ubuntu Jammy) Importance: Undecided

[Bug 1972075] Re: Blank screen when viewing GL-accelerated virtio screen on 22.04

2022-05-19 Thread Christian Ehrhardt 
Thanks Max, reviewed and approved upstream. If there are no objections e.g. to the change of Author then I can merge it there and start fix uploads for affected Ubuntu releases. ** Changed in: libvirt (Ubuntu Jammy) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) ** Chan

[Bug 1972075] Re: Blank screen when viewing GL-accelerated virtio screen on 22.04

2022-05-19 Thread Christian Ehrhardt 
** Also affects: libvirt (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu Jammy) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1641236] Re: Confined processes inside container cannot fully access host pty device passed in by lxc exec

2022-05-18 Thread Christian Boltz
> apparmor_parser -R /etc/apparmor.d -R means to unload profiles, in this case all profiles in /etc/apparmor.d/. That's probably a bit ;-) too much... I'd guess you want to unload only the tcpdump profile, which would be done with apparmor_parser -R /etc/apparmor.d/usr.bin.tcpdump An

[Bug 1859353] Re: software-properties-gtk not working

2022-05-18 Thread Christian Rauch
*** This bug is a duplicate of bug 1900098 *** https://bugs.launchpad.net/bugs/1900098 ** This bug has been marked a duplicate of bug 1900098 software-properties-gtk fails to open with error -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1900098] Re: software-properties-gtk fails to open with error

2022-05-18 Thread Christian Rauch
I encountered the same error (see duplicate https://bugs.launchpad.net/ubuntu/+source/software- properties/+bug/1930974/comments/5) and was able to resolve the issue by reinstalling packages "python3-six" and "python3-certifi" as suggested in https://bugs.launchpad.net/ubuntu/+source/software-

[Bug 1930974] Re: software-properties-gtk is broken again

2022-05-18 Thread Christian Rauch
*** This bug is a duplicate of bug 1900098 *** https://bugs.launchpad.net/bugs/1900098 The Qt (software-properties-qt) and KDE (software-properties-kde) versions still work when launched as root via sudo. ** This bug has been marked a duplicate of bug 1900098 software-properties-gtk fails

[Bug 1930974] Re: software-properties-gtk is broken again

2022-05-18 Thread Christian Rauch
*** This bug is a duplicate of bug 1900098 *** https://bugs.launchpad.net/bugs/1900098 I am getting the same error: $ software-properties-gtk ERROR:dbus.proxies:Introspect error on :1.8502:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected

[Bug 1576812] Re: [MIR] ipmitool

2022-05-18 Thread Christian Ehrhardt 
** Tags removed: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576812 Title: [MIR] ipmitool To manage notifications about this bug go to:

[Bug 1960937] Re: Libvirtd conffiles should be less misleading and document tcp/tls usage

2022-05-18 Thread Christian Ehrhardt 
** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960937 Title: Libvirtd conffiles should be less misleading and document tcp/tls usage To manage notifications about this

[Bug 1951490] Re: Can't print after update to 4.13

2022-05-18 Thread Christian Ehrhardt 
** Tags removed: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951490 Title: Can't print after update to 4.13 To manage notifications about this bug go to:

[Bug 1971489] Re: exim4 GnuTLS breakage with outgoing TLS 1.3 "Resource temporarily unavailable"

2022-05-18 Thread Christian Ehrhardt 
** Changed in: exim4 (Ubuntu Bionic) Assignee: (unassigned) => Bryce Harrington (bryce) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971489 Title: exim4 GnuTLS breakage with outgoing TLS 1.3

[Bug 1958629] Re: Deprecation warnings about Proc.new

2022-05-18 Thread Christian Ehrhardt 
** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958629 Title: Deprecation warnings about Proc.new To manage notifications about this bug go to:

[Bug 1969654] Re: Can't print with Samba via Windows 10 printer after 2:4.13.17~dfsg-0ubuntu0.21.04.2

2022-05-18 Thread Christian Ehrhardt 
** Changed in: samba (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969654 Title: Can't print with Samba via Windows 10 printer

[Bug 1971315] Re: Merge qemu from Debian unstable for kinetic

2022-05-18 Thread Christian Ehrhardt 
ned) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971315 Title: Merge qemu from Debian unstable for kinetic To manage notifications about this bug go to:

[Bug 1971289] Re: Merge libvirt from Debian unstable for kinetic

2022-05-18 Thread Christian Ehrhardt 
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971289 Title: Merge libvirt from Debian unsta

[Bug 1971290] Re: Merge libvirt-dbus from Debian unstable for kinetic

2022-05-18 Thread Christian Ehrhardt 
** Changed in: libvirt-dbus (Ubuntu) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971290 Title: Merge libvirt-dbus from Deb

[Bug 1971324] Re: Merge spice from Debian unstable for kinetic

2022-05-18 Thread Christian Ehrhardt 
** Changed in: spice (Ubuntu) Milestone: ubuntu-22.05 => ubuntu-22.06 ** Changed in: spice (Ubuntu) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1971333] Re: Merge virglrenderer from Debian unstable for kinetic

2022-05-18 Thread Christian Ehrhardt 
** Changed in: virglrenderer (Ubuntu) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971333 Title: Merge virglrenderer from Deb

[Bug 1973031] Re: [MIR] libwpe

2022-05-18 Thread Christian Ehrhardt 
ded for this case (lib only) Problems: None ** Changed in: libwpe (Ubuntu) Assignee: Christian Ehrhardt  (paelzer) => Ubuntu Security Team (ubuntu-security) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1958863] Re: [SRU] neutron-l3-agent attempts to use non-existing --config-file=/etc/neutron/fwaas_driver.ini

2022-05-17 Thread Christian Rohmann
As I just ran into this very issue, may I ask when a new package for Victoria is going to be released. According to https://openstack-ci-reports.ubuntu.com/reports/cloud- archive/victoria_versions.html 17.3.0 is still only in proposed and updates are still at 17.2.1-0ubuntu1~cloud2 which does

[Bug 1971739] Re: [MIR] iwd

2022-05-17 Thread Christian Ehrhardt 
This can enter security queue while Desktop considers the remaining open required todos. Assigning. Also setting the milestone matching that of ell. ** Changed in: iwd (Ubuntu) Milestone: None => ubuntu-22.08 ** Changed in: iwd (Ubuntu) Assignee: Sebastien Bacher (seb128) => Ubuntu

[Bug 1958629] Re: Deprecation warnings about Proc.new

2022-05-17 Thread Christian Rohmann
Thanks for picking up on this Lucas! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958629 Title: Deprecation warnings about Proc.new To manage notifications about this bug go to:

[Bug 1973031] Re: [MIR] libwpe

2022-05-17 Thread Christian Ehrhardt 
** Changed in: libwpe (Ubuntu) Assignee: (unassigned) => Christian Ehrhardt  (paelzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973031 Title: [MIR] libwpe To manage notifications ab

[Bug 1971738] Re: [MIR] ell

2022-05-17 Thread Christian Ehrhardt 
** Attachment added: "Local build log (including post build lintian)" https://bugs.launchpad.net/ubuntu/+source/ell/+bug/1971738/+attachment/5590379/+files/ell.buildlog-incl-lintian.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1971738] Re: [MIR] ell

2022-05-17 Thread Christian Ehrhardt 
** Attachment added: "lintian artifact" https://bugs.launchpad.net/ubuntu/+source/ell/+bug/1971738/+attachment/5590378/+files/ell.lintian.source.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1971738] Re: [MIR] ell

2022-05-17 Thread Christian Ehrhardt 
This really LGTM, but it needs security review as well. FYI: I've also set the milestone to match was mentioned in the initial report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971738 Title:

[Bug 1971738] Re: [MIR] ell

2022-05-17 Thread Christian Ehrhardt 
ged in: ell (Ubuntu) Assignee: Christian Ehrhardt  (paelzer) => Ubuntu Security Team (ubuntu-security) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971738 Title: [MIR] ell To manage notific

[Bug 1971738] Re: [MIR] ell

2022-05-17 Thread Christian Ehrhardt 
** Changed in: ell (Ubuntu) Milestone: None => ubuntu-22.08 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971738 Title: [MIR] ell To manage notifications about this bug go to:

[Bug 1958629] Re: Deprecation warnings about Proc.new

2022-05-16 Thread Christian Rohmann
Lucas Kanashiro any chance this could be fixed for Focal? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958629 Title: Deprecation warnings about Proc.new To manage notifications about this bug go

[Bug 1842320] Re: Out of Memory on boot with 5.2.0 kernel

2022-05-13 Thread Christian Mauduit
I tried the fix with GFXMODE=800x600 -> it did nothing. I had bigger letters but the same error. I tried the fix with editing mkinitramfs and replacing 1 by 19 on line 196 to restore the high compression level. Then regenerated the image -> it worked. For readers, this is not so easy, because

[Bug 1842320] Re: Out of Memory on boot with 5.2.0 kernel

2022-05-13 Thread Christian Mauduit
@guiverc this is not related to Ubuntu 19.10 or 19.04. It was initially reported at that time, but it is still open. I just stumbled on it, ugrading from 21 to 22.04. Same behavior: "error: out of memory. Press any key to continue..." Then kernel panic message. I created a bootable USB image

[Bug 1792880] Re: totalGigabytesUsed in openstack limits show indicate wrong info

2022-05-12 Thread Christian Rohmann
This is still very broken even this the promoted fix of https://review.opendev.org/c/openstack/python-openstackclient/+/792950/ and running with the VERY latest and greatest: ``` openstack --os-volume-api-version 3.60 limits show --absolute --project $SOMEPROJECT ``` returns the same data for

[Bug 1969896] Re: Evince Document Viewer(42.0) does not remember last page in 22.04

2022-05-08 Thread Christian Sarrasin
Running APT evince 42.1-3 on stock Ubuntu 22.04/GNOME 42.0/Wayland. My issue is Evince opening in a tiny window every time it's fired off; this deployment was upgraded from 21.10, which didn't suffer from such issue. I attach below the output from `journalctl -f` while starting up Evince, which

[Bug 1969896] Re: Evince Document Viewer(42.0) does not remember last page in 22.04

2022-05-08 Thread Christian Sarrasin
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969896 Title: Evince Document Viewer(42.0) does not remember last page in 22.04 and opens in a tiny window when launched To manage notifications

[Bug 1972004] [NEW] Dock follows primary display scaling for all displays

2022-05-06 Thread Christian
Public bug reported: This bug seems like #1826543, but I fled a new one because it is a regression from 21.10. While writing this, I also noticed that other elements only follow the primary display scaling, like the numbers on the top left that say which display is which, and the pop-up that

[Bug 1971570] Re: Fresh 22.04 Installation with ZFS on SSD within VMWare UEFI

2022-05-04 Thread Christian
** Summary changed: - Fresh 22.04 Installation with ZFS on SSD within VMWare + Fresh 22.04 Installation with ZFS on SSD within VMWare UEFI ** Description changed: - Not sure how to go from here. Using VMWare to install this Ubuntu - Version on a SSD via passthrough. I selected ZFS as the file

[Bug 1971570] [NEW] Fresh 22.04 Installation with ZFS on SSD within VMWare

2022-05-04 Thread Christian
Public bug reported: Not sure how to go from here. Using VMWare to install this Ubuntu Version on a SSD via passthrough. I selected ZFS as the file system. Ubuntu 21.10 installation worked like this flawlessly. Everything else works in the live CD that I am aware of. What shall I do?

[Bug 1818711] Re: never kills dnsmasq servers

2022-05-03 Thread Christian Ehrhardt 
I think this got another side effect. needrestart detects services in their scope and so it finds dnsmasq processes using outdated libs. Once it does it will flag "libvirtd.service" as using outdated binaries, essentially every time from that moment as - due to the lack of restarting them -

[Bug 1971059] Re: package grub-efi-amd64-signed 1.180+2.06-2ubuntu7 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 32

2022-05-01 Thread Christian Merges
My Server is not using efi boot i resolved this by this command: apt remove shim-signed grub-efi-amd64-bin --allow-remove-essential -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971059 Title:

[Bug 1970937] Re: USN-5394-1 (libwebkit2gtk-4.0-37) causes regression in Evolution: impossible to compose email

2022-04-30 Thread Christian Sarrasin
FWIW, I've just upgraded to 22.04 and the version of Evolution bundled with it (3.44.0-1ubuntu1) doesn't suffer from this problem; so it affects 21.10 only. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1970937] [NEW] USN-5394-1 (libwebkit2gtk-4.0-37) causes regression in Evolution: impossible to compose email

2022-04-29 Thread Christian Sarrasin
Public bug reported: This morning the security patch USN-5394-1 (https://ubuntu.com/security/notices/USN-5394-1) deployed on my laptop and following a reboot, I can no longer compose emails (or reply to emails) using Evolution (3.40.4-1ubuntu2). The composition window is blank. I'm on 21.10.

[Bug 1969452] Re: packets fail to be distributed to the right queue and marked with expected FDIR ID with DPDK AVF

2022-04-28 Thread Christian Ehrhardt 
Hi, there will be a new set of stable releases in a few days which might fix that. You said ICE, e.g. for DPDK 21.11 that you referenced that will include: net/ice/base: add profile validation on switch filter net/ice: fix build with 16-byte Rx descriptor net/ice: fix link up when starting device

[Bug 883459]

2022-04-27 Thread Christian Hilberg
Created attachment 148406 signature.asc Am Mittwoch, 27. April 2022, 10:57:26 CEST schrieb ederag: > https://bugs.kde.org/show_bug.cgi?id=283682 > > --- Comment #229 from ederag --- > (In reply to r.kunschke from comment #228) > > Is there any workaround or something? > > Adding this filter

[Bug 1672091] Re: eval packaging nvmet-cli as tool for nvme target configuration

2022-04-27 Thread Christian Ehrhardt 
** Summary changed: - eval packaging nvmet-clit as tool for nvme target configuration + eval packaging nvmet-cli as tool for nvme target configuration -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-27 Thread Christian Ehrhardt 
Oh I assumed this was running s390x VM on s390x Host. @Ryan - is this s390x emulation on a non-s390x host? ** Changed in: openssh (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1965115] Re: [MIR] nullboot

2022-04-26 Thread Christian Ehrhardt 
** Changed in: nullboot (Ubuntu) Assignee: (unassigned) => Ioanna Alifieraki (joalif) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1965115 Title: [MIR] nullboot To manage notifications about

[Bug 1624485] Re: Nettle: Enable AES-NI instructions on amd64.

2022-04-26 Thread Christian Ehrhardt 
Indeed (thanks Richard) that is enabled since 3.6-1. It is unlikely though due to the associated symbol changes (see e.g. the old changelogs) that this can be provided as an SRU for older releases. I'm not saying impossible, just unlikely as that evaluation has to be done and checked in depth for

[Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-26 Thread Christian Ehrhardt 
@Ryan - Before going deeper since I read "readconf.c:read_config_file_depth" in there. Does the same happen on a fresh Jammy guest that has all-default config files? Or only to this particular guest that you have? -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-26 Thread Christian Ehrhardt 
(gdb) bt #0 __GI__IO_default_xsputn (n=, data=, f=) at libioP.h:947 #1 __GI__IO_default_xsputn (f=0x3ffcbc7c2e8, data=, n=2929360903402) at genops.c:370 #2 0x03ffa6c7896c in outstring_func (done=11, length=2929360903402, string=0x2aa0b841cea <__func__.3.lto_priv.14>

[Bug 1970076] Re: "User process fault: interruption code 0011 ilc:3" on SSH client/server upon Jammy upgrade

2022-04-26 Thread Christian Ehrhardt 
Hi, for comparison on another system I've taken a Host (was impish before upgrade) and created guests with Xenial, Bionic, Focal, Jammy. All worked fine at this stage - ssh login and health of guests/hosts was good. Then I upgraded the Host to Jammy (as the reporter did). Example of the simple

[Bug 1672091] Re: new tool for nvme target configuration in 4.8 on up kernels

2022-04-25 Thread Christian Ehrhardt 
Hi, we were revisiting this case which was lost due to Rafael no more being able to look at it :-/ In the meantime nvme-cli is in main (since hirsute via bug 1889688). But nvmet-cli still isn't packaged in Debian/Ubuntu. nvme-cli just did a major release following the last 1.x [1] into 2.0 [2].

[Bug 1969905] Re: lxc-test-no-new-privs in ubuntu_lxc failed on F-s390x zVM (lxc 1:4.0.12-0ubuntu1~20.04.1 )

2022-04-22 Thread Christian Brauner
And that only fails on s390x? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969905 Title: lxc-test-no-new-privs in ubuntu_lxc failed on F-s390x zVM (lxc 1:4.0.12-0ubuntu1~20.04.1 ) To manage

[Bug 1969651] [NEW] Dock auto-hides too quickly when interacting with an app's right-click menu

2022-04-20 Thread Christian
Public bug reported: Whenever I try to select a different window from the dock (or add to favourites/any other option in that menu), as soon as my mouse leaves the dock for that menu, the dock hides, which makes the menu drop down. This is very frustrating because at best I have to try again, and

[Bug 1966237] Re: ldnsutils emits wrong sha256 hashes

2022-04-20 Thread Christian Ehrhardt 
** Tags removed: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1966237 Title: ldnsutils emits wrong sha256 hashes To manage notifications about this bug go to:

[Bug 1968550] Re: unattended updates, missing routes

2022-04-20 Thread Christian Ehrhardt 
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968550 Title: unattended updates, missing routes To manage notifications about this bug go to:

[Bug 1968550] Re: unattended updates, missing routes

2022-04-20 Thread Christian Ehrhardt 
** Tags removed: server-triage-discuss -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968550 Title: unattended updates, missing routes To manage notifications about this bug go to:

[Bug 1968228] Re: RTD collision with opcache

2022-04-13 Thread Christian Ehrhardt 
** Changed in: php7.4 (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968228 Title: RTD collision with opcache To manage

[Bug 1964600] Re: [MIR] gnome-bluetooth3

2022-04-13 Thread Christian Ehrhardt 
Ok, it is there now: https://people.canonical.com/~ubuntu-archive/component-mismatches-proposed.html gnome-bluetooth3: gir1.2-gnomebluetooth-3.0 gnome-bluetooth-3-common libgnome-bluetooth-3.0-13 libgnome-bluetooth-3.0-dev libgnome-bluetooth-doc libgnome-bluetooth-ui-3.0-13

[Bug 1964600] Re: [MIR] gnome-bluetooth3

2022-04-13 Thread Christian Ehrhardt 
I'm not seeing the dependency yet on [1] or [2]. What upload exactly are we waiting for here to have it show up? [1]: https://people.canonical.com/~ubuntu-archive/component-mismatches-proposed.html [2]: https://people.canonical.com/~ubuntu-archive/component-mismatches.html -- You received this

[Bug 1967814] Re: Ubuntu 20.04.3 - ilzlnx3g1 - virtio-scsi devs on KVM guest having miscompares on disktests when there is a failed path.

2022-04-13 Thread Christian Ehrhardt 
Thanks Vanessa for the testing on the PPA! @Halil - I'd leave the debugging of the remaining issue to you as while you can't reproduce it yet it still is much closer to you than it is to me :-/ Thanks in advance, let us know what you find. In the meantime I have prepared the SRU content and got

[Bug 1968586] Re: apparmor rules block socket and log creation

2022-04-12 Thread Christian Ehrhardt 
*** This bug is a duplicate of bug 1968187 *** https://bugs.launchpad.net/bugs/1968187 Hi, I think we discovered that issue twice. Marked as a dup as we are further in the other case. ** This bug has been marked a duplicate of bug 1968187 apparmor denial when using swtpm -- You received

[Bug 1964600] Re: [MIR] gnome-bluetooth3

2022-04-12 Thread Christian Ehrhardt 
Thank you Jeremy, yes this looks all complete by now. Thanks for addressing the remaining tasks. MIR Team Ack. Thereby this would be ready to be promoted once the dependency is present. Which will happen once you upload for the FFE bug you have open. ** Changed in: gnome-bluetooth3 (Ubuntu)

[Bug 1968187] Re: apparmor denial when using swtpm

2022-04-12 Thread Christian Ehrhardt 
We can add those - if we agree - as Ubuntu Delta kind of "right now" to fix it before release. But the swtpm changes then shall be part of the upstreaming effort to Stefan that we planned anyway. And the libvirt changes should go upstream there for the benefit of others as well. Summary of

[Bug 1968187] Re: apparmor denial when using swtpm

2022-04-12 Thread Christian Ehrhardt 
For test purpose I was adding /usr/bin/swtpm PUx, to /etc/apparmor.d/local/abstractions/libvirt-qemu I can see the error that you mean, that is something apparmor fails to load. One can call apparmor_parser directly to see more. ubuntu@swtpm-jammy:~$ sudo apparmor_parser -r

[Bug 1968258] Re: Data corruption in qemu_rbd_co_block_status

2022-04-12 Thread Christian Ehrhardt 
You are welcome, trying to resolve things fast is the best I can give you in return for your always fast and large scale testing ending in well written bugs :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1950321] Re: [MIR][FFE] glusterfs

2022-04-11 Thread Christian Ehrhardt 
FYI - uploads done, got accepted a few hours ago and building now. Also the team subscription to the package was done. It shows in component mismatches: glusterfs: libgfapi0 libgfrpc0 libgfxdr0 libglusterfs0 MIR: #1950321 (Confirmed) MIR: #1274247 (Won't Fix) [Reverse-Depends: libgfapi0,

[Bug 1968187] Re: apparmor denial when using swtpm

2022-04-11 Thread Christian Ehrhardt 
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968187 Title: apparmor denial when using swtpm To manage notifications about this bug go to:

[Bug 1968354] Re: Please do not run udevadm trigger without parameters

2022-04-11 Thread Christian Ehrhardt 
Hi Benjamin, thanks for the bug. This sounds like an issue not yet wreaking havoc but could be, so it is nice to fix it before things get worse. Limiting to "scsi + vsock" is what is needed I guess. The rules we have are: root@j:~# head /lib/udev/rules.d/60-open-vm-tools.rules

[Bug 1968354] Re: Please do not run udevadm trigger without parameters

2022-04-11 Thread Christian Ehrhardt 
** Tags added: server-todo ** Changed in: open-vm-tools (Ubuntu) Assignee: (unassigned) => Bryce Harrington (bryce) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968354 Title: Please do not

[Bug 1953363] Re: [MIR] python-xmlschema, elementpath, importlib-resources

2022-04-08 Thread Christian Ehrhardt 
** Changed in: python-xmlschema (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://bugs.launchpad.net/bugs/1953363 Title: [MIR] python-xmlschema, elementpath,

[Bug 1950321] Re: [MIR][FFE] glusterfs

2022-04-08 Thread Christian Ehrhardt 
Thanks for linking that Andreas. For qemu it is: https://bugs.launchpad.net/cloud-archive/+bug/1246924 I think the FFE decision is the same for both samba/qemu and the reason to come by late the same as well (this MIR being stalled) - so I'd hope it makes it more easy to think->decide about it

[Bug 1950321] Re: [MIR][FFE] glusterfs

2022-04-08 Thread Christian Ehrhardt 
Hi Łukasz, thanks for having a look - sure let me try to summarize an answer to your question. # General Yes - Debian has this enabled in both for what feels like ages. It was the supportability in main which blocked us from following that, but we had plenty of requests and are happy to

[Bug 1968258] Re: Data corruption in qemu_rbd_co_block_status

2022-04-08 Thread Christian Ehrhardt 
** Changed in: qemu (Ubuntu) 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/1968258 Title: Data corruption in qemu_rbd_co_block_status To manage

[Bug 1968258] Re: Data corruption in qemu_rbd_co_block_status

2022-04-08 Thread Christian Ehrhardt 
Hi Markus, your bug reports are always great, well prepared, reliable and useful! Thank you so much already. Both changes LGTM, are easily applied and should cause no side effects AFAICS. I've added it to another case that i queued for review and upload already: PPA:

[Bug 1950321] Re: [MIR] glusterfs

2022-04-08 Thread Christian Ehrhardt 
Now all is in place, but due to all the delay this is now much later than intended. We will prepare the changes to samba and qemu which will pull this in, but given the time I'd feel more comfortable to have a quick release-team FFE-ack. PPA (just started building, lets hope it works as good as

[Bug 1274247] Re: [MIR] Glusterfs

2022-04-08 Thread Christian Ehrhardt 
FYI - completed in the new efforts referenced by Andreas \o/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274247 Title: [MIR] Glusterfs To manage notifications about this bug go to:

[Bug 1950321] Re: [MIR] glusterfs

2022-04-08 Thread Christian Ehrhardt 
** Changed in: glusterfs (Ubuntu) Assignee: Steve Beattie (sbeattie) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950321 Title: [MIR] glusterfs To manage notifications about

<    1   2   3   4   5   6   7   8   9   10   >