[Bug 1884232] Re: touchpad and touchscreen doesn't work at all on ACER Spin 5 (SP513-54N)
The pci=nocrs option is working again with kernel 5.18. It's still needed to get the touchpad working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1884232 Title: touchpad and touchscreen doesn't work at all on ACER Spin 5 (SP513-54N) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1884232/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1353024]
*** Bug 51639 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1353024 Title: Wine is creating .lnk files in addition to desktop shortcuts To manage notifications about this bug go to: https://bugs.launchpad.net/wine/+bug/1353024/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976594] [NEW] Detect RAM size automatically and other fixes
Public bug reported: [Impact] We need this new package because it allows to detect memory size at runtime: if the memory is not discovered automatically, the Nezha can't boot without an additional memory node in the device tree. The issue is that the Nezha boards comes now with 2 different amounts of memory, 1GB or 2GB. So the additional device tree node can't cover both boards. In addition: - we fixed the model string which changed in the last DTB from the kernel we'll use - the vendor updated to version 2022.04, which brings more stability - we added the Built-using field to the package so that we know which opensbi version we use It is essential to backport this fix to Jammy as we intend to provide first support for the Nezha board in 22.04.1. [Test Plan] This package must be tested with the nezha-boot0 package whose SRU can be found in [1] and the corresponding package in [2]. It also requires a custom kernel (for now, but the kernel is working on its packaging) which can be found in [3]. I tested those packages on the Nezha board with 1G of RAM and the LicheeRV board with 512M of RAM. [1] https://bugs.launchpad.net/ubuntu/+source/nezha-boot0/+bug/1965260 [2] https://launchpad.net/~alexghiti/+archive/ubuntu/riscv/+sourcepub/13653972/+listing-archive-extra [3] https://github.com/AlexGhiti/riscv-linux/tree/int/alex/nezha_Ubuntu-unstable-5.17.0-8.8 [Where problems could occur] This package was never used before (and should not have been) as we did not provide any image for Jammy 22.04, the plan is 22.04.1. [Other Info] We decided to update the version of the u-boot since the vendor patches were updated (some added) on this new release only. ** Affects: u-boot-nezha (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976594 Title: Detect RAM size automatically and other fixes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/u-boot-nezha/+bug/1976594/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1890263] Re: release upgrade does not move to the new php apache mod
** Description changed: [Impact] Users who install libapache2-mod-php7.2 (as opposed to the virtual libapache2-mod-php package) and upgrade from bionic to focal will not be upgraded to libapache2-mod-php7.4 as expected, and depending - on the way they upgrade may have modphp removed entirely. + on the way they upgrade may have modphp removed entirely, or left with modphp7.2 co-installed with php7.4 which may cause php code to display in the browser instead of executing the application (c.f. https://ubuntuforums.org/showthread.php?t=2393823). This upload provides dummy packages to enable libapache2-mod-php7.2 to be upgraded to libapache2-mod-php7.4 when upgrading from bionic to focal. (As an aside, although eoan is no longer supported, we could potentially have users upgrading from eoan to focal in order to get back to supportability. This upload also includes the necessary changes to upload them as well.) - [Test Case] ### ### Bionic Test Case for BUGGY Behavior ### ### $ lxc launch ubuntu-daily:bionic lp1890263-modphp-buggy-bionic $ lxc shell lp1890263-modphp-buggy-bionic # apt-get update; apt-get -y full-upgrade # reboot $ lxc shell lp1890263-modphp-buggy-bionic # apt install -y libapache2-mod-php7.2 - The following NEW packages will be installed: - apache2 ... libapache2-mod-php7.2 ... php7.2-common ... - ... + The following NEW packages will be installed: + apache2 ... libapache2-mod-php7.2 ... php7.2-common ... + ... # do-release-upgrade - - Answer defaults for everything - - Allow it to reboot when done, and log back in + - Answer defaults for everything + - Allow it to reboot when done, and log back in # lsb_release -sc focal # apt-cache policy libapache2-mod-php* | grep -B1 Installed: libapache2-mod-php: - Installed: (none) + Installed: (none) -- libapache2-mod-php5: - Installed: (none) + Installed: (none) -- libapache2-mod-php7.2: - Installed: (none) + Installed: (none) -- libapache2-mod-php7.3: - Installed: (none) + Installed: (none) -- libapache2-mod-php7.4: - Installed: (none) + Installed: (none) # result=$(apt-cache policy libapache2-mod-php7.4 | grep Installed: | cut -d: -f2 | xargs) # [ "${result}" = "(none)" ] && echo "BUG DETECTED" # logout $ lxc stop lp1890263-modphp-buggy-bionic $ lxc delete lp1890263-modphp-buggy-bionic ### ### Bionic Test Case for FIXED Behavior ### ### $ lxc launch ubuntu-daily:bionic lp1890263-modphp-fixed-bionic $ lxc shell lp1890263-modphp-fixed-bionic # apt-get update; apt-get -y full-upgrade # reboot $ lxc shell lp1890263-modphp-fixed-bionic # apt install -y libapache2-mod-php7.2 - The following NEW packages will be installed: - apache2 ... libapache2-mod-php7.2 ... php7.2-common ... - ... + The following NEW packages will be installed: + apache2 ... libapache2-mod-php7.2 ... php7.2-common ... + ... # apt-add-repository -yus ppa:bryce/php-fixed-upgrade # do-release-upgrade - - Answer defaults for everything - - Allow it to reboot when done, and log back in + - Answer defaults for everything + - Allow it to reboot when done, and log back in TODO: Verify fix # apt-cache policy libapache2-mod-php7.2 | grep -B1 Installed # apt-cache policy libapache2-mod-php7.4 | grep -B1 Installed # apt-cache policy libapache2-mod-php | grep -B1 Installed FIX [NOT] DETECTED $ lxc stop lp1890263-modphp-fixed-bionic $ lxc delete lp1890263-modphp-fixed-bionic - - # [ $(lsb_release -sc) = "bionic" ] && (echo -e "\nProtocols h2 h2c http/1.1" >> /etc/apache2/apache2.conf) - + # [ $(lsb_release -sc) = "bionic" ] && (echo -e "\nProtocols h2 h2c + http/1.1" >> /etc/apache2/apache2.conf) (eoan->focal upgrades can be tested similarly, if desired.) - [Where Problems Could Occur] Since the changes are confined to debian/control and debian/control.in, behavior changes will be limited to packaging and, in particular, package upgrade behavior. The current workaround for this problem - manually installing/uninstalling via apt/dpkg - would still be effective workarounds if a regression was to show itself. There are a number of different paths to upgrading a distro from one release to another, and while several of these were tested in development of this fix, there could well be untested paths that may see a change of behavior. However, the most likely issue we expect to see is not a regression but rather that there is another corner case we missed that didn't work before and remains unfixed even still. (Indeed, this bug is a corner case left unfixed from bigger fixes from the past...) [Other Info] A similar fix is already deployed to jammy which fixed this situa
[Bug 1890263] Re: release upgrade does not move to the new php apache mod
Thanks everyone for the discussion so far, I'm trying to add a few details and fill a few argumentative gaps. First let me re-share the simple scenario which I used to illustrate/prove the issues. Then in another comment below I'll outline a few affects of this overall case. Example: On bionic install it "wrong" not using the meta package $ apt install apache2 libapache2-mod-php7.2 $ do-release-upgrade Before: # dpkg -l | grep -e apache -e php ii apache22.4.29-1ubuntu4.23 amd64 Apache HTTP Server ii apache2-bin2.4.29-1ubuntu4.23 amd64 Apache HTTP Server (modules and other binary files) ii apache2-data 2.4.29-1ubuntu4.23 all Apache HTTP Server (common files) ii apache2-utils 2.4.29-1ubuntu4.23 amd64 Apache HTTP Server (utility programs for web servers) ii libapache2-mod-php7.2 7.2.24-0ubuntu0.18.04.11amd64 server-side, HTML-embedded scripting language (Apache 2 module) ii php-common 1:60ubuntu1 all Common files for PHP packages ii php7.2-cli 7.2.24-0ubuntu0.18.04.11amd64 command-line interpreter for the PHP scripting language ii php7.2-common 7.2.24-0ubuntu0.18.04.11amd64 documentation, examples and common module for PHP ii php7.2-json7.2.24-0ubuntu0.18.04.11amd64 JSON module for PHP ii php7.2-opcache 7.2.24-0ubuntu0.18.04.11amd64 Zend OpCache module for PHP ii php7.2-readline7.2.24-0ubuntu0.18.04.11amd64 readline module for PHP After: # dpkg -l | grep -e apache -e php ii apache22.4.41-4ubuntu3.11 amd64 Apache HTTP Server ii apache2-bin2.4.41-4ubuntu3.11 amd64 Apache HTTP Server (modules and other binary files) ii apache2-data 2.4.41-4ubuntu3.11 all Apache HTTP Server (common files) ii apache2-utils 2.4.41-4ubuntu3.11 amd64 Apache HTTP Server (utility programs for web servers) ii php-common 2:75 all Common files for PHP packages There are other variations of the bug, but they all end in a similar situation like this. And with that situation PHP execution is essentially "off" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890263 Title: release upgrade does not move to the new php apache mod To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1890263/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1880029] Re: Netplan optional-addresses produces Unknown key name 'OptionalAddresses'
** Tags added: rls-kk-incoming ** Changed in: netplan.io (Ubuntu) Status: New => Triaged ** Changed in: netplan.io (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880029 Title: Netplan optional-addresses produces Unknown key name 'OptionalAddresses' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1880029/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1890263] Re: release upgrade does not move to the new php apache mod
Relating this example above to a few details: #1 Reasonable concern "What if people upgraded, use the (wrong, old and non-serviced) mod-php happily and will now be broken by the SRU? => As shown above, once you are in this situation your mod-php is doing nothing. That IMHO invalidates the regression concern for that set of users. Only if you would manually ensure to keep all of the bionic php stack (libapache2-mod-php7.2 php7.2-cli php7.2-common php7.2-json php7.2-opcache php7.2-readline) installed from bionic would it still work. I tried bryce PPA on this special corner case of already a special situation. Yes it would upgrade (as intended) The following packages were automatically installed and are no longer required: libargon2-0 php7.2-cli php7.2-common php7.2-json php7.2-opcache php7.2-readline Use 'apt autoremove' to remove them. The following NEW packages will be installed: libapache2-mod-php libapache2-mod-php7.4 php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-readline The following packages will be upgraded: libapache2-mod-php7.2 1 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. PHP is still working, but now in 7.4 instead of the former 7.2. #2 "Is this just our case, after all one of the server team filed it?" let me be honest - I'm not a php user or web server admin. But other than this bug we know that "in the wild" this has happened more than a few times. Bryce has mentioned that while working on this he found a few external references of people hitting and working around it in some way. #3 Why do we consider this important "now" so late"? Well, we have to admit of not seeing/knowing it earlier -> that explains the lateness. I'm (personally, I don't know how bad that really is as I'm neither a PHP nor a security expert) concerned that people might expose secrets by accident. Imagine the former php code used on bionic was this: $ echo ' Test You only see this"; # secret to DB is foobar ?> ' > /var/www/html/index.php On the web page as served to people on Bionic they saw see: "You only see this". But after upgrading to Focal the bug is active and people will see: "You only see this; # secret to DB is foobar ?>" I know it would be bad practice to put such secrets there in the first place, but still for me this gives the importance of the issue a slight bump. I'm not sure if this is convincing enough, but I considered it worth to share/summarize. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890263 Title: release upgrade does not move to the new php apache mod To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1890263/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1974107] Re: FTBFS with openssl3
This bug was fixed in the package glewlwyd - 2.7.0-2ubuntu1 --- glewlwyd (2.7.0-2ubuntu1) kinetic; urgency=medium * d/rules: Pass "--openssl-legacy-provider" to nodejs when invoking webpack. (LP: #1974107) -- Sergio Durigan Junior Thu, 19 May 2022 22:12:04 -0400 ** Changed in: glewlwyd (Ubuntu Kinetic) 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/1974107 Title: FTBFS with openssl3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glewlwyd/+bug/1974107/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976475] Re: Installer crash when try to enable disk encryption
Not possible anymore, I had to deliver that pc in hurry so I switch back to Ubuntu 20.04 (that worked, so this is a regression bug). I have no pc, at least in short term to test again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976475 Title: Installer crash when try to enable disk encryption To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1976475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1973167] Re: linux-image-4.15.0-177-generic freezes on the welcome screen
Thank you for your analysis and test kernel. A lot of our machines (Supermicro X11 / Xeon W-2133 based) also suffer from the problem introduced by 4.15.0-177. I can confirm that the kernel 4.15.0-182-generic #191+lp1973167 provided by Kai-Heng Feng fixes the issue on my HW. Could you please proceed with the roll-out of this patch? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973167 Title: linux-image-4.15.0-177-generic freezes on the welcome screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1973167/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1962286] Re: sshuttle merged to 1.1.0-1ubuntu1 fails autopkgtests - needs merged for kinetic
** Changed in: sshuttle (Ubuntu) Assignee: (unassigned) => Frank Heimes (fheimes) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962286 Title: sshuttle merged to 1.1.0-1ubuntu1 fails autopkgtests - needs merged for kinetic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sshuttle/+bug/1962286/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1971151] Re: [Ubuntu 22.04.1] mpi3mr: Add management application interface(BSG) support
Please pick below additional commits also: 1fcbe4c49039 scsi: mpi3mr: Fix kernel-doc 4094981db7b6 scsi: mpi3mr: Rework mrioc->bsg_device model to fix warnings 9feb5c4c3f95 scsi: mpi3mr: Add target device related sysfs attributes e51e76edddb1 scsi: mpi3mr: Add shost related sysfs attributes bc7896d31a92 scsi: mpi3mr: Return error if dma_alloc_coherent() fails a25eafd13e5f scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init() 256bd4f23d9c scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERROR 2dd8389f96d6 scsi: mpi3mr: Hidden drives not removed during soft reset 1aa529d40025 scsi: mpi3mr: Increase I/O timeout value to 60s -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971151 Title: [Ubuntu 22.04.1] mpi3mr: Add management application interface(BSG) support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1971151/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1966066] Re: audio from external sound card is distorted
I am not sure when it was fixed, but by "5.13.0-44-generic" it has been fixed for me! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1966066 Title: audio from external sound card is distorted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966066/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1972802] Re: enable config for fixing 5.17 kernel won't load mok
bug verified passed with linux-oem-22.04 5.17.0.1009.9 in jammy-proposed ** Changed in: oem-priority Status: Triaged => Fix Committed ** Changed in: oem-priority Assignee: (unassigned) => Yuan-Chen Cheng (ycheng-twn) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1972802 Title: enable config for fixing 5.17 kernel won't load mok To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1972802/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1969432] Re: 5.17 kernel won't load mok, so it refused to load dkms signed by mok
bug verified passed with linux-oem-22.04 5.17.0.1009.9 in jammy-proposed ** Changed in: oem-priority Status: Confirmed => 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/1969432 Title: 5.17 kernel won't load mok, so it refused to load dkms signed by mok To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1969432/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1966066] Re: audio from external sound card is distorted
For me too, I don't know why comment #52 by the kernel bot has appeared now. I'm going to set the "verification done" tag. ** Tags removed: verification-needed-focal ** Tags added: verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1966066 Title: audio from external sound card is distorted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966066/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1962286] Re: sshuttle merged to 1.1.0-1ubuntu1 fails autopkgtests - needs merged for kinetic
Since it is unlikely that Trusty will get a fix for a universe package while in ESM I'd think we should ignore that. A similar fate would apply to Xenial - and the other issue can independently be solved by bug 1962332 that was split out of this. But overall I think the issues with these old releases should not hold back the new version of sshuttle (which has caused neither of these issues) much longer. Therefore I'd propose to: - stop testing esm releases in the cross tests (or if you want make them ok to fail) - lxd test dependency won't work in >=jammy (no deb package anymore) but it is default installed. Drop the dependency in d/t/control @Frank: Once that (and whatever other changes you have in mind) are in a kinetic build in your PPA this can be re-tested in that PPA. Let me (or Dan) know so that we can help you with testing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962286 Title: sshuttle merged to 1.1.0-1ubuntu1 fails autopkgtests - needs merged for kinetic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sshuttle/+bug/1962286/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976396] Re: laptop keyboard not working for about 30 seconds after resume from suspend
Out of curiosity: The manual work (adding the line to GRUB): is that how it should be, or a bug (something Ubuntu should take care of)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976396 Title: laptop keyboard not working for about 30 seconds after resume from suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976396/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1974196] Re: Installing libudev1 on a new Jammy installation uninstalls many packages.
Hi Tully, in your minimal example libudev1 is already installed in the system (util-linux : PreDepends: libudev1 and util-linux is essential). On the other end, libnss-systemd, libpam-systemd, systemd-timesyncd and udev are not essential (you can get the list with apt list '~E', note that this does neither include systemd nor the kernel nor ubuntu-desktop because the system could be a container). With this, the apt install libudev1 action is the documented behavior (though maybe not intuitive): This is also the target to use if you want to upgrade one or more already-installed packages without upgrading every package you have on your system. Unlike the "upgrade" target, which installs the newest version of all currently installed packages, "install" will install the newest version of only the package(s) specified. https://manpages.ubuntu.com/manpages/jammy/en/man8/apt-get.8.html I.e. apt will try to fulfill the request to install the newest libudev1 without upgrading other packages and as this conflicts with other, non essential, packages it will remove those. You can avoid this with apt install --trivial-only libudev1 or apt install --no-remove libudev1. I was not able to reproduce the problem in ros2#1272 because of the added Conflicts: in ros-humble-ros-workspace (https://github.com/ros2-gbp/ros_workspace-release/pull/4). Note that the Conflicts: libsystemd0 (<= 249.11-0ubuntu3), libudev1 (<= 249.11-0ubuntu3) are not really correct. The manual does not require jammy-updates so installing on a system without it is broken now. You probably want to add jammy-updates to the manual if the ROS build farm includes them. Also they are rather temporary because any future updates of src:systemd in jammy-updates could result in the same problem. I would recommend to move the apt update && apt upgrade to the begin of your manual and after adding additional apt sources. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1974196 Title: Installing libudev1 on a new Jammy installation uninstalls many packages. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1974196/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1975875] Re: libgail-3-0 install blocked by "=" dependency
So it's a preinstalled config from Dell? Could you give reference of the hardware? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975875 Title: libgail-3-0 install blocked by "=" dependency To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1975875/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1975673] Re: libgpg-error/1.45-2 fails autopkgtest on i386
After the autopkgtest branch was merged, we're now testing a Multi-Arch fix: https://launchpad.net/~alexghiti/+archive/ubuntu/riscv/+sourcepub/13655308/+listing-archive-extra -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975673 Title: libgpg-error/1.45-2 fails autopkgtest on i386 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libgpg-error/+bug/1975673/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976464] Re: ruby-tty-screen: Autopkgtests fail on s390x
*** This bug is a duplicate of bug 1968831 *** https://bugs.launchpad.net/bugs/1968831 ** This bug has been marked a duplicate of bug 1968831 ruby-tty-screen: endianness bug detected by autopkgtest -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976464 Title: ruby-tty-screen: Autopkgtests fail on s390x To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ruby-tty-screen/+bug/1976464/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1968831] Re: ruby-tty-screen: endianness bug detected by autopkgtest
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ruby-tty-screen (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968831 Title: ruby-tty-screen: endianness bug detected by autopkgtest To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ruby-tty-screen/+bug/1968831/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1970923] Re: [SRU][F/J] Update firmware of MT7922
@AaronMa jup :-) fixed i used new kernel 5.18.1 #1 SMP PREEMPT_DYNAMIC Wed Jun 1 23:32:47 CEST 2022 x86_64 x86_64 x86_64 GNU/Linux - no function bluetooth chip MT7922, wifi OK and compiled with your patch MT7922 WiFi + bluetooth chip work fine :-) btusb.c { USB_DEVICE(0x13d3, 0x3568), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES }, thx much ! ASUS Zenbook UM3402 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970923 Title: [SRU][F/J] Update firmware of MT7922 To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1970923/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1888184] Re: nagios-nrpe-server-4 is creating incorrect log spam
Hi, coming around cleaning older cases ... Thanks everyone for the discussion! On one hand I'm glad we managed to collect a bunch of log suppression and configuration workarounds. On the other hand it is sad that this seems to be mostly just "as it is" with no great way out (e.g. a fix in a later version one could try to backport). After Bill outlined - out of the upstream Forum - that it is a known issue with likely no fix I'd say until there is any further insight how to address this in a package update there isn't much one can act on. The bug will stay around and be helpful for anyone searching for the error message, but I'll set the task to incomplete until there is any change to the overall situation that allows to act and improve it. ** Changed in: nagios-nrpe (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1888184 Title: nagios-nrpe-server-4 is creating incorrect log spam To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1888184/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976607] [NEW] tests-in-lxd autopkgtest is skipped, due to missing 'lxd' deb
Public bug reported: [Impact] * The deb to snap transitional 'lxd' package was removed post feature-freeze in Jammy * this leads to systemd's 'tests-in-lxd' autopkgtest being skipped: * "tests-in-lxd SKIP installation fails and skip-not-installable set" * It reduces systemd's test coverage, which is bad. [Test Plan] * run systemd's autopkgtest * observe the logs * "tests-in-lxd SKIP installation fails and skip-not-installable set" should not be there * "tests-in-lxd PASS" should be there [Where problems could occur] * The change only affects systemd's 'test-in-lxd' autopkgtest * it does not have any impact outside the test suite [Other Info] * https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1964786 ** Affects: systemd (Ubuntu) Importance: Medium Status: Triaged ** Affects: systemd (Ubuntu Jammy) Importance: Medium Status: Triaged ** Affects: systemd (Ubuntu Kinetic) Importance: Medium Status: Triaged ** Tags: rls-jj-incoming rls-kk-incoming ** Also affects: systemd (Ubuntu Kinetic) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu Kinetic) Status: New => Triaged ** Changed in: systemd (Ubuntu Jammy) Status: New => Triaged ** Changed in: systemd (Ubuntu Jammy) Importance: Undecided => Medium ** Changed in: systemd (Ubuntu Kinetic) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976607 Title: tests-in-lxd autopkgtest is skipped, due to missing 'lxd' deb To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1976607/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976607] Re: tests-in-lxd autopkgtest is skipped, due to missing 'lxd' deb
This patch should probably do the trick (to be verified). ** Patch added: "0001-Run-tests-in-lxd-autopkgtest-via-LXD-snap-the-deb-is.patch" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1976607/+attachment/5594484/+files/0001-Run-tests-in-lxd-autopkgtest-via-LXD-snap-the-deb-is.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976607 Title: tests-in-lxd autopkgtest is skipped, due to missing 'lxd' deb To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1976607/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1970923] Re: [SRU][F/J] Update firmware of MT7922
@h4wkmoon, Thanks for your test. send the patch to upstream: https://lore.kernel.org/linux-bluetooth/20220602092822.953521-1-aaron...@canonical.com/T/#u -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970923 Title: [SRU][F/J] Update firmware of MT7922 To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1970923/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976396] Re: laptop keyboard not working for about 30 seconds after resume from suspend
Does it require both "i8042.direct i8042.dumbkbd" to work? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976396 Title: laptop keyboard not working for about 30 seconds after resume from suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976396/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1958019] Re: [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No sound at all
ALC294 + CSC3551 Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 I2C devices. cs35l41-hda: probe of i2c-CSC3551:00-cs35l41-hda.1 failed with error -22 cs35l41-hda: probe of i2c-CSC3551:00-cs35l41-hda.1 failed with error -22 snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker speakers - no sound - new dsp cirrus logic ? CSC3551 headphones sound - play nice hdmi sound - play nice bluetooth sound - play nice -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958019 Title: [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No sound at all To manage notifications about this bug go to: https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1842695] Re: ClamAV AppArmor profiles do not allow OnAccess scanning
Trying to revive some old bugs that seem forgotten for too long. I think the discussion came to a point where: 1. The apparmor rule that would need to be added is clear 2. Adding it by default is considered not safe 3. The fix therefore can only be to ensure users that want to use it this way are aware - Paride mentioned adding things to docs The packages readme already mentions that in general (but not the specific case) "If your system uses apparmor, please note that the shipped enforcing profile works with the default installation, and changes in your configuration may require changes to the installed apparmor profile. ..." - I have not found any mention of ScanOnAccess in the man page or the HTML docs 4. It is definitely desirable to add this apparmor rule in a way not revoked by package upgrades That can be done with the common pattern of local overrides. See /etc/apparmor.d/local/README For this case to allow it would be like: echo "capability sys_admin," >> /etc/apparmor.d/local/usr.sbin.clamd As others outlined before "just allowing it by default" seems no option. And maybe because no one felt as if "we could do much" the activity dropped. But we should consider adding a hint how to easily do so (see #4 above) to documentation (IMHO in descending usefulness): - Add comment about ScanOnAccess and apparmor in /etc/clamav/clamd.conf - man page add section about apparmor (as people look there first) - Readme.debian (as example along the already existing entry about apparmor) Debian uses apparmor as well now, it might be worth to do the changes there directly so that everyone benefits. That task is small (bitesize) but also low prio - so that is how I'd retriage the bug for now. ** Tags added: bitesize ** Changed in: clamav (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842695 Title: ClamAV AppArmor profiles do not allow OnAccess scanning To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1842695/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976610] [NEW] ruby-gitlab-fog-azure-rm: FTBFS with ruby3.0: ERROR: Test "ruby3.0" failed: ArgumentError: tried to create Proc object without a block
Public bug reported: Imported from Debian bug http://bugs.debian.org/996235: [, ] ** Affects: ruby-gitlab-fog-azure-rm (Ubuntu) Importance: Undecided Status: New ** Affects: ruby-gitlab-fog-azure-rm (Debian) Importance: Undecided Status: New ** Tags: update-excuse ** Bug watch added: Debian Bug tracker #996235 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996235 ** Changed in: ruby-gitlab-fog-azure-rm (Debian) Remote watch: None => Debian Bug tracker #996235 ** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976610 Title: ruby-gitlab-fog-azure-rm: FTBFS with ruby3.0: ERROR: Test "ruby3.0" failed: ArgumentError: tried to create Proc object without a block To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ruby-gitlab-fog-azure-rm/+bug/1976610/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976599] Re: gnome-control-center crashed with SIGSEGV in pp_printer_entry_update_jobs_count()
** Information type changed from Private to Public ** Changed in: gnome-control-center (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976599 Title: gnome-control-center crashed with SIGSEGV in pp_printer_entry_update_jobs_count() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1976599/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1817441] Re: lirc ITE8713 not working
[sorry for late walking through bugs] Have you tried the installation instructions as described in the upstream docs[1] ? [1] https://www.lirc.org/html/configuration-guide.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817441 Title: lirc ITE8713 not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1817441/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1778569] Re: ir-keytable -c -w /etc/rc_keymaps/file
Late comment: vlc does not depend on lirc any more, so this should not happen to new installations. Work around for existing installations is to either remove the lirc package or simply disable lircd.socket, lircd.service and lircd-uinput using systemctl. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1778569 Title: ir-keytable -c -w /etc/rc_keymaps/file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1778569/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976611] [NEW] There is a problem in Ubuntu 22.04 LTS
Public bug reported: I have a VMware VM running Ubuntu Linux 22.04 LTS and I have a few problems with it… 1) Drag And Drop Feature is not working (But Shared Clipboards are working) 2) Shared Folders are not working I Had a VMware VM Running Ubuntu Linux 21.10 and Drag and Drop and Shared Folders were working fine on Ubuntu 21.10, but does not work in Ubuntu 22.04 LTS. Even if I reinstall VMware tools there is still this problem. Here's what I am talking about: [https://mega.nz/file/8plw2Qpa#d0_fxl38n_j5ldlJRdJfsbBgrxUYjD7eVybKCLlX-bs][1] [1]: https://mega.nz/file/8plw2Qpa#d0_fxl38n_j5ldlJRdJfsbBgrxUYjD7eVybKCLlX-bs Ubuntu Team,Please fix this issue ** Affects: ubuntu Importance: Undecided Status: New ** Attachment added: "Screencast from 05-31-2022 01:31:59 AM.webm" https://bugs.launchpad.net/bugs/1976611/+attachment/5594492/+files/Screencast%20from%2005-31-2022%2001%3A31%3A59%20AM.webm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976611 Title: There is a problem in Ubuntu 22.04 LTS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1976611/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1877504] Re: libmysqlclient21 use of /usr/share/mysql collides with mariadb-server-core-10.3's use of the same directory
Hi, coming by while looking at bugs dormant for a while. @Robie / Lena - when reading the reference I think it outlines that conflict well. As far as i understand it: We would - for example - in Ubuntu have a problem with an old libmysqlclient that is installed along a new mysql-8 that brings newer incompatible charsets to /usr/share/mysql. The suggestion is to use (since being incompatible) versioned paths like /usr/share/mysql-8.0 which is a path in which older client lib (or anything else not bein 8.0) would never look. I assume that is in our d/rules -DINSTALL_MYSQLSHAREDIR=share/mysql which could as well be version specific avoiding the clash. Maybe also worth a look while at it -DINSTALL_SUPPORTFILESDIR=share/mysql The mentioned upstream defaults are in cmake/install_layout.cmake and all are like ...mysql-${MYSQL_BASE_VERSION}... Keeping the bug open and - unless I misunderstood - setting it to triaged. One might have a new and deeper look now that the comment brings the case back up for attention. ** Changed in: mysql-8.0 (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1877504 Title: libmysqlclient21 use of /usr/share/mysql collides with mariadb-server- core-10.3's use of the same directory To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1877504/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976610] Re: ruby-gitlab-fog-azure-rm: FTBFS with ruby3.0: ERROR: Test "ruby3.0" failed: ArgumentError: tried to create Proc object without a block
** Changed in: ruby-gitlab-fog-azure-rm (Debian) Status: New => Confirmed ** Changed in: ruby-gitlab-fog-azure-rm (Debian) Importance: Undecided => Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976610 Title: ruby-gitlab-fog-azure-rm: FTBFS with ruby3.0: ERROR: Test "ruby3.0" failed: ArgumentError: tried to create Proc object without a block To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ruby-gitlab-fog-azure-rm/+bug/1976610/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1968040] Re: Blanked screen doesn't wake up after locking [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid argument]
Adding MUTTER_DEBUG_ENABLE_ATOMIC_KMS=0 doesn't help. Is there any way to disable the screen blanking? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968040 Title: Blanked screen doesn't wake up after locking [drmModeAtomicCommit: Argument invalide] [drmModeAtomicCommit: Invalid argument] To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/1968040/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976611] Re: There is a problem in Ubuntu 22.04 LTS
Thank you for taking the time to report this bug and helping to make Ubuntu better. Bug reporting is mostly about finding & fixing problems thus preventing future users from hitting the same bug. I suspect a Support site would be more appropriate, eg. https://answers.launchpad.net/ubuntu. You can also find help with your problem in the support forum of your local Ubuntu community http://loco.ubuntu.com/ or asking at https://askubuntu.com or https://ubuntuforums.org, or for more support options please look at https://discourse.ubuntu.com/t/community-support/709 When reporting bugs in the future please use apport by using 'ubuntu- bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs. You have not filed this report against any particular package; so until the package is determined the required `apport-collect` cannot be run. I am not sure what your video is actually trying to show. I've thus marked this bug as 'incomplete', and suggest you seek support. You can convert this bug report into a Question which is aimed at support. ** Changed in: 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/1976611 Title: There is a problem in Ubuntu 22.04 LTS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1976611/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1912256] Re: Missing channel binding prevents authentication to ActiveDirectory
Hi, I'm revisiting bugs that have been dormant for too long trying to retriage them. In this case the current situation to me looks like: - openldap change 3cd50fa having landed in v2.5.8 and later - cyrus-sasl change 975edbb6 still isn't in any release AFAICS - that is odd as https://github.com/cyrusimap/cyrus-sasl/pull/601 which it is part of landed - it is in the master branch as expected - but cyrus-sasl-2.1.28 which was tagged much later does not contain it There must be something to understand between cyrus-sasl and cyrus-impad releases that I not know yet :-) $ git range-diff cyrus-sasl-2.1.27..cyrus-sasl-2.1.28 cyrus-sasl-2.1.27..upstream/master ... -: > 51: 975edbb6 Add Channel Binding support for GSSAPI/GSS-SPNEGO I have no experience/insight in their release process. But @Sergio - maybe it is time to revisit that why it has been left out and trying to at least add it to Kinetic if it makes sense. ** Changed in: openldap (Ubuntu) Assignee: (unassigned) => Sergio Durigan Junior (sergiodj) ** 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/1912256 Title: Missing channel binding prevents authentication to ActiveDirectory To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1912256/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1768291] Re: lirc is flooding the syslog with two lines each second
lirc does not spam the log if correctly configured. The repeated messages is a actually a feature since it's an easy way to detect status when configuring and hot-plugging a device. The basic issue here is if lirc is pulled in as a dependency. It should not, it's designed to be used by users which actually have the need. The only rdepends I find in Sid is a Recommends in the vdr package. I'll file an issue about that. Once this is fixed, no-one will have lirc installed "by accident" so to speak. For users which does not use lirc there are two options. One is to remove the package completely, this should be possible on all installations since there are no hard rdepends, just a Recommends in the vdr package. The other is to disable lircd.socket and lircd.uinput using systemctl. This is nothing special, it's standard system service configuration. Besides the R: lirc in the vdr package I thus still don't see any actual bug here. What *could* be considered is to add some info to the logged message about disabling services to get rid of it. Allowing a unused service to continue to run as root without spamming the log is wrong for security and performance reasons. Hence, just writing the log message once is IMHO not a viable alternative. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768291 Title: lirc is flooding the syslog with two lines each second To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1768291/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1968076] Re: [BPO] ipmctl with support for CPS hardware
@ddstreet: no, I failed to get a sponsor, despite subscribing the bug to ~ubuntu-sponsors. I may be doing something wrong as I haven't ever done such a sponsored upload to Ubuntu directly. The code works on Focal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968076 Title: [BPO] ipmctl with support for CPS hardware To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ipmctl/+bug/1968076/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976613] [NEW] Enable Asus USB-BT500 Bluetooth dongle(0b05:190e)
Public bug reported: [Impact] [Fix] [Test] [Where problems could occur] ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Status: Invalid ** Affects: linux-firmware (Ubuntu) Importance: Undecided Status: Invalid ** Affects: linux (Ubuntu Focal) Importance: Undecided Assignee: AceLan Kao (acelankao) Status: In Progress ** Affects: linux-firmware (Ubuntu Focal) Importance: Undecided Assignee: AceLan Kao (acelankao) Status: In Progress ** Tags: katy oem-priority originate-from-1975511 ** Also affects: linux-firmware (Ubuntu) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: linux-firmware (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New => Invalid ** Changed in: linux-firmware (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu Focal) Status: New => In Progress ** Changed in: linux-firmware (Ubuntu Focal) Status: New => In Progress ** Changed in: linux (Ubuntu Focal) Assignee: (unassigned) => AceLan Kao (acelankao) ** Changed in: linux-firmware (Ubuntu Focal) Assignee: (unassigned) => AceLan Kao (acelankao) ** Tags added: katy oem-priority originate-from-1975511 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976613 Title: Enable Asus USB-BT500 Bluetooth dongle(0b05:190e) To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1976613/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976233] Re: "File has unexpected size" error on Focal ddebs repository
As of June 2nd, the repos seem to have been refreshed, and this issue doesn't happen any more. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976233 Title: "File has unexpected size" error on Focal ddebs repository To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1976233/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976613] Re: Enable Asus USB-BT500 Bluetooth dongle(0b05:190e)
2 commits are required 33404381c5e8 Bluetooth: btusb: Add 0x0b05:0x190e Realtek 8761BU (ASUS BT500) device. 04896832c94a Bluetooth: btrtl: Add support for RTL8761B And this commit for linux-firmware 7118987b rtl_bt: Add rtl8761b firmware -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976613 Title: Enable Asus USB-BT500 Bluetooth dongle(0b05:190e) To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1976613/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1846947] Re: No profiling support
Hi, I come by retriaging old bugs that have been dormant for too long giving them a second change. Right now is IMHO the right time (well again, the original report was as well) to give this a shot. We are just after an LTS could try it out and revert later if needed. I see fixes applied for profiling by upstream every now and then, so it isn't dead. If the performance overhead while disabled is indeed negligible then why not enabling it. But as outlined before we'd want to do so together with Debian, so next steps (for us): 1. To be safe - kick off a discussion with upstream why it never has been default enabled 2. Prep a change that enables this at build time (and tests it) 3. Submit that (plus a bug if needed) for discussion with Debian Bonus: In openvswitch when we were unsure about the supportability of DPDK enabled for non DPDK environments we ended up building openvswitch twice - not sure if that is feasible with the many libs and packages of samba - but it is one more option to consider (make an extra opt-in profile enabled binary). Adding server-todo (not do do it, but to give it a bit more time to evaluate what would happen and dirve the #1 discussion of above) ** 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/1846947 Title: No profiling support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netdata/+bug/1846947/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1949776] Re: [MIR] wireplumber
Thanks Didier, I've added a testplan for pipewire now, https://wiki.ubuntu.com/DesktopTeam/TestPlans/Pipewire. It does cover the basis but we will improve it going forward according to the feedback we will receive and the issues reported. The armhf build failure was a builder issue, retry worked, https://launchpad.net/ubuntu/+source/wireplumber/0.4.10-1ubuntu3/+build/23766120 ** Description changed: [Availability] The package wireplumber is already in Ubuntu universe. The package wireplumber build for the architectures it is designed to work on. It currently builds and works for architetcures: amd64 arm64 armhf ppc64el riscv64 Link to package https://launchpad.net/ubuntu/+source/wireplumber It's currently failing to build on s390x, which isn't Ubuntu specific and has been reported upstream https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/49 [Rationale] - The package wireplumber is required in Ubuntu main for Pipewire deprecated pipewire-media-session which was provided by the same source and requires now either wireplumber or the legacy pipewire- media-session which was split in a new source. The upstream recommendation is to use wireplumber. Having a session manager is required for screen sharing even if we don't use pipewire as a sound service. We need to ensure that pipewire isn't started instead of pulseaudio which will require to lower pipewire-pulse to a Suggests or change the configuration [Security] - No CVEs/security issues in this software in the past - no `suid` or `sgid` binaries - no executables in `/sbin` and `/usr/sbin` - Package installs a service, but they are safe because it has reduced permission and its own user - Packages does not open privileged ports (ports < 1024) - Packages does not contain extensions to security-sensitive software [Quality assurance - function/usage] - The package works well right after install [Quality assurance - maintenance] - The package is maintained well in Debian/Ubuntu and has few non important reports - Ubuntu https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug - Debian https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=wireplumber - The package does not deal with exotic hardware we cannot support [Quality assurance - testing] - The package runs a test suite on build time, if it fails it makes the build fail, link to build log https://launchpadlibrarian.net/564480200/buildlog_ubuntu-jammy-amd64.wireplumber_0.4.4-1_BUILDING.txt.gz - - The package does not run an autopkgtest since it's role is mostly to route audio and video streams according to the hardware configuration available which isn't easy a fit for the testing infrastructure. There isn't a proper testplan at this point but adding one to pipewire would probably make sense, wireplumber by itself would have no function. + - The package does not run an autopkgtest since it's role is mostly to route audio and video streams according to the hardware configuration available which isn't easy a fit for the testing infrastructure. + + We added a testplan for our audio stack on + https://wiki.ubuntu.com/DesktopTeam/TestPlans/Pipewire which also covers + the dependencies (wireplumber, libfreeaptx, libldac) [Quality assurance - packaging] - debian/watch is present and works - lintian has only minor issues # lintian --pedantic W: wireplumber source: dependency-is-not-multi-archified libwireplumber-0.4-dev depends on gir1.2-wp-0.4 (multi-arch: no) W: wireplumber: no-manual-page usr/bin/wireplumber W: wireplumber: no-manual-page usr/bin/wpctl W: wireplumber: no-manual-page usr/bin/wpexec P: wireplumber source: package-does-not-install-examples tests/examples/ - This package does not rely on obsolete or about to be demoted packages. - This package has no python2 or GTK2 dependencies - The package will be installed by default, but does not ask debconf questions higher than medium - Packaging and build is easy, https://salsa.debian.org/utopia- team/wireplumber/-/blob/debian/latest/debian/rules [UI standards] It's a service and doesn't have an UI [Dependencies] - No further depends or recommends dependencies that are not yet in main [Standards compliance] - This package correctly follows FHS and Debian Policy [Maintenance/Owner] - desktop-packages is not yet, but will subscribe to the package before promotion - This does not use static builds - This does not use vendored code [Background information] The Package description explains the package well Upstream Name is wireplumber Link to upstream project https://gitlab.freedesktop.org/pipewire/wireplumber ** Changed in: wireplumber (Ubuntu) Status: Incomplete => New ** Changed in: wireplumber (Ubuntu) Assignee: Sebastien Bacher (seb128) => Didier Roche (didrocks) -- You received this bug notification because you are a m
[Bug 1971656] Re: rtw89_pci failure on Lenovo P14s with Ubuntu 22.04
Using mainline kernel 5.18.0 and the following module options, it seems more stable. At least it has not crashed anymore like that. $ uname -a Linux LNT480s 5.18.0-051800-generic #202205222030 SMP PREEMPT_DYNAMIC Sun May 22 20:33:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/modprobe.d/50-rtw89.conf options rtw89_pci disable_clkreq=1 disable_aspm_l1=1 disable_aspm_l1ss=1 Without these options it crashed about once per day and indeed after suspends. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971656 Title: rtw89_pci failure on Lenovo P14s with Ubuntu 22.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1971656/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1973784] Re: [MIR] libldac
** Description changed: [Availability] The package libldac is already in Ubuntu universe. The package libldac build for the architectures it is designed to work on, it fails on s390x but we don't support ubuntu-desktop there. Upstream doesn't support big endian, which is known and reported also for other distributions (https://bugzilla.redhat.com/show_bug.cgi?id=1677491, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980372) It currently builds and works for architetcures: i386 amd64 arm64 armhf ppc64el riscv64 Link to package https://launchpad.net/ubuntu/+source/libldac [Rationale] - The package libldac is required in Ubuntu main as a dependency of libspa-0.2-bluetooth which is providing bluetooth support to pipewire which we plan to use as our new default sound server. - The package libldac is required in Ubuntu main no later than aug 25 due to featurefreeze [Security] - No CVEs/security issues in this software in the past - no `suid` or `sgid` binaries - no executables in `/sbin` and `/usr/sbin` - Package does not install services, timers or recurring jobs - Packages does not open privileged ports (ports < 1024) - Packages does not contain extensions to security-sensitive software [Quality assurance - function/usage] - The package works well right after install [Quality assurance - maintenance] - The package is maintained well in Debian/Ubuntu, the only bug report is the big-endian-build issue explained earlier in the description - Ubuntu https://bugs.launchpad.net/ubuntu/+source/libldac/+bug - Debian https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libldac - The package does not deal with exotic hardware we cannot support [Quality assurance - testing] - - The package does not run a test at build time because upstream doesn't have one. That's something we need to work on. - BLOCKER? ^ + - The package does not run a test at build time because upstream doesn't + have one. That's something we need to work on. - The package runs an autopkgtest, and is currently passing on amd64 arm64 armhf i386 ppc64el , link to test logs https://autopkgtest.ubuntu.com/packages/libl/libldac - The package does have not failing autopkgtests right now + + Since audio isn't really testable at build or in autopkgtests we added a + testplan for our audio stack on + https://wiki.ubuntu.com/DesktopTeam/TestPlans/Pipewire which also covers + the dependencies include libldac [Quality assurance - packaging] - debian/watch is present and works # lintian --pedantic W: libldac source: globbing-patterns-out-of-order debian/copyright debian/pkgconfig/* debian/* debian/pkgconfig/ldacBT-abr.pc W: libldac source: globbing-patterns-out-of-order debian/copyright debian/pkgconfig/* debian/* debian/pkgconfig/ldacBT-enc.pc W: libldac source: superfluous-file-pattern debian/copyright debian/pkgconfig/* (Files, line 12) P: libldac source: update-debian-copyright 2019 vs 2020 [debian/copyright:14] those are minor but we will propose a patch to debian - This package does not rely on obsolete or about to be demoted packages. - This package has no python2 or GTK2 dependencies - The package will be installed by default, but does not ask debconf questions - Packaging and build is easy, link to d/rules https://salsa.debian.org/multimedia- team/libldac/-/blob/debian/unstable/debian/rules [UI standards] - Application is not end-user facing (does not need translation) [Dependencies] - No further depends or recommends dependencies that are not yet in main [Standards compliance] - This package correctly follows FHS and Debian Policy [Maintenance/Owner] - Owning Team will be desktop-packages - Team is not yet, but will subscribe to the package before promotion - This does not use static builds - This does not use vendored code - The package successfully built during the most recent test rebuild [Background information] The Package description explains the package well Upstream Name is libldac Link to upstream project https://android.googlesource.com/platform/external/libldac -- 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 go to: https://bugs.launchpad.net/ubuntu/+source/libldac/+bug/1973784/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1973167] Re: linux-image-4.15.0-177-generic freezes on the welcome screen
We are waiting for the new kernel too as we are currently blocked with new installations based on 18.04 LTS. Can you please give a date when it will be ready? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973167 Title: linux-image-4.15.0-177-generic freezes on the welcome screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1973167/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1973784] Re: [MIR] libldac
Thanks Lukas for the review, I think it should be ready to be considered again now > Required TODOs: > #1 please run `update-maintainer` on the package, to update debian/control We will do in the next upload (if that's not a sync since we forwarded the autopkgtest to Debian), I don't think that's worth wasting buildds time by itself now. Ok with you? > #2 It is on the lto-disabled list (for s390x only). s390x is not supported by > upstream and FTBFS, so this entry should just be removed from the list. https://launchpad.net/ubuntu/+source/lto-disabled-list/26 > #3 does NOT have a test suite that runs at build time, and it only has one > simple autopkgtest (marked "superficial"). This does not fully check the > Q/A-testing requirements, IMO. Usually a proper autopkgtest would do, but > here the autopkgtest is minimal and we don't have build-time tests... > Are there any plans for end-to-end testing of the bluetooth codec/hardware? > Could a end2end test plan/code/log be provided or stated in the comments? We created a testplan for pipewire which includes a section specific to libldac/libfreeaptx, https://wiki.ubuntu.com/DesktopTeam/TestPlans/Pipewire > Recommended TODOs: > #4 The package should get a team bug subscriber before being promoted desktop-packages has been subscribed now > #5 build-time warnings should be resolved, working with upstream (see below) I didn't find a bugtracker for upstream (it's part of android) but for now I've reported it to Debian and we will see if we can provide a patch ** Changed in: libldac (Ubuntu) Status: Incomplete => New ** 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 go to: https://bugs.launchpad.net/ubuntu/+source/libldac/+bug/1973784/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1971004] Re: CVE-2022-23614
** Changed in: php-twig (Ubuntu) Status: New => In Progress ** Changed in: twig (Ubuntu) Status: New => In Progress ** Changed in: php-twig (Ubuntu) Assignee: (unassigned) => Luís Cunha dos Reis Infante da Câmara (luis220413) ** Changed in: twig (Ubuntu) Assignee: (unassigned) => Luís Cunha dos Reis Infante da Câmara (luis220413) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971004 Title: CVE-2022-23614 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-twig/+bug/1971004/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1968287] Re: loopback addresses disappear after running "netplan apply" multiple times
IMO it is the expected behavior. When "lo" is defined in the netplan config, netplan is supposed to apply this configuration (i.e. drop the IPs that are not part of the netplan config and apply the new ones). If this didn't work in 0.103, it must have been a bug in 0.103. Also, I wonder why the IPs are only dropped after running `netplan apply` twice... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968287 Title: loopback addresses disappear after running "netplan apply" multiple times To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1968287/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1973358] Re: blinking app-indication area with Ubuntu 22.04
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: indicator-multiload (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973358 Title: blinking app-indication area with Ubuntu 22.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-multiload/+bug/1973358/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976607] Re: tests-in-lxd autopkgtest is skipped, due to missing 'lxd' deb
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976607 Title: tests-in-lxd autopkgtest is skipped, due to missing 'lxd' deb To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1976607/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976339] Re: Openssl update to 1.0.2g-1ubuntu4.20+esm3 Breaks Php Openssl_get_cipher_methods Function
Hi Paulo, the fix is working. You can close the issue. Thank you again! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976339 Title: Openssl update to 1.0.2g-1ubuntu4.20+esm3 Breaks Php Openssl_get_cipher_methods Function To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1976339/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1974063] Re: system load indicator does not show memory usage, ignoring preferences
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: indicator-multiload (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1974063 Title: system load indicator does not show memory usage, ignoring preferences To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-multiload/+bug/1974063/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1972153] Re: [MIR] libsoup3
** Description changed: [Availability] Already in Ubuntu universe. Builds and works for all supported architectures including i386 https://launchpad.net/ubuntu/+source/libsoup3 [Rationale] GNOME is switching to libsoup3. This has been delayed a few releases but I suspect it will be more mandatory for GNOME 43 or GNOME 44. - gnome-bluetooth3 is a new runtime dependency of package gnome-shell that we already support libsoup3 is requested in Ubuntu main no longer than August 4 to allow time for reverse dependencies to be switched before 22.10 Feature Freeze August 25. [Security] - https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=libsoup - https://ubuntu.com/security/cve?package=libsoup2.4 - https://security-tracker.debian.org/tracker/source-package/libsoup2.4 - no `suid` or `sgid` binaries - no executables in `/sbin` and `/usr/sbin` - Package does not install services, timers or recurring jobs - Package does not open privileged ports (ports < 1024) - debian/rules builds with all standard hardening flags This is a security-sensitive library that allows apps to access data over the Internet. [Quality assurance - function/usage] The package works well right after install [Quality assurance - maintenance] - The package is maintained well in Debian/Ubuntu and has not too many and long term critical bugs open - Ubuntu https://bugs.launchpad.net/ubuntu/+source/libsoup3 - Ubuntu older series https://bugs.launchpad.net/ubuntu/+source/libsoup2.4 - Debian https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libsoup3 - Debian older series https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libsoup2.4 - GNOME https://gitlab.gnome.org/GNOME/libsoup/-/issues - The package does not deal with exotic hardware we cannot support [Quality assurance - testing] - Runs a test suite on build time, if it fails it makes the build fail, link to build log: https://launchpad.net/ubuntu/+source/libsoup3/3.0.6-1/+build/23589175/+files/buildlog_ubuntu-kinetic-amd64.libsoup3_3.0.6-1_BUILDING.txt.gz - Includes autopkgtests, both a basic superficial test and an installed- tests suite [Quality assurance - packaging] - debian/watch is present and works - Does not yield massive lintian Warnings or Errors - Lintian overrides are not present - Des not rely on obsolete or about to be demoted packages. - Has no python2 or GTK2 dependencies - Does not ask debconf questions - Packaging and build is easy: https://salsa.debian.org/gnome-team/libsoup3/-/blob/debian/master/debian/rules [UI standards] Skipping [Dependencies] - No dependencies not already in main - libsoup-3.0-dev has been added to the Extra-Exclude list to keep its sysprof dependency out of main for now [Standards compliance] - This package correctly follows FHS and Debian Policy [Maintenance/Owner] - Owning Team will be Ubuntu Desktop (Co-maintained with Debian GNOME team.) - Team is not yet, but will subscribe to the package before promotion - This does not use static builds - This does not use vendored code [Background information] The Ubuntu Desktop Team expects that it will be necessary to keep both libsoup2.4 and libsoup3 in main for Ubuntu 22.10. This is a big and complicated transition. Apps will crash if they are linked against both libraries. Upstream progress tracker: https://gitlab.gnome.org/GNOME/libsoup/-/issues/218 Migration hints: https://libsoup.org/libsoup-3.0/migrating-from-libsoup-2.html + Fedora announcement: + https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/JAQJ5WJQ6U6IZ3BZAZ5AM3VMMQCNOA7G/ + https://people.canonical.com/~ubuntu- archive/transitions/html/libsoup3.html Estimated 30 affected source packages in main (some are libraries so true affected count is higher): https://people.canonical.com/~ubuntu-archive/transitions/html/libsoup3-main.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1972153 Title: [MIR] libsoup3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libsoup3/+bug/1972153/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1902855] Re: two identical disks are only offered as a multipath device
So much time has past ... @Michael - do you think this would work (despite the bad devices having the same id) better nowadays? I think I can drop the Hirsute tasks :-) ALso it isn't a probert/curtin/multipath bug if the reported IDs are the same. Keeping the subiquity task open, but only to consider hardening it to somehow be able to work around it. ** No longer affects: subiquity (Ubuntu Hirsute) ** No longer affects: probert (Ubuntu Hirsute) ** No longer affects: multipath-tools (Ubuntu Hirsute) ** No longer affects: curtin (Ubuntu Hirsute) ** Changed in: curtin (Ubuntu) Status: New => Invalid ** Changed in: multipath-tools (Ubuntu) Status: New => Invalid ** Changed in: probert (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/1902855 Title: two identical disks are only offered as a multipath device To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1902855/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976619] [NEW] Version 7.81 breaks support for multi-line header
Public bug reported: In curl 7.81, the support of multi-line headers is broken. This causes regressions in python-tornado: ``` self.stop() timeout_handle = self.add_timeout(self.time() + timeout, timeout_callback) self.start() if timeout is not None: self.remove_timeout(timeout_handle) assert future_cell[0] is not None if future_cell[0].cancelled() or not future_cell[0].done(): raise TimeoutError("Operation timed out after %s seconds" % timeout) > return future_cell[0].result() E tornado.curl_httpclient.CurlError: HTTP 599: Header without colon ``` ** Affects: curl (Ubuntu) Importance: Undecided Assignee: Olivier Gayot (ogayot) Status: New ** Affects: python-tornado (Ubuntu) Importance: Undecided Status: New ** Changed in: curl (Ubuntu) Assignee: (unassigned) => Olivier Gayot (ogayot) ** Bug watch added: github.com/tornadoweb/tornado/issues #3143 https://github.com/tornadoweb/tornado/issues/3143 ** Bug watch added: github.com/curl/curl/issues #8844 https://github.com/curl/curl/issues/8844 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976619 Title: Version 7.81 breaks support for multi-line header To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1976619/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976619] Re: Version 7.81 breaks support for multi-line header
Bug report in tornado: https://github.com/tornadoweb/tornado/issues/3143 Bug report in curl: https://github.com/curl/curl/issues/8844 A fixed was merged upstream in curl. ** Also affects: python-tornado (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976619 Title: Version 7.81 breaks support for multi-line header To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1976619/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1878264] Re: nvme smart error count email after upgrading to 20.04
Hi, I come by retriaging bugs that were dormant for too long - trying to give them another chance. There was no progress on the upstream case at all :-/ Thereby sadly there is not much one can act on yet - since Debian&Ubuntu are kind of waiting for upstreams fix or at least position on this I think we need to set this to incomplete until that happens. I have no login on that tracker, but maybe to not give up entirely someone with a login could ping and nudge the case a bit? ** Changed in: smartmontools (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1878264 Title: nvme smart error count email after upgrading to 20.04 To manage notifications about this bug go to: https://bugs.launchpad.net/smartmontools/+bug/1878264/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1974842] Re: Audio card [8086:9d71] does not work at all (input, output) on 22.04
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Timo Aaltonen (tjaalton) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1974842 Title: Audio card [8086:9d71] does not work at all (input, output) on 22.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1974842/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall
Waiting for an answer, setting incomplete to reflect that ** Changed in: openldap (Ubuntu Bionic) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926265 Title: slapd enter in infinite loop on sched_yield syscall To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1926265/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1910545] Re: MySQL server crashes with owncloud file upload
Hi, I come by retriaging bugs that were dormant for too long - trying to give them another chance. In this case no one else chimed in yet e.g. seeing the same issue. And OTOH it never reached the point to be well reproducible outside your environment for debugging :-/ By now - due to time passing - we are multiple stable releases further down the road. mysql-8.0 | 8.0.29-0ubuntu0.20.04.3 | focal-updates| source Maybe it is worth a try (I assume you have deployed some workaround by now that you need to revert to test this?) with the new version if the same still happens. Or OTOH maybe you found more about this but didn't yet have a chance to update the bug. In this case please share what you learned about this issue. ** Changed in: mysql-8.0 (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/1910545 Title: MySQL server crashes with owncloud file upload To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1910545/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976619] Re: Version 7.81 breaks support for multi-line header
Adding debdiff (applied upstream patch). Will forward to Debian. ** Patch added: "1-7.83.1-1__7.83.1-1ubuntu1.debdiff" https://bugs.launchpad.net/ubuntu/+source/python-tornado/+bug/1976619/+attachment/5594503/+files/1-7.83.1-1__7.83.1-1ubuntu1.debdiff ** Changed in: curl (Ubuntu) Status: New => Confirmed ** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976619 Title: Version 7.81 breaks support for multi-line header To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1976619/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976621] [NEW] Python3-radix fails with: "PY_SSIZE_T_CLEAN macro must be defined for '#' formats"
Public bug reported: I recently upgraded my system from 20.04 to 22.04 and some previous working python programs that use the python3-radix package stopped working with this error: SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats A simple reproduction of this bug is: $ python3 Python 3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import radix >>> t=radix.Radix() >>> t.search_best(packed='') Traceback (most recent call last): File "", line 1, in SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats See about this: https://docs.python.org/3.10/whatsnew/3.10.html#id2 The related radix issue is: https://github.com/mjschultz/py-radix/issues/54 And the patch for it: https://github.com/mjschultz/py-radix/pull/55/files Please fix it asap because there is no python3 radix module in Ubuntu 22.04 now. ** Affects: py-radix (Ubuntu) Importance: Undecided Status: New ** Tags: jammy python3 radix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976621 Title: Python3-radix fails with: "PY_SSIZE_T_CLEAN macro must be defined for '#' formats" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/py-radix/+bug/1976621/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976288] Re: testatomic segfaults on Ubuntu arm64 buildd
So there is no error when building on a canonistack cloud instance nor on a virtual ppa, it still fails on the real builders. I need to check with the launchpad team the difference and if it's possible to get access to that env but they are away for a long U.K weekend. I tried to get some debug from a ppa using hackish changes https://launchpadlibrarian.net/604851736/libsdl2_2.0.22+dfsg-4ubuntu3_2.0.22+dfsg-4ubuntu3.1.diff.gz + and a previous one where it call dmesg instead of failing on error but that's working as expected https://launchpadlibrarian.net/604853437/buildlog_ubuntu-kinetic-arm64.libsdl2_2.0.22+dfsg-4ubuntu3.1_BUILDING.txt.gz > Core dump to |/lib/systemd/systemd-coredump pipe failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976288 Title: testatomic segfaults on Ubuntu arm64 buildd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1976288/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1965808] Re: [SRU] 2.55.5
Verification completed Logs https://warthogs.atlassian.net/jira/core/projects/ST/board?selectedIssue=ST-1500 note: Some spread tests failed but all of them are known issues. ** Tags removed: verification-needed verification-needed-bionic verification-needed-focal verification-needed-impish verification-needed-jammy ** Tags added: verification-done verification-done-bionic verification-done-focal verification-done-impish verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1965808 Title: [SRU] 2.55.5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1965808/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1974100] Re: qemu ide/sata disks do not work well with discard/trim
I haven't come across this before. Our builds for the cloud images from cloud-images.ubuntu.com have the following cleanup code run that should be preventing this sort of thing: https://git.launchpad.net/livecd-rootfs/tree/live-build/functions#n231 hard to read exact ramifications, but the gist is we create a filesystem, mount it, create the image, then at the end during clean up we run # rootfs_dev_mapper is set in https://git.launchpad.net/livecd- rootfs/tree/live-build/functions#n62 when mounting an image e2fsck -y -E discard ${rootfs_dev_mapper} zerofree ${rootfs_dev_mapper} before running kpartx to remove the mount this _should_ be discarding the empty blocks. That matches the expectation b1 and b2. But I haven't seen > The cloudimage extended and used as root grows more lost blocks (seems like 5 MB above) so that bears investigating. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1974100 Title: qemu ide/sata disks do not work well with discard/trim To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-images/+bug/1974100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976622] [NEW] libisal: FTBFS on big-endian architectures
Public bug reported: Imported from Debian bug http://bugs.debian.org/1012262: Source: libisal Version: 2.30.0-4 Severity: normal X-Debbugs-Cc: scho...@ubuntu.com This package fails to build on big-endian architectures, notably s390x. There's a fix available upstream: https://github.com/intel/isa-l/commit/d3cfb2fb772e375cf2007e484e0a6ec0c6a7c993 ** Affects: fastp (Ubuntu) Importance: Undecided Status: Invalid ** Affects: libisal (Ubuntu) Importance: Undecided Status: New ** Affects: libisal (Debian) Importance: Undecided Status: New ** Tags: update-excuse ** Bug watch added: Debian Bug tracker #1012262 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012262 ** Changed in: libisal (Debian) Remote watch: None => Debian Bug tracker #1012262 ** Also affects: fastp (Ubuntu) Importance: Undecided Status: New ** Changed in: fastp (Ubuntu) Status: New => Invalid ** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976622 Title: libisal: FTBFS on big-endian architectures To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fastp/+bug/1976622/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976622] Re: libisal: FTBFS on big-endian architectures
Adding fastp to the affected packages as this blocks its transition from -proposed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976622 Title: libisal: FTBFS on big-endian architectures To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fastp/+bug/1976622/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976621] Re: Python3-radix fails with: "PY_SSIZE_T_CLEAN macro must be defined for '#' formats"
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: py-radix (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976621 Title: Python3-radix fails with: "PY_SSIZE_T_CLEAN macro must be defined for '#' formats" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/py-radix/+bug/1976621/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1839493] Re: [22.10] gnutls28 asm accelerated crypto
** Summary changed: - [22.04] gnutls28 asm accelerated crypto + [22.10] gnutls28 asm accelerated crypto -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839493 Title: [22.10] gnutls28 asm accelerated crypto To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1839493/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976396] Re: laptop keyboard not working for about 30 seconds after resume from suspend
Only i8042.direct ... not good. Keyboard not working for x seconds Only i8042.dumbkbd ... yes, works! Keyboard working immediatly. So my /etc/default/grub now contains: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.dumbkbd" And stuff from dmesg: sander@zwart2204:~$ sudo dmesg | grep i8042 [0.00] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-33-generic root=UUID=1e423543-e174-4d68-9250-1707c248963c ro quiet splash i8042.dumbkbd vt.handoff=7 [0.024601] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-33-generic root=UUID=1e423543-e174-4d68-9250-1707c248963c ro quiet splash i8042.dumbkbd vt.handoff=7 [0.278600] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [0.278602] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [0.284498] serio: i8042 KBD port at 0x60,0x64 irq 1 [0.284750] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976396 Title: laptop keyboard not working for about 30 seconds after resume from suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976396/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976295] Re: astroquery: Autopkgtests failure due to trying to write to /usr/lib
** Changed in: astroquery (Debian) 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/1976295 Title: astroquery: Autopkgtests failure due to trying to write to /usr/lib To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/astroquery/+bug/1976295/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1971056] Re: CVE-2021-3850
** Changed in: libphp-adodb (Ubuntu) Status: New => In Progress ** Changed in: libphp-adodb (Ubuntu) Assignee: (unassigned) => Luís Cunha dos Reis Infante da Câmara (luis220413) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971056 Title: CVE-2021-3850 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libphp-adodb/+bug/1971056/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976619] Re: Version 7.81 breaks support for multi-line header
** Bug watch added: Debian Bug tracker #1012263 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012263 ** Also affects: curl (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012263 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976619 Title: Version 7.81 breaks support for multi-line header To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1976619/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976396] Re: laptop keyboard not working for about 30 seconds after resume from suspend
Interesting ... triggered by "[ 0.278602] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp", I just tried i8042.nopnp as only option in GRUB, and that works too: keyboard works immediatly. And that message was already in the first dmesg ... so the i8042 driver already something was fishy, and hinted what I should do ... ? sander@zwart2204:~$ sudo dmesg | grep i8042 [0.00] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-33-generic root=UUID=1e423543-e174-4d68-9250-1707c248963c ro quiet splash i8042.nopnp vt.handoff=7 [0.024392] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-33-generic root=UUID=1e423543-e174-4d68-9250-1707c248963c ro quiet splash i8042.nopnp vt.handoff=7 [0.278664] i8042: PNP detection disabled [0.297102] serio: i8042 KBD port at 0x60,0x64 irq 1 [0.297106] serio: i8042 AUX port at 0x60,0x64 irq 12 [2.199442] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8 [2.803523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input17 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976396 Title: laptop keyboard not working for about 30 seconds after resume from suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976396/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976396] Re: laptop keyboard not working for about 30 seconds after resume from suspend
That second paragraph should read: And that message was already in the first dmesg ... so the i8042 driver already KNEW something was fishy, and hinted what I should do ... ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976396 Title: laptop keyboard not working for about 30 seconds after resume from suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1976396/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1975634] Re: [SRU] Xena stable releases
neutron-19.3.0 from cloud-archive:xena-proposed fixed LP#1947127 in our environments. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975634 Title: [SRU] Xena stable releases To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1975634/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976330] Re: No dropdown menu on bookmarks folder in trunk build under wayland
Hi Sebastien. The Unicode trigram for heaven is very similar to the ubiquitous hamburger icon ☰ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976330 Title: No dropdown menu on bookmarks folder in trunk build under wayland To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1976330/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1975362] Re: Subiquity 435 does not detect my disk sdb
still same problem with installer 0+git.40f3089 2022-06-01 (466) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975362 Title: Subiquity 435 does not detect my disk sdb To manage notifications about this bug go to: https://bugs.launchpad.net/subiquity/+bug/1975362/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976623] [NEW] SRU for evolution 3.44.2
Public bug reported: Impact -- This is a new stable release in the 3.44 series. https://gitlab.gnome.org/GNOME/evolution/-/blob/3.44.2/NEWS Test Case - Install the update Log out and log back in (or restart) Ensure that Evolution still works fine. What Could Go Wrong --- As a component of GNOME core, there is a micro-release exception for evolution-data-server https://wiki.ubuntu.com/StableReleaseUpdates/GNOME ** Affects: evolution (Ubuntu) Importance: Undecided Status: 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/1976623 Title: SRU for evolution 3.44.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1976623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1972730] Re: WARNING: crmadmin -S unexpected output
Hi Felipe, Now this has migrated to kinetic, are you still willing to propose the SRU for this one? I'd be more than happy to sponsor it :) You'd need to provide the debdiff (or a merge proposal for the git ubuntu repository) and fill in the SRU template in this bug (see https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template). In case you are still willing to do it, let me know if you have any questions and I'd be more than happy to assist. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1972730 Title: WARNING: crmadmin -S unexpected output To manage notifications about this bug go to: https://bugs.launchpad.net/charm-hacluster/+bug/1972730/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1973468] Re: New Windows from favorites often not working
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1973468 Title: New Windows from favorites often not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1973468/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1846947] Re: No profiling support
** Changed in: samba (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: samba (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/1846947 Title: No profiling support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netdata/+bug/1846947/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976627] [NEW] New upstream
Public bug reported: Original maintainer handed of development of this backup tool to new one(s) - see: https://blog.linuxmint.com/?p=4323 "Unfortunately he (orig. developer) had to stop developing Timeshift to focus on his other projects. We got in touch with him to see how we could help and the decision was made to take over the maintenance." New source code home: https://github.com/linuxmint/timeshift Thanks for reflecting this ** Affects: timeshift (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976627 Title: New upstream To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/timeshift/+bug/1976627/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976624] [NEW] Merge php-doctrine-cache from Debian unstable for kinetic
Public bug reported: 2.2.0-1 is available in unstable. The current delta introduces a build dependency that used to be installed through php-cache-integration-tests. That was removed in the latter package delta (the change came from upstream). Hence, the delta is still needed for now. This shuold be a simple merge keeping the only delta available. ** Affects: php-doctrine-cache (Ubuntu) Importance: Undecided Assignee: Athos Ribeiro (athos-ribeiro) Status: In Progress ** Changed in: php-doctrine-cache (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** Changed in: php-doctrine-cache (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/1976624 Title: Merge php-doctrine-cache from Debian unstable for kinetic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-doctrine-cache/+bug/1976624/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976623] Re: SRU for evolution 3.44.2
This bug was fixed in the package evolution - 3.44.2-1 Sponsored for Nathan Teodosio (nteodosio) --- evolution (3.44.2-1) unstable; urgency=medium * Team upload * New upstream release * Bump dependencies to 3.44.2 -- Nathan Pratta Teodosio Wed, 01 Jun 2022 16:01:10 -0300 ** Changed in: evolution (Ubuntu) Status: New => Fix Released ** Also affects: evolution (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: evolution (Ubuntu Jammy) Status: New => In Progress ** Changed in: evolution (Ubuntu Jammy) Importance: Undecided => Medium ** Changed in: evolution (Ubuntu) Importance: Undecided => Medium ** Changed in: evolution (Ubuntu Jammy) Status: In Progress => Triaged ** Tags added: jammy upgrade-software-version -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976623 Title: SRU for evolution 3.44.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1976623/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1970636] Re: Top bar menus are unavailable on login/lock screen
** Description changed: - In a fresh new install of 22.04, with gnome on screen keyboard, it is impossible to complete the password field of unlock screen and sudo windows too. - In unlock session screen, it is impossible to activate on screen keyboard via accessibility menu. + In a fresh new install of 22.04, In unlock session screen, it is impossible to activate on screen keyboard via accessibility menu. It was ok on 21.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970636 Title: Top bar menus are unavailable on login/lock screen To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/1970636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1971094] Re: openshot doesn't start Ubuntu 22.04 fresh install
Installed Daily PPA (highly experimental and unstable, but contains daily updates available to testers) and now start. https://www.openshot.org/it/ppa/ libopenshot 0.2.7+dfsg2+1120+202205132116+daily~ubuntu22.04.1 OpenShot Code (2022-05-13) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971094 Title: openshot doesn't start Ubuntu 22.04 fresh install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openshot-qt/+bug/1971094/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976627] Re: New upstream
** Bug watch added: Debian Bug tracker #1012265 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012265 ** Also affects: timeshift (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012265 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976627 Title: New upstream To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/timeshift/+bug/1976627/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1975340] Re: Boinc Manager (Pre-Release) Daemon Start failure:
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: boinc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975340 Title: Boinc Manager (Pre-Release) Daemon Start failure: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1975340/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1971608] Re: Firefox PDF font rendering is often messed up
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971608 Title: Firefox PDF font rendering is often messed up To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1971608/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1958224] Re: brltty claiming cp210x devices on 22.04
we funnily have removed these udev rules before (but i guess the patch was dropped when syncing a new version) https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/874181 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958224 Title: brltty claiming cp210x devices on 22.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/1958224/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1968548] Re: firefox unable to open files from file-roller
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968548 Title: firefox unable to open files from file-roller To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1968548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1971037] Re: [snap] Firefox starts very slow
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971037 Title: [snap] Firefox starts very slow To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1971037/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1971037] Re: [snap] Firefox starts very slow
This is a known issue and a number of incremental fixes are coming - see https://www.omgubuntu.co.uk/2022/05/ubuntu-making-firefox-snap-app- faster -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971037 Title: [snap] Firefox starts very slow To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1971037/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs