[Bug 2060624] Re: lubuntu reinstall on dual boot system, grub does appear & offer OS choice
I vaguely recall an indirect discussion with AndreaRighi (or someone) who mentioned a (possible?) change coming thru for noble.. I'm wondering if this is my discovery of what was mentioned.. alas I can't recall the 'comment' this reminds me of My testing today can be read here - https://iso.qa.ubuntu.com/qatracker/milestones/450/builds/299105/testcases/1701/results/ Either way my install is perfect, except the dual-booting option offered by GRUB got lost.. This is behavior I get on Debian, so I know how to fix it, just don't expect it with a Ubuntu re-install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060624 Title: lubuntu reinstall on dual boot system, grub does appear & offer OS choice To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2060624/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060628] [NEW] ModuleNotFoundError: No module named 'numpy.distutils'
Public bug reported: NumPy has deprecated numpy.distutils in NumPy 1.23.0 for Python3.12 [0]. An example autopkgtest failure can be seen in [1]. [0] https://numpy.org/doc/stable/reference/distutils_status_migration.html [1] https://launchpadlibrarian.net/722384337/buildlog_ubuntu-noble-amd64.astrometry.net_0.93+dfsg-1.1build3_BUILDING.txt.gz ** Affects: astrometry.net (Ubuntu) Importance: Undecided Assignee: Paul Mars (upils) Status: Confirmed ** Tags: 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/2060628 Title: ModuleNotFoundError: No module named 'numpy.distutils' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/astrometry.net/+bug/2060628/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060624] [NEW] lubuntu reinstall on dual boot system, grub does appear & offer OS choice
Public bug reported: Warning: os-prober will not be executed to detect other bootable partitions. Lubuntu noble install to - hp dc7700 (c2d-e6320, 8gb, amd/ati rv610/radeon hd2400 pro/xt) System had two Lubuntu noble installs on box; original full disk install (sda1) + install alongside (sda2) This box is legacy (BIOS) or pre-uEFI (2005 HP Compaq) so no ESP was created at install time guiverc@dc7700-3:~$ blkid /dev/sda2: LABEL="lubuntu_2404" UUID="4b96ae36-ff60-46ff-888d-bab52f0664fc" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="b22c54df-02" /dev/sda1: LABEL="lubuntu_2404" UUID="2466-48e0-47e3-af47-4cd692dcdbd6" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="b22c54df-01" ** expected result On reboot post-install (Lubuntu so calamares install) I grub did NOT appear, so I could boot into the untouched install & checked it worked (grub offered me two options correctly prior to install). ** actual result No grub menu appeared, so no dual boot option was offered?? No problem, I'll just `update-grub` and that should fix it won't it? guiverc@dc7700-3:~$ sudo update-grub [sudo] password for guiverc: Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/lubuntu-grub-theme.cfg' Generating grub configuration file ... Found theme: /usr/share/grub/themes/lubuntu-grub-theme/theme.txt Found linux image: /boot/vmlinuz-6.8.0-22-generic Found initrd image: /boot/initrd.img-6.8.0-22-generic Found memtest86+x64 image: /boot/memtest86+x64.bin Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. Adding boot menu entry for UEFI Firmware Settings ... done The issue is Warning: os-prober will not be executed to detect other bootable partitions. Prior releases of Ubuntu haven't done this (new grub 2.06 change) with a patch (ubuntu-os-prober-auto.patch) carried by Ubuntu that reverses this upstream change.. If this is new behavior (for noble) we (Lubuntu at least) just need to document it, as its a change to mantic, lunar & prior releases (inc. kinetic, jammy which were 2.06 or later, it was default prior to jammy anyway). Maybe I'm missing something... I'll correct/add more as I can ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: grub2-common 2.12-1ubuntu7 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: LXQt Date: Tue Apr 9 16:21:14 2024 InstallationDate: Installed on 2024-04-09 (0 days ago) InstallationMedia: Lubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240408) SourcePackage: grub2 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: grub2 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug noble ** Description changed: Warning: os-prober will not be executed to detect other bootable partitions. - Lubuntu noble install. + Lubuntu noble install to + - hp dc7700 (c2d-e6320, 8gb, amd/ati rv610/radeon hd2400 pro/xt) System had two Lubuntu noble installs on box; original full disk install (sda1) + install alongside (sda2) This box is legacy (BIOS) or pre-uEFI (2005 HP Compaq) so no ESP was created at install time guiverc@dc7700-3:~$ blkid /dev/sda2: LABEL="lubuntu_2404" UUID="4b96ae36-ff60-46ff-888d-bab52f0664fc" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="b22c54df-02" /dev/sda1: LABEL="lubuntu_2404" UUID="2466-48e0-47e3-af47-4cd692dcdbd6" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="b22c54df-01" ** expected result On reboot post-install (Lubuntu so calamares install) I grub did NOT appear, so I could boot into the untouched install & checked it worked (grub offered me two options correctly prior to install). ** actual result No grub menu appeared, so no dual boot option was offered?? No problem, I'll just `update-grub` and that should fix it won't it? - guiverc@dc7700-3:~$ sudo update-grub - [sudo] password for guiverc: + [sudo] password for guiverc: Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/lubuntu-grub-theme.cfg' Generating grub configuration file ... Found theme: /usr/share/grub/themes/lubuntu-grub-theme/theme.txt Found linux image: /boot/vmlinuz-6.8.0-22-generic Found initrd image: /boot/initrd.img-6.8.0-22-generic Found memtest86+x64 image: /boot/memtest86+x64.bin Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. Adding boot
Re: Fwd: [Bug 2060275] [NEW] pmproxy crash at startup in libpcp_web.so.1
Hello Nathan, Nathan Scott [2024-04-09 16:19 +1000]: > Is any of this getting through... ? Just checked the Ubuntu tracker > URL, and looks like every response Ken or I sent has been dropped on > the ground. Right, I didn't get any response either (not a surprise, as it's *first* Launchpad receiving replies, and then it sends out notifications). I did do bug replies via email in the past, but these days it may get caught in some spam prevention measures? Probably better to just post them on the web ui? I CC my reply to the LP bug if you don't mind -- first of all to test this, and also to keep a more permanent record of our discussion. > Long and short of it is, we've not been able to reproduce and debian > dbgsym on sub-packages is still broken for unknown reasons... > https://github.com/performancecopilot/pcp/pull/1948 It's not really unknown, it's "just" a file conflict: | dpkg: error processing archive build/deb/pcp-pmda-infiniband-dbgsym_6.2.1-0.20240409.f312285_amd64.deb (--install): | trying to overwrite '/usr/lib/debug/.build-id/57/02df011cfaf166b948e1fefde236eaf3a6ee65.debug', which is also in package pcp-dbgsym 6.2.1-0.20240409.f312285 | | dpkg: error processing archive build/deb/pcp-testsuite-dbgsym_6.2.1-0.20240409.f312285_amd64.deb (--install): | trying to overwrite '/usr/lib/debug/.build-id/17/6edc7e590f766a2ea87b5decaeb994d7c48d24.debug', which is also in package pcp-dbgsym 6.2.1-0.20240409.f312285 I.e. these are shipped in two different packages. [1] https://github.com/performancecopilot/pcp/actions/runs/8610492722/job/23596103839?pr=1948#step:9:149 > This is not a known bug - do you know if this is specific to pcp-6.2.0 > (latest PCP) or are earlier versions affected? One change that may > be related here is we enabled v3 PCP archives by default in 6.2.0. We see this only in noble (i.e. upcoming 24.04). I.e. 6.0.5 in 23.10 was still ok, and 6.2.0 occasionally crashes. > The limited stack we have suggests we're in pmproxy log discovery > code, in an inotify/libuv event, which does have v3-specific code. > > For those who can reproduce this, it'd be worth experimenting and > setting the following field back to 2 ... (requires pmlogger restart). > > $ grep PCP_ARCHIVE_VERSION /etc/pcp.conf > PCP_ARCHIVE_VERSION=3 > > If that clears the issue, it'll help us triangulate on a possible cause. OK -- I'll do some experimentation and report back here. Thanks! Martin -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060275 Title: pmproxy crash at startup in libpcp_web.so.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pcp/+bug/2060275/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060619] [NEW] gcc-14 offload support for amd gfx103x and gfx110x gpus is broken
Public bug reported: Hi, for context bug was posted here first: https://github.com/gcc-mirror/gcc/commit/1bf18629c54adf4893c8db5227a36e1952ee69a3#commitcomment-140648051 gcc Andrew Stubbs author mentions: "Yes, it looks like the libgomp device-side library is missing. Probably not listed in the packaging script?" using gcc-14: gcc-14 --version gcc-14 (Ubuntu 14-20240330-1ubuntu2) 14.0.1 20240330 (experimental) [master r14-9728-g6fc84f680d0] using the code posted below as sum.c testing building with offload support on gfx1036: gcc-14 -fopenmp -foffload=amdgcn-amdhsa -foffload-options=-march=gfx1036 -fcf-protection=none sum.c -o sumamd1030.exe fails with: ld: error: incompatible mach: /usr/lib/gcc/x86_64-linux-gnu/14/accel/amdgcn-amdhsa/libgomp.a(parallel.o) collect2: error: ld returned 1 exit status gcn mkoffload: fatal error: x86_64-linux-gnu-accel-amdgcn-amdhsa-gcc-14 returned 1 exit status compilation terminated. lto-wrapper: fatal error: /usr/libexec/gcc/x86_64-linux-gnu/14//accel/amdgcn-amdhsa/mkoffload returned 1 exit status compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status instead selecting gfx900 works: gcc-14 -fopenmp -foffload=amdgcn-amdhsa -foffload-options=-march=gfx900 -fcf-protection=none sum.c -o sumamd900.exe note gfx103x and gfx11xx targets are new to GCC-14.. inspecting files seems the error is due to package gcc-14-offload-amdgcn_14-20240330-1ubuntu2_amd64.deb missing libgomp.so files in \usr\lib\gcc\x86_64-linux-gnu\14\accel\amdgcn-amdhsa\gfx1036 folder but having this file in gfx9xx folders for ex: \usr\lib\gcc\x86_64-linux-gnu\14\accel\amdgcn-amdhsa\gfx906 folder code used: sum.c: #include #include #include #include int main(int argc, char *argv[]) { long long int j, largeN; double sum = 0.0; clock_t tstart, tend; int num_dev; num_dev = omp_get_num_devices(); printf("%d\n", num_dev); largeN = (long long int) atoll(argv[1]); printf("Large Number = %lld\n", largeN); tstart = clock(); #pragma omp parallel for private(j) reduction(+:sum) for(j=1; jhttps://bugs.launchpad.net/bugs/2060619 Title: gcc-14 offload support for amd gfx103x and gfx110x gpus is broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gcc-14/+bug/2060619/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060617] [NEW] epic5: FTBFS: functions.c:7547:15: error: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Werror=implicit-function-declaration]
Public bug reported: Imported from Debian bug http://bugs.debian.org/1066505: Source: epic5 Version: 2.1.6-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef Hi, During a rebuild of all packages in sid, your package failed to build on amd64. This is most likely caused by a change in dpkg 1.22.6, that enabled -Werror=implicit-function-declaration. For more information, see https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration Relevant part (hopefully): > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/<>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection > -Wdate-time -D_FORTIFY_SOURCE=2 -I./../include -I../include -c functions.c > functions.c: In function ‘function_strptime’: > functions.c:7547:15: error: implicit declaration of function ‘strptime’; did > you mean ‘strftime’? [-Werror=implicit-function-declaration] > 7547 | if (!(strptime(input, format, &timeptr))) > | ^~~~ > | strftime > functions.c: In function ‘function_realpath’: > functions.c:6496:14: warning: ‘normalize_filename’ accessing 4097 bytes in a > region of size 4096 [-Wstringop-overflow=] > 6496 | if (!normalize_filename(input, resolvedname)) > | ^~~ > functions.c:6496:14: note: referencing argument 2 of type ‘char[4097]’ > In file included from ./../include/alias.h:10, > from functions.c:46: > ./../include/ircaux.h:49:9: note: in a call to function ‘normalize_filename’ >49 | int normalize_filename (const char *, Filename); > | ^~ > cc1: some warnings being treated as errors > make[2]: *** [Makefile:34: functions.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/03/13/epic5_2.1.6-1_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime. ** Affects: epic5 (Ubuntu) Importance: Undecided Assignee: Dan Bungert (dbungert) Status: In Progress ** Affects: epic5 (Debian) Importance: Undecided Status: New ** Bug watch added: Debian Bug tracker #1066505 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066505 ** Changed in: epic5 (Debian) Remote watch: None => Debian Bug tracker #1066505 ** Changed in: epic5 (Ubuntu) Status: New => In Progress ** Changed in: epic5 (Ubuntu) Assignee: (unassigned) => Dan Bungert (dbungert) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060617 Title: epic5: FTBFS: functions.c:7547:15: error: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Werror=implicit- function-declaration] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/epic5/+bug/2060617/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060610] Re: FTBFS on armhf - implicit-function-declaration
** Changed in: epic4 (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/2060610 Title: FTBFS on armhf - implicit-function-declaration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/epic4/+bug/2060610/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060389] Re: Lock screen doesn't prevent media keys from working
** Information type changed from Private Security 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/2060389 Title: Lock screen doesn't prevent media keys from working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2060389/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060614] Re: lubuntu lxqt - space between touching monitors
*** This bug is a duplicate of bug 1882411 *** https://bugs.launchpad.net/bugs/1882411 ** Attachment added: "screen.jpg" https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/2060614/+attachment/5762421/+files/screen.jpg ** This bug has been marked a duplicate of bug 1882411 lubuntu monitor settings touching screens with gap between ** Description changed: This really is a re-file of https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1882411 - I've blamed OPENBOX here, as I don't experience this issue when I switch - to to xfwm4 + I've blamed OPENBOX here, quick play by switching to xfwm4 though... and + I could replicate issue with xfwm4 so my blaming openbox is incorrect.. + Now marked duplicate. - Lubuntu noble was only re-installed on this box today (re-install of an install earlier today).. - Install went well, at least until I explored monitor position & adjusted to fix minor issue + Lubuntu noble was only re-installed on this box today (re-install of an + install earlier today).. Install went well, at least until I explored + monitor position & adjusted to fix minor issue NOTE my resolution for monitors is NOT identical; which maybe significant in experiencing this issue! This is NOT a new issue either. ** expected result I adjust monitor position so my monitors correctly TOUCH instead of overlap (overlapping was default) and click apply. The attached screen.jpg shows HOW I aligned my monitors.. ** actual result There is a GAP between the monitors; my windows can disappear between them, and there is a delay when I move mouse-pointer between my 'touching' monitors (pointer is in the gap). Note the left side of the clementine music player window cannot be seen. If I drag it a little left, I can have ~2cm of the window appear on both displays however it's useless as almost none of the window is actionable or readable. - - This maybe a wrong filing, and is only a duplicate of aforementioned bug (1882411) report. + This maybe a wrong filing, and is only a duplicate of aforementioned bug + (1882411) report. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: openbox 3.6.1-12build4 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: LXQt Date: Tue Apr 9 15:22:24 2024 InstallationDate: Installed on 2024-04-09 (0 days ago) InstallationMedia: Lubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240408) SourcePackage: openbox UpgradeStatus: No upgrade log present (probably fresh install) ** Description changed: This really is a re-file of https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1882411 I've blamed OPENBOX here, quick play by switching to xfwm4 though... and I could replicate issue with xfwm4 so my blaming openbox is incorrect.. Now marked duplicate. Lubuntu noble was only re-installed on this box today (re-install of an install earlier today).. Install went well, at least until I explored monitor position & adjusted to fix minor issue - NOTE my resolution for monitors is NOT identical; which maybe significant in experiencing this issue! - This is NOT a new issue either. + NOTE my resolution for monitors is NOT identical; which maybe + significant in experiencing this issue! This is NOT a new issue either. ** expected result I adjust monitor position so my monitors correctly TOUCH instead of overlap (overlapping was default) and click apply. The attached screen.jpg shows HOW I aligned my monitors.. ** actual result There is a GAP between the monitors; my windows can disappear between them, and there is a delay when I move mouse-pointer between my 'touching' monitors (pointer is in the gap). Note the left side of the clementine music player window cannot be seen. If I drag it a little left, I can have ~2cm of the window appear on both displays however it's useless as almost none of the window is actionable or readable. This maybe a wrong filing, and is only a duplicate of aforementioned bug (1882411) report. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: openbox 3.6.1-12build4 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: LXQt Date: Tue Apr 9 15:22:24 2024 InstallationDate: Installed on 2024-04-09 (0 days ago) InstallationMedia: Lubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240408) SourcePackage: openbox UpgradeStatus: No upgrade log present (probably fresh install) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://
[Bug 2060614] [NEW] lubuntu lxqt - space between touching monitors
*** This bug is a duplicate of bug 1882411 *** https://bugs.launchpad.net/bugs/1882411 Public bug reported: This really is a re-file of https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1882411 I've blamed OPENBOX here, quick play by switching to xfwm4 though... and I could replicate issue with xfwm4 so my blaming openbox is incorrect.. Now marked duplicate. Lubuntu noble was only re-installed on this box today (re-install of an install earlier today).. Install went well, at least until I explored monitor position & adjusted to fix minor issue NOTE my resolution for monitors is NOT identical; which maybe significant in experiencing this issue! This is NOT a new issue either. ** expected result I adjust monitor position so my monitors correctly TOUCH instead of overlap (overlapping was default) and click apply. The attached screen.jpg shows HOW I aligned my monitors.. ** actual result There is a GAP between the monitors; my windows can disappear between them, and there is a delay when I move mouse-pointer between my 'touching' monitors (pointer is in the gap). Note the left side of the clementine music player window cannot be seen. If I drag it a little left, I can have ~2cm of the window appear on both displays however it's useless as almost none of the window is actionable or readable. This maybe a wrong filing, and is only a duplicate of aforementioned bug (1882411) report. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: openbox 3.6.1-12build4 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: LXQt Date: Tue Apr 9 15:22:24 2024 InstallationDate: Installed on 2024-04-09 (0 days ago) InstallationMedia: Lubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240408) SourcePackage: openbox UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: openbox (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060614 Title: lubuntu lxqt - space between touching monitors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/2060614/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060615] Re: [noble] two versions of perl-modules are published, breaking debootstrap
Aside from curl this can be reproduced most quickly with sudo /usr/sbin/debootstrap --include=build-essential noble /tmp/n http://archive.ubuntu.com/ubuntu Errors were encountered while processing: perl libdpkg-perl libperl5.38t64:amd64 dpkg-dev build-essential These are all ultimately due to dpkg: dependency problems prevent configuration of perl: perl depends on perl-modules-5.38 (>= 5.38.2-3.2build2); however: Version of perl-modules-5.38 on system is 5.38.2-3. dpkg: error processing package perl (--configure): dependency problems - leaving unconfigured ** Tags added: debootstrap noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060615 Title: [noble] two versions of perl-modules are published, breaking pbuilder/debootstrap To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/perl/+bug/2060615/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060615] Re: [noble] two versions of perl-modules are published, breaking debootstrap
I wonder where that comes from -- https://launchpad.net/ubuntu/+source/perl/+publishinghistory says that 5.38.2-3 was deleted, but only from noble-updates. In noble proper it is merely "superseded". https://launchpad.net/ubuntu/+source/perl/5.38.2-3 doesn't show it being published anyway, and it's not in https://ubuntu- archive-team.ubuntu.com/nbs.html either. ** Summary changed: - [noble] two versions of perl-modules are published, breaking debootstrap + [noble] two versions of perl-modules are published, breaking pbuilder/debootstrap -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060615 Title: [noble] two versions of perl-modules are published, breaking pbuilder/debootstrap To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/perl/+bug/2060615/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060615] [NEW] [noble] two versions of perl-modules are published, breaking pbuilder/debootstrap
Public bug reported: For the last two weeks, building noble VM images for our CI has been broken. Most of it was uninstallability due to the xz reset, but for the last three days, `pbuilder --create` has failed [2] because it gets perl and perl-modules-5.38 in two different versions: 2024-04-08 08:47:08 URL:http://archive.ubuntu.com/ubuntu/pool/main/p/perl/perl-base_5.38.2-3.2build2_amd64.deb [1822564/1822564] -> "/var/cache/pbuilder/aptcache//perl-base_5.38.2-3.2build2_amd64.deb" [1] 2024-04-08 08:47:09 URL:http://archive.ubuntu.com/ubuntu/pool/main/p/perl/perl-modules-5.38_5.38.2-3_all.deb [3110080/3110080] -> "/var/cache/pbuilder/aptcache//perl-modules-5.38_5.38.2-3_all.deb" [1] and then trying to configure the packages blows up. The root cause is that perl-modules has *two* versions published: # curl -s http://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.xz|xzgrep -A5 'Package: perl-modules-' Package: perl-modules-5.38 Architecture: all Version: 5.38.2-3.2build2 Multi-Arch: foreign Priority: optional Build-Essential: yes -- Package: perl-modules-5.38 Architecture: all Version: 5.38.2-3 Multi-Arch: foreign Priority: optional Build-Essential: yes While apt is clever enough to pick the right one, debootstrap isn't. Can you please remove the old perl-modules-5.38 5.38.2-3 from noble? Thanks! [1] https://github.com/cockpit-project/bots/issues/6147 [2] https://cockpit-logs.us-east-1.linodeobjects.com/image-refresh-ubuntu-stable-02cafde3-20240407-074108/log.html ** Affects: perl (Ubuntu) Importance: Undecided Status: New ** Affects: perl (Ubuntu Noble) Importance: Undecided Status: New ** Tags: debootstrap noble ** Also affects: perl (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/2060615 Title: [noble] two versions of perl-modules are published, breaking pbuilder/debootstrap To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/perl/+bug/2060615/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060611] Re: I get login keyring unlock problem every startup
*** This bug is a duplicate of bug 2060575 *** https://bugs.launchpad.net/bugs/2060575 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 2060575, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find. ** This bug has been marked a duplicate of bug 2060575 gnome-keyring fails to automatically unlock login keyring after recent updates in noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060611 Title: I get login keyring unlock problem every startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/2060611/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2058966] Re: proposed-migration for collectd 5.12.0-17.1build1
Reproducer: --- #include int main(){ JavaVM *jvm; /* denotes a Java VM */ JNIEnv *env; /* pointer to native method interface */ JavaVMInitArgs vm_args; /* JDK/JRE 6 VM initialization arguments */ JavaVMOption* options = new JavaVMOption[1]; options[0].optionString = "-Djava.class.path=/usr/lib/java"; vm_args.version = JNI_VERSION_1_6; vm_args.nOptions = 1; vm_args.options = options; vm_args.ignoreUnrecognized = false; /* load and initialize a Java VM, return a JNI interface * pointer in env */ JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args); } --- g++ test.cpp -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default- java/include/linux -L/usr/lib/jvm/default-java/lib/server -ljvm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058966 Title: proposed-migration for collectd 5.12.0-17.1build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/2058966/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060613] [NEW] Gedit sometimes crashes by segmentation fault at closure
Public bug reported: When I do not wait until the document is fully saved (or I only wait a short interval) gedit crashes with segmentation fault after a few seconds. It has not lead to data loss yet, but it is truly unpleasant, let alone if we include that otherwise it floods the terminal with critical GTK errors... (bug #2055010) ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gedit 46.2-1build1 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Tue Apr 9 07:16:42 2024 InstallationDate: Installed on 2023-07-05 (279 days ago) InstallationMedia: Ubuntu 20.04.6 LTS "Focal Fossa" - Release amd64 (20230316) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= SourcePackage: gedit UpgradeStatus: No upgrade log present (probably fresh install) modified.conffile..etc.init.d.apport: [modified] mtime.conffile..etc.init.d.apport: 2024-02-22T15:20:00 ** Affects: gedit (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug noble wayland-session -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060613 Title: Gedit sometimes crashes by segmentation fault at closure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/2060613/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060611] [NEW] I get login keyring unlock problem every startup
Public bug reported: I am using Noble Numbat alpha. I was hoping that I get the beta version and everything will be more stable. But the beta has been delayed, and after an upgrade at April 5 2024, something has gone wrong. Now, every time I log in after startup, I get the following message: „The login keyring did not get unlocked when you logged into your computer”. Fixing that bug would probably improve the user experience a bit. GDM version: 46.0 PS: It is possible that it is a problem with gnome-session rather than GDM. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gdm3 46.0-2ubuntu1 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Tue Apr 9 07:07:53 2024 InstallationDate: Installed on 2023-07-05 (279 days ago) InstallationMedia: Ubuntu 20.04.6 LTS "Focal Fossa" - Release amd64 (20230316) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= SourcePackage: gdm3 UpgradeStatus: No upgrade log present (probably fresh install) modified.conffile..etc.init.d.apport: [modified] modified.conffile..etc.pam.d.gdm-password: [modified] mtime.conffile..etc.gdm3.custom.conf: 2023-08-04T18:46:39.585253 mtime.conffile..etc.init.d.apport: 2024-02-22T15:20:00 mtime.conffile..etc.pam.d.gdm-password: 2023-08-04T18:47:38.965793 ** Affects: gdm3 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug noble wayland-session -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060611 Title: I get login keyring unlock problem every startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/2060611/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060423] Re: gnome-shell crashes ("Oh no! Something has gone wrong.") instead of displaying a login screen (mutter-common package version mismatch)
I'm hoping this might also explain something of bug 2054761 ** Changed in: mutter (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060423 Title: gnome-shell crashes ("Oh no! Something has gone wrong.") instead of displaying a login screen (mutter-common package version mismatch) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2060423/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060612] [NEW] nvidia-kernel-source-545 545.29.06-0ubuntu0.22.04.2: nvidia kernel module failed to build
Public bug reported: I was trying to run my LLM Artificial intelligence model on my ubuntu machine. I am using Zotac Nvidia RTX4090 and when i run my program on it it hangs my Ubuntu machine and i needed to restart forcefully. I think there's a recent update which may be cause this issue, because i am facing issue since late March-2024. ProblemType: Package DistroRelease: Ubuntu 22.04 Package: nvidia-kernel-source-545 545.29.06-0ubuntu0.22.04.2 ProcVersionSignature: Ubuntu 6.5.0-26.26~22.04.1-generic 6.5.13 Uname: Linux 6.5.0-26-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu82.5 Architecture: amd64 CasperMD5CheckResult: pass DKMSKernelVersion: 6.5.0-27-generic Date: Tue Apr 9 02:34:27 2024 Dependencies: DuplicateSignature: dkms:nvidia-kernel-source-545:545.29.06-0ubuntu0.22.04.2:/var/lib/dkms/nvidia/545.29.06/build/nvidia/nv-dma.c:1002:5: error: implicit declaration of function ‘drm_gem_object_put_unlocked’; did you mean ‘drm_gem_object_lookup’? [-Werror=implicit-function-declaration] InstallationDate: Installed on 2023-12-05 (125 days ago) InstallationMedia: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.2) PackageVersion: 545.29.06-0ubuntu0.22.04.2 Python3Details: /usr/local/bin/python3.12, Python 3.12.0, unpackaged PythonDetails: /usr/bin/python3.10, Python 3.10.12, unpackaged RelatedPackageVersions: dpkg 1.21.1ubuntu2.3 apt 2.4.11 SourcePackage: nvidia-graphics-drivers-545 Title: nvidia-kernel-source-545 545.29.06-0ubuntu0.22.04.2: nvidia kernel module failed to build UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: nvidia-graphics-drivers-545 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package jammy need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060612 Title: nvidia-kernel-source-545 545.29.06-0ubuntu0.22.04.2: nvidia kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-545/+bug/2060612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2058966] Re: proposed-migration for collectd 5.12.0-17.1build1
$ readelf -s /usr/lib/jvm/default-java/lib/server/libjvm.so | grep _Copy 84: 0 FUNCGLOBAL DEFAULT UND _Copy_conjoint_bytes 54701: 00711f19 480 FUNCLOCAL DEFAULT 12 Unsafe_CopyMemory0 54716: 00712a79 536 FUNCLOCAL DEFAULT 12 Unsafe_CopySwapM[...] 64467: 0051c174 0 FUNCLOCAL DEFAULT 12 _Copy_conjoint_j[...] 66578: 0051bd70 0 FUNCLOCAL DEFAULT 12 _Copy_disjoint_words 69023: 0051c178 0 FUNCLOCAL DEFAULT 12 _Copy_arrayof_co[...] 73507: 0051bde8 0 FUNCLOCAL DEFAULT 12 _Copy_conjoint_words 82170: 0051bed8 0 FUNCLOCAL DEFAULT 12 _Copy_conjoint_j[...] 90889: 0051c174 0 FUNCLOCAL DEFAULT 12 _Copy_arrayof_co[...] 91117: 0051bd6c 0 FUNCLOCAL DEFAULT 12 _Copy_arrayof_co[...] 91297: 0051c170 0 FUNCLOCAL DEFAULT 12 _Copy_arrayof_co[...] 92855: 0051c178 0 FUNCLOCAL DEFAULT 12 _Copy_conjoint_j[...] 96326: 0048f9f116 FUNCLOCAL DEFAULT 12 ___Copy_conjoint[...] 96330: 0048fa0116 FUNCLOCAL DEFAULT 12 ___Copy_conjoint[...] 96334: 0048fa1116 FUNCLOCAL DEFAULT 12 ___Copy_conjoint[...] 96338: 0048fa2116 FUNCLOCAL DEFAULT 12 ___Copy_disjoint[...] 96346: 0076a71916 FUNCLOCAL DEFAULT 12 ___Copy_conjoint[...] 96350: 0076a72916 FUNCLOCAL DEFAULT 12 ___Copy_disjoint[...] 96354: 0076a73916 FUNCLOCAL DEFAULT 12 ___Copy_conjoint[...] 96362: 0076a75916 FUNCLOCAL DEFAULT 12 ___Copy_conjoint[...] 96657: 0 FUNCGLOBAL DEFAULT UND _Copy_conjoint_bytes Rest of the copy routines are declared as LOCAL. This is caused by the following upstream commit: commit 76477f8cdbc012f7ff0670ad57067ebf304612a0 Author: Coleen Phillimore Date: Mon Jan 10 14:34:04 2022 + 8142362: Lots of code duplication in Copy class Reviewed-by: kvn, hseigel It removed the function implementation but left a declaration in src/hotspot/os_cpu/linux_arm/linux_arm_32.S .globl _Copy_conjoint_bytes .type _Copy_conjoint_bytes, %function -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058966 Title: proposed-migration for collectd 5.12.0-17.1build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/2058966/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059975] Re: Remove from Noble
Now that things are frozen (and this isn't seeded nor depended on and thereby should not cause further issues) the build in -updates could be removed as well. Removing packages from noble-updates: ruby3.1 3.1.2-7ubuntu4 in noble libruby3.1 3.1.2-7ubuntu4 in noble amd64 libruby3.1 3.1.2-7ubuntu4 in noble arm64 libruby3.1 3.1.2-7ubuntu4 in noble armhf libruby3.1 3.1.2-7ubuntu4 in noble i386 libruby3.1 3.1.2-7ubuntu4 in noble ppc64el libruby3.1 3.1.2-7ubuntu4 in noble riscv64 libruby3.1 3.1.2-7ubuntu4 in noble s390x ruby3.1 3.1.2-7ubuntu4 in noble amd64 ruby3.1 3.1.2-7ubuntu4 in noble arm64 ruby3.1 3.1.2-7ubuntu4 in noble armhf ruby3.1 3.1.2-7ubuntu4 in noble i386 ruby3.1 3.1.2-7ubuntu4 in noble ppc64el ruby3.1 3.1.2-7ubuntu4 in noble riscv64 ruby3.1 3.1.2-7ubuntu4 in noble s390x ruby3.1-dev 3.1.2-7ubuntu4 in noble amd64 ruby3.1-dev 3.1.2-7ubuntu4 in noble arm64 ruby3.1-dev 3.1.2-7ubuntu4 in noble armhf ruby3.1-dev 3.1.2-7ubuntu4 in noble i386 ruby3.1-dev 3.1.2-7ubuntu4 in noble ppc64el ruby3.1-dev 3.1.2-7ubuntu4 in noble riscv64 ruby3.1-dev 3.1.2-7ubuntu4 in noble s390x ruby3.1-doc 3.1.2-7ubuntu4 in noble amd64 ruby3.1-doc 3.1.2-7ubuntu4 in noble arm64 ruby3.1-doc 3.1.2-7ubuntu4 in noble armhf ruby3.1-doc 3.1.2-7ubuntu4 in noble i386 ruby3.1-doc 3.1.2-7ubuntu4 in noble ppc64el ruby3.1-doc 3.1.2-7ubuntu4 in noble riscv64 ruby3.1-doc 3.1.2-7ubuntu4 in noble s390x Comment: Transition to ruby3.2 completed (LP: #2059975) Remove [y|N]? y 1 package successfully removed. ** Changed in: ruby3.1 (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/2059975 Title: Remove from Noble To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ruby3.1/+bug/2059975/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060458] Re: ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap
** Package changed: ubuntu => linux-xilinx-zynqmp (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060458 Title: ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-xilinx-zynqmp/+bug/2060458/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2056666] Re: [RTL8822CE] i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine
Also bug 2060555. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/205 Title: [RTL8822CE] i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/205/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060555] Re: [RTL8822CE] I cant connect my bluetooth keyboard, mouse and jbl headpones
See also bug 205 having trouble with the same chip. ** Also affects: linux-hwe-6.5 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-hwe-6.5 (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/2060555 Title: [RTL8822CE] I cant connect my bluetooth keyboard, mouse and jbl headpones To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2060555/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
** Also affects: xorg-server (Ubuntu Noble) Importance: High Status: Triaged ** Also affects: xwayland (Ubuntu Noble) Importance: High Status: Triaged ** Also affects: xorg-server (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: xwayland (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: xorg-server (Ubuntu Mantic) Importance: Undecided Status: New ** Also affects: xwayland (Ubuntu Mantic) Importance: Undecided Status: New ** Also affects: xorg-server (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: xwayland (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: xorg-server (Ubuntu Focal) Importance: Undecided => High ** Changed in: xorg-server (Ubuntu Focal) Status: New => In Progress ** Changed in: xorg-server (Ubuntu Jammy) Importance: Undecided => High ** Changed in: xorg-server (Ubuntu Jammy) Status: New => In Progress ** Changed in: xorg-server (Ubuntu Mantic) Importance: Undecided => High ** Changed in: xorg-server (Ubuntu Mantic) Status: New => In Progress ** No longer affects: xwayland (Ubuntu Focal) ** Changed in: xwayland (Ubuntu Jammy) Importance: Undecided => High ** Changed in: xwayland (Ubuntu Jammy) Status: New => In Progress ** Changed in: xwayland (Ubuntu Mantic) Importance: Undecided => High ** Changed in: xwayland (Ubuntu Mantic) 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/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060610] [NEW] FTBFS on armhf - implicit-function-declaration
Public bug reported: ./irc.c:1158:9: error: implicit declaration of function ‘init_signals’; did you mean ‘do_signals’? [-Werror=implicit-function-declaration] 1158 | init_signals(); https://launchpadlibrarian.net/723254100/buildlog_ubuntu-noble- armhf.epic4_1%3A2.10.10-1build7_BUILDING.txt.gz Upstream commit c3e6cbb030ed26a08972e335c3bb12a77ff56aa0 has this fixed. ** Affects: epic4 (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/2060610 Title: FTBFS on armhf - implicit-function-declaration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/epic4/+bug/2060610/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060555] Re: [RTL8822CE] I cant connect my bluetooth keyboard, mouse and jbl headpones
Please reboot, try to connect them again, and after it fails run: journalctl -b0 > journal.txt and attach the resulting text file here. Please also specify how long ago and in which Ubuntu release it was working. ** Summary changed: - I cant connect my bluetooth keyboard, mouse and jbl headpones + [RTL8822CE] I cant connect my bluetooth keyboard, mouse and jbl headpones ** Changed in: bluez (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/2060555 Title: [RTL8822CE] I cant connect my bluetooth keyboard, mouse and jbl headpones To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2060555/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060458] Re: ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap
Those errors are coming from some custom Xorg driver ("ARMSOC"?), not from the Ubuntu archive AFAICS. Perhaps from LP-PPA-tchavadar-xilinx But we should be using Wayland on Xilinx now, since I implemented it a couple of years ago... Please try Wayland and tell us if any similar failures occur. ** Tags added: xilinx ** Package changed: gdm3 (Ubuntu) => ubuntu ** 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/2060458 Title: ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/2060458/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059400] Re: autopkgtest fails on arm64: EAL: eal_memalloc_alloc_seg_bulk(): couldn't find suitable memseg_list
** Changed in: openvswitch (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059400 Title: autopkgtest fails on arm64: EAL: eal_memalloc_alloc_seg_bulk(): couldn't find suitable memseg_list To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2059400/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060434] Re: [noble] FTBFS on failure in test vlog - Python3, change of behavior in Python 3.13, backported to 3.12 and 3.11
** Changed in: openvswitch (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060434 Title: [noble] FTBFS on failure in test vlog - Python3, change of behavior in Python 3.13, backported to 3.12 and 3.11 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2060434/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1947046] Re: EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k boundary
Hi Julian, Is there any way that we can check the grub 2.12 backport status/progress, so we can keep our customers posted? Thanks, Gerald -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947046 Title: EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k boundary To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1947046/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060204] Re: Resolution drop on third monitor on USB C
OK, it's likely caused by mutter upgrade, but let's make sure that's the case. Can you please downgrade the mutter to verify the old version works? Please run `sudo apt install libmutter-10-0=42.9-0ubuntu5 mutter- common=42.9-0ubuntu5 gir1.2-mutter-10=42.9-0ubuntu5` to downgrade related packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060204 Title: Resolution drop on third monitor on USB C To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2060204/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059164] Re: apbs: autopkgtest regression: apbs_tester.py': [Errno 2] No such file or directory
This bug was fixed in the package apbs - 3.4.1-5.1ubuntu2 --- apbs (3.4.1-5.1ubuntu2) noble; urgency=medium * No-change rebuild for CVE-2024-3094 -- Steve Langasek Sun, 31 Mar 2024 17:39:33 + ** Changed in: apbs (Ubuntu) Status: New => Fix Released ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2024-3094 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059164 Title: apbs: autopkgtest regression: apbs_tester.py': [Errno 2] No such file or directory To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apbs/+bug/2059164/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060575] Re: gnome-keyring fails to automatically unlock login keyring after recent updates in noble
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-keyring (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/2060575 Title: gnome-keyring fails to automatically unlock login keyring after recent updates in noble To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/2060575/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2052549] Re: 18.04 fails with "Unknown error" when attempting to update to the latest version of the installer.
[Expired for subiquity (Ubuntu) because there has been no activity for 60 days.] ** Changed in: subiquity (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052549 Title: 18.04 fails with "Unknown error" when attempting to update to the latest version of the installer. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2052549/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2052669] Re: update-initramfs: Generating /boot/initrd.img-5.15.0-92-generic E: /usr/share/initramfs-tools/hooks/btrfs failed with return 1. update-initramfs: failed for /boot/initrd.img-5.15.0-9
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052669 Title: update-initramfs: Generating /boot/initrd.img-5.15.0-92-generic E: /usr/share/initramfs-tools/hooks/btrfs failed with return 1. update- initramfs: failed for /boot/initrd.img-5.15.0-92-generic with 1. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2052669/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2052436] Re: Thunderbird calendar notifications close themselves
[Expired for thunderbird (Ubuntu) because there has been no activity for 60 days.] ** Changed in: thunderbird (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052436 Title: Thunderbird calendar notifications close themselves To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/2052436/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2052555] Re: [BPO] git-credential-oauth/0.11.0-1 from noble
[Expired for git-credential-oauth (Ubuntu Jammy) because there has been no activity for 60 days.] ** Changed in: git-credential-oauth (Ubuntu Jammy) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052555 Title: [BPO] git-credential-oauth/0.11.0-1 from noble To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/git-credential-oauth/+bug/2052555/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2052740] Re: Crossed circle keeps popping up on my screen
[Expired for gnome-shell (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-shell (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052740 Title: Crossed circle keeps popping up on my screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2052740/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2052750] Re: gnome-shell high cpu utilization
[Expired for gnome-shell (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-shell (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2052750 Title: gnome-shell high cpu utilization To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2052750/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060606] [NEW] Keybindings with shift + number keys doesn't work
Public bug reported: I can't add keyboard shortcuts with shift + number keys. For example, I can add shortcut Ctrl+Alt+1, but if I try to add the shift key, it becomes Shift+Ctrl+Alt+! and pressing the key combination does nothing. I tried to directly change the shortcut to Shift+Ctrl+Alt+1 through dconf, but it doesn't fix the issue. On Ubuntu 22.04.4 LTS, marco 1.26.0. ** Affects: marco (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/2060606 Title: Keybindings with shift + number keys doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/marco/+bug/2060606/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2058967] Re: proposed-migration for courier 1.0.16-3.2build4
first needed a rebuild click, then checking for locking method... configure: error: must specify --with-locking-method option configure: error: ./configure failed for libs/liblock https://launchpad.net/ubuntu/+source/courier/1.0.16-3.2build5/+build/28000449/+files/buildlog_ubuntu-noble-armhf.courier_1.0.16-3.2build5_BUILDING.txt.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058967 Title: proposed-migration for courier 1.0.16-3.2build4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/courier/+bug/2058967/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2058966] Re: proposed-migration for collectd 5.12.0-17.1build1
/usr/bin/ld: /usr/lib/jvm/default-java/lib/server/libjvm.so: undefined reference to `_Copy_conjoint_bytes' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058966 Title: proposed-migration for collectd 5.12.0-17.1build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/2058966/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2058966] Re: proposed-migration for collectd 5.12.0-17.1build1
current log doesn't show this, now gets a configure error -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058966 Title: proposed-migration for collectd 5.12.0-17.1build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/2058966/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2058966] Re: proposed-migration for collectd 5.12.0-17.1build1
Hiding under that is the following: checking for JNI_CreateJavaVM in -ljvm... no ... java . . . . . . . . no (Symbol 'JNI_CreateJavaVM' not found) (dependency error) ... configure: error: "Some plugins are missing dependencies - see the summary above for details" https://launchpadlibrarian.net/723859013/buildlog_ubuntu-noble-armhf.collectd_5.12.0-17.1build2_BUILDING.txt.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058966 Title: proposed-migration for collectd 5.12.0-17.1build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/2058966/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2045775] Re: nfstest should depend on nfs-common
Carles, thanks for the report will fix with the next upload... ** Changed in: nfstest (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/2045775 Title: nfstest should depend on nfs-common To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfstest/+bug/2045775/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060086] Re: [noble] plymouthd crashed with SIGSEGV in ply_terminal_set_disabled_input()
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: plymouth (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/2060086 Title: [noble] plymouthd crashed with SIGSEGV in ply_terminal_set_disabled_input() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/2060086/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11
Nathan, if you experience corruption then please see bug 1876632. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059847 Title: Input lag or freezes on Nvidia desktops with X11 To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2058966] Re: proposed-migration for collectd 5.12.0-17.1build1
libelf1t64 : Breaks: libelf1 (< 0.190-1.1build3) but 0.190-1 is to be installed https://launchpadlibrarian.net/723252802/buildlog_ubuntu-noble-armhf.collectd_5.12.0-17.1build2_BUILDING.txt.gz ** Changed in: collectd (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/2058966 Title: proposed-migration for collectd 5.12.0-17.1build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/2058966/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1901056] Re: Lubuntu OEM install doesn't work; it simply starts Lubuntu
OEM support with Calamares was added to Lubuntu Noble, so once 24.04 releases it should be usable in that way again. The way of enabling OEM mode is different than before, but it should do the same job. ** Changed in: calamares (Ubuntu) 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/1901056 Title: Lubuntu OEM install doesn't work; it simply starts Lubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1901056/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060592] Re: lubuntu noble - another timeout issue (600 secs)
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/2060592 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060592 Title: lubuntu noble - another timeout issue (600 secs) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/2060592/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2047295] Re: Keyboard layout is ignored
I took a swing at this a while ago. The problem is that a setxkbmap run in the installer prompt doesn't actually manage to carry over to the desktop session. The keyboard layout ends up on `us` anyway. I suspect something in both LXQt and Plasma (both of which have this issue) is resetting the keyboard layout to the one configured in the DE (which is the normal and right thing to do but quite annoying at the same time). I could be wrong about the underlying cause, but those are the symptoms. I think this will require doing something to reconfigure the target DE so *it* sets the keyboard layout right. If so, this will likely require separate solutions for Lubuntu and Kubuntu. (Ubuntu Unity doesn't have an installer prompt and so doesn't need any action here.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2047295 Title: Keyboard layout is ignored To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-installer-prompt/+bug/2047295/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060217] Re: NFSv4 fails to mount in noble/s390x
Hi Andreas, I'd like to take a look, could you please let me know how to access your vm? Because I don't have s390 hw. BTW, seems it is fine for both amd64 and arm64. https://autopkgtest.ubuntu.com/packages/n/nfs-utils/noble/amd64 https://autopkgtest.ubuntu.com/packages/n/nfs-utils/noble/arm64 And from the test history of s390, nfs-utils/1:2.6.4-3ubuntu3 can pass. https://autopkgtest.ubuntu.com/results/autopkgtest- noble/noble/s390x/n/nfs-utils/20240302_020943_bf464@/log.gz But nfs-utils/1:2.6.4-3ubuntu4 failed for both local-server-client and kerberos-mount test. https://autopkgtest.ubuntu.com/results/autopkgtest- noble/noble/s390x/n/nfs-utils/20240331_152208_be4f4@/log.gz I cloned nfs-utils repo though I can't find anything strange per git log. commit 5caa7491375e1e81012dcf1565d2e73c30f6f085 (tag: import/1%2.6.4-3ubuntu4, origin/ubuntu/noble) Author: Steve Langasek Date: Sun Mar 31 08:10:14 2024 + 1:2.6.4-3ubuntu4 (patches unapplied) Imported using git-ubuntu import. commit 86e924b7a8f68924304db261455cfff593cd5516 (tag: import/1%2.6.4-3ubuntu3) Author: Steve Langasek Date: Thu Feb 29 09:30:58 2024 + 1:2.6.4-3ubuntu3 (patches unapplied) Imported using git-ubuntu import. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060217 Title: NFSv4 fails to mount in noble/s390x To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060217/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1942616] Re: Settings Power says high hardware temperature
I'm on 22.04.4, I have an i3-8100 processor (does not support turbo), and I was previously running into this issue. After installing the updated ppd from your PPA, I am no longer seeing this, and I am able to switch to performance mode. Thank you for the fix! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1942616 Title: Settings Power says high hardware temperature To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/power-profiles-daemon/+bug/1942616/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060592] Re: lubuntu noble - another timeout issue (600 secs)
On reboot of install, system looks good (I didn't bother checking for the optional components given error..) but standard Lubuntu which even had all updates applied!! was there... EXCEPT no /var/log/installer/ or components; expected given calamares abended with error -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060592 Title: lubuntu noble - another timeout issue (600 secs) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/2060592/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2011404] Re: vanilla-gnome-desktop depends on pulseaudio which conflicts with pipewire
** Tags added: noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2011404 Title: vanilla-gnome-desktop depends on pulseaudio which conflicts with pipewire To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pipewire/+bug/2011404/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2049184] Re: iwlwifi leads to system randomly hangs after suspend
The fix is included in 5.15.0-104.114 * Jammy update: v5.15.149 upstream stable release (LP: #2059014) 6.5.0-32.32 * Mantic update: upstream stable patchset 2024-03-26 (LP: #2059068) ** Description changed: [Impact] The system randomly hangs while doing s2idle test. [Fix] Intel found the issue and provided a fix. https://patchwork.kernel.org/project/linux-wireless/patch/2024045954.2d2b8b870194.I14ed76505a5cf87304e0c9cc05cc0ae85ed3bf91@changeid/ + Which has been included in v6.8-rc2 + cf4a0d840ecc wifi: iwlwifi: fix a memory corruption + [Test case] Boot up the system and run the s2idle test around 1000 times sudo fwts s3 --s3-multiple=1000 [Where problems could occur] The fix is trivial and should no introduce any issue. ** Changed in: linux (Ubuntu Noble) Status: In Progress => Fix Released ** Changed in: linux (Ubuntu Mantic) Status: In Progress => Fix Released ** Changed in: linux (Ubuntu Jammy) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2049184 Title: iwlwifi leads to system randomly hangs after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/2049184/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
** Also affects: xwayland (Ubuntu) Importance: Undecided Status: New ** Changed in: xwayland (Ubuntu) Status: New => Triaged ** Changed in: xwayland (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
@sbeattie I tested the package you built for 22.04 and it fixes the 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/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
@sbeattie It's broken in mantic too. In xwayland, the window dies. in xorg, the session crashes, badly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060592] Re: lubuntu noble - another timeout issue (600 secs)
** Description changed: Lubuntu full install to - - dc7700 + - hp dc7700 (c2d-e6320, 8gb, amd/ati rv610/radeon hd2400 pro/xt) - timeout (>600) seconds as I recall the message, and calamares fell over. + testcase: FULL, no-encryption, BIOS, internet, swap, updates - I'll add more shortly.. but I've had a number of timeout type issues on - this old core2duo box recently + snap-seed-glue --seed /tmp/calamares-root-r00b_jf2/var/lib/snapd/seed + krita failed to finish in 600 seconds + + I've had a number of timeout type issues on this old core2duo box + recently --- 2024-04-09 - 12:00:31 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&) - 2024-04-09 - 12:00:31 [1]: ERROR: Installation failed: "External command failed to finish." - 2024-04-09 - 12:00:31 [6]: .. - message: "External command failed to finish." + 2024-04-09 - 12:00:31 [1]: ERROR: Installation failed: "External command failed to finish." + 2024-04-09 - 12:00:31 [6]: .. - message: "External command failed to finish." 2024-04-09 - 12:00:31 [6]: .. - details: Command snap-seed-glue --seed /tmp/calamares-root-r00b_jf2/var/lib/snapd/seed krita failed to finish in 600 seconds. There was no output from the command. --- ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: calamares 3.3.5-0ubuntu3 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 .etc.calamares.modules.after_bootloader_context.conf: --- dontChroot: false timeout: 120 firmwareType: "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop" .etc.calamares.modules.finished.conf: --- restartNowMode: user-checked restartNowCommand: "systemctl -i reboot" .etc.calamares.modules.fstab.conf: crypttabOptions: luks,keyscript=/bin/cat efiMountOptions: umask=0077 .etc.calamares.modules.shellprocess_logs.conf: --- dontChroot: true timeout: 30 script: - calamares-logs-helper ${ROOT} .etc.calamares.modules.unpackfs.conf: --- unpack: - source: "/cdrom/casper/filesystem.squashfs" sourcefs: "squashfs" destination: "" ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CasperVersion: 1.495build1 CurrentDesktop: LXQt Date: Tue Apr 9 12:02:52 2024 LiveMediaBuild: Lubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240408) RelatedPackageVersions: calamares-settings-ubuntu-common 1:24.04.23 calamares-settings-lubuntu 1:24.04.23 xfsprogs 6.6.0-1ubuntu2 btrfs-progs 6.6.3-1.1build2 SourcePackage: calamares UpgradeStatus: No upgrade log present (probably fresh install) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060592 Title: lubuntu noble - another timeout issue (600 secs) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/2060592/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060592] [NEW] lubuntu noble - another timeout issue (600 secs)
Public bug reported: Lubuntu full install to - hp dc7700 (c2d-e6320, 8gb, amd/ati rv610/radeon hd2400 pro/xt) testcase: FULL, no-encryption, BIOS, internet, swap, updates snap-seed-glue --seed /tmp/calamares-root-r00b_jf2/var/lib/snapd/seed krita failed to finish in 600 seconds I've had a number of timeout type issues on this old core2duo box recently --- 2024-04-09 - 12:00:31 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&) 2024-04-09 - 12:00:31 [1]: ERROR: Installation failed: "External command failed to finish." 2024-04-09 - 12:00:31 [6]: .. - message: "External command failed to finish." 2024-04-09 - 12:00:31 [6]: .. - details: Command snap-seed-glue --seed /tmp/calamares-root-r00b_jf2/var/lib/snapd/seed krita failed to finish in 600 seconds. There was no output from the command. --- ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: calamares 3.3.5-0ubuntu3 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 .etc.calamares.modules.after_bootloader_context.conf: --- dontChroot: false timeout: 120 firmwareType: "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop" .etc.calamares.modules.finished.conf: --- restartNowMode: user-checked restartNowCommand: "systemctl -i reboot" .etc.calamares.modules.fstab.conf: crypttabOptions: luks,keyscript=/bin/cat efiMountOptions: umask=0077 .etc.calamares.modules.shellprocess_logs.conf: --- dontChroot: true timeout: 30 script: - calamares-logs-helper ${ROOT} .etc.calamares.modules.unpackfs.conf: --- unpack: - source: "/cdrom/casper/filesystem.squashfs" sourcefs: "squashfs" destination: "" ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CasperVersion: 1.495build1 CurrentDesktop: LXQt Date: Tue Apr 9 12:02:52 2024 LiveMediaBuild: Lubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240408) RelatedPackageVersions: calamares-settings-ubuntu-common 1:24.04.23 calamares-settings-lubuntu 1:24.04.23 xfsprogs 6.6.0-1ubuntu2 btrfs-progs 6.6.3-1.1build2 SourcePackage: calamares UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: calamares (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug noble ** Description changed: - Lubuntu full install to + Lubuntu full install to - dc7700 timeout (>600) seconds as I recall the message, and calamares fell over. - I'll add more shortly.. + I'll add more shortly.. but I've had a number of timeout type issues on + this old core2duo box recently + + --- + 2024-04-09 - 12:00:31 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&) + 2024-04-09 - 12:00:31 [1]: ERROR: Installation failed: "External command failed to finish." + 2024-04-09 - 12:00:31 [6]: .. - message: "External command failed to finish." + 2024-04-09 - 12:00:31 [6]: .. - details: Command snap-seed-glue --seed /tmp/calamares-root-r00b_jf2/var/lib/snapd/seed krita failed to finish in 600 seconds. + There was no output from the command. + --- ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: calamares 3.3.5-0ubuntu3 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 .etc.calamares.modules.after_bootloader_context.conf: - --- - dontChroot: false - timeout: 120 - firmwareType: - "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop" + --- + dontChroot: false + timeout: 120 + firmwareType: + "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop" .etc.calamares.modules.finished.conf: - --- - restartNowMode: user-checked - restartNowCommand: "systemctl -i reboot" + --- + restartNowMode: user-checked + restartNowCommand: "systemctl -i reboot" .etc.calamares.modules.fstab.conf: - crypttabOptions: luks,keyscript=/bin/cat - efiMountOptions: umask=0077 + crypttabOptions: luks,keyscript=/bin/cat + efiMountOptions: umask=0077 .etc.calamares.modules.shellprocess_logs.conf: - --- - dontChroot: true - timeout: 30 - script: - - calamares-logs-helper ${ROOT} + --- + dontChroot: true + timeout: 30 + script: + - calamares-logs-helper ${ROOT} .etc.calamares.modules.unpackfs.conf: - --- - unpack: - - source: "/cdrom/casper/filesystem.squashfs" - sourcefs: "squashfs" - destination: "" + --- + unpack: + - source: "/cdrom/casper/filesystem.squashfs" + sourcefs: "squashfs" + destination: "" ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CasperVer
[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11
Are the unresolved issues only occurring with multi-monitor or multi-GPU systems? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059847 Title: Input lag or freezes on Nvidia desktops with X11 To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2042546] Re: Include cifs.ko in linux-modules package
This bug is awaiting verification that the linux-gcp/6.5.0-1018.18 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-mantic-linux-gcp' to 'verification-done-mantic- linux-gcp'. If the problem still exists, change the tag 'verification- needed-mantic-linux-gcp' to 'verification-failed-mantic-linux-gcp'. If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: kernel-spammed-mantic-linux-gcp-v2 verification-needed-mantic-linux-gcp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042546 Title: Include cifs.ko in linux-modules package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2042546/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2001605] Re: Add support for SEV-SNP
This bug is awaiting verification that the linux-gcp/6.5.0-1018.18 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-mantic-linux-gcp' to 'verification-done-mantic- linux-gcp'. If the problem still exists, change the tag 'verification- needed-mantic-linux-gcp' to 'verification-failed-mantic-linux-gcp'. If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: kernel-spammed-mantic-linux-gcp-v2 verification-needed-mantic-linux-gcp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2001605 Title: Add support for SEV-SNP To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-gcp/+bug/2001605/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
** Also affects: xorg-server via https://gitlab.freedesktop.org/xorg/xserver/-/issues/1659 Importance: Unknown Status: Unknown ** Changed in: xorg-server (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059898] Re: ubuntu-24.04 daily build install failed with netwok cable connected
Hi Olivier, Additional info about the lastest daily build 2024/4/7 8:26 version, Our QA used this version on several machines and found this version can install successfully with the cable connected. Dong -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059898 Title: ubuntu-24.04 daily build install failed with netwok cable connected To manage notifications about this bug go to: https://bugs.launchpad.net/subiquity/+bug/2059898/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1990630] Re: [SRU] tracker-extract-3 crashed with signal 31 in __GI_epoll_create1()
** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1990630 Title: [SRU] tracker-extract-3 crashed with signal 31 in __GI_epoll_create1() To manage notifications about this bug go to: https://bugs.launchpad.net/tracker/+bug/1990630/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060591] [NEW] package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/cpupower', which is also in package linux-laptop-tools-common 6.5.0-1006.9
Public bug reported: Just tried to install linux-tools-common ProblemType: Package DistroRelease: Ubuntu 23.10 Package: linux-tools-common (not installed) ProcVersionSignature: Ubuntu 6.5.0-26.26-generic 6.5.13 Uname: Linux 6.5.0-26-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.27.0-0ubuntu5 AptOrdering: linux-tools-common:amd64: Install NULL: ConfigurePending Architecture: amd64 CRDA: N/A CasperMD5CheckResult: pass Date: Tue Apr 9 04:46:01 2024 DpkgTerminalLog: Preparing to unpack .../linux-tools-common_6.5.0-27.28_all.deb ... Unpacking linux-tools-common (6.5.0-27.28) ... [1mdpkg:[0m error processing archive /var/cache/apt/archives/linux-tools-common_6.5.0-27.28_all.deb (--unpack): trying to overwrite '/usr/bin/cpupower', which is also in package linux-laptop-tools-common 6.5.0-1006.9 ErrorMessage: trying to overwrite '/usr/bin/cpupower', which is also in package linux-laptop-tools-common 6.5.0-1006.9 InstallationDate: Installed on 2024-04-02 (6 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']} ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-26-generic root=UUID=4ca7785f-3fe8-4c99-b94a-44af5edc308a ro quiet splash vt.handoff=7 Python3Details: /usr/bin/python3.11, Python 3.11.6, python3-minimal, 3.11.4-5 PythonDetails: N/A RelatedPackageVersions: grub-pc N/A SourcePackage: linux Title: package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/cpupower', which is also in package linux-laptop-tools-common 6.5.0-1006.9 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/15/2023 dmi.bios.release: 1.11 dmi.bios.vendor: American Megatrends International, LLC. dmi.bios.version: N.1.20MBB11 dmi.board.asset.tag: Standard dmi.board.name: X565 dmi.board.vendor: MAIBENBEN dmi.board.version: Standard dmi.chassis.asset.tag: Standard dmi.chassis.type: 10 dmi.chassis.vendor: Standard dmi.chassis.version: Standard dmi.ec.firmware.release: 1.25 dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrN.1.20MBB11:bd08/15/2023:br1.11:efr1.25:svnMAIBENBEN:pnTyphoonSeries:pvrStandard:rvnMAIBENBEN:rnX565:rvrStandard:cvnStandard:ct10:cvrStandard:skuX565: dmi.product.family: RMB dmi.product.name: Typhoon Series dmi.product.sku: X565 dmi.product.version: Standard dmi.sys.vendor: MAIBENBEN ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package mantic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060591 Title: package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/cpupower', which is also in package linux-laptop-tools-common 6.5.0-1006.9 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060591/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
I have prepared test packages for ubuntu 22.04 LTS/jammy in the https://launchpad.net/~ubuntu-security- proposed/+archive/ubuntu/ppa/+packages PPA for both xorg-server: https://launchpad.net/~ubuntu-security- proposed/+archive/ubuntu/ppa/+sourcepub/15921802/+listing-archive-extra and for xwayland: https://launchpad.net/~ubuntu-security- proposed/+archive/ubuntu/ppa/+sourcepub/15921798/+listing-archive-extra I was able to reproduce the crash under Xwayland in a jammy vm with both intellij and the glyph_memleak.c reproducer, and using the proposed upstream patch seems to address the crash, but more testing is welcome. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
The reproducer https://bugs.freedesktop.org/attachment.cgi?id=28621 from the original 2009 bug report https://bugs.freedesktop.org/show_bug.cgi?id=23286 does seem to work at triggering this issue, at least under Xwalyand. ** Bug watch added: freedesktop.org Bugzilla #23286 https://bugs.freedesktop.org/show_bug.cgi?id=23286 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2056373] Re: Problems with HVCS and hotplugging
This bug is awaiting verification that the linux-fips/5.4.0-1097.107 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-fips' to 'verification-done-focal- linux-fips'. If the problem still exists, change the tag 'verification- needed-focal-linux-fips' to 'verification-failed-focal-linux-fips'. If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: kernel-spammed-focal-linux-fips-v2 verification-needed-focal-linux-fips -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056373 Title: Problems with HVCS and hotplugging To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/2056373/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2056373] Re: Problems with HVCS and hotplugging
This bug is awaiting verification that the linux-kvm/5.4.0-.118 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-kvm' to 'verification-done-focal- linux-kvm'. If the problem still exists, change the tag 'verification- needed-focal-linux-kvm' to 'verification-failed-focal-linux-kvm'. If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: kernel-spammed-focal-linux-kvm-v2 verification-needed-focal-linux-kvm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056373 Title: Problems with HVCS and hotplugging To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/2056373/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2056373] Re: Problems with HVCS and hotplugging
This bug is awaiting verification that the linux-kvm/5.4.0-.118 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-kvm' to 'verification-done-focal- linux-kvm'. If the problem still exists, change the tag 'verification- needed-focal-linux-kvm' to 'verification-failed-focal-linux-kvm'. If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: kernel-spammed-focal-linux-ibm-v2 verification-needed-focal-linux-ibm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056373 Title: Problems with HVCS and hotplugging To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/2056373/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2056373] Re: Problems with HVCS and hotplugging
This bug is awaiting verification that the linux-ibm/5.4.0-1070.75 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-ibm' to 'verification-done-focal- linux-ibm'. If the problem still exists, change the tag 'verification- needed-focal-linux-ibm' to 'verification-failed-focal-linux-ibm'. If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. 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/2056373 Title: Problems with HVCS and hotplugging To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/2056373/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
Are people seeing this issue with any other Ubuntu releases, which also received updates addressing CVE-2024-31083, or is this strictly affecting the version in 22.04/jammy? It looks like https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1476 has a proposed fix, in https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1476.patch . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2047778] Re: Software Updater unable to cancel Ubuntu Pro upgrade
Okay, I'm not sure I understand this interface. Right now, I came here (bugs.launchpad.net) directly from a link in the email notificaiton, and I was already logged in. Yesterday, however, I arrived here through a link in an email, but I was not automatically logged in, for some reason; it told me that in order to post I had to log-in first. When I tried, I was in a page with a single question: Do you have Ubuntu One; which is a great question; I have/had no idea. But "I don't know" was not one of the choices. Only choices were yes and no. I said No, and it took me to a form to fill out in order to register for it, without even explaining to me in plain English what the hell Ubuntu One is. So, I hit the back button a couple of times and tried to log-in again. It hit me again with the hateful yes or no question, so this time I said Yes, and it took me straight back here where I wanted to be in the first place. All the while I have no idea whether I have an Ubuntu One registration, or not, or what it is. And I don't feel I know enough about it to report a "bug", though I would argue that making assumptions about the user's knowledge is a philosophical bug of the first order. As for the rest, I will have to trust you, as some hack I installed a while back has already removed Pro nags from my eyes, so I can't verify the fix. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2047778 Title: Software Updater unable to cancel Ubuntu Pro upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2047778/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2018231] Re: sddm don´t show the avatar in lubuntu
** Package changed: sddm (Ubuntu) => lubuntu-manual ** Changed in: lubuntu-manual Importance: Undecided => Low ** Changed in: lubuntu-manual Status: Confirmed => Triaged ** Changed in: lubuntu-manual Assignee: (unassigned) => Lyn Perrine (walterorlin) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2018231 Title: sddm don´t show the avatar in lubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/lubuntu-manual/+bug/2018231/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2054810] Re: Adding bpf to CONFIG_LSM in linux kernel
Can Ubuntu please consider addressing this as a part of the upcoming 24 LTS release? The ability to leverage LSM based BPF programs on Ubuntu out-of-the-box (ie. without having to update grub and rebooting) opens the door to a growing ecosystem of security tooling. There are major computing environments for which the community cannot control things like Grub settings - such as the Ubuntu images used by Microsoft (via GitHub Actions, Azure Pipelines), GitLab (via Jobs), AWS (via vanilla EC2 instances), etc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054810 Title: Adding bpf to CONFIG_LSM in linux kernel To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2054810/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2054810] Re: Adding bpf to CONFIG_LSM in linux kernel
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux (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/2054810 Title: Adding bpf to CONFIG_LSM in linux kernel To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2054810/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2040472] Re: Backport packages from noble(-devel) to server-backports PPA for focal and jammy, post-FF
** Changed in: meson (Ubuntu Jammy) Status: New => Won't Fix ** Changed in: openvswitch (Ubuntu Jammy) Status: New => In Progress ** Changed in: spice-protocol (Ubuntu Jammy) Status: New => Fix Committed ** Changed in: virglrenderer (Ubuntu Jammy) Status: New => Fix Committed ** Changed in: virt-manager (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/2040472 Title: Backport packages from noble(-devel) to server-backports PPA for focal and jammy, post-FF To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/2040472/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060217] Re: NFSv4 fails to mount in noble/s390x
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Anthony Wong (anthonywong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060217 Title: NFSv4 fails to mount in noble/s390x To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060217/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060428] Re: package linux-tools-common 5.15.0-101.111 failed to install/upgrade: trying to overwrite '/usr/bin/acpidbg', which is also in package linux-intel-iotg-tools-common 5.15.0-1051.57
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Jose Ogando Justo (joseogando) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060428 Title: package linux-tools-common 5.15.0-101.111 failed to install/upgrade: trying to overwrite '/usr/bin/acpidbg', which is also in package linux-intel-iotg-tools-common 5.15.0-1051.57 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060428/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c
Yeah, for me it crashed 100% of the time with no changes, and removing a configuration file (which among other things removed my non-default preference for grayscale antialias) completely stopped the crashing. This is in a kvm/qemu VM. So from my perspective, and from a few others users, it looks like the cause and a good workaround. But other people in the set of JetBrains tickets report intermittent, unpredictable crashing that doesn't benefit from such a settings change. I think think upstream is talking about race conditions. So far in the bug report (the Ubuntu one) I don't understand what the proposed course of action is. I think this is the upstream bug report: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1659 ** Bug watch added: gitlab.freedesktop.org/xorg/xserver/-/issues #1659 https://gitlab.freedesktop.org/xorg/xserver/-/issues/1659 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060354 Title: Segfaults and assertion failures in Xorg's render/glyph.c To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2060354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060437] Re: The module ib_ipoib does not load automatically on ubuntu server 24.04
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060437 Title: The module ib_ipoib does not load automatically on ubuntu server 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060437/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060560] Re: Remove obsolete kernels from noble
** Changed in: linux-laptop (Ubuntu) Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060560 Title: Remove obsolete kernels from noble To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-laptop/+bug/2060560/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low
To complete the list of products: In addition to games, this change is also useful for users of Elasticsearch and/or Opensearch and Apache Lucene/Solr on large clusters. Elasticsearch also suggests raising the value, although not so high: https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html Opensearch: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/index/#important-settings Apache Solr: https://solr.apache.org/guide/solr/latest/deployment-guide/taking-solr-to-production.html If you e.g. start Elasticsearch without a large enough vm.max_map_count, it will print a log message to raise it and exit. My personal opinion: Actually the game issues described here should better be fixed in Steam's launcher when starting such a game (or in Wine). The downstream software should better ask the user to raise the value upon starting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2057792 Title: Some Games are crashing linked to a vm_max_map_count too low To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gamemode/+bug/2057792/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060585] Re: Sync rocthrust 5.7.1-2 (universe) from Debian unstable (main)
** Patch added: "rocthrust-changelog.diff" https://bugs.launchpad.net/ubuntu/+source/rocthrust/+bug/2060585/+attachment/5762300/+files/rocthrust-changelog.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060585 Title: Sync rocthrust 5.7.1-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rocthrust/+bug/2060585/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060585] Re: Sync rocthrust 5.7.1-2 (universe) from Debian unstable (main)
** Attachment added: "rocthrust-5.7.1-2-install.txt" https://bugs.launchpad.net/ubuntu/+source/rocthrust/+bug/2060585/+attachment/5762299/+files/rocthrust-5.7.1-2-install.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060585 Title: Sync rocthrust 5.7.1-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rocthrust/+bug/2060585/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060585] Re: Sync rocthrust 5.7.1-2 (universe) from Debian unstable (main)
# d/changelog since 5.3.3-4 rocthrust (5.7.1-2) unstable; urgency=medium * Migrate to unstable * d/rules: use rocprim arch conversion to ensure that the rocthrust tests behave the same on all RDNA 2 hardware -- Cordell Bloor Tue, 26 Mar 2024 11:40:24 -0600 rocthrust (5.7.1-2~exp1) experimental; urgency=medium * Enable gfx1100, gfx1101, and gfx1102 architectures in test binaries * Update Build-Depends for clang-17 * Drop patchelf from Build-Depends * Add support for nocheck Build-Profile -- Cordell Bloor Fri, 01 Mar 2024 14:27:49 -0700 rocthrust (5.7.1-1) unstable; urgency=medium * New upstream version 5.7.1 * Update upstream URLs * d/rules: use compressed DWARF5 debug symbols * d/rules: drop gfx1011 from librocthrust-tests build architectures. The HIP runtime will fall back to using gfx1010. -- Cordell Bloor Sat, 17 Feb 2024 13:43:54 -0700 rocthrust (5.3.3-5) unstable; urgency=medium * Filter cf-protection hardening from device code. Fixes a FTBFS with dpkg >= 1.22 -- Christian Kastner Thu, 14 Sep 2023 22:31:01 +0200 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060585 Title: Sync rocthrust 5.7.1-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rocthrust/+bug/2060585/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060585] [NEW] Sync rocthrust 5.7.1-2 (universe) from Debian unstable (main)
Public bug reported: Please sync rocthrust 5.7.1-2 (universe) from Debian unstable (main) This sync requires a FeatureFreeze exception. This package version requires rocm-hipamd 5.7.1 and would benefit from rocprim 5.7.1, which are being tracked in https://bugs.launchpad.net/ubuntu/+source/rocm- hipamd/+bug/2058606 and https://bugs.launchpad.net/ubuntu/+source/rocprim/+bug/2060565, respectively. # Why a new upstream version is necessary 1. The upstream version 5.3.3 predates support for the Radeon 7000 series of GPUs (added in 5.4.0). As this is a library used for High- Performance Computing and AI, support for modern hardware is very important. 2. The upstream ROCm 5.7.1 version was the last release of the ROCm 5 series. While both ROCm 5.3 and ROCm 5.7 are no longer supported upstream, there will be a much larger community using ROCm 5.7. Knowledge sharing within this larger community will be beneficial for the long-term maintenance of the noble release. 3. The versions of ROCm components included on Ubuntu Noble are very inconsistent. This FeatureFreeze exception is one of several that I will be filing in an attempt to get as much of the ROCm stack as possible onto the upstream 5.7.1 release. The narrower the range of versions, the better. Ubuntu does not have significant automated testing for the AMD GPU libraries, so it is safer to use versions that closely correspond to what upstream and Debian are using (as both do significant testing on these libraries). 4. The bugfixes for set_difference and set_intersection in 5.5.0 prevent the test suite from hanging at 100% GPU usage, which is nice. # Other Notes The build log (using rocm-hipamd 5.7.1-3 and rocprim 5.7.1-2) is attached and includes the build tests. The upstream change log is also attached. ** Affects: rocthrust (Ubuntu) Importance: Undecided Status: New ** Attachment added: "rocthrust-5.7.1-2-build.txt" https://bugs.launchpad.net/bugs/2060585/+attachment/5762298/+files/rocthrust-5.7.1-2-build.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060585 Title: Sync rocthrust 5.7.1-2 (universe) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rocthrust/+bug/2060585/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11
threadbareobserve, the nvidia driver can be downgraded to 535 without too much work. I'd make sure all the related packages are removed before installing 535. Might help the developers to know what version of Ubuntu you're running. I'm running a 22.04 desktop with a 4070 card, and the PPA does *not* fix the problem for me. It removes the lag, but that means the corrupted screen just happens faster. This is a bit intermittent and hard to pin down, but I've particularly noticed this after attempting to paste text into Gnome-Terminal; only the first few pasted characters might be echoed, then it gets into a state where keyboard input is processed but not all of it is echoed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059847 Title: Input lag or freezes on Nvidia desktops with X11 To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060581] [NEW] stop shipping debian-installer package hook
Public bug reported: I don't remember when we stopped producing installer images with debian- installer but it should be long enough ago that people won't be reporting bugs about it on Noble. So let's drop that from the apport package. ** Affects: apport (Ubuntu) Importance: Undecided Status: New ** Tags: rls-nn-incoming ** Changed in: apport (Ubuntu) Milestone: None => ubuntu-24.04 ** Tags added: rls-nn-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060581 Title: stop shipping debian-installer package hook To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/2060581/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060578] Re: postfix installed during release upgrade to Noble
While you are there you might have a look at the SyntaxWarning in line 61 of the ubuntu-release-upgrader apport hook. "tmpdir = re.compile('ubuntu-release-upgrader-\w+')" I'm having trouble copying and pasting from my VM but you get the idea. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060578 Title: postfix installed during release upgrade to Noble To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2060578/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060578] [NEW] postfix installed during release upgrade to Noble
Public bug reported: I encountered a debconf prompt regarding configuring postfix when upgrading to Noble, which seemed wrong. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: ubuntu-release-upgrader-core 1:24.04.12 ProcVersionSignature: Ubuntu 6.5.0-26.26-generic 6.5.13 Uname: Linux 6.5.0-26-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CrashDB: ubuntu CurrentDesktop: ubuntu:GNOME Date: Mon Apr 8 14:18:30 2024 InstallationDate: Installed on 2024-04-04 (4 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: ubuntu-release-upgrader Symptom: ubuntu-release-upgrader UpgradeStatus: Upgraded to noble on 2024-04-08 (0 days ago) VarLogDistupgradeXorgFixuplog: INFO:root:/usr/bin/do-release-upgrade running INFO:root:No xorg.conf, exiting ** Affects: ubuntu-release-upgrader (Ubuntu) Importance: Critical Status: Triaged ** Tags: amd64 apport-bug dist-upgrade noble wayland-session ** Changed in: ubuntu-release-upgrader (Ubuntu) Milestone: None => ubuntu-24.04-beta ** Changed in: ubuntu-release-upgrader (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060578 Title: postfix installed during release upgrade to Noble To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2060578/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2049635] Re: Roll UDA & ERD drivers from 525 to 535
This bug was fixed in the package fabric-manager-525 - 525.147.05-0ubuntu2.22.04.1 --- fabric-manager-525 (525.147.05-0ubuntu2.22.04.1) jammy; urgency=medium * End of support for 525 series, transition to 535. LP: #2049635 -- Kuba Pawlak Mon, 25 Mar 2024 15:58:33 +0100 ** Changed in: fabric-manager-525 (Ubuntu Jammy) 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/2049635 Title: Roll UDA & ERD drivers from 525 to 535 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fabric-manager-525/+bug/2049635/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060434] Re: [noble] FTBFS on failure in test vlog - Python3, change of behavior in Python 3.13, backported to 3.12 and 3.11
The relevant upstream Python changes are [0][1]. 0: https://github.com/python/cpython/pull/105935 1: https://github.com/python/cpython/issues/116034 ** Bug watch added: github.com/python/cpython/issues #116034 https://github.com/python/cpython/issues/116034 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060434 Title: [noble] FTBFS on failure in test vlog - Python3, change of behavior in Python 3.13, backported to 3.12 and 3.11 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2060434/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong
Mantic verification In all architectures, except i386, the new test passed. Here is a log from the amd64 run[1]: 4333s autopkgtest [16:47:27]: test ssh-gssapi: [--- 4333s ## Setting up test environment 4333s ## Creating Kerberos realm EXAMPLE.FAKE 4333s Initializing database '/var/lib/krb5kdc/principal' for realm 'EXAMPLE.FAKE', 4333s master key name 'K/m...@example.fake' 4333s ## Creating principals 4333s Authenticating as principal root/ad...@example.fake with password. 4333s Principal "testuser1...@example.fake" created. 4333s Authenticating as principal root/ad...@example.fake with password. 4333s Principal "host/sshd-gssapi.example.f...@example.fake" created. 4333s ## Extracting service principal host/sshd-gssapi.example.fake 4333s Authenticating as principal root/ad...@example.fake with password. 4333s Entry for principal host/sshd-gssapi.example.fake with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/etc/krb5.keytab. 4333s Entry for principal host/sshd-gssapi.example.fake with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/etc/krb5.keytab. 4333s ## Adjusting /etc/krb5.conf 4333s ## TESTS 4333s 4333s ## TEST test_gssapi_login 4333s ## Configuring sshd for gssapi-with-mic authentication 4333s ## Restarting ssh 4333s ## Obtaining TGT 4333s Password for testuser1...@example.fake: 4333s Ticket cache: FILE:/tmp/krb5cc_0 4333s Default principal: testuser1...@example.fake 4333s 4333s Valid starting ExpiresService principal 4333s 04/05/24 16:47:27 04/06/24 02:47:27 krbtgt/example.f...@example.fake 4333s renew until 04/06/24 16:47:27 4333s 4333s ## ssh'ing into localhost using gssapi-with-mic auth 4333s Warning: Permanently added 'sshd-gssapi.example.fake' (ED25519) to the list of known hosts. 4334s Fri Apr 5 16:47:27 UTC 2024 4334s 4334s ## checking that we got a service ticket for ssh (host/) 4334s 04/05/24 16:47:27 04/06/24 02:47:27 host/sshd-gssapi.example.fake@ 4334s Ticket server: host/sshd-gssapi.example.f...@example.fake 4334s 4334s ## Checking ssh logs to confirm gssapi-with-mic auth was used 4334s Apr 05 16:47:27 sshd-gssapi.example.fake sshd[1688]: Accepted gssapi-with-mic for testuser1620 from 127.0.0.1 port 44922 ssh2: testuser1...@example.fake 4334s ## PASS test_gssapi_login 4334s 4334s ## TEST test_gssapi_keyex_login 4334s ## Configuring sshd for gssapi-keyex authentication 4334s ## Restarting ssh 4334s ## Obtaining TGT 4334s Password for testuser1...@example.fake: 4334s Ticket cache: FILE:/tmp/krb5cc_0 4334s Default principal: testuser1...@example.fake 4334s 4334s Valid starting ExpiresService principal 4334s 04/05/24 16:47:28 04/06/24 02:47:28 krbtgt/example.f...@example.fake 4334s renew until 04/06/24 16:47:28 4334s 4334s ## ssh'ing into localhost using gssapi-keyex auth 4334s Fri Apr 5 16:47:28 UTC 2024 4334s 4334s ## checking that we got a service ticket for ssh (host/) 4334s 04/05/24 16:47:28 04/06/24 02:47:28 host/sshd-gssapi.example.fake@ 4334s Ticket server: host/sshd-gssapi.example.f...@example.fake 4334s 4334s ## Checking ssh logs to confirm gssapi-keyex auth was used 4334s Apr 05 16:47:28 sshd-gssapi.example.fake sshd[1758]: Accepted gssapi-keyex for testuser1620 from 127.0.0.1 port 44930 ssh2: testuser1...@example.fake 4334s ## PASS test_gssapi_keyex_login 4334s 4334s ## ALL TESTS PASSED 4334s ## Cleaning up 4334s autopkgtest [16:47:28]: test ssh-gssapi: ---] 4335s ssh-gssapi PASS 4335s autopkgtest [16:47:29]: test ssh-gssapi: - - - - - - - - - - results - - - - - - - - - - 4335s autopkgtest [16:47:29]: summary 4335s regress PASS 4335s systemd-socket-activation PASS 4335s ssh-gssapi PASS Mantic verification succeeded. 1. https://autopkgtest.ubuntu.com/results/autopkgtest- mantic/mantic/amd64/o/openssh/20240405_164750_3a52b@/log.gz ** Tags removed: verification-needed-mantic ** Tags added: verification-done-mantic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2053146 Title: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2053146/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong
Jammy verification In all architectures (except i386, which is a known failure everywhere) the new ssh-gssapi test passed. Here is the run on amd64[1]: 3438s autopkgtest [16:33:21]: test ssh-gssapi: [--- 3438s ## Setting up test environment 3438s ## Creating Kerberos realm EXAMPLE.FAKE 3438s Loading random data 3438s Initializing database '/var/lib/krb5kdc/principal' for realm 'EXAMPLE.FAKE', 3438s master key name 'K/m...@example.fake' 3438s ## Creating principals 3438s Authenticating as principal root/ad...@example.fake with password. 3438s Principal "testuser1...@example.fake" created. 3438s Authenticating as principal root/ad...@example.fake with password. 3438s Principal "host/sshd-gssapi.example.f...@example.fake" created. 3438s ## Extracting service principal host/sshd-gssapi.example.fake 3438s Authenticating as principal root/ad...@example.fake with password. 3438s Entry for principal host/sshd-gssapi.example.fake with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/etc/krb5.keytab. 3438s Entry for principal host/sshd-gssapi.example.fake with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/etc/krb5.keytab. 3438s ## Adjusting /etc/krb5.conf 3438s ## TESTS 3438s 3438s ## TEST test_gssapi_login 3438s ## Configuring sshd for gssapi-with-mic authentication 3438s ## Restarting ssh 3438s ## Obtaining TGT 3438s Password for testuser1...@example.fake: 3438s Ticket cache: FILE:/tmp/krb5cc_0 3438s Default principal: testuser1...@example.fake 3438s 3438s Valid starting ExpiresService principal 3438s 04/05/24 16:33:20 04/06/24 02:33:20 krbtgt/example.f...@example.fake 3438s renew until 04/06/24 16:33:20 3438s 3438s ## ssh'ing into localhost using gssapi-with-mic auth 3438s Warning: Permanently added 'sshd-gssapi.example.fake' (ED25519) to the list of known hosts. 3439s Fri Apr 5 16:33:21 UTC 2024 3439s 3439s ## checking that we got a service ticket for ssh (host/) 3439s 04/05/24 16:33:21 04/06/24 02:33:20 host/sshd-gssapi.example.fake@ 3439s Ticket server: host/sshd-gssapi.example.f...@example.fake 3439s 3439s ## Checking ssh logs to confirm gssapi-with-mic auth was used 3439s Apr 05 16:33:21 sshd-gssapi.example.fake sshd[1518]: Accepted gssapi-with-mic for testuser1457 from 127.0.0.1 port 50668 ssh2: testuser1...@example.fake 3439s ## PASS test_gssapi_login 3439s 3439s ## TEST test_gssapi_keyex_login 3439s ## Configuring sshd for gssapi-keyex authentication 3439s ## Restarting ssh 3439s ## Obtaining TGT 3439s Password for testuser1...@example.fake: 3439s Ticket cache: FILE:/tmp/krb5cc_0 3439s Default principal: testuser1...@example.fake 3439s 3439s Valid starting ExpiresService principal 3439s 04/05/24 16:33:21 04/06/24 02:33:21 krbtgt/example.f...@example.fake 3439s renew until 04/06/24 16:33:21 3439s 3439s ## ssh'ing into localhost using gssapi-keyex auth 3439s Fri Apr 5 16:33:21 UTC 2024 3439s 3439s ## checking that we got a service ticket for ssh (host/) 3439s 04/05/24 16:33:21 04/06/24 02:33:21 host/sshd-gssapi.example.fake@ 3439s Ticket server: host/sshd-gssapi.example.f...@example.fake 3439s 3439s ## Checking ssh logs to confirm gssapi-keyex auth was used 3439s Apr 05 16:33:21 sshd-gssapi.example.fake sshd[1558]: Accepted gssapi-keyex for testuser1457 from 127.0.0.1 port 50670 ssh2: testuser1...@example.fake 3439s ## PASS test_gssapi_keyex_login 3439s 3439s ## ALL TESTS PASSED 3439s ## Cleaning up 3439s autopkgtest [16:33:22]: test ssh-gssapi: ---] 3439s autopkgtest [16:33:22]: test ssh-gssapi: - - - - - - - - - - results - - - - - - - - - - 3439s ssh-gssapi PASS 3440s autopkgtest [16:33:23]: summary 3440s regress PASS 3440s ssh-gssapi PASS Jammy verification succeeded. 1. https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/amd64/o/openssh/20240405_163345_c46fa@/log.gz ** Tags removed: verification-needed-jammy ** Tags added: 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/2053146 Title: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2053146/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2060394] Re: do-release-upgrade -d currently non-functional
I've updated the appropriate meta-release files and upgrading is possible again. ** Changed in: ubuntu-release-upgrader (Ubuntu Noble) Status: Triaged => 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/2060394 Title: do-release-upgrade -d currently non-functional To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2060394/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs