[Bug 2119454] [NEW] Error when closing the application

2025-08-04 Thread David Hernández
Public bug reported: ``` GNU Image Manipulation Program version 2.10.30 git-describe: GIMP_2_10_30 Build: unknown rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper OFFLOAD_TARGET_

[Bug 2119377] [NEW] package lxd (not installed) failed to install/upgrade: new lxd package pre-installation script subprocess returned error exit status 1

2025-08-02 Thread David Hansen
Public bug reported: lxd was uninstalled prior to running "do-release-upgrade --mode=server". It was surprising when it declared that it was going to "upgrade" lxd to a snap version. ProblemType: Package DistroRelease: Ubuntu 20.04 ProcVersionSignature: Ubuntu 4.15.0-213.224-generic 4.15.18 Uname

[Bug 2119333] [NEW] pinctrl-mlxbf3: should enable 'const pinctrl_desc' in Noble

2025-08-01 Thread David Thompson
Public bug reported: SRU Justification: [Impact] Recent upstream changes to kernel and the BlueField-3 pin control driver, pinctrl-mlxbf3, support the use of "const pinctrl_desc". This critical driver structure should make use of this technique for improved stability. [Fix] The fix is to cherry

[Bug 2119325] Re: Ubuntu MATE feature request: Move Notification Area to bottom right to avoid overlap with window buttons and titles

2025-08-01 Thread David Hedlund
** Attachment added: "3.png" https://bugs.launchpad.net/ubuntu/+bug/2119325/+attachment/5895833/+files/3.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2119325 Title: Ubuntu MATE feature requ

[Bug 2119325] Re: Ubuntu MATE feature request: Move Notification Area to bottom right to avoid overlap with window buttons and titles

2025-08-01 Thread David Hedlund
** Attachment added: "2.png" https://bugs.launchpad.net/ubuntu/+bug/2119325/+attachment/5895832/+files/2.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2119325 Title: Ubuntu MATE feature requ

[Bug 2119325] Re: Ubuntu MATE feature request: Move Notification Area to bottom right to avoid overlap with window buttons and titles

2025-08-01 Thread David Hedlund
** Attachment added: "1.png" https://bugs.launchpad.net/ubuntu/+bug/2119325/+attachment/5895831/+files/1.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2119325 Title: Ubuntu MATE feature requ

[Bug 2119325] [NEW] Ubuntu MATE feature request: Move Notification Area to bottom right to avoid overlap with window buttons and titles

2025-08-01 Thread David Hedlund
Public bug reported: # Current behavior Currently, the Notification Area is placed in the top right of the screen. `mate-notification-properties` (see 1.png.) This placement causes issues by blocking the window control buttons (minimize, maximize, close) when windows are maximized (see 2.pn

[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-08-01 Thread David Novák
Another way how to add that one line is to: - download this code https://launchpad.net/ubuntu/+source/gnome-session/46.0-1ubuntu4.1 - compile it - create packages from the compiled code - install the packages It works, but it's a lot more complicated and it takes a lot more time -- You receive

[Bug 2119246] [NEW] Ubuntu Unity 24.04 - I can't switch between users

2025-07-31 Thread David Novák
Public bug reported: The title says it all. Ubuntu Unity 24.04 won't let me switch between users. When I click on the name of another user in the menu nothing happens. ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a me

[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-07-30 Thread David Novák
Adding ExecStop=/usr/bin/gnome-session-quit --logout --no-prompt at the end of this file /lib/systemd/user/gnome-session.service solved this problem for me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 2119121] [NEW] package icinga2-ido-mysql 2.8.1-0ubuntu2 failed to install/upgrade: installed icinga2-ido-mysql package post-installation script subprocess returned error exit status 1

2025-07-30 Thread David Hansen
Public bug reported: When performing a do-release-upgrade from 16.04 to 18.04 I encountered many errors pertaining to duplicate keys and columns. I finally aborted the futile process when the script complained about not being able to drop a column because it did not exist. It did not exist because

[Bug 2118804] Re: Bug#2118804

2025-07-28 Thread David Oxland
Hello Simon; I figured out the problem myself. Thanks for the reply David Oxland -- doxl...@shaw.ca -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2118804 Title: Backup in "Disks

[Bug 2118804] [NEW] Backup in "Disks" not functioning or available

2025-07-25 Thread David Oxland
Public bug reported: When I searched for Apps for Backup it offers Disks There is no backup offered in Discs menu.I cannot create a backup using Discs. At one time I had something working in Discs but then it always gave "error creating backup" I tried using Deja-Dup but no joy there either. No

[Bug 2116949] Re: Since snapd 2.68, initial seeding time increased

2025-07-21 Thread Valentin David
On the ISO: ubuntu@ubuntu:~$ time sudo snap run --hook configure firefox /usr/share/fonts: caching, new cache contents: 0 fonts, 6 dirs /usr/share/fonts/X11: caching, new cache contents: 0 fonts, 4 dirs /usr/share/fonts/X11/Type1: caching, new cache contents: 43 fonts, 0 dirs /usr/share/fonts/X11/

[Bug 2116949] Re: Since snapd 2.68, initial seeding time increased

2025-07-21 Thread Valentin David
You were not waiting for seeding. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2116949 Title: Since snapd 2.68, initial seeding time increased To manage notifications about this bug go to: https:/

[Bug 2116949] Re: Since snapd 2.68, initial seeding time increased

2025-07-21 Thread Valentin David
There is actually hooks. They call the hook from gnome, which runs `fc- cache --force`. And that takes 3 seconds each. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2116949 Title: Since snapd 2.68,

[Bug 2116949] Re: Since snapd 2.68, initial seeding time increased

2025-07-21 Thread Valentin David
It seems every `Run configure hook of ".." snap if present` take 3 seconds to run. But most of them have a configure hook that only contains `#!/bin/true`. Could we just remove those hooks in the snaps? That would probably save most of the time. Still we have to figure out why trying to run them t

[Bug 2116949] Re: Since snapd 2.68, initial seeding time increased

2025-07-21 Thread Valentin David
Removing pre-seeding tasks, it looks like Done 2025-07-07T05:51:16Z 2025-07-15T13:51:19Z Run install hook of "snapd" snap if present Done 2025-07-07T05:51:16Z 2025-07-15T13:51:19Z Start snap "snapd" (24994) services Done 2025-07-07T05:51:16Z 2025-07-15T13:51:19Z Run configure hook of "core" sna

[Bug 2072486] Re: netplan-ovs-cleanup.service is marked world-inaccessible

2025-07-18 Thread david
Interesting issue — when a service like netplan-ovs-cleanup.service is marked world-inaccessible, it’s often due to systemd security settings or permission restrictions. A quick check with systemctl cat or reviewing sandbox options might help trace the cause. Also, while on the topic of protection,

[Bug 2117251] [NEW] nvidia-kernel-source-535 535.230.02-0ubuntu0.24.04.1: nvidia kernel module failed to build

2025-07-18 Thread David Warner
Public bug reported: Crash on update ProblemType: Package DistroRelease: Ubuntu 24.04 Package: nvidia-kernel-source-535 535.230.02-0ubuntu0.24.04.1 ProcVersionSignature: Ubuntu 6.11.0-29.29~24.04.1-generic 6.11.11 Uname: Linux 6.11.0-29-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia A

[Bug 2113469] Re: Logitech MX Anywhere and MX Keys need to re-pair after suspend after upgrading to kernel 6.14

2025-07-18 Thread David D Lowe
The update in Ubuntu 25.04 (Plucky) fixed the issue 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/2113469 Title: Logitech MX Anywhere and MX Keys need to re-pair after suspend after upgrad

[Bug 2117197] Re: mlxbf_gige: add deferred probing

2025-07-17 Thread David Thompson
** Summary changed: - mlxbf_gige: add deferred probing to Jammy + mlxbf_gige: add deferred probing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2117197 Title: mlxbf_gige: add deferred probing To

[Bug 2117197] [NEW] mlxbf_gige: add deferred probing to Jammy

2025-07-17 Thread David Thompson
Public bug reported: SRU Justification: [Impact] The GIGE driver gets the PHY IRQ resource during its initialization path. If this resource is not available at driver probe(), an error message is emitted to log: "Error getting PHY irq. Use polling instead" [Fix] The fix is to update the GIGE dri

[Bug 2116994] Re: Root says; "user does not exist"

2025-07-16 Thread David Oxland
None. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2116994 Title: Root says; "user does not exist" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/2116994/+su

[Bug 2116994] Re: Root says; "user does not exist"

2025-07-16 Thread David Oxland
password is required so I'm stopped there. - Last night on a auto-login occasion I was able to do the password reset routine described above in terminal and that resulted in "user david-oxland EQ not found"when it came to finishing up. -Today, I'm able to get through/sett

Re: [Bug 2115715] Re: usb tethering not working

2025-07-16 Thread David Murphy
On 12/07/2025 20:59, Jeremy wrote: > David, see if USB tethering works with that USB wifi device removed > > My Samsung phone tethers fine on 6.11.0-29-generic > Hi, I've tried unplugging the usb wifi adaptor but usb tethering still does not work. I have also noticed in Ubuntu

[Bug 2114923] Re: Upon booting iso, no snaps are installed and desktop installer service crashes

2025-07-14 Thread Valentin David
As a work-around for this bug, I suggests you make sure that `ubuntu- desktop-installer.service` does not start before `snapd.seeded.service`. Unfortunately a user service cannot really wait for a system service. And `snap wait system seed.loaded` which could have been a good ExeStartPre command re

[Bug 2116765] [NEW] update postfix cannot occur

2025-07-11 Thread David Oxland
.28.1-0ubuntu3.7 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Fri Jul 11 21:26:54 2025 DuplicateSignature: InvalidHostOrDomain EtcMailname: david-oxland-EQ doxl...@shaw.ca Hostname: david-oxland-EQ InstallationDate: Installed on 2025-06-23 (19 days ago) Installation

[Bug 2116557] Re: dpkg returned an error code (1)

2025-07-11 Thread David Oxland
sudo gedit /etc/postfix/main.cf [sudo] password for david-oxland: Sorry, try again. [sudo] password for david-oxland: mkdir: cannot create directory ‘/run/user/0’: Permission denied Authorization required, but no authorization protocol specified I don't see myorigin D.Oxland --

[Bug 2116557] Re: dpkg returned an error code (1)

2025-07-11 Thread David Oxland
Further: gedit postconf 1 libpxbackend-1.0.so: cannot open shared object file: No such file or directory Failed to load module: /home/david-oxland/snap/gedit/common/.cache/gio-modules/libgiolibproxy.so Gtk-Message: 13:40:15.667: Not loading module "atk-bridge": The functionality is p

[Bug 2116557] Re: dpkg returned an error code (1)

