[Bug 2065214] [NEW] Please merge 1.4.3-8 into Oracular

2024-05-08 Thread Zixing Liu
Public bug reported: tracking bug for the merge ** Affects: cfingerd (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/2065214 Title: Please

[Bug 2041655] Re: ddcci-dkms FTBS with kernel 6.5 in jammy

2024-05-08 Thread Sudip Mukherjee
I can confirm the package in jammy-proposed has fixed the bug for me. $ uname -r 6.5.0-21-generic $ sudo modprobe ddcci $ lsmod | grep ddcci ddcci 45056 0 $ apt-cache policy ddcci-dkms ddcci-dkms: Installed: 0.4.1-3ubuntu3 Candidate: 0.4.1-3ubuntu3 Version table: ***

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Benjamin Drung
Yes, FUNCNAME is only available in bash. You can echo some hard-coded text, e.g. ``` configure_network() { echo "$(cut -f1 -d' ' /proc/uptime) configure_network start" [...] echo "$(cut -f1 -d' ' /proc/uptime) configure_network end" } -- You received this bug notification because

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Benjamin Drung
The additional `wait_for_udev 10` is not needed (but it should not consume any time at that place). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065037 Title: dhcpcd is called before interfaces

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Stefano
Maybe that was the issue indeed ... Output of `systemd-analyze` after applying the beforementioned fix: ``` Startup finished in 28.780s (kernel) + 24.552s (userspace) = 53.333s graphical.target reached after 24.517s in userspace. ``` -- You received this bug notification because you are a

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Stefano
** Attachment added: "dmesg_v9_new_b.debug" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2065037/+attachment/5776403/+files/dmesg_v9_new_b.debug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Benjamin Drung
You could comment out the complete if-condition instead of adding a dummy variable. BTW, you can check the code with shellcheck after your modification: ``` shellcheck -s sh -e SC3043,SC1090,SC1091 /usr/share/initramfs-tools/scripts/functions ``` Reducing the kernel+initrd time from 47 seconds

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Stefano
** Attachment added: "initramfs_v9_new_b.debug" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2065037/+attachment/5776402/+files/initramfs_v9_new_b.debug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065116] Re: package postgresql-16 16.2-1ubuntu4 failed to install/upgrade: installed postgresql-16 package post-installation script subprocess returned error exit status 127

2024-05-08 Thread Paulo Flabiano Smorigo
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

[Bug 2065092] Re: Download crash

2024-05-08 Thread Paulo Flabiano Smorigo
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

[Bug 2000443] Re: No simple encrypted installation

2024-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubiquity (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/2000443 Title:

[Bug 2008441] Re: 389 Directory Server Manager not show even cockpit-389-ds is installed

2024-05-08 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp2008441.debdiff" seems to be a debdiff. The ubuntu- sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if

[Bug 2008441] Re: 389 Directory Server Manager not show even cockpit-389-ds is installed

2024-05-08 Thread Tom Moyer
** Changed in: 389-ds-base (Ubuntu) Assignee: (unassigned) => Tom Moyer (tom-tom) ** Also affects: 389-ds-base (Ubuntu Jammy) Importance: Undecided Status: New ** Description changed: + [ Impact ] + + It is expected that there will be minimal impact by updating the package +

[Bug 1993634] Re: network-manager-openvpn: --cipher option deprecated in OpenVPN 2.6, no option to set suggested --data-ciphers flag instead

2024-05-08 Thread Christian Rohmann
Just as @seb128 said in https://bugs.launchpad.net/ubuntu/+source/network-manager- openvpn/+bug/1993634/comments/5 the GUI part is what is currently missing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2032164] Re: A general-proteciton exception during guest migration to unsupported PKRU machine

2024-05-08 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-intel- iotg-5.15/5.15.0-1056.62~20.04.1 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-focal-linux- intel-iotg-5.15' to

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Benjamin Drung
I suggest to restore the package versions by using `apt install --reinstall` on those package. Then apply the changes that you mentioned plus removing _set_available_devices_to_up in the v9 test. The IPv6 dhcpcd line is not relevant for our case since that code path is not used in your case. --

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Benjamin Drung
Looking at dmesg_v4_new.debug: ``` [ 47.841914] systemd[1]: Setting '/proc/sys/kernel/printk_devkmsg' to 'on' ``` This is the first log line from systemd after the initrd handed over the control. So the initrd took roughly 48 seconds. -- You received this bug notification because you are a

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Benjamin Drung
Can you run `systemd-analyse` after boot to get the boot time? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065037 Title: dhcpcd is called before interfaces have carrier causing a 29 seconds

[Bug 2065200] [NEW] Please merge 1:1.2.0-2.5 into Oracular

2024-05-08 Thread Zixing Liu
Public bug reported: tracking bug for the merge ** Affects: nagios-plugins-rabbitmq (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/2065200

[Bug 1461834] Re: 1024-bit signing keys should be deprecated

2024-05-08 Thread Jake Lepere
Enabling FIPS on Ubuntu Pro 22.04+ machines [1] drops rsa1024 as an available encryption key because rsa1024 isn't FIPS compliant. Therefore, adding rsa1024 signed apt keys here isn't possible. Does anyone have suggestions to work around this? I've asked if maintainers could resign apt keys for

[Bug 1865283] Re: gnome calendar icon missing Ubuntu 20.04

2024-05-08 Thread Danilo Alculete
No icon on Gnome Calendar snap. I'm using ubuntu 24.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1865283 Title: gnome calendar icon missing Ubuntu 20.04 To manage notifications about this bug

[Bug 2064861] ProcEnviron.txt

2024-05-08 Thread lucone
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/2064861/+attachment/5776395/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064861

[Bug 2065180] Re: performance regression in dracut-install

2024-05-08 Thread Benjamin Drung
dracut-install is used in initramfs-tools to speed up the build time. I tested `time update-initramfs -u` in chroots on my amd64 laptop. Results there: * jammy: 15.585s * mantic: 5.925s * noble: 6.466s So noble is a bit slower than mantic on my hardware. Is this slowdown hardware related or are

[Bug 2065191] Re: do-release-upgrade prints misleading message

2024-05-08 Thread Nick Rosbrook
** Changed in: ubuntu-release-upgrader (Ubuntu) Importance: Undecided => Wishlist ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065197] [NEW] Sync abi-monitor 1.12-2.1 (universe) from Debian unstable (main)

2024-05-08 Thread Zixing Liu
Public bug reported: Please sync abi-monitor 1.12-2.1 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * debian/tests/testsuite: Ignore readelf error, while still checking for stderr from abi-monitor itself. * debian/tests/testsuite:

[Bug 2065178] Re: bundled libunwind is used

2024-05-08 Thread Mateus Rodrigues de Morais
I have tested enabling CLR_CMAKE_USE_SYSTEM_LIBUNWIND on dotnet8 in a PPA [0]. The build succeeds for amd64 and s390x. It fails for arm64 during crossgen: ``` crossgen2 ->

[Bug 2065192] Re: (ubuntu) pro attach doesn't work !

2024-05-08 Thread Renan Rodrigo
Hello, pici-1251, thanks for reporting. The logs show the same error you reported in the other bug. The command returning an error is apt list --installed Could you please run the command above and send us what is the output you see in the command line? ** Information type changed from

[Bug 2065153] [NEW] Ubuntu 24.04 VM guest console freezes after some hours

2024-05-08 Thread Thomas Dreibholz
Public bug reported: I made simple Ubuntu 24.04 LTS Server installations as guests in an up- to-date Proxmox. No Xorg/Wayland, just CLI! The virtual graphics card is qml, 16 MiB memory (standard settings). Opening the console in the Proxmox GUI, or via remote-viewer initially is fine. However,

[Bug 2065154] Re: GIMP 2.10.36 crashed

2024-05-08 Thread Michael Schumacher
*** This bug is a duplicate of bug 2055044 *** https://bugs.launchpad.net/bugs/2055044 ** Summary changed: -``` GNU Image Manipulation Program version 2.10.36 git-describe: GIMP_2_10_36 Build: unknown rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=gcc

[Bug 2065153] Re: Ubuntu 24.04 VM guest console freezes after some hours

2024-05-08 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065153 Title: Ubuntu 24.04 VM guest console freezes after some hours To manage notifications about this

[Bug 2065196] [NEW] crash on gimp when closing

2024-05-08 Thread GRAND Christopher
*** This bug is a duplicate of bug 2055044 *** https://bugs.launchpad.net/bugs/2055044 Public bug reported: when we create a new image and we edit it, if we close gimp and we answer no to the question "save ?" we have a crash with "segmentation fault" this is the message : ``` GNU Image

[Bug 2065196] Re: crash on gimp when closing

2024-05-08 Thread Paul White
*** This bug is a duplicate of bug 2055044 *** https://bugs.launchpad.net/bugs/2055044 ** This bug has been marked a duplicate of bug 2055044 GIMP crash at closure on systems with GLib 2.80.0 (and 2.79.x) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2065153] Re: Ubuntu 24.04 VM guest console freezes after some hours

2024-05-08 Thread Thomas Dreibholz
The issue is most likely *not* an Xorg bug, since Xorg is not installed on the affected systems. Also, Wayland is not installed as well. The code causing the error message in "dmesg" is in the kernel, drivers/gpu/drm/qxl/qxl_cmd.c, qxl_alloc_bo_reserved(). -- You received this bug notification

[Bug 2065153] Re: Ubuntu 24.04 VM guest console freezes after some hours

2024-05-08 Thread Thomas Dreibholz
I assume it is a problem in the QXL driver of the kernel used by Ubuntu 24.04. nornetpp@hansa:~$ sudo lshw -c video *-display description: VGA compatible controller product: QXL paravirtual graphic card vendor: Red Hat, Inc. physical id: 1 bus

[Bug 2065147] Re: Wifi disconnects occasionally.

2024-05-08 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people

[Bug 2065141] Re: AMD CPU type 0x70f40 (ext family 0xa) unknown

2024-05-08 Thread Sebastien Bacher
** Changed in: rr (Ubuntu Noble) Status: In Progress => Fix Committed ** Changed in: rr (Ubuntu) Status: In Progress => Fix Committed ** Changed in: rr (Ubuntu Mantic) Status: In Progress => Fix Committed ** Changed in: rr (Ubuntu Jammy) Status: In Progress => Fix

[Bug 2065139] Re: nvidia-dkms-545 545.29.06-0ubuntu0.22.04.2: nvidia kernel module failed to build

2024-05-08 Thread James Beal
Running 5.15.0-106-generic apt-get install cuda-drivers-525 ... Building initial module for 5.15.0-106-generic ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/nvidia-dkms-525.0.crash' Error! Bad return status for module build on kernel: 5.15.0-106-generic (x86_64) Consult

[Bug 2065138] Re: Please merge libcec 6.0.2-5 into Oracular

2024-05-08 Thread Benjamin Drung
Synced libcec 6.0.2-5 ** Changed in: libcec (Ubuntu) Status: New => Fix Released ** Changed in: libcec (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065141] Re: AMD CPU type 0x70f40 (ext family 0xa) unknown

2024-05-08 Thread Launchpad Bug Tracker
This bug was fixed in the package rr - 5.7.0-2ubuntu1 --- rr (5.7.0-2ubuntu1) oracular; urgency=medium * debian/patches: Add support for AMD Phoenix Zen 4 CPU (LP: #2065141) -- Marco Trevisan (Treviño) Wed, 08 May 2024 09:02:10 +0200 ** Changed in: rr (Ubuntu) Status:

[Bug 2065139] Re: nvidia-dkms-545 545.29.06-0ubuntu0.22.04.2: nvidia kernel module failed to build

2024-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nvidia-graphics-drivers-545 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065138] Re: Please merge libcec 6.0.2-5 into Oracular

2024-05-08 Thread Dave Jones
This merge is no longer needed. Our only delta with Debian is adding libraspberrypi-dev as a build-dependency which used to be required to enable raspi compatibility. However, since switching everything over to full KMS (in noble), we no longer need the raspi-specific bits. -- You received this

[Bug 2065095] Re: pro service enabling fails due to incorrect aptURL format

2024-05-08 Thread Renan Rodrigo
Hello, bcarbone, thanks for reporting this. I can see how this fails, it looks indeed like a bug. I will bring it to the team, and update you about a solution. ** Changed in: ubuntu-advantage-tools (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a

[Bug 2061236] Re: pro attach command didn't work

2024-05-08 Thread Renan Rodrigo
I am marking this bug incomplete until we see what is the apt output. @pici-1251, if you could please run the `apt list --installed` command and send us what happens. ** Changed in: ubuntu-advantage-tools (Ubuntu) Status: New => Incomplete -- You received this bug notification because

[Bug 2061179] Re: [SRU] 2.63

2024-05-08 Thread Ernest Lotter
Focal: https://launchpad.net/~snappy-dev/+archive/ubuntu/image/+packages?field.name_filter=snapd_filter=published_filter=focal Jammy: https://launchpad.net/~snappy-dev/+archive/ubuntu/image/+packages?field.name_filter=snapd_filter=published_filter=jammy Mantic:

[Bug 2061049] Re: Fix random HuC/GuC initialization failure of Intel i915 driver

2024-05-08 Thread Timo Aaltonen
** Changed in: linux-oem-6.8 (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/2061049 Title: Fix random HuC/GuC initialization failure of Intel i915 driver To

[Bug 2061285] Re: Snapshot cannot detect laptop camera

2024-05-08 Thread Marius Gedminas
Probably a duplicate of bug 2061687, given the empty pw-dump output. Does systemctl --user restart wireplumber.service fix it for the remainder of the login session? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2061006] Re: aws: KVM and guest support for the PSCI SYSTEM_OFF2 (hibernate) call

2024-05-08 Thread Philip Cox
*** This bug is a duplicate of bug 2060992 *** https://bugs.launchpad.net/bugs/2060992 ** This bug has been marked a duplicate of bug 2060992 aws: Guest kernel support for clean boot on demand -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2060992] Re: aws: Support hibernation on Graviton

2024-05-08 Thread Philip Cox
** Summary changed: - aws: Guest kernel support for clean boot on demand + aws: Support hibernation on Graviton ** Description changed: SRU Justification: [Impact] + This change contains two parts, the first is adding support for + - KVM and guest support for the PSCI SYSTEM_OFF2

[Bug 2060976] Debdiff v2

2024-05-08 Thread Nathan Teodosio
Hi Paride, thanks for the review. I've addressed your comments, except for number 6. For some reason this failed when I tried it in the past. But if necessary I can try again and report with the resulting error, as this I don't remember. ** Patch added: "freerdp2-v2.diff"

[Bug 2060904] Re: Fix the RTL8852CE BT FW Crash based on SER false alarm

2024-05-08 Thread Timo Aaltonen
** Changed in: linux-oem-6.5 (Ubuntu Jammy) Status: New => Fix Committed ** Changed in: linux-oem-6.8 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2060780] Re: CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

2024-05-08 Thread JB2Cool
Tested on 5.15.0-1061-aws that my users problems were resolved. Hopefully this can be pushed into main for AWS users so they don't have to perform any manual workarounds. ** Tags removed: verification-needed-focal-linux-aws-5.15 ** Tags added: verification-done-focal-linux-aws-5.15 -- You

[Bug 2059968] Re: Produce kernel snaps for linux-nvidia-tegra-igx

2024-05-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu) Status: Fix Committed => 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/2059968 Title: Produce kernel snaps for

[Bug 2059958] Re: Include networking drivers used on Tegra platforms in initrd.img

2024-05-08 Thread Jacob Martin
** Changed in: linux-nvidia-tegra-igx (Ubuntu) Status: Fix Committed => 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/2059958 Title: Include networking drivers used on Tegra

[Bug 2065204] [NEW] icons missing when you launch via .desktop

2024-05-08 Thread vadim
Public bug reported: when you launch via .desktop or terminal gimp-2.10 icons missing on dash to dock Can you explain why this is happening, because I contacted Gimp and they said that this is a problem on the Ubuntu side, because everything opens correctly in the Fedora repository. I'm using

[Bug 2065180] Re: performance regression in dracut-install

2024-05-08 Thread Viraniac
I have tested ubuntu server images on Khadas VIM4 and Raspberry Pi 4B 2GB variant. VIM4 Jammy - 22s Mantic - 21s Noble - 1m 30s RPi 4B Mantic - 1m 50s Noble - 3m 55s I don't have a amd64 system to test ubuntu on at the moment. -- You received this bug notification because you are a member of

[Bug 2058742] Re: libalog and dbusada ftbfs on s390x with gnat-13

2024-05-08 Thread Bug Watch Updater
** Changed in: gcc 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/2058742 Title: libalog and dbusada ftbfs on s390x with gnat-13 To manage notifications about this

[Bug 2064560] Re: kernel panic with linux-intel-iotg 5.15.0.1056.62

2024-05-08 Thread Thibf
So iotg 1026 was installed on the device. I updated it to 1055 successfully. Then took some logs/stats/info. Then I added the proposed ppa, updated only the kernel to 1056, took some info on initramfs and other files. Rebooted into the 1056, it was working. I was able to have it booting 10/10. Do

[Bug 2061905] Re: rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu22: rtl8812au kernel module failed to build

2024-05-08 Thread Sudip Mukherjee
Marking this as invalid as fix has already been commited to Noble- proposed. ** Changed in: rtl8812au (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065169] Re: autopkgtest failures with 7.3.1+1+ds1-1

2024-05-08 Thread Vladimir Petko
** Tags added: fr-7665 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065169 Title: autopkgtest failures with 7.3.1+1+ds1-1 To manage notifications about this bug go to:

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Stefano
Alright ... So I issued: - `apt-get install --reinstall initramfs-tools-core` - `apt-get install --reinstall dhcpcd-base` v4_new: - applied `need_hostname || return 0` in `/usr/lib/dhcpcd/dhcpcd-hooks/30-hostname` - issued the usual `update-initramfs -k all -u; update-grub; update-initramfs

[Bug 2064962] Re: GIMP crashed with a fatal error: fatal error: Segmentation fault

2024-05-08 Thread Paulo Flabiano Smorigo
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

[Bug 2065005] Re: ThinkPad P16s fails to resume from suspend sometimes [6.8]

2024-05-08 Thread Kleber Sacilotto de Souza
** Also affects: linux (Ubuntu Noble) 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/2065005 Title: ThinkPad P16s fails to resume from suspend sometimes

[Bug 2064921] Re: debvm 0.3 autopkgtest fails: Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file

2024-05-08 Thread Benjamin Drung
** Changed in: debvm (Ubuntu) Importance: Undecided => High ** Changed in: debvm (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064921 Title: debvm

[Bug 2064914] Re: Windows guest hangs after reboot from the guest OS

2024-05-08 Thread Björn Hinz
RHEL Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1975840 ** Bug watch added: Red Hat Bugzilla #1975840 https://bugzilla.redhat.com/show_bug.cgi?id=1975840 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2064843] Re: Gluster 11.1 brick SEGFAULT

2024-05-08 Thread Athos Ribeiro
Thanks, Nick. I am adding this to the server team backlog so someone can start working on this one soon. If you are willing to drive this one, please let us know so we can aid you through the SRU process and sponsor uploads on your behalf in case it is needed. Otherwise, someone in the server

[Bug 2065088] Re: AppArmor profiles allowing userns not immediately active in 24.04 live image

2024-05-08 Thread Simon McVittie
Installing from Valve's official steam-launcher .deb package runs into the same problem. The same workaround works. 1. Boot an Ubuntu 24.04 live image, in a virtual machine with lots of RAM (I gave it 8G) so that it will have enough space on the root tmpfs to install Steam. Using Debian 12's

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Benjamin Drung
You can use systemd-analyze to measure the boot speed. This should be more reliable. For some data, it would be useful to boot three times and average over the boot times (plus calculated deviation). The 5-6 seconds difference is not plausible to me since v4 has a 29 seconds sleep. Could you rerun

[Bug 2065037] Re: dhcpcd is called before interfaces have carrier causing a 29 seconds boot delay

2024-05-08 Thread Stefano
I think you deleted the _set_available_devices_to_up from the functions file yourself when you wanted me to test a custom `functions` File. I cannot find that function call (or function declaration for that matter) anymore at least ... I got a bit lost now though ... So you want me to re-run:

[Bug 2065027] Re: package openssh-server 1:9.3p1-1ubuntu3.3 failed to install/upgrade: installed openssh-server package post-installation script subprocess returned error exit status 1

2024-05-08 Thread Athos Ribeiro
Hi Peter, Thanks for reporting this bug and help making Ubuntu better. From your logs, I see: SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: Missing privilege separation directory: /run/sshd Have you manually removed that directory? Could you provide more

[Bug 2065048] Re: gnome-flashback randomly crash while unlock screen dialog on ubuntu 24.04

2024-05-08 Thread Valentyna
I have done apport-retrace and wrote it to file -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065048 Title: gnome-flashback randomly crash while unlock screen dialog on ubuntu 24.04 To manage

[Bug 2065048] Re: gnome-flashback randomly crash while unlock screen dialog on ubuntu 24.04

2024-05-08 Thread Valentyna
** Attachment added: "t.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/2065048/+attachment/5776309/+files/t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065048 Title:

[Bug 2065047] Re: df -h reports resource unavailable for CIFS mounts

2024-05-08 Thread JB2Cool
*** This bug is a duplicate of bug 2060780 *** https://bugs.launchpad.net/bugs/2060780 Thanks Matthew Tested on 5.15.0-1061-aws that my users problems were resolved. Have replied on the linked bug #2060780 thread too. Hopefully this can be pushed into main for AWS users so they don't have

[Bug 2065042] Re: Please blocklist gnome-shell-extension-blur-my-shell

2024-05-08 Thread Sebastien Bacher
Removed and blocklisted ** Changed in: gnome-shell-extension-blur-my-shell (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065042 Title: Please blocklist

[Bug 2065048] Re: gnome-flashback randomly crash while unlock screen dialog on ubuntu 24.04

2024-05-08 Thread Valentyna
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065048 Title: gnome-flashback randomly crash while unlock screen dialog on ubuntu 24.04 To manage notifications about this bug go to:

[Bug 2065082] Re: Please merge 00303-23 into Oracular

2024-05-08 Thread Sebastien Bacher
** Changed in: fonts-ipafont (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065082 Title: Please merge 00303-23 into Oracular To manage notifications

[Bug 2065083] Re: Please merge 00401-5 into Oracular

2024-05-08 Thread Sebastien Bacher
** Changed in: fonts-ipaexfont (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065083 Title: Please merge 00401-5 into Oracular To manage notifications

[Bug 2065076] Re: nvidia failure to resume from suspend; kernel fallback broken

2024-05-08 Thread Kleber Sacilotto de Souza
The file '/lib/systemd/system-sleep/nvidia' is provided by the nvidia- graphics-drivers-* packages and not by linux. Assigning the issue to nvidia-graphics-drivers-550 for now. ** Also affects: nvidia-graphics-drivers-550 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux

[Bug 2062927] Re: Ambiguity in mdns configuration

2024-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: systemd (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/2062927 Title:

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-05-08 Thread Eduardo Barretto
On Ubuntu 22.04, following the tests outlined in the description, below is the result: $ uname -a Linux sec-jammy-amd64 6.5.0-28-generic #29~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 4 14:39:20 UTC 2 x86_64 x86_64 x86_64 GNU/Linux # Check that current version of openscap is installed $ dpkg

[Bug 2062389] Re: [SRU] Fix segfault in systemdunitdependency probe

2024-05-08 Thread Eduardo Barretto
On Ubuntu 20.04, following the tests outlined in the description, below is the result: $ uname -a Linux sec-focal-amd64 5.4.0-181-generic #201-Ubuntu SMP Thu Mar 28 15:39:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux $ dpkg -l | grep libopenscap ii libopenscap8

[Bug 2062135] Re: Add Cirrus Logic CS35L56 amplifier support

2024-05-08 Thread Timo Aaltonen
** Changed in: linux-oem-6.5 (Ubuntu Jammy) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062135 Title: Add Cirrus Logic CS35L56 amplifier support To

[Bug 2061986] Re: Mount CIFS fails with Permission denied

2024-05-08 Thread Robert Malz
Verified issue on both linux/5.4.0-186.206 and linux/5.15.0-111.121. Following steps from description I was not able to reproduce issue nor I did not hit any new problems. Marking as verified. ** Tags removed: verification-needed-focal-linux verification-needed-jammy-linux ** Tags added:

[Bug 2063365] Re: brcmfmac: brcmf_set_channel: set chanspec 0x100c fail, reason -52

2024-05-08 Thread Dave Jones
I can reproduce this fairly reliably on the Ubuntu 24.04 Server for Pi image. Strangely, it doesn't seem to occur on the initial use of the wifi on boot, but running "netplan apply" (causing the interface to re- connect to the AP), reliably causes several "set chanspec" messages to appear in

[Bug 2063365] Re: brcmfmac: brcmf_set_channel: set chanspec 0x100c fail, reason -52

2024-05-08 Thread Dave Jones
Aha! I can reproduce this on RaspiOS bookworm too, but while the messages appear in dmesg, they *don't* appear on the console, but that's just due to different printk default (level 3 instead of 4 on Ubuntu). So, this is an upstream issue. -- You received this bug notification because you are a

[Bug 2063221] Re: Drop libglib2.0-0 transitional package

2024-05-08 Thread Liam Proven
You have a typo in the description: > the massive Y2028 time_t transition I think you mean Y20*3*8. Not a big deal, but just for clarity you should probably fix that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063161] Re: PHP LDAP extension is missing a dependency

2024-05-08 Thread Bryce Harrington
** Changed in: openldap (Ubuntu) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063161 Title: PHP LDAP extension is missing a dependency

[Bug 2063067] Re: Fix bluetooth connections with 3.0 device

2024-05-08 Thread Timo Aaltonen
** Changed in: linux-oem-6.5 (Ubuntu) Status: New => Invalid ** Changed in: linux-oem-6.5 (Ubuntu Jammy) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063046] Re: build-depends on obsolete python3-nose-timer

2024-05-08 Thread Miriam España Acebal
** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) => Miriam España Acebal (mirespace) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063046 Title: build-depends on obsolete

[Bug 2063096] Re: RTL8852BE fw security fail then lost WIFI function during suspend/resume cycle

2024-05-08 Thread Timo Aaltonen
** Changed in: linux-oem-6.5 (Ubuntu Jammy) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063096 Title: RTL8852BE fw security fail then lost WIFI function

[Bug 2062927] Re: Ambiguity in mdns configuration

2024-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: avahi (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/2062927 Title:

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-05-08 Thread Islam
May 08 15:01:20 hostname gnome-shell[3770]: meta_monitor_manager_get_logical_monitor_from_number: assertion '(unsigned int) number < g_list_length (manager->logical_monitors)' failed May 08 15:01:20 hostname gnome-shell[3770]: meta_workspace_get_work_area_for_monitor: assertion 'logical_monitor

[Bug 2051672] Re: Backport iproute2 6.8.0 to noble

2024-05-08 Thread Danilo Egea Gondolfo
Hi folks, do you think we are good to sync iproute2 from Debian to Oracular at this point? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2051672 Title: Backport iproute2 6.8.0 to noble To manage

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-05-08 Thread Sergio Conde Gómez
I've built the .deb for mutter 46.0-1ubuntu9 with the patch from https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3691 and looks like it fixes the issue (at least I did not have more crashes for the rest of the day. -- You received this bug notification because you are a member of Ubuntu

[Bug 2046544] Re: debvm 0.2.13 autopkgtest fails on ppc64el

2024-05-08 Thread Benjamin Drung
** Changed in: debvm (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2046544 Title: debvm 0.2.13 autopkgtest fails on ppc64el To manage notifications

[Bug 2049315] Re: cups-browsed running non-stop on two cores

2024-05-08 Thread Heinrich Schuchardt
>> Do you know how to quickly trigger the bug? Till, unfortunately I would not know how to trigger it on purpose. Concerning SRU of any fix, I think it would be enough to verify that printing still works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2048517] Re: EPYC-Rome model without XSAVES may break live migration since the removal of the flag on the physical CPU

2024-05-08 Thread Bryce Harrington
** Tags removed: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2048517 Title: EPYC-Rome model without XSAVES may break live migration since the removal of the flag on the physical CPU

[Bug 2040470] Re: Upstream microrelease of squid 5.9

2024-05-08 Thread Sergio Durigan Junior
Thank you, Simon. I can also confirm that all autopkgtests passed. Therefore, marking this bug as verified for Jammy. ** Tags removed: verification-needed verification-needed-jammy ** Tags added: verification-done verification-done-jammy -- You received this bug notification because you are a

[Bug 1778322] Re: gvfs-smb-browse can't browse samba/smb tree

2024-05-08 Thread Andreas Hasenack
> this is an extremely easy fix in code to make As this is a long bug, with many comments and different scenarios at play, I'm a bit lost by now. What is the easy code fix you are referring to, do you have a link to a patch? Also, please restate what is the scenario we are talking about here.

[Bug 2046843] Re: Gnome Packagekit crashes when entering a package name search in Ubuntu Noble

2024-05-08 Thread Xavier Guillot
I still have the issue on Ubuntu 24.04 final : $ gpk-application (gpk-application:36353): PackageKit-CRITICAL **: 19:38:03.762: pk_client_generic_finish: assertion 'G_IS_TASK (res)' failed Erreur de segmentation (core dumped) -- You received this bug notification because you are a member of

[Bug 2063365] Re: brcmfmac: brcmf_set_channel: set chanspec 0x100c fail, reason -52

2024-05-08 Thread Dave Jones
I've added some notes to the upstream bug, including an observation about the regulatory-domain. My thoughts earlier that it doesn't affect anything may be partially wrong (the issue still occurs, but *potentially* only when the interface has no regdom prior to authentication? We'll see what

  1   2   3   >