2025-07-11 Thread David Oxland
Logout produced this; 404 Not Found The resource could not be found. and 'systemctl reload postfix'. Running newaliases newaliases: fatal: myorigin parameter setting must not contain multiple values: david-oxland-EQ doxl...@shaw.ca dpkg: error processing package postfix (-

[Bug 2116557] Re: dpkg returned an error code (1)

2025-07-11 Thread David Oxland
newaliases: fatal: myorigin parameter setting must not contain multiple values: david-oxland-EQ doxl...@shaw.ca dpkg: error processing package postfix (--configure): installed postfix package post-installation script subprocess returned error ex it status 75 Errors were encountered while processing:

[Bug 2116557] [NEW] dpkg returned an error code (1)

2025-07-10 Thread David Oxland
Public bug reported: This happened during update; Tried all suggestions. No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 24.04.2 LTS Release:24.04 Codename: noble apt-cache policy pkgname N: Unable to locate package pkgname Expected update to complete n

[Bug 2116279] [NEW] antpm-downloader crashed with SIGABRT in std::terminate()

2025-07-09 Thread David Kastrup
Public bug reported: This happens occasionally in the middle of a download, with an error message akin to [...] File 002a, downloaded 512 bytes. Total 51712 / 55845 downloaded (92.5992%). pure virtual method called terminate called without an active exception Aborted (core dumped) Sounds like a

[Bug 2116084] Re: Internal audio via the Broadwell-RT286 sound chip no longer works.

2025-07-07 Thread David Zimmerli
### 🐞 Audio broken with Broadwell-RT286 on Ubuntu 24.04 (Kernel 6.11.0-29-generic) 📌 Summary After upgrading to Ubuntu 24.04 (kernel `6.11.0-29-generic`), the internal speakers of my notebook using the `broadwell-rt286` audio chip no longer work. Only headphone output functions correctly. I

[Bug 2116084] [NEW] Internal audio via the Broadwell-RT286 sound chip no longer works.

2025-07-07 Thread David Zimmerli
Public bug reported: Since upgrading to Ubuntu 24.04 with kernel 6.11.0-29-generic, internal audio via the Broadwell-RT286 sound chip no longer works. Only headphones work. Internal speakers do not produce sound. The kernel module snd_soc_sst_broadwell_rt286 is completely missing in /lib/modules

[Bug 2115450] Re: samba crashing when attempting to authenticate user after applying updates for USN-7582-1

2025-07-02 Thread David Mora
I went ahead and grabbed the updates from ESM - it appears this resolved the issue. Thank you again for the help and quick response. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2115450 Title: samb

[Bug 2115450] Re: samba crashing when attempting to authenticate user after applying updates for USN-7582-1

2025-07-02 Thread David Mora
I apologize for the delay - was having email issues. I will see if I can give these a try soon. Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2115450 Title: samba crashing when attemptin

[Bug 2115754] [NEW] mlxbf_gige: kernel log is flooded during heavy TX traffic

2025-07-01 Thread David Thompson
Public bug reported: SRU Justification: [Impact] The GIGE driver utilizes the msglvl infrastructure to log interesting events during interface initialization, transmit, and receive. The problem is during heavy transmit traffic, the kernel log gets flooded with log entries such as: mlxbf_gige M

[Bug 2115715] [NEW] usb tethering not working

2025-07-01 Thread David Murphy
Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: david 2321 F wireplumber /dev/snd/controlC1: david 2321 F wireplumber /dev/snd/seq:david 2314 F pipewire CRDA: N/A CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date

[Bug 2115625] [NEW] package nginx 1.24.0-2ubuntu7.4 failed to install/upgrade: installed nginx package post-installation script subprocess returned error exit status 1

2025-06-30 Thread David Rush
Public bug reported: After apt update and apt upgrade nginx won't start. Setting up nginx (1.24.0-2ubuntu7.4) ... Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xeu nginx.service" for details. invoke-rc.d: in

Re: [Bug 2115371] Re: Trying to outrun government intervention you are providing to them, should go well privacy experts

2025-06-28 Thread Eric David LoVullo Xtl
Thank you for confirming. That is exactly what I needed as you are either protecting your company or are in no way aware of what your company is doing. Good stuff, Also you are now Bivens bound. Good luck with that, as I reported a serious crime in which you spent four seconds confirming nothing wi

[Bug 2115531] Re: gpio-mlxbf3: need to fix get IRQ resource error

2025-06-27 Thread David Thompson
The upstream patch "gpio: mlxbf3: only get IRQ for device instance 0" does NOT apply cleanly to the BF3 GPIO driver in Jammy. There's additional logic required in Jammy that affects this patch merge. For now, let's just use this bug for Noble repo. -- You received this bug notification because

[Bug 2115531] [NEW] gpio-mlxbf3: need to fix get IRQ resource error

2025-06-27 Thread David Thompson
Public bug reported: SRU Justification: [Impact] The BF3 GPIO driver (gpio-mlxbf3) in both Jammy and Noble repos are missing an upstream patch. The result is that kernel log shows this error message upon every boot: mlxbf3_gpio MLNXBF33:01: error -ENXIO: IRQ index 0 not found [Fix] The u

[Bug 2115450] [NEW] samba crashing when attempting to authenticate user after applying updates for USN-7582-1

2025-06-26 Thread David Mora
Public bug reported: After applying the updates from (https://ubuntu.com/security/notices/USN-7582-1) we are seeing samba/winbind crash/panic when attempting to log in with SSH. The logs are below. This is happening on both of our test 16.04/18.04 machines. I'm not sure if related, but these machi

[Bug 2115432] [NEW] Installation of tp-smapi-dkms fails due to compilation error

2025-06-26 Thread David Kastrup
Public bug reported: The error appears to be a missing declaration/header for del_timer_sync: DKMS make.log for tp_smapi-0.44 for kernel 6.15.0-3-generic (x86_64) Thu Jun 26 17:29:18 CEST 2025 make: Entering directory '/usr/src/linux-headers-6.15.0-3-generic' make[1]: Entering directory '/var/lib

Re: [Bug 2115396] Re: Encryption Passkey flashing cursor ghost remains on ALL screens

2025-06-26 Thread David Shott
I agree, nothing there.  My apologies.  It was so prominent before & after the screenshot I never thought to review the png.   A photo would have captured  it properly data or raster.  I think Intel's holding the artifact. OS isn't writing it into every page.   OS writes the png w/data not buffe

[Bug 2115396] [NEW] Encryption Passkey flashing cursor ghost remains on ALL screens

2025-06-25 Thread David Shott
Public bug reported: The initial system screen requesting my encryption key begins at the flashing cursor underline. After my last update (complete) earlier this day 06/25/2025 the blue ghost of the flashing encryption key cursor remains in its initial position through all screens. Burn in is no

[Bug 2115396] Re: Encryption Passkey flashing cursor ghost remains on ALL screens

2025-06-25 Thread David Shott
Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2115396 Title: Encryption Passkey flashing cursor ghost remains on ALL screens To manage notifications about this bug go to: https://bugs.la

[Bug 652371] Re: stellarium crashed with SIGSEGV in QReadWriteLock::lockForWrite()

2025-06-24 Thread Marilyn David
Thanks for sharing. I found a lot of interesting information here https://www.mykfcexperience.me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/652371 Title: stellarium crashed with SIGSEGV in QReadW

[Bug 2114770] [NEW] tumblerd crashed with SIGBUS in ???()

2025-06-16 Thread David Kastrup
Public bug reported: Unprompted crash. ProblemType: Crash DistroRelease: Ubuntu 25.10 Package: tumbler 4.20.0-1 ProcVersionSignature: Ubuntu 6.14.0-15.15-generic 6.14.0 Uname: Linux 6.14.0-15-generic x86_64 ApportVersion: 2.33.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDeskt

[Bug 2109313] Re: "Utmp slot not found -> not removed" warning when closing sessions

2025-06-16 Thread David Bartley
Confirming that the built deb fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2109313 Title: "Utmp slot not found -> not removed" warning when closing sessions To manage notification

[Bug 2114511] [NEW] Upgrade UEFI dbx from 20241101 to 20250507 - Fail with invalid argument on, problably some linux os.

2025-06-13 Thread David XXX
Public bug reported: Speak already about this issue on fwupd github here: https://github.com/fwupd/fwupd/issues/8909 My Actual mini pc it's a Intel NUC NUC7PJYHN Ubuntu it's 24.04.2 LTS with apt update & upgrade periodically installed. Recently i have received and update and right now every tim

[Bug 2109313] Re: "Utmp slot not found -> not removed" warning when closing sessions

2025-06-12 Thread David Bartley
Thanks, confirming this fixes the issue 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/2109313 Title: "Utmp slot not found -> not removed" warning when closing sessions To manage notificatio

[Bug 2109495] Re: unattended-upgrades can (and regularly does) pause mid-update indefinitely with no error or feedback

2025-06-10 Thread David Buckley
Worth noting that consistently, this seems to occur with methods/https in the PS list. I have two HTTPS sources on this machine -- one which is unique to it (the issue occurs elsewhere, though), and one over a VPN. So it's also possible that this is happening on _resume_, before the VPN reconnects,

[Bug 2109495] Re: unattended-upgrades can (and regularly does) pause mid-update indefinitely with no error or feedback

2025-06-10 Thread David Buckley
Occurred again. This time, I got it right and got a trace on everything: Output is for "thread apply all bt" in gdb for each pid (other than systemd) in "pstree -sp 42017". It looks like it's definitely stuck inside a network call. PROCESS 42017 USER PID %CPU %MEMVSZ RSS TTY

[Bug 2113494] [NEW] UK keyboard's '£' symbol (Shift+3) outputs '#' exclusively in Cinnamon's Wayland session on Ubuntu, despite all system-wide keyboard configurations being correctly set for UK Engli

2025-06-08 Thread David Bobbins
Public bug reported: Problem: When using the Cinnamon desktop environment on a Wayland session in Ubuntu, the Shift+3 key on a standard UK English keyboard incorrectly produces a hash symbol (#) instead of the expected Great British Pound symbol (£). This issue affects all applications within t

[Bug 2112233] [NEW] package systemd 257.4-1ubuntu3 failed to install/upgrade: »installiertes post-installation-Skript des Paketes systemd«-Unterprozess gab den Fehlerwert 1 zurück

2025-05-31 Thread David Berger
Public bug reported: normal do-release-upgrade ProblemType: Package DistroRelease: Ubuntu 25.04 Package: systemd 257.4-1ubuntu3 ProcVersionSignature: Ubuntu 6.11.0-26.26-generic 6.11.11 Uname: Linux 6.11.0-26-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.30.0-0ubuntu

[Bug 2109495] Re: unattended-upgrades can (and regularly does) pause mid-update indefinitely with no error or feedback

2025-05-30 Thread David Buckley
OK, as expected, this bit again. As noted, this is not at all rare! $ sudo apt update Reading package lists... Done E: Could not get lock /var/lib/apt/lists/lock. It is held by process 810491 (apt-get) N: Be aware that removing the lock file is not a solution and may break your system. E: Unabl

[Bug 2112207] Re: nxagent segmentation violation in AllocatePicturePrivate

2025-05-30 Thread David Komanek
I forgot to say that it happens on Ubuntu 24.04 LTS server, but works without problem on Ubuntu 20.04 LTS (x2goserver 4.1.0.6-0~202308180209~ubuntu20.04.1, nxagent 3.5.99.23-1build1). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 2112207] [NEW] nxagent segmentation violation in AllocatePicturePrivate

2025-05-30 Thread David Komanek
Public bug reported: Ubuntu release (fresh install, not upgraded): No LSB modules are available. Description:Ubuntu 24.04.2 LTS Release:24.04 package version: nxagent 2:3.5.99.27-1.1build2 source package: https://launchpad.net/ubuntu/+source/nx-libs/2:3.5.99.27-1.1build2 x2gose

[Bug 2042744] Re: su -s /bin/sh -c "keystone-manage db_sync" keystone

2025-05-30 Thread David Wilde
OpenStack is deprecating eventlet so this is resolved mina. ** Changed in: keystone 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/2042744 Title: su -s /bin/

[Bug 2111867] [NEW] Firefox Browser hijacked

2025-05-27 Thread David Oxland
Public bug reported: Using Ubuntu 24.04. LTS Mozilla Firefox always defers to Yahoo search even though Mozilla Preference shows Firefox as default browser and popups blocked. I cannot stop it tried installing/removeing Firefox again. Result; Firefox not found in every case. Also Ubuntu softwar

[Bug 2097008] Re: [SRU] Add CM5 Lite to flash-kernel database

2025-05-24 Thread David Cunningham
Verificaton failed on noble. Looks like the device tree blob is missing: ```dj@deejnet-a8fd:~$ sudo flash-kernel Unsupported platform 'Raspberry Pi Compute Module 5 Lite Rev 1.0'. dj@deejnet-a8fd:~$ sudo apt install -t noble-proposed flash-kernel Reading package lists... Done Building dependency

[Bug 16492] Re: Mouse pointer should disappear when keyboard is in use and mouse isn't

2025-05-23 Thread David Balažic
As unclutter is not really maintained, somebody wrote an alternative: https://github.com/jcs/xbanish or https://launchpad.net/ubuntu/+source/xbanish -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bu

[Bug 1983181] Re: Cheese Internal data stream error

2025-05-21 Thread David Gessel
Installing libcamera-ipa and pipewire-libcamera per https://askubuntu.com/a/1543014/839103 has resolved the issue 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/1983181 Title: Cheese Internal

[Bug 1983181] Re: Cheese Internal data stream error

2025-05-21 Thread David Gessel
having the same issue Linux dg-dl 6.8.0-59-generic #61~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 17:03:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux $ pipewire --version pipewire Compiled with libpipewire 1.4.2 Linked with libpipewire 1.4.2 Running: $ cheese (cheese:266670): cheese-WARNING **

[Bug 2111451] Re: 5/21/25 System Update fails on Package Installation

2025-05-21 Thread David G
Issue Resolved by user -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2111451 Title: 5/21/25 System Update fails on Package Installation To manage notifications about this bug go to: https://bugs.la

[Bug 2111451] Re: 5/21/25 System Update fails on Package Installation

2025-05-21 Thread David G
Inappropriate bot response. System upgrade with 81 packages failed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2111451 Title: 5/21/25 System Update fails on Package Installation To manage notifi

[Bug 2111451] [NEW] 5/21/25 System Update fails on Package Installation

2025-05-21 Thread David G
Public bug reported: System Update failed with the following message: Dependency resolution failed:The following packages have unmet dependencies: libkpmcore13: Breaks: libkpmcore12 but 24.12.3-0ubuntu1 is to be installed System Log entry: 5/21/25 1:54 PM plasma-discover Error happened Pack

[Bug 2109313] Re: "Utmp slot not found -> not removed" warning when closing sessions

2025-05-19 Thread David Bartley
Start screen Hit enter (initial screen session) Ctrl+A + Ctrl+C (new screen session) Ctrl+D (end screen session) See "Utmp slot not found -> not removed" in lower left (have to hit a key to dismiss the message) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1980018] Re: Cryptsetup-initramfs cant deal with tpm2-device option

2025-05-19 Thread David
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1980018 Title: Cryptsetup-initramfs cant deal with tpm2-device option To manage notification

[Bug 2111102] Re: php 8.4 fails to load mysql extensions

2025-05-17 Thread David Newman
It turns out the problem lies in the installation scripts of php-mysql and other extensions during the Ubuntu 25.04 installation. They didn't copy all the files like mysqli.so to /etc/php/8.4/mods- available and then run phpenmod to copy them under apache and cli. Consequently 10-mysqlnd.ini did

[Bug 2111102] [NEW] php 8.4 fails to load mysql extensions

2025-05-16 Thread David Newman
Public bug reported: After upgrading to Ubuntu 25.04, MySQL has stopped working in PHP pages on Apache2. I edited php.ini to explicitly load mysqli, mysqlnd and pdo_mysql extensions. Only mysqlnd was loaded. In the apache2/error.log I got: PHP Warning: PHP Startup: Unable to load dynamic libra

Re: [Bug 2110594] Re: Upgrade error window says: Can't install ''

2025-05-16 Thread David Spoelstra
The upgrader appeared to be able to move forward, but I chose to kill it and report the bug and do a clean install. -David On Fri, May 16, 2025 at 5:05 AM Nick Rosbrook <2110...@bugs.launchpad.net> wrote: > I need to understand if the impact can be larger than that in other > case

[Bug 2110594] Re: Upgrade error window says: Can't install ''

2025-05-15 Thread David Spoelstra
Nick- I was running Ubuntu 24.10 desktop and the Software Updater popped up and offered to upgrade to 25.04 so I did. That's when I got the error. Unfortunately, before I got your message, I just backed up my data and did a fresh install. -- You received this bug notification because you are a

[Bug 2098961] Re: Severe network performance issues with Kernel 6.8.0-53 and 6.11.0-17 (Xubuntu) on Proxmox 8.3 (bnxt_en + VirtIO)

2025-05-14 Thread David Castañeda
Hi, Any idea when this new kernel 6.14.2 will be available for Ubuntu 24.04 in the official repo? thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2098961 Title: Severe network performance iss

[Bug 2110594] [NEW] Upgrade error window says: Can't install ''

2025-05-13 Thread David Spoelstra
Public bug reported: 25.04 Upgrade error window says: Can't install '' It was impossible to install a required package. Please report this as a bug using 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. ProblemType: Bug DistroRelease: Ubuntu 24.10 Package: ubuntu-release-upgrader-core 1:

[Bug 2109495] Re: unattended-upgrades can (and regularly does) pause mid-update indefinitely with no error or feedback

2025-05-13 Thread David Buckley
Hmmm, apparently I failed to actually commit the change last time I looked (or perhaps thought I should defer doing so?). I've made the change, now; I'd like for this to be fixed and I don't think there's much of a disclosure risk. ** Information type changed from Private Security to Public Securi

[Bug 2109313] Re: "Utmp slot not found -> not removed" warning when closing sessions

2025-05-12 Thread David Bartley
Interesting. I'm able to consistently reproduce it, but only after creating an additional session within screen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2109313 Title: "Utmp slot not found ->

[Bug 2110372] [NEW] ChatGPT desktop

2025-05-10 Thread David Oxland
Public bug reported: Command chatgpt-desktop; produces many pages of errors. Repeatedly fails to open.Does not open or work. installed a few days ago. Came from Gitlab author Christian ? My OS Ubuntu 24.04.2 Found it searching for chatGPT for Ubuntu. Came after using using "chatgpt-d

[Bug 2109313] Re: "Utmp slot not found -> not removed" warning when closing sessions

2025-05-07 Thread David Bartley
** Bug watch added: Debian Bug tracker #1085889 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085889 ** Also affects: screen (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085889 Importance: Unknown Status: Unknown -- You received this bug notification becau

[Bug 2109991] Re: apt WARNING

2025-05-05 Thread David Oxland
Have never seen this before. How to fix it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2109991 Title: apt WARNING To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/

[Bug 2109991] [NEW] apt WARNING

2025-05-05 Thread David Oxland
Public bug reported: WARNING: apt does not have a stable CLI interface. Use with caution in scripts ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: apt 2.7.14build2 ProcVersionSignature: Ubuntu 6.11.0-25.25~24.04.1-generic 6.11.11 Uname: Linux 6.11.0-25-generic x86_64 ApportVersion: 2.28.1-

Re: [Bug 2109809] Re: Distribution upgrade

2025-05-02 Thread David Oxland
Unsubscribe; cured From: "Chris Guiver" <2109...@bugs.launchpad.net> To: "David Oxland" Sent: Friday, May 2, 2025 1:37:14 AM Subject: [Bug 2109809] Re: Distribution upgrade Thank you for taking the time to report this bug and helping to make Ubuntu better. Bug

[Bug 2109809] Re: Distribution upgrade

2025-05-02 Thread David Oxland
All fixed now. Updates occurring normally! Sorry for the errors. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2109809 Title: Distribution upgrade To manage notifications about this bug go to: http

[Bug 2109809] Re: Distribution upgrade

2025-05-01 Thread David Oxland
This happened several days ago Ubuntu-bug won't accept it; claims no such program. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2109809 Title: Distribution upgrade To manage notifications about th

[Bug 2109809] Re: Distribution upgrade

2025-05-01 Thread David Oxland
no such package as upgrade or upgrade distribution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2109809 Title: Distribution upgrade To manage notifications about this bug go to: https://bugs.laun

[Bug 2109809] [NEW] Distribution upgrade

2025-05-01 Thread David Oxland
Public bug reported: partial upgrade fails after upgrade fails Ubuntu 22.04.5 LTS ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: dpkg 1.21.1ubuntu2.3 ProcVersionSignature: Ubuntu 6.8.0-60.63~22.04.1-generic 6.8.12 Uname: Linux 6.8.0-60-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.6 Arch

[Bug 2109804] [NEW] mlxbf_bootctl: bring in latest upstream commits

2025-05-01 Thread David Thompson
Public bug reported: SRU Justification: [Impact] The mlxbf-bootctl driver is not using the latest upstream commits. There is a SAUCE patch in Jammy that can be reverted and replaced with upstream. Also, there are three upstream patches that are missing from the mlxbf-bootctl driver in Jammy. [F

[Bug 2089709] Re: Ubuntu 24.04 sometimes logs in to a black screen if the mouse is moved during login

2025-04-30 Thread David A. Desrosiers
I did a significant amount of testing on this over the last week or so (and a few hours tonight), as there are two nearly-identical issues that have been reported; one running 24.04 under Hyper-V, and accessing it via RDP, resulting in a black/blank screen after a number of idle minutes, and anothe

[Bug 2109756] [NEW] gpio_mlxbf3: bring in latest upstream commits

2025-04-30 Thread David Thompson
Public bug reported: SRU Justification: [Impact] The gpio-mlxbf3 driver is not using the latest upstream commits. There is a SAUCE patch in Jammy that can be reverted and replaced with upstream. Also, there is an upstream patch that is missing from the gpio-mlxbf3 driver in Jammy. [Fix] 1) Rev

[Bug 2109748] [NEW] bluefield_edac: uses uninitialized var in error paths

2025-04-30 Thread David Thompson
Public bug reported: SRU Justification: [Impact] The 'smatch' static analyzer tool raised 5 warnings against the EDAC driver. There is one warning for each call to "bluefield_edac_readl()" since the code uses the result of the function call even if there is an error (leaving resulting value uni

[Bug 2109313] [NEW] "Utmp slot not found -> not removed" warning when closing sessions

2025-04-24 Thread David Bartley
Public bug reported: Due to removal of utmp in plucky, screen now prints "Utmp slot not found -> not removed" whenever a session is closed. I suspect the easiest fix is to not build screen with utmp support. ** Affects: screen (Ubuntu) Importance: Undecided Status: New -- You rece

[Bug 2084677] Re: apt upgrade --simulate prints permission denied because ubuntu-advantage-apt-hook.log ist not accessible

2025-04-14 Thread David Gräfrath
I tested versions 35.1ubuntu0~22.04, 35.1ubuntu0~20.04, and 35.1ubuntu0~18.04 and can confirm that they fix the issue (`apt upgrade --simulate` as non-root does not show "Permission denied" messages anymore). ** Tags removed: verification-needed-bionic verification-needed-focal verification-neede

[Bug 2106700] Re: High Contrast Inverse theme does not use the MATE menu icon

2025-04-10 Thread David Hedlund
** Attachment added: "High Contrast.png" https://bugs.launchpad.net/ubuntu/+source/mate-themes/+bug/2106700/+attachment/5870691/+files/High%20Contrast.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 2106675] Re: apparmor prevents access to saved sessions

2025-04-10 Thread David R. Hedges
Additionally, this directive breaks use of ssh keys / keyring: include I replaced it with: include owner @{run}/user/@{uid}/keyring/ssh rw, And updated the ${HOME}/.ssh line: owner @{HOME}/.ssh/{config,known_hosts,id_*} r, A full patch is attached that seems to get things working for me. A fe

[Bug 2106700] Re: The High Contrast Inverse and the High Contrast themes are using different menu icons

2025-04-09 Thread David Hedlund
** Description changed: Steps to Reproduce 1. Apply the High Contrast theme. Observe that the menu icon (top left) is the GNOME menu icon. 2. Switch to the High Contrast Inverse theme. Observe that the menu icon is the MATE menu icon. --- Expected Behavior To make High Co

[Bug 2106700] Re: High Contrast Inverse theme does not use the MATE menu icon

2025-04-09 Thread David Hedlund
** Description changed: - Summary - - The High Contrast theme uses the GNOME menu icon, which is correct as it - aligns with the official icon located [here](https://github.com/mate- - desktop/mate-themes/blob/master/icon- - themes/ContrastHigh/scalable/places/start-here.svg). However, the High -

[Bug 2106700] Re: High Contrast Inverse theme does not use the MATE menu icon

2025-04-09 Thread David Hedlund
** Attachment added: "Greybird-dark.png" https://bugs.launchpad.net/ubuntu/+source/mate-themes/+bug/2106700/+attachment/5870690/+files/Greybird-dark.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

  1   2   3   4   5   6   7   8   9   10   >