[Bug 2060909] [NEW] Backport mitigations for the native BHI hardware vulnerabilty

2024-04-10 Thread Andrea Righi
Public bug reported:

[Impact]

Branch History Injection (BHI) attacks may allow a malicious application
to influence indirect branch prediction in kernel by poisoning the
branch history. eIBRS isolates indirect branch targets in ring0.

The BHB can still influence the choice of indirect branch predictor
entry, and although branch predictor entries are isolated between modes
when eIBRS is enabled, the BHB itself is not isolated between modes.

Previously the only known real-world BHB attack vector was via
unprivileged eBPF. Further research has found attacks that don't require
unprivileged eBPF.

[Test case]

https://www.vusec.net/projects/native-bhi/

[Fix]

Backport from upstream the merge that introduces spectre_bhi= boot
option to control BHI mitigation:

 2bb69f5fc721 ("Merge tag 'nativebhi' of 
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip")
 ed2e8d49b54d ("KVM: x86: Add BHI_NO")
 95a6ccbdc719 ("x86/bhi: Mitigate KVM by default")
 ec9404e40e8f ("x86/bhi: Add BHI mitigation knob")
 be482ff95009 ("x86/bhi: Enumerate Branch History Injection (BHI) bug")
 0f4a837615ff ("x86/bhi: Define SPEC_CTRL_BHI_DIS_S")
 7390db8aea0d ("x86/bhi: Add support for clearing branch history at syscall 
entry")
 1e3ad78334a6 ("x86/syscall: Don't force use of indirect calls for system 
calls")
 0cd01ac5dcb1 ("x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs 
file")

Also set spectre_bhi=auto by default, that will rely on the BHI_DIS_S
hardware control if it's available on the system CPUs, otherwise a
proper software sequence will be deployed at VMexit.

[Regression potential]

We may experience performance regressions with this new mitigation
enabled, especially in VMs and CPUs that don't have the BHI hardware
support capability (due to the extra software sequence executed at
VMexit).

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Fix Committed

** Affects: linux (Ubuntu Noble)
 Importance: Undecided
 Status: Fix Committed

** Also affects: linux (Ubuntu Noble)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060909

Title:
  Backport mitigations for the native BHI hardware vulnerabilty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060909/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060910] [NEW] tango-db does not install mysql/mariadb database on 24.04

2024-04-10 Thread Jan Kotanski
Public bug reported:

The current tango-db 9.5.0 works only with mariadb i.e. it does not work
with original mysql

   https://gitlab.com/tango-controls/TangoDatabase/-/issues/70


Contrary to debian (with default mariadb 
https://packages.debian.org/bookworm/default-mysql-server) ubuntu 24.04 install 
mysql-server  (https://packages.ubuntu.com/noble/default-mysql-server).
Therefore, ubuntu tango-db package (taken originally from debian) does not work 
fully on ubuntu.

If I try default installation with mysql I get an error:
```
populating database via sql...  error encountered populating database:
mysql said: ERROR 1064 (42000) at line 255 in file: 
'/usr/share/tango-db/create_db_tables.sql': You have an error in your SQL 
syntax; check the manual that corresponds to your MySQL server version for the 
right syntax to use near 'CURRENT_DATE, object varchar(255) NOT NULL default 
'', name varchar(255) NOT' at line 3
dbconfig-common: tango-db configure: noninteractive fail.
dbconfig-common: tango-db configure: ignoring errors from here forwards
done.
```
One can install the tango-db on ubuntu with mariadb but then the tango-db 
package does not create `tango` databases, i.e. one needs to create the 
database manually e.g.

https://github.com/nexdatas/nxsconfigserver/blob/8d84e4bfcb0e6e476a83ff09c7f80821da245204/.ci/install.sh#L19

It would be nice the ubuntu 24.04 tango-db package would create `tango`
DB  by default as it was possible in previous releases.

** Affects: tango (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/2060910

Title:
  tango-db does not install mysql/mariadb database on 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tango/+bug/2060910/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059197] Re: mount.nfs: Fix minor version parsing when '-t nfs4' and '-o vers=4.x' are used together

2024-04-10 Thread Matthew Ruffell
Thanks for pointing out the missing patch Heitor. I was indeed missing
it.

Please review and sponsor the V2 debdiff.

Thanks,
Matthew

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059197

Title:
  mount.nfs: Fix minor version parsing when '-t nfs4' and '-o vers=4.x'
  are used together

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/2059197/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059197] Re: mount.nfs: Fix minor version parsing when '-t nfs4' and '-o vers=4.x' are used together

2024-04-10 Thread Matthew Ruffell
Sanity testing the test package:

https://launchpad.net/~mruffell/+archive/ubuntu/lp2059197-test

nfs-common 1:1.3.4-2.5ubuntu3.6+lp2059197v20240411b1

Testcase for this bug, i.e. the regression.

$ sudo mount -t nfs4 -o vers=4.2 -vvv jammy-nfs-server:/ /mnt
mount.nfs4: timeout set for Thu Apr 11 05:14:52 2024
mount.nfs4: trying text-based options 
'vers=4.2,addr=192.168.122.14,clientaddr=192.168.122.249'

$ sudo mount -t nfs4 -o vers=4.1 -vvv jammy-nfs-server:/ /mnt
mount.nfs4: timeout set for Thu Apr 11 05:10:26 2024
mount.nfs4: trying text-based options 
'vers=4.1,addr=192.168.122.14,clientaddr=192.168.122.249'

$ sudo mount -t nfs4 -o vers=4.0 -vvv jammy-nfs-server:/ /mnt
mount.nfs4: timeout set for Thu Apr 11 05:15:02 2024
mount.nfs4: trying text-based options 
'vers=4.0,addr=192.168.122.14,clientaddr=192.168.122.249'

$ sudo mount -t nfs4 -o vers=4,minorversion=2 -vvv jammy-nfs-server:/ /mnt
mount.nfs4: timeout set for Thu Apr 11 05:15:48 2024
mount.nfs4: trying text-based options 
'vers=4,vers=4.2,addr=192.168.122.14,clientaddr=192.168.122.249'

$ sudo mount -t nfs4 -o vers=4,minorversion=1 -vvv jammy-nfs-server:/ /mnt
mount.nfs4: timeout set for Thu Apr 11 05:13:33 2024
mount.nfs4: trying text-based options 
'vers=4,vers=4.1,addr=192.168.122.14,clientaddr=192.168.122.249'

$ sudo mount -t nfs4 -o vers=4,minorversion=0 -vvv jammy-nfs-server:/ /mnt
mount.nfs4: timeout set for Thu Apr 11 05:15:54 2024
mount.nfs4: trying text-based options 
'vers=4,vers=4.0,addr=192.168.122.14,clientaddr=192.168.122.249'

Looks OK.

Testcase for the original bug, 2049262:

$ sudo cat /proc/fs/nfsd/versions
-2 +3 +4 +4.1 +4.2

$ sudo mount -o vers=4 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:17:55 2024
mount.nfs: trying text-based options 
'vers=4.2,addr=192.168.122.14,clientaddr=192.168.122.249'
$ sudo umount /mnt
$ sudo mount -o vers=4.2 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:18:01 2024
mount.nfs: trying text-based options 
'vers=4.2,addr=192.168.122.14,clientaddr=192.168.122.249'
$ sudo umount /mnt
$ sudo mount -o vers=4.1 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:18:05 2024
mount.nfs: trying text-based options 
'vers=4.1,addr=192.168.122.14,clientaddr=192.168.122.249'
$ sudo umount /mnt
$ sudo mount -o vers=4.0 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:18:12 2024
mount.nfs: trying text-based options 
'vers=4.0,addr=192.168.122.14,clientaddr=192.168.122.249'

Looks OK.

$ sudo cat /proc/fs/nfsd/versions
-2 +3 +4 -4.0 +4.1 +4.2

$ sudo mount -o vers=4 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:20:40 2024
mount.nfs: trying text-based options 
'vers=4.2,addr=192.168.122.14,clientaddr=192.168.122.249'
$ sudo umount /mnt
$ sudo mount -o vers=4.2 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:20:47 2024
mount.nfs: trying text-based options 
'vers=4.2,addr=192.168.122.14,clientaddr=192.168.122.249'
$ sudo umount /mnt
$ sudo mount -o vers=4.1 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:20:53 2024
mount.nfs: trying text-based options 
'vers=4.1,addr=192.168.122.14,clientaddr=192.168.122.249'
$ sudo umount /mnt
$ sudo mount -o vers=4.0 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:21:02 2024
mount.nfs: trying text-based options 
'vers=4.0,addr=192.168.122.14,clientaddr=192.168.122.249'
mount.nfs: mount(2): Protocol not supported
mount.nfs: Protocol not supported

Looks OK.

$ sudo cat /proc/fs/nfsd/versions
-2 +3 +4 -4.0 +4.1 -4.2

$ sudo mount -o vers=4 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:22:32 2024
mount.nfs: trying text-based options 
'vers=4.2,addr=192.168.122.14,clientaddr=192.168.122.249'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 
'vers=4.1,addr=192.168.122.14,clientaddr=192.168.122.249'
$ sudo umount /mnt
$ sudo mount -o vers=4.2 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:22:38 2024
mount.nfs: trying text-based options 
'vers=4.2,addr=192.168.122.14,clientaddr=192.168.122.249'
mount.nfs: mount(2): Protocol not supported
mount.nfs: Protocol not supported
$ sudo umount /mnt
umount: /mnt: not mounted.
$ sudo mount -o vers=4.1 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:22:44 2024
mount.nfs: trying text-based options 
'vers=4.1,addr=192.168.122.14,clientaddr=192.168.122.249'
$ sudo umount /mnt
$ sudo mount -o vers=4.0 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:22:49 2024
mount.nfs: trying text-based options 
'vers=4.0,addr=192.168.122.14,clientaddr=192.168.122.249'
mount.nfs: mount(2): Protocol not supported
mount.nfs: Protocol not supported

Looks OK.

$ sudo cat /proc/fs/nfsd/versions
-2 +3 +4 -4.1 -4.2

$ sudo mount -o vers=4 -vvv jammy-nfs-server:/ /mnt
mount.nfs: timeout set for Thu Apr 11 05:23:46 2024
mount.nfs: trying text-based options 

[Bug 2049733] Re: Dynamically determine acpi_handle_list size

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/6.5.0-33.33 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' to 'verification-done-mantic-linux'.
If the problem still exists, change the tag 'verification-needed-mantic-
linux' to 'verification-failed-mantic-linux'.


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-v2 verification-needed-mantic-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049733

Title:
  Dynamically determine acpi_handle_list size

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049733/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056418] Re: Fix headphone mic detection issue on ALC897

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/6.5.0-33.33 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' to 'verification-done-mantic-linux'.
If the problem still exists, change the tag 'verification-needed-mantic-
linux' to 'verification-failed-mantic-linux'.


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-v2 verification-needed-mantic-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056418

Title:
  Fix headphone mic detection issue on ALC897

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2056418/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057430] Re: The screen brightness is unable to adjust on BOE panel DPN#R6FD8

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/6.5.0-33.33 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' to 'verification-done-mantic-linux'.
If the problem still exists, change the tag 'verification-needed-mantic-
linux' to 'verification-failed-mantic-linux'.


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-v2 verification-needed-mantic-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057430

Title:
  The screen brightness is unable to adjust on BOE panel DPN#R6FD8

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2057430/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055083] Re: Drop fips-checks script from trees

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/6.5.0-33.33 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' to 'verification-done-mantic-linux'.
If the problem still exists, change the tag 'verification-needed-mantic-
linux' to 'verification-failed-mantic-linux'.


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-v2 verification-needed-mantic-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055083

Title:
  Drop fips-checks script from trees

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2055083/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058573] Re: alsa/realtek: adjust max output valume for headphone on 2 LG machines

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/6.5.0-33.33 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' to 'verification-done-mantic-linux'.
If the problem still exists, change the tag 'verification-needed-mantic-
linux' to 'verification-failed-mantic-linux'.


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-v2 verification-needed-mantic-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058573

Title:
  alsa/realtek: adjust max output valume for headphone on 2 LG machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058573/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058573] Re: alsa/realtek: adjust max output valume for headphone on 2 LG machines

2024-04-10 Thread Hui Wang
Installed the linux/5.15.0-104.114 kernel in -proposed, and the issue is
fixed by this kernel.


** Tags removed: verification-needed-jammy-linux
** Tags added: verification-done-jammy-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058573

Title:
  alsa/realtek: adjust max output valume for headphone on 2 LG machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058573/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060446] Re: [Mantic] Compile broken on armhf (cc1 out of memory)

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/6.5.0-33.33 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' to 'verification-done-mantic-linux'.
If the problem still exists, change the tag 'verification-needed-mantic-
linux' to 'verification-failed-mantic-linux'.


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-v2 verification-needed-mantic-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060446

Title:
  [Mantic] Compile broken on armhf (cc1 out of memory)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060446/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060624] Re: lubuntu/xubuntu reinstall (& install) on dual boot system, grub does appear & offer OS choice

2024-04-10 Thread Chris Guiver
The Xubuntu install was an install into one partition (SDA2) where two
partitions exist both with OSes (SDA1 & SDA2).

The resulting Xubuntu install booted without grub appearing on boot, and
no way for a user to boot into prior SDA1 install of Lubuntu noble.

Attempt as in original post of `sudo update-grub` reports

Warning: os-prober will not be executed to detect other bootable
partitions.

thus my prior 24.04 system is not offered as boot option.


I've NOT encountered this issue with an auto(resize)/install-alongside install, 
ONLY with something-else/manual-partitioning type of installs.. so its not all 
installs.

-- 
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/xubuntu reinstall (& install) 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 2060908] [NEW] ncract ftbfs on armhf due to implicit declarations in configure script

2024-04-10 Thread Vladimir Petko
Public bug reported:

See[1]
checking for seccomp architecture... "AUDIT_ARCH_ARM"
checking compiler and flags for sanity... no
configure: error: *** compiler cannot create working executables, check 
config.log ***
configure: error: ./configure failed for opensshlib
tail -v -n \+0 config.log
==> config.log <==
This file contains any messages produced by compilers whil
---
checking for seccomp architecture... "AUDIT_ARCH_ARM"
checking compiler and flags for sanity... no
configure: error: *** compiler cannot create working executables, check 
config.log ***
configure: error: ./configure failed for opensshlib
tail -v -n \+0 config.log
---

[1] https://launchpadlibrarian.net/724118158/buildlog_ubuntu-noble-
armhf.ncrack_0.7+debian-5build2_BUILDING.txt.gz

** Affects: ncrack (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ncrack (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #1065799
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065799

** Also affects: ncrack (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065799
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060908

Title:
  ncract ftbfs on armhf due to implicit declarations in configure script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ncrack/+bug/2060908/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1245473] Re: Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes shortcuts with ctrl+shift, etc not working in any program

2024-04-10 Thread Mikhail Medvedev
Linux Mint 21.3 XFCE - 
I fully confirm the words "I used to use the Ctrl-Shift combination to switch 
keyboard layouts (ru <--> us)
but in this case I can't use any of the Ctrl-Shift-* hotkeys in any programme I 
try."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1245473

Title:
  Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes
  shortcuts with ctrl+shift, etc not working in any program

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1245473/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060799] Re: no ubuntu's parameter is found

2024-04-10 Thread Daniel van Vugt
Thanks for the bug report. Can you explain in more detail what you mean?

** Changed in: gnome-control-center (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/2060799

Title:
  no ubuntu's parameter is found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2060799/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055083] Re: Drop fips-checks script from trees

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.15.0-104.114 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-jammy-linux' to 'verification-done-jammy-linux'. If
the problem still exists, change the tag 'verification-needed-jammy-
linux' to 'verification-failed-jammy-linux'.


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-jammy-linux-v2 verification-needed-jammy-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055083

Title:
  Drop fips-checks script from trees

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2055083/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056227] Re: KVM: arm64: softlockups in stage2_apply_range

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.15.0-104.114 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-jammy-linux' to 'verification-done-jammy-linux'. If
the problem still exists, change the tag 'verification-needed-jammy-
linux' to 'verification-failed-jammy-linux'.


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-jammy-linux-v2 verification-needed-jammy-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056227

Title:
  KVM: arm64: softlockups in stage2_apply_range

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2056227/+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

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.15.0-104.114 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-jammy-linux' to 'verification-done-jammy-linux'. If
the problem still exists, change the tag 'verification-needed-jammy-
linux' to 'verification-failed-jammy-linux'.


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-jammy-linux-v2 verification-needed-jammy-linux

-- 
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 2056418] Re: Fix headphone mic detection issue on ALC897

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.15.0-104.114 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-jammy-linux' to 'verification-done-jammy-linux'. If
the problem still exists, change the tag 'verification-needed-jammy-
linux' to 'verification-failed-jammy-linux'.


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-jammy-linux-v2 verification-needed-jammy-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056418

Title:
  Fix headphone mic detection issue on ALC897

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2056418/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058485] Re: [ICX] [SPR] [ipc/msg] performance: Mitigate the lock contention with percpu counter

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.15.0-104.114 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-jammy-linux' to 'verification-done-jammy-linux'. If
the problem still exists, change the tag 'verification-needed-jammy-
linux' to 'verification-failed-jammy-linux'.


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-jammy-linux-v2 verification-needed-jammy-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058485

Title:
   [ICX] [SPR] [ipc/msg] performance: Mitigate the lock contention with
  percpu counter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2058485/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058573] Re: alsa/realtek: adjust max output valume for headphone on 2 LG machines

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.15.0-104.114 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-jammy-linux' to 'verification-done-jammy-linux'. If
the problem still exists, change the tag 'verification-needed-jammy-
linux' to 'verification-failed-jammy-linux'.


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-jammy-linux-v2 verification-needed-jammy-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058573

Title:
  alsa/realtek: adjust max output valume for headphone on 2 LG machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2058573/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060906] [NEW] attempt to add opensc using modutil suddenly fails

2024-04-10 Thread Garrett Warnell
Public bug reported:

The following command to add the OpenSC PKCS11 module for use in, eg,
Chrome fails:

modutil -dbdir sql:$HOME/.pki/nssdb -add "OpenSC" -libfile
/usr/lib/opensc-pkcs11.so


This has worked for me several times in the past, but today Chrome stopped 
detecting my smart card and when I tried to re-initialize ~/.pki/nssdb and 
re-add OpenSC using the command above, I received the following error:

ERROR: Failed to add module "OpenSC". Probabl cause : "Unknown code ___P
3".

** Affects: nss (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/2060906

Title:
  attempt to add opensc using modutil suddenly fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss/+bug/2060906/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058985] Re: proposed-migration for iraf-fitsutil 2018.07.06-6build1

2024-04-10 Thread Vladimir Petko
** Bug watch added: Debian Bug tracker #1068791
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068791

** Also affects: iraf-fitsutil (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068791
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058985

Title:
  proposed-migration for iraf-fitsutil 2018.07.06-6build1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iraf-fitsutil/+bug/2058985/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060901] Re: netdiag is FTBFS on Noble

2024-04-10 Thread Zixing Liu
** Merge proposal linked:
   
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/netdiag/+git/netdiag/+merge/464074

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060901

Title:
  netdiag is FTBFS on Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netdiag/+bug/2060901/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2024-04-10 Thread Hui Wang
Public bug reported:

This bug is for tracking purpose

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-firmware (Ubuntu)
 Importance: Undecided
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux-oem-6.5 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.8 (Ubuntu)
 Importance: Undecided
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux (Ubuntu Jammy)
 Importance: Undecided
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux-firmware (Ubuntu Jammy)
 Importance: Undecided
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux-oem-6.5 (Ubuntu Jammy)
 Importance: Undecided
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux-oem-6.8 (Ubuntu Jammy)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Mantic)
 Importance: Undecided
 Status: New

** Affects: linux-firmware (Ubuntu Mantic)
 Importance: Undecided
 Status: New

** Affects: linux-oem-6.5 (Ubuntu Mantic)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.8 (Ubuntu Mantic)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Noble)
 Importance: Undecided
 Status: New

** Affects: linux-firmware (Ubuntu Noble)
 Importance: Undecided
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux-oem-6.5 (Ubuntu Noble)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-6.8 (Ubuntu Noble)
 Importance: Undecided
 Assignee: Hui Wang (hui.wang)
 Status: New


** Tags: oem-priority originate-from-2059397 somerville

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.5 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.8 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: linux-firmware (Ubuntu Noble)
   Importance: Undecided
 Assignee: Hui Wang (hui.wang)
   Status: New

** Also affects: linux-oem-6.5 (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.8 (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-firmware (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.5 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.8 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: linux-firmware (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.5 (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-6.8 (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-6.5 (Ubuntu Mantic)
   Status: New => Invalid

** Changed in: linux-oem-6.5 (Ubuntu Noble)
   Status: New => Invalid

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: linux-firmware (Ubuntu Jammy)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: linux-oem-6.8 (Ubuntu Jammy)
   Status: New => Invalid

** Changed in: linux-oem-6.8 (Ubuntu Mantic)
   Status: New => Invalid

** Changed in: linux-oem-6.8 (Ubuntu Noble)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Tags added: oem-priority originate-from-2059397 somerville

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060904

Title:
  Fix the RTL8852CE BT FW Crash based on SER false alarm

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2060904/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060899] Re: apste support check on nvme0 failed

2024-04-10 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on
Libera.chat.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/2060899/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060899

Title:
  apste support check on nvme0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060899/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060903] Re: VESA_drivers_not_in_use check failed

2024-04-10 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on
Libera.chat.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/2060903/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060903

Title:
  VESA_drivers_not_in_use check failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060903/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060905] [NEW] Plymouth screen does not appear during startup and shutdown of an installed system

2024-04-10 Thread Aaron Rainbolt
Public bug reported:

OS: Ubuntu Cinnamon Noble Beta.

Steps to reproduce:

1: Boot the Ubuntu Cinnamon ISO.
2: Install Ubuntu Cinnamon.
3: Boot into the installed system.
4: Log in.
5: Shut down.

Expected result: You should see a Plymouth screen in steps 1, 3, and 5.

Actual result: A Plymouth screen can be seen in step 1, but it is not
seen in steps 3 and 5 - you see terminal output (mostly from systemd)
similar to Ubuntu Server.

** Affects: ubuntucinnamon-meta (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/2060905

Title:
  Plymouth screen does not appear during startup and shutdown of an
  installed system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntucinnamon-meta/+bug/2060905/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060905] Re: Plymouth screen does not appear during startup and shutdown of an installed system

2024-04-10 Thread Aaron Rainbolt
It appears that the root cause of this is that the `quiet splash`
arguments are not getting passed to the Linux kernel, as determined by
looking at /etc/default/grub and /boot/grub/grub.cfg in the installed
system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060905

Title:
  Plymouth screen does not appear during startup and shutdown of an
  installed system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntucinnamon-meta/+bug/2060905/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060895] Re: Wrong key map proposed by default for French during installation

2024-04-10 Thread Dan Bungert
** Package changed: curtin (Ubuntu) => subiquity

** Also affects: ubuntu-desktop-provision
   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/2060895

Title:
  Wrong key map proposed by default for French during installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060895/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057734] Re: proc_sched_rt01 from ubuntu_ltp failed

2024-04-10 Thread Po-Hsu Lin
** Description changed:

- This is a new test case, issue found on M/J/F/B when testing LTP update
- 20240312
+ [Impact]
+ The updated LTP has added proc_sched_rt01 testcase which can't pass
+ since several commits are missed from kernel side.
+ 
+ Test log:
+ INFO: Test start time: Tue Mar 12 11:52:21 UTC 2024
+ COMMAND: /opt/ltp/bin/ltp-pan -q -e -S -a 163430 -n 163430 -f 
/tmp/ltp-X3Nz2HWCQe/alltests -l /dev/null -C /dev/null -T /dev/null
+ LOG File: /dev/null
+ FAILED COMMAND File: /dev/null
+ TCONF COMMAND File: /dev/null
+ Running tests...
+ tst_kconfig.c:87: TINFO: Parsing kernel config 
'/lib/modules/6.5.0-27-generic/build/.config'
+ tst_test.c:1741: TINFO: LTP version: 20230929-406-gcbc2d0568
+ tst_test.c:1625: TINFO: Timeout per run is 0h 00m 30s
+ proc_sched_rt01.c:45: TFAIL: Expect: timeslice_ms > 0 after reset to default
+ proc_sched_rt01.c:51: TPASS: echo 0 > /proc/sys/kernel/sched_rt_period_us : 
EINVAL (22)
+ proc_sched_rt01.c:53: TFAIL: echo -1 > /proc/sys/kernel/sched_rt_period_us 
invalid retval 2: SUCCESS (0)
+ proc_sched_rt01.c:59: TPASS: echo -2 > /proc/sys/kernel/sched_rt_runtime_us : 
EINVAL (22)
+ proc_sched_rt01.c:72: TFAIL: echo rt_period_us+1 > 
/proc/sys/kernel/sched_rt_runtime_us invalid retval 1: SUCCESS (0)
+ 
+ HINT: You _MAY_ be missing kernel fixes:
+ 
+ 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c1fc6484e1fb
+ 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=079be8fc6309
+ 
+ [Fix]
+ There are 3 relevant commits from upstream.
+ 
+ 1. 079be8fc6309 sched/rt: Disallow writing invalid values to 
sched_rt_period_us
+ 2. c1fc6484e1fb sched/rt: sysctl_sched_rr_timeslice show default timeslice 
after reset
+ 3. c7fcb99877f9 sched/rt: Fix sysctl_sched_rr_timeslice intial value
+ 
+ Mantic: the 3rd is already in master-next.
+ Jammy: stable v5.15.150 includes the three commits.
+ Focal: master-next has include them after update to v5.4.270
+ Bionic: all the three commits are needed.
+ 
+ [Test case]
+ Run LTP update 20240312 to check the log of proc_sched_rt01.
+ 
+ [Regression potential]
+ Low risk since these content are existed in upstream for a while.
+ 
+ Cyril Hrubis (2):
+   sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset
+   sched/rt: Disallow writing invalid values to sched_rt_period_us
+ 
+  kernel/sched/rt.c | 12 
+  1 file changed, 8 insertions(+), 4 deletions(-)
+ 
+ 
+ [Original Bug Description]
+ This is a new test case, issue found on M/J/F/B when testing LTP update 
20240312
  
  Test log:
  INFO: Test start time: Tue Mar 12 11:52:21 UTC 2024
  COMMAND:/opt/ltp/bin/ltp-pan -q  -e -S   -a 163430 -n 163430  -f 
/tmp/ltp-X3Nz2HWCQe/alltests -l /dev/null  -C /dev/null -T /dev/null
  LOG File: /dev/null
  FAILED COMMAND File: /dev/null
  TCONF COMMAND File: /dev/null
  Running tests...
  tst_kconfig.c:87: TINFO: Parsing kernel config 
'/lib/modules/6.5.0-27-generic/build/.config'
  tst_test.c:1741: TINFO: LTP version: 20230929-406-gcbc2d0568
  tst_test.c:1625: TINFO: Timeout per run is 0h 00m 30s
  proc_sched_rt01.c:45: TFAIL: Expect: timeslice_ms > 0 after reset to default
  proc_sched_rt01.c:51: TPASS: echo 0 > /proc/sys/kernel/sched_rt_period_us : 
EINVAL (22)
  proc_sched_rt01.c:53: TFAIL: echo -1 > /proc/sys/kernel/sched_rt_period_us 
invalid retval 2: SUCCESS (0)
  proc_sched_rt01.c:59: TPASS: echo -2 > /proc/sys/kernel/sched_rt_runtime_us : 
EINVAL (22)
  proc_sched_rt01.c:72: TFAIL: echo rt_period_us+1 > 
/proc/sys/kernel/sched_rt_runtime_us invalid retval 1: SUCCESS (0)
  
  HINT: You _MAY_ be missing kernel fixes:
  
  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c1fc6484e1fb
  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=079be8fc6309
  
  Summary:
  passed   2
  failed   3
  broken   0
  skipped  0
  warnings 0
  INFO: ltp-pan reported some tests FAIL
  LTP Version: 20230929-406-gcbc2d0568
  INFO: Test end time: Tue Mar 12 11:52:21 UTC 2024

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Xenial)
   Status: New => Confirmed

** Changed in: linux (Ubuntu Bionic)
   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/2057734

Title:
  proc_sched_rt01 from ubuntu_ltp failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2057734/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060903] Re: VESA_drivers_not_in_use check failed

2024-04-10 Thread Weichen Wu
Automatically attached

** Attachment added: "acpidump.log"
   
https://bugs.launchpad.net/bugs/2060903/+attachment/5763585/+files/acpidump.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060903

Title:
  VESA_drivers_not_in_use check failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060903/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059903] Re: Ubuntukylin noble install error: Failed to exclusively open path: /dev/nvme0n1p5 (partition is already mounted)

2024-04-10 Thread handsome_feng
Hi, ogayot, It mounted automatically by peony, and we have removed this
feature in the new version.

** Changed in: peony (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059903

Title:
  Ubuntukylin noble install error: Failed to exclusively open path:
  /dev/nvme0n1p5 (partition is already mounted)

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2059903/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060903] Re: VESA_drivers_not_in_use check failed

2024-04-10 Thread Weichen Wu
Automatically attached

** Attachment added: "snap_list.log"
   
https://bugs.launchpad.net/bugs/2060903/+attachment/5763584/+files/snap_list.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060903

Title:
  VESA_drivers_not_in_use check failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060903/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060903] Re: VESA_drivers_not_in_use check failed

2024-04-10 Thread Weichen Wu
Automatically attached

** Attachment added: "checkbox-session.tgz"
   
https://bugs.launchpad.net/bugs/2060903/+attachment/5763583/+files/checkbox-session.tgz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060903

Title:
  VESA_drivers_not_in_use check failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060903/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060903] [NEW] VESA_drivers_not_in_use check failed

2024-04-10 Thread Weichen Wu
Public bug reported:

[Summary]
The test will checkbox if VESA drivers are not in use

[Steps to reproduce]
1. Install Ubuntu 22.04 desktop
2. Install linux-nvidia and boot with nnvidia-kernel 5.15.0-1047-nvidia
3. run test command

[Expected result]
test pass

[Actual result]
test failed

[Failure rate]
1/1

[Checkbox job
`com.canonical.certification::graphics/VESA_drivers_not_in_use` output]

No output found for this job.

[Additional information]
CID: 202307-31886 
SKU: DGX Station A100
system-manufacturer: NVIDIA
system-product-name: DGX Station A100 920-23487-2531-0R0
bios-version: L10.16
CPU: AMD EPYC 7742 64-Core Processor (128x)
GPU: 01:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
46:00.0 VGA compatible controller [0300]: ASPEED Technology, Inc. ASPEED 
Graphics Family [1a03:2000] (rev 41)
47:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
81:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
c1:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117GLM [Quadro 
T1000 Mobile] [10de:1fb0] (rev a1)
c2:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
nvidia-driver: 535.161.07
nvidia-vbios: 92.00.38.00.01
kernel-version: 5.15.0-1047-nvidia

[Stage]
Issue reported and logs collected right after it happened

** Affects: 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/2060903

Title:
  VESA_drivers_not_in_use check failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060903/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058985] Re: proposed-migration for iraf-fitsutil 2018.07.06-6build1

2024-04-10 Thread Launchpad Bug Tracker
** Merge proposal unlinked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/iraf-fitsutil/+git/iraf-fitsutil/+merge/464073

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058985

Title:
  proposed-migration for iraf-fitsutil 2018.07.06-6build1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iraf-fitsutil/+bug/2058985/+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

2024-04-10 Thread Daniel van Vugt
I think I misread comment #8. It sounds like a workaround has been
found, but perhaps there's still a regression?

** Changed in: mutter (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/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 2060901] [NEW] netdiag is FTBFS on Noble

2024-04-10 Thread Zixing Liu
Public bug reported:

netdiag is FTBFS on Noble after the time_t transition where -Werror is
now enforced on armhf.

** Affects: netdiag (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: netdiag (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #1066694
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066694

** Also affects: netdiag (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066694
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060901

Title:
  netdiag is FTBFS on Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netdiag/+bug/2060901/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040948] Re: USB stick can't be detected

2024-04-10 Thread Kai-Heng Feng
** No longer affects: linux-signed-hwe-5.15 (Ubuntu)

** No longer affects: linux-signed-oem-6.1 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040948

Title:
  USB stick can't be detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2040948/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058985] Re: proposed-migration for iraf-fitsutil 2018.07.06-6build1

2024-04-10 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/iraf-fitsutil/+git/iraf-fitsutil/+merge/464073

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058985

Title:
  proposed-migration for iraf-fitsutil 2018.07.06-6build1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iraf-fitsutil/+bug/2058985/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2024-04-10 Thread Matthew Ruffell
Hi everyone,

Reading:

https://lore.kernel.org/lkml/2024020616.454699-1-kova...@altlinux.org/T/

It seems the issue was introduced in

commit 33eae65c6f49770fec7a662935d4eb4a6406d24b
Author: Paulo Alcantara 
Date:   Wed Dec 13 12:25:57 2023 -0300
Subject: smb: client: fix OOB in SMB2_query_info_init()
Link: 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=33eae65c6f49770fec7a662935d4eb4a6406d24b

this was indeed landed in 5.15.0-102-generic:

$ git log --grep "smb: client: fix OOB in SMB2_query_info_init()" 
origin/master-next
commit ed30eac9715d0bd5512ee42ca8e8f340d2d9d2d5
...

$ git describe --contains ed30eac9715d0bd5512ee42ca8e8f340d2d9d2d5
Ubuntu-5.15.0-102.112~472

The link mentions it is supposedly fixed in:

commit b5d623611c9cda84ebb5e5bd044587955eaf782f
Author: Kees Cook 
Date:   Fri Feb 17 16:24:40 2023 -0800
Subject: smb3: Replace smb2pdu 1-element arrays with flex-arrays
Link: 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b5d623611c9cda84ebb5e5bd044587955eaf782f

Looking at the Jammy kernel tree:

$ git log --grep "smb3: Replace smb2pdu 1-element arrays with flex-arrays" 
origin/master-next
commit b5d623611c9cda84ebb5e5bd044587955eaf782f

$ git describe --contains b5d623611c9cda84ebb5e5bd044587955eaf782f
Ubuntu-5.15.0-104.114~23

It seems it is already applied and tagged in 5.15.0-104-generic. This
seems to be built, but not quite in -proposed yet:

https://kernel.ubuntu.com/reports/kernel-stable-board/

I will write back as soon as 5.15.0-104-generic is in -proposed, with
instructions on how to test it, and see if it fixes the issue.

Thanks,
Matthew

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060780

Title:
  CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060780/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060898] Re: Trying to install gimp-help-en threatens to install wslu

2024-04-10 Thread Aaron Rainbolt
** Also affects: ubuntu-meta (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: wslu (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-meta (Ubuntu Noble)
Milestone: None => ubuntu-24.04

** Changed in: wslu (Ubuntu Noble)
Milestone: None => ubuntu-24.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060898

Title:
  Trying to install gimp-help-en threatens to install wslu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2060898/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060796] Re: libprelude ftbfs on time_t64 archs

2024-04-10 Thread Bug Watch Updater
** Changed in: libprelude (Debian)
   Status: New => Fix Released

** Changed in: libprelude (Debian)
   Importance: Undecided => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060796

Title:
  libprelude ftbfs on time_t64 archs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libprelude/+bug/2060796/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060899] Re: apste support check on nvme0 failed

2024-04-10 Thread Weichen Wu
Automatically attached

** Attachment added: "acpidump.log"
   
https://bugs.launchpad.net/bugs/2060899/+attachment/5763571/+files/acpidump.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060899

Title:
  apste support check on nvme0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060899/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060899] Re: apste support check on nvme0 failed

2024-04-10 Thread Weichen Wu
Automatically attached

** Attachment added: "snap_list.log"
   
https://bugs.launchpad.net/bugs/2060899/+attachment/5763570/+files/snap_list.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060899

Title:
  apste support check on nvme0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060899/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060899] [NEW] apste support check on nvme0 failed

2024-04-10 Thread Weichen Wu
Public bug reported:

[Summary]
the test will check autonomous power state transition on the target disk

[Steps to reproduce]
1. Install ubuntu 22.04
2. Install linux-nvidia and boot with nvidia kernel
3. Install checkbox
4. Run checkbox desktop certify test case
$ checkbox-cli run com.canonical.certification::device 
com.canonical.certification::disk/apste_support_on_nvme0

[Expected result]
test passed

[Actual result]
failed with error log below

[Failure rate]
2/2

[Checkbox job `com.canonical.certification::disk/apste_support_on_nvme0`
output]

stderr
--
NVMe status: INVALID_FIELD: A reserved coded value or an unsupported value in a 
defined field(0x2)

[Additional information]
CID: 202307-31886
SKU: DGX Station A100
system-manufacturer: NVIDIA
system-product-name: DGX Station A100 920-23487-2531-0R0
bios-version: L10.16
CPU: AMD EPYC 7742 64-Core Processor (128x)
GPU: 01:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
46:00.0 VGA compatible controller [0300]: ASPEED Technology, Inc. ASPEED 
Graphics Family [1a03:2000] (rev 41)
47:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
81:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
c1:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117GLM [Quadro 
T1000 Mobile] [10de:1fb0] (rev a1)
c2:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
nvidia-driver: 535.161.07
nvidia-vbios: 92.00.38.00.01
kernel-version: 5.15.0-1047-nvidia


[Stage]
Issue reported and logs collected right after it happened

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  [Summary]
  the test will check autonomous power state transition on the target disk
  
  [Steps to reproduce]
  1. Install ubuntu 22.04
  2. Install linux-nvidia and boot with nvidia kernel
  3. Install checkbox
  4. Run checkbox desktop certify test case
  $ checkbox-cli run com.canonical.certification::device 
com.canonical.certification::disk/apste_support_on_nvme0
  
  [Expected result]
  test passed
  
  [Actual result]
  failed with error log below
  
  [Failure rate]
  2/2
  
  [Checkbox job `com.canonical.certification::disk/apste_support_on_nvme0`
  output]
  
  stderr
  --
  NVMe status: INVALID_FIELD: A reserved coded value or an unsupported value in 
a defined field(0x2)
  
  [Additional information]
  CID: 202307-31886
  SKU: DGX Station A100
  system-manufacturer: NVIDIA
  system-product-name: DGX Station A100 920-23487-2531-0R0
  bios-version: L10.16
  CPU: AMD EPYC 7742 64-Core Processor (128x)
  GPU: 01:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
  46:00.0 VGA compatible controller [0300]: ASPEED Technology, Inc. ASPEED 
Graphics Family [1a03:2000] (rev 41)
  47:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
  81:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
  c1:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117GLM [Quadro 
T1000 Mobile] [10de:1fb0] (rev a1)
  c2:00.0 3D controller [0302]: NVIDIA Corporation GA100 [A100 SXM4 80GB] 
[10de:20b2] (rev a1)
  nvidia-driver: 535.161.07
  nvidia-vbios: 92.00.38.00.01
  kernel-version: 5.15.0-1047-nvidia
  
+ 
  [Stage]
  Issue reported and logs collected right after it happened

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060899

Title:
  apste support check on nvme0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060899/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060899] Re: apste support check on nvme0 failed

2024-04-10 Thread Weichen Wu
Automatically attached

** Attachment added: "checkbox-session.tgz"
   
https://bugs.launchpad.net/bugs/2060899/+attachment/5763569/+files/checkbox-session.tgz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060899

Title:
  apste support check on nvme0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060899/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2024-04-10 Thread Matthew Ruffell
** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Jammy)
   Status: New => Fix Committed

** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => High

** Tags added: seg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060780

Title:
  CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060780/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060797] Re: df says Resource temporarily unavailable after kernel upgrade to 5.15.0-102

2024-04-10 Thread Matthew Ruffell
*** This bug is a duplicate of bug 2060780 ***
https://bugs.launchpad.net/bugs/2060780

Hi everyone, I will provide updates on the other bug 2060780.

** This bug has been marked a duplicate of bug 2060780
   CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060797

Title:
  df says Resource temporarily unavailable after kernel upgrade to
  5.15.0-102

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2060797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060897] Re: Xubuntu installation failed: RuntimeError: aborting install since no mirror is usable

2024-04-10 Thread Ubuntu QA Website
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/2060897

** 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/2060897

Title:
  Xubuntu installation failed: RuntimeError: aborting install since no
  mirror is usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2060897/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040948] Re: USB stick can't be detected

2024-04-10 Thread Kai-Heng Feng
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-signed-hwe-5.15 (Ubuntu)
   Status: New => Won't Fix

** Changed in: linux-signed-oem-6.1 (Ubuntu)
   Status: Triaged => Won't Fix

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-hwe-5.15 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-oem-6.1 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-hwe-5.15 (Ubuntu Noble)
   Importance: Undecided
   Status: Won't Fix

** Also affects: linux-signed-oem-6.1 (Ubuntu Noble)
   Importance: Medium
 Assignee: Kai-Heng Feng (kaihengfeng)
   Status: Won't Fix

** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-hwe-5.15 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-oem-6.1 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-hwe-5.15 (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-oem-6.1 (Ubuntu Mantic)
   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/2040948

Title:
  USB stick can't be detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2040948/+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

2024-04-10 Thread Kai-Heng Feng
Sorry I don't quite follow. Does that mean the issue goes away after
downgrade and upgrade? Does USB-C display resolution can be changed now?

-- 
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 2060624] Re: lubuntu/xubuntu reinstall on dual boot system, grub does appear & offer OS choice

2024-04-10 Thread Chris Guiver
The Xubuntu install was an install into one partition (SDA2) where two
partitions exist both with OSes (SDA1 & SDA2).

The resulting Xubuntu install booted without grub appearing on boot, and
no way for a user to boot into prior SDA1 install of Lubuntu noble.

Attempt as in original post of `sudo update-grub` reports

Warning: os-prober will not be executed to detect other bootable
partitions.

thus my prior 24.04 system is not offered as boot option.

** Summary changed:

- lubuntu reinstall on dual boot system, grub does appear & offer OS choice
+ lubuntu/xubuntu reinstall on dual boot system, grub does appear & offer OS 
choice

** Summary changed:

- lubuntu/xubuntu reinstall on dual boot system, grub does appear & offer OS 
choice
+ lubuntu/xubuntu reinstall (& install) on dual boot system, grub does appear & 
offer OS choice

-- 
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/xubuntu reinstall (& install) 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 2060217] Re: NFSv4 fails to mount in noble/s390x

2024-04-10 Thread GuoqingJiang
Thanks for the info, and I tested v6.6 which was fine. Will dig into
about the change.

-- 
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-z-systems/+bug/2060217/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060898] [NEW] Trying to install gimp-help-en threatens to install wslu

2024-04-10 Thread Aaron Rainbolt
Public bug reported:

Filing this against ubuntu-meta since I believe this is a seed problem
that potentially affects all variants of Ubuntu (flavors or otherwise).

wslu is "a collection of utilities for the Windows 10 Linux Subsystem,
such as for converting Linux paths to a Windows paths or creating Linux
application shortcuts on the Windows 10 Desktop." Obviously this package
should *never* be installed on a desktop or even on most VMs, but only
within WSL instances. However...

wslu provides the virtual package www-browser, as one of its features is
to open links in Windows 10 using the default browser set there. This
means that if a package depends or recommends www-browser, it may
attempt to pull in one of several packages, wslu included. In the past,
this hasn't been a problem because Firefox was present on all flavor
images, and Firefox provides www-browser as well. However, now that
Firefox is a Snap, it is possible for Firefox to be installed without
the firefox transitional apt package being installed. (This is the case
in a default installation of Kubuntu Noble Beta.) As it turns out,
Kubuntu Noble Beta ships with *no* packages that provide www-browser,
meaning that any package that depends on it will have to install a new
browser.

Due to some stroke of misfortune, apt is picking wslu out of all
packages as the package for this use case. Installing gimp-help-en will
also install www-browser, which results in wslu becoming installed.

wslu causes quite a few problems when installed on a desktop system -
among them, the syslog is spammed with errors due to the system not in
fact being a WSL VM, audio breaks in weird ways, and application
launchers sometimes fail. Why this happens is unclear, but the issues
appear to resolve once wslu is removed from the system. It is therefore
probably a good idea to avoid wslu becoming installed on accident in
this way.

Probably the best way to resolve this is to ensure that some package
that provides www-browser is available on every Ubuntu image. This could
be done via seeding or by adding a package to ubuntu-minimal.
Alternatively, wslu could be set to no longer provide www-browser,
though it's unclear if that would break its functionality.

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: wslu (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: wslu (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/2060898

Title:
  Trying to install gimp-help-en threatens to install wslu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2060898/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058985] Re: proposed-migration for iraf-fitsutil 2018.07.06-6build1

2024-04-10 Thread Vladimir Petko
** Description changed:

  iraf-fitsutil 2018.07.06-6build1 is built in -proposed but not on armhf.
  This will not block migration because armhf binaries are being removed
  from the release pocket, but unless addressed will regress armhf
  availability of this package in 24.04 LTS.
+ 
+ The tests fail[1] due to segmentation fault in fgread/fgwrite functions:
+ ---
+ Program received signal SIGSEGV, Segmentation fault.
+ 0x0040284e in sprintf (__fmt=0x405160 "%d-%2.2d-%2.2dT%2.2d:%2.2d:%2.2d", 
__s=0xfffef18c "2024-04-10T23:34:55")
+ at /usr/include/arm-linux-gnueabihf/bits/stdio2.h:30
+ warning: Source file is more recent than executable.
+ 30  return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
+ (gdb) where
+ #0  0x0040284e in sprintf (__fmt=0x405160 "%d-%2.2d-%2.2dT%2.2d:%2.2d:%2.2d", 
__s=0xfffef18c "2024-04-10T23:34:55")
+ at /usr/include/arm-linux-gnueabihf/bits/stdio2.h:30
+ #1  fgfileout (fname=fname@entry=0xfffef77d "pix.fits", out=1, ftype=6, 
path=path@entry=0x405318 "", level=level@entry=1)
+ at fgwrite.c:695
+ #2  0x00400f7e in main (argc=, argv=) at 
fgwrite.c:360
+ (gdb) down
+ Bottom (innermost) frame selected; you cannot go down.
+ (gdb) up
+ #1  fgfileout (fname=fname@entry=0xfffef77d "pix.fits", out=1, ftype=6, 
path=path@entry=0x405318 "", level=level@entry=1)
+ at fgwrite.c:695
+ warning: 695  fgwrite.c: No such file or directory
+ (gdb) print tm
+ $1 = (struct tm *) 0x0
+ ---
+ Structure fheader uses long to represent timestamps causing a failure to 
obtain theproper timestamp.
+ 
+ 
+ [1] 
https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-noble/noble/armhf/i/iraf-fitsutil/20240408_131637_f974b@/log.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058985

Title:
  proposed-migration for iraf-fitsutil 2018.07.06-6build1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iraf-fitsutil/+bug/2058985/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060879] Re: pkgselect module is broken in Kubuntu and Ubuntu Unity

2024-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package calamares-settings-ubuntu - 1:24.04.26

---
calamares-settings-ubuntu (1:24.04.26) noble; urgency=medium

  * Make the pkgselect module actually work on Kubuntu and Ubuntu Unity.
(LP: #2060879)

 -- Aaron Rainbolt   Wed, 10 Apr 2024 16:16:21
-0500

** Changed in: calamares-settings-ubuntu (Ubuntu Noble)
   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/2060879

Title:
  pkgselect module is broken in Kubuntu and Ubuntu Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calamares-settings-ubuntu/+bug/2060879/+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 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-04-10 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu Jammy)
   Status: Fix Released => 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/2059847

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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 2039206] Re: open-vm-tools "hwclock" needed for VM guest customization not available

2024-04-10 Thread Pengpeng Sun
Thanks Robie for the information, this is exactly the VMware guest
customization updating in the next vSphere 8.0 update release which is
"Using timedatectl command to set hardware clock since Ubuntu 23.10".

However as Ubuntu 24.04 is LTS, it's widely supported on vSphere 8.x
line, without hwclock command, customers who are using the current
vSphere 8.0 - 8.0U2 releases will encounter this issue.

Understood that timedatctl command shall be used with systemd, still if
adding hwclock command back has no conflict, it will be great helpful
for customers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2039206

Title:
  open-vm-tools "hwclock" needed for VM guest customization not
  available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/2039206/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060893] Re: Ubuntu logo on the login screen jumps up after selecting the user

2024-04-10 Thread Daniel van Vugt
** Changed in: gnome-shell (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/2060893

Title:
  Ubuntu logo on the login screen jumps up after selecting the user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2060893/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2049988] Re: Latest kernel kills wifi.

2024-04-10 Thread Patrick M
Any news on this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049988

Title:
  Latest kernel kills wifi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2049988/+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 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-04-10 Thread threadbareobserve
** Changed in: mutter (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/2059847

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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 2060897] [NEW] Xubuntu installation failed: RuntimeError: aborting install since no mirror is usable

2024-04-10 Thread Sean Davis
Public bug reported:

Xubuntu 24.04 with the new Flutter installer. ISO 20240410.1

Installation failed with log:

RuntimeError: aborting install since no mirror is usable

See attached installer logs folder.

The installation took place in a VirtualBox VM. The network was
seemingly not configured correctly, so web browsing didn't work until
after the installation when I switched the adapter from NAT to Bridged
and restarted the network.

** Affects: subiquity (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "installer.tar.gz"
   
https://bugs.launchpad.net/bugs/2060897/+attachment/5763568/+files/installer.tar.gz

** Description changed:

  Xubuntu 24.04 with the new Flutter installer. ISO 20240410.1
  
  Installation failed with log:
  
  RuntimeError: aborting install since no mirror is usable
  
  See attached installer logs folder.
+ 
+ The installation took place in a VirtualBox VM. The network was
+ seemingly not configured correctly, so web browsing didn't work until
+ after the installation when I switched the adapter from NAT to Bridged
+ and restarted the network.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060897

Title:
  Xubuntu installation failed: RuntimeError: aborting install since no
  mirror is usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2060897/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060895] [NEW] Wrong key map proposed by default for French during installation

2024-04-10 Thread Coeur Noir
Public bug reported:

Hi,

during installation of 24.04, in french language, the default key map
proposed for AZERTY is

« french, obsolete alternative » ( in french : français, variante
obsolète ) → https://i.ibb.co/hgjLmJd/kbd-map-fr-obsolete-variante.png

it was also the case with 23.04 ( and probably 23.10 ).

It's strange because it used to be for years

« french, alternative » ( français, variante ) →
https://i.ibb.co/L8jPd72/kbd-map-fr-variante.png

which easily provides æ Æ or œ Œ from A and O keys, for example.

** Affects: curtin (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/2060895

Title:
  Wrong key map proposed by default for French during installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/2060895/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060894] [NEW] dialogue won't start, high cpu usage

2024-04-10 Thread Brett Holman
Public bug reported:

I connected the system to wifi using gnome's settings.

Stuck at the "Preparing Ubuntu..." screen burning 100% cpu on one core.

The process burning CPU (currently at 27m runtime) is:

python3 -m subiquity.cmd.server --use-os-prober --storage-version=2
--postinst-hooks-dir=/snap/ubuntu-desktop-
bootstrap/107/etc/subiquity/postinst.d

strace shows no output when run for several seconds, so no syscalls in
the hot loop

I generated a core dump of the running process using GDB, but at 627M I
don't think it is going anywhere. When I attach with gdb I see:

0x7f23d27ce5bb in nl80211_get_ie (ie=0 '\000', ies_len=, ies=) at probert/_nl80211module.c


warning: 378  probert/_nl80211module.c: No such file or directory

** Affects: subiquity
 Importance: Undecided
 Status: New

** Affects: ubuntu-desktop-provision
 Importance: Undecided
 Status: New

** Affects: subiquity (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: subiquity (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: subiquity
   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/2060894

Title:
  dialogue won't start, high cpu usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060894/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2046225] Re: The eDP OLED panel has no output on MTL platform

2024-04-10 Thread AceLan Kao
Mantic(6.5.0-27.28) got the fix through upstream stable update.

** Description changed:

  [Impact]
  We got a blank screen when boot into the system with OLED panel.
  
  [Fix]
  Intel provides a patch to fix this
  https://patchwork.freedesktop.org/patch/570622/?series=127194=2
  
  Which is in drm-intel-next currently
  3072a24c778a drm/i915: Introduce crtc_state->enhanced_framing
  
+ which is included in v6.7-rc6
+ e6861d8264cd drm/i915/edp: don't write to DP_LINK_BW_SET when using rate 
select
+ 
  [Test case]
  1. Install Ubuntu 22.04 on the system with 6.5+ kernel
  2. Check the screen display normally
  
  [Where problems could occur]
  The eDP panel support v1.4 and later may fail if it require the non-standard 
DP_LINK_BW_SET.

** Changed in: linux (Ubuntu Noble)
   Status: In Progress => Fix Released

** Changed in: linux (Ubuntu Mantic)
   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/2046225

Title:
  The eDP OLED panel has no output on MTL platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2046225/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060893] [NEW] Ubuntu logo on the login screen jumps up after selecting the user

2024-04-10 Thread Daniel van Vugt
Public bug reported:

Ubuntu logo on the login screen jumps up after selecting the user.

Be careful to avoid confusing this with bug 1872594.

** Affects: gnome-shell (Ubuntu)
 Importance: Medium
 Status: New

** Affects: yaru-theme (Ubuntu)
 Importance: Medium
 Status: New


** Tags: flickerfreeboot noble

** Also affects: yaru-theme (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: yaru-theme (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060893

Title:
  Ubuntu logo on the login screen jumps up after selecting the user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2060893/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059197] Re: mount.nfs: Fix minor version parsing when '-t nfs4' and '-o vers=4.x' are used together

2024-04-10 Thread Matthew Ruffell
Attached is a new debdiff which includes the missing patch. I did
another look upstream, but I think we are okay now.

** Patch added: "Debdiff for nfs-utils on Focal V2"
   
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/2059197/+attachment/5763564/+files/lp2059197_focal_V2.debdiff

** Changed in: nfs-utils (Ubuntu Focal)
   Status: Incomplete => In Progress

** Description changed:

  [Impact]
  
  When specifying both '-t nfs4' and '-o vers=4.x' on the mount command
  line, mount.nfs ignores any specific version set with '-o vers=4.x' or
  '-o vers=4,minorversion=x', and simply attempts version negotiation,
  which due to my recent changes in bug 2049262, would land on the highest
  supported nfs version, likely 4.2.
  
  Users who specify what version they want should get the version they ask
  for, and thus, this is a regression introduced in 1:1.3.4-2.5ubuntu3.6.
  
  A workaround is to drop '-t nfs4' and to use mount.nfs directly instead,
  i.e.:
  
  $ sudo mount.nfs -o vers=4.1 -vvv jammy-nfs-server:/ /mnt
  
  [Testcase]
  
  Create two VMs, one jammy and one focal.
  
  The jammy VM will be the server.
  
  Server VM:
  $ sudo hostnamectl set-hostname jammy-nfs-server
  $ sudo apt update && sudo apt upgrade -y
  $ sudo apt install nfs-kernel-server
  $ sudo mkdir /export
  $ sudo mkdir /export/users
  $ sudo mkdir /home/users
  $ sudo vi /etc/fstab # add the following line:
  /home/users /export/users none bind 0 0
  $ sudo mount -a
  $ sudo vi /etc/exports # add the following lines:
  /export 192.168.122.0/24(rw,fsid=0,no_subtree_check,sync)
  /export/users 192.168.122.0/24(rw,nohide,insecure,no_subtree_check,sync)
  $ sudo systemctl restart nfs-server.service
  
  Focal VM:
  $ sudo hostnamectl set-hostname focal-nfs-client
  $ sudo apt update && sudo apt upgrade -y
  $ sudo apt install nfs-common
  
  And then try mounting with both '-t nfs4' and '-o vers=4.1':
  
  $ sudo mount -t nfs4 -o vers=4.1 -vvv jammy-nfs-server:/ /mnt
  mount.nfs4: timeout set for Wed Apr  3 00:51:23 2024
  mount.nfs4: trying text-based options 
'vers=4.2,addr=192.168.122.217,clientaddr=192.168.122.9'
  
  and then try with both '-t nfs4' and '-o vers=4,minorversion=1':
  
  $ sudo mount -t nfs4 -o vers=4,minorversion=1 -vvv jammy-nfs-server:/ /mnt
  mount.nfs4: timeout set for Wed Apr  3 02:19:03 2024
  mount.nfs4: trying text-based options 
'minorversion=1,vers=4.2,addr=192.168.122.217,clientaddr=192.168.122.9'
  
  In each of those mounts, it incorrectly uses protocol version 4.2,
  instead of requested 4.1.
  
  If you install the test packages in the following ppa:
  
  https://launchpad.net/~mruffell/+archive/ubuntu/lp2059197-test
  
  then vers should always be 4.1, instead of 4.2.
  
  [Where problems can occur]
  
  It is quite clear now that changing version negotiation and parsing is
  quite problematic, after the number of regressions the previous
  1:1.3.4-2.5ubuntu3.6 caused the community, and the sheer number of
  commits upstream took to resolve lingering issues.
  
  We need to be careful, to make sure we don't introduce any further
  regressions.
  
  This time, we are only changing how mount.nfs parses and processes
  command line arguments for version specification, and not changing
  version negotiation itself. This could impact NFS clients, when they go
  to mount NFS filesystems.
  
  If a regression were to occur, then users might have to manually mount
  their NFS filesystems or look into autofs. There should be no breaking
  changes to any behaviour when mounting NFS filesystems.
  
  There are no changes to nfs server.
  
  [Other Info]
  
  This was fixed multiple times, across the following three commits:
  
  commit 1e3ca7fe199531a372bb8e1c1033d8973097be50
  Author: NeilBrown 
  Date:   Wed Jul 26 13:47:42 2017 -0400
  Subject: mount: move handling of "-t nfs4" into nfs_nfs_version()
  Link: 
https://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commitdiff;h=1e3ca7fe199531a372bb8e1c1033d8973097be50
- 
+ 
  commit 050153ef6a86ff5ab06ef65be36336824a323779
  Author: NeilBrown 
  Date:   Wed Jul 26 13:51:51 2017 -0400
  Subject: mount: Fix problems with parsing minorversion=
  Link: 
https://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commitdiff;h=050153ef6a86ff5ab06ef65be36336824a323779
- 
+ 
  commit 71b807e1a69940beb31fdeb481c2e54509e8bd32
  Author: Steve Dickson 
  Date:   Thu Mar 1 13:52:47 2018 -0500
  Subject: mount.nfs: minorversion setting is being ignored with the -t flag
  Link: 
https://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commitdiff;h=71b807e1a69940beb31fdeb481c2e54509e8bd32
  
+ commit 5f32083c759b468f5b0cb9302e4fe2848d37cc5b
+ From: Steve Dickson 
+ Date: Tue, 10 Apr 2018 10:25:40 -0400
+ Subject: mount.nfs: Fix auto protocol negotiation
+ Link: 
https://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commitdiff;h=5f32083c759b468f5b0cb9302e4fe2848d37cc5b
+ 
  Jammy has all of these, and does not need any fixes.

-- 
You received this bug notification 

[Bug 1872594] Re: Ubuntu logo shifts vertically when the login screen appears (before selecting the user)

2024-04-10 Thread Daniel van Vugt
It got a bit worse in Noble recently so we should track that separately
in bug 2060893.

** Summary changed:

- Ubuntu logo shifts vertically when the login screen appears
+ Ubuntu logo shifts vertically when the login screen appears (before selecting 
the user)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872594

Title:
  Ubuntu logo shifts vertically when the login screen appears (before
  selecting the user)

To manage notifications about this bug go to:
https://bugs.launchpad.net/yaru/+bug/1872594/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2045205] Re: "spi-nor spi0.1:Software reset failed:-524" in shutdown screen

2024-04-10 Thread AceLan Kao
The 2 commits are included in v6.8-rc1, and it won't impact any
functionalities, so won't fix for old releases.

7a030abc0185 mtd: spi-nor: Stop reporting warning message when soft reset is 
not suported
cff49d58f57e spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP


** Changed in: linux (Ubuntu Jammy)
   Status: In Progress => Won't Fix

** Changed in: linux (Ubuntu Mantic)
   Status: In Progress => Won't Fix

** Changed in: linux (Ubuntu Noble)
   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/2045205

Title:
  "spi-nor spi0.1:Software reset failed:-524" in shutdown screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2045205/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2042500] Re: Fix after-suspend-mediacard/sdhc-insert test failed

2024-04-10 Thread AceLan Kao
** Description changed:

  SRU Justification for Noble
  
  [Impact]
  checkbox test case, after-suspend-mediacard/sdhc-insert, failed.
  
  [Fix]
  The new series of the fix has been merged into v6.9
  
  6d4266675279 PCI/ASPM: Update save_state when configuration changes
  64dbb2d70744 PCI/ASPM: Disable L1 before configuring L1 Substates
  c198fafa0125 PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()
  17423360a27a PCI/ASPM: Save L1 PM Substates Capability for suspend/resume
  1e11b5494c3d PCI/ASPM: Move pci_save_ltr_state() to aspm.c
  f3994bba8200 PCI/ASPM: Always build aspm.c
  fa84f4435a62 PCI/ASPM: Move pci_configure_ltr() to aspm.c
  
  [Test Case]
  1. suspend and resume.
  2. check if the error appears in dmesg
  ~~~
   pcieport :00:1c.0: pciehp: Slot(5): Card not present
   rtsx_pci :05:00.0: Unable to change power state from D0 to D3hot, device 
inaccessible
   rtsx_pci :05:00.0: Unable to change power state from D3cold to D0, 
device inaccessible
  ~~~
  
  [Where the problems could occur]
+ Hard to evaluate, these patches change the PCI/ASPM behavior and may lead to 
PCI devices work abnormal.
  
  =
  [Impact]
  checkbox test case, after-suspend-mediacard/sdhc-insert, failed.
  
  [Fix]
  Commit a7152be79b62 ("Revert "PCI/ASPM: Save L1 PM Substates Capability
  for suspend/resume"") reverted saving and restoring of ASPM L1 Substates
  due to a regression that caused resume from suspend to fail on certain
  systems. However, we never added this capability back and this is now
  causing systems fail to enter low power CPU states, drawing more power
  from the battery.
  
  The original revert mentioned that we restore L1 PM substate configuration
  even though ASPM L1 may already be enabled. This is due the fact that
  the pci_restore_aspm_l1ss_state() was called before pci_restore_pcie_state().
  
  Try to enable this functionality again following PCIe r6.0.1, sec 5.5.4
  more closely by:
  
  1) Do not restore ASPM configuration in pci_restore_pcie_state() but
     do that after PCIe capability is restored in pci_restore_aspm_state()
     following PCIe r6.0, sec 5.5.4.
  
  2) ASPM is first enabled on the upstream component and then downstream
     (this is already forced by the parent-child ordering of Linux
     Device Power Management framework).
  
  3) Program ASPM L1 PM substate configuration before L1 enables.
  
  4) Program ASPM L1 PM substate enables last after rest of the fields
     in the capability are programmed.
  
  5) Add denylist that skips restoring on the ASUS and TUXEDO systems
     where these regressions happened, just in case. For the TUXEDO case
     we only skip restore if the BIOS is involved in system suspend
     (that's forcing "mem_sleep=deep" in the command line). This is to
     avoid possible power regression when the default suspend to idle is
     used, and at the same time make sure the devices continue working
     after resume when the BIOS is involved.
  
  [Test Case]
  1. suspend and resume.
  2. check if the error appears in dmesg
  ~~~
   pcieport :00:1c.0: pciehp: Slot(5): Card not present
   rtsx_pci :05:00.0: Unable to change power state from D0 to D3hot, device 
inaccessible
   rtsx_pci :05:00.0: Unable to change power state from D3cold to D0, 
device inaccessible
  ~~~
  
  [where the issue could happen]
  low, the patch works well on the reported malfunctioned ASUS platform too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2042500

Title:
  Fix after-suspend-mediacard/sdhc-insert test failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2042500/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059197] Re: mount.nfs: Fix minor version parsing when '-t nfs4' and '-o vers=4.x' are used together

2024-04-10 Thread Matthew Ruffell
** Patch removed: "Debdiff for nfs-utils on Focal"
   
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/2059197/+attachment/5761398/+files/lp2059197_focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059197

Title:
  mount.nfs: Fix minor version parsing when '-t nfs4' and '-o vers=4.x'
  are used together

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/2059197/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055083] Re: Drop fips-checks script from trees

2024-04-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.4.0-181.201 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' to 'verification-done-focal-linux'. If
the problem still exists, change the tag 'verification-needed-focal-
linux' to 'verification-failed-focal-linux'.


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-v2 verification-needed-focal-linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055083

Title:
  Drop fips-checks script from trees

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2055083/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060695] Re: 24.04 grub-pc cannot upgrade on mirrored software RAID root disk

2024-04-10 Thread Chris Siebenmann
I think I know what is happening here. In Ubuntu 20.04 and 22.04, the
grub-pc.postinst has a chunk of code that was designed to deal with bug
#1889556 by skipping running grub-install on package updates. The
initial commit comment by Steve Langasek says:

debian/postinst.in: Avoid calling grub-install on upgrade of the grub-pc 
package, since we cannot be certain that it will install to the correct disk 
and a grub-install failure 
will render the system unbootable. LP: #1889556
(commit 3aabdc6fe0ab3b6e129fc5b64238c45cbfd0de47 I believe)

This code is, in its final form in 22.04:
elif dpkg --compare-versions "$2" ge 2.04-1ubuntu26 && [ -z 
"$DEBCONF_RECONFIGURE" ]; then
  # Avoid the possibility of breaking grub on SRU update
  # due to ABI change
  :

2.04-1ubuntu26 was the initial grub2 version in 20.04. This version was
not updated for 22.04 to the 22.04 base version, but the effect was the
same (since they were all more recent than the 20.04 base version). If
you force a 22.04 machine to explicitly reconfigure grub-pc with 'dpkg-
reconfigure grub-pc', it will fail with the same error message as in
24.04 (until you select the real devices).

The reason 24.04 fails here is that the 20.04/22.04 change to grub-
pc.postinst wasn't carried forward to 24.04, the way it was for 22.04
(in commit 00e473f4e2b2e7e607b3aad58cb0c085b1f0561a I believe), so grub-
pc always tries to run grub-install on package updates and fails here. I
don't know if this is a grub-pc 24.04 problem by itself.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060695

Title:
  24.04 grub-pc cannot upgrade on mirrored software RAID root disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/2060695/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060809] Re: davinci not opening bro

2024-04-10 Thread Daniel van Vugt
The integrated GPU of your Intel i5-6400 is all that I can see, which
understandably may not be enough to run Davinci. What error do you see
exactly?

Also note that errors have been reported on your installation media,
probably meaning the USB drive used to install Ubuntu was faulty. You
may want to reinstall Ubuntu using a different thumb drive.


** Package changed: xorg (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/2060809

Title:
  davinci not opening bro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2060809/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057734] Re: proc_sched_rt01 from ubuntu_ltp failed

2024-04-10 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu Focal)
   Status: Won't Fix => Confirmed

** Changed in: linux (Ubuntu Jammy)
   Status: Won't Fix => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057734

Title:
  proc_sched_rt01 from ubuntu_ltp failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2057734/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057734] Re: proc_sched_rt01 from ubuntu_ltp failed

2024-04-10 Thread GuoqingJiang
jammy will include them after update to v5.15.150

** Changed in: linux (Ubuntu Jammy)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057734

Title:
  proc_sched_rt01 from ubuntu_ltp failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2057734/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057734] Re: proc_sched_rt01 from ubuntu_ltp failed

2024-04-10 Thread GuoqingJiang
focal master-next has those fix commits

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Focal)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057734

Title:
  proc_sched_rt01 from ubuntu_ltp failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2057734/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060391] Re: gnome desktop cannot start as mutter fails to find drmModeCloseFB

2024-04-10 Thread Daniel van Vugt
Thanks. Next please run:

  env > env.txt

and attach the resulting text file here.

** Changed in: mutter (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/2060391

Title:
  gnome desktop cannot start as mutter fails to find drmModeCloseFB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2060391/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054487] Re: There is sound from the speakers and headphones at the same time on Oasis 14 and 16 platforms

2024-04-10 Thread AceLan Kao
** Description changed:

  [Impact]
  While playing audio with headset plugged, the sound play from both headset 
and internal speaker.
  
  [Fix]
  The commit from v6.8-rc5 fixes the issue
  fddab35fd064 ALSA: hda/realtek: add IDs for Dell dual spk platform
+ 
+ To avoid conflict pull in one more quirk from v6.8-rc3
+ fcfc9f711d1e ALSA: hda/realtek - Add speaker pin verbtable for Dell dual 
speaker platform
  
  [Test Case]
  1. play an audio file.
  2. plug 3.5mm headset.
  3. select "headset".
  4. sound will play only from headset
  
  [Where problems could occur]
  It simply added 2 IDs to the table, should have no impact to the existing 
machines.
+ The other commit add one more ID to the table and disable speaker passthrough.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054487

Title:
  There is sound from the speakers and headphones at the same time on
  Oasis 14 and 16 platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2054487/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057734] Re: proc_sched_rt01 from ubuntu_ltp failed

2024-04-10 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
Milestone: noble-updates => None

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057734

Title:
  proc_sched_rt01 from ubuntu_ltp failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2057734/+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 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-04-10 Thread Daniel van Vugt
Everyone should also pay attention to the date and time shown in the
output from 'journalctl -b0 | grep MetaSyncRing'. If you have installed
the PPA then we only care about timestamps after the PPA was installed
and after you logged in again to apply the change.

-- 
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 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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 2060204] Re: Resolution drop on third monitor on USB C

2024-04-10 Thread Daniel van Vugt
** Tags added: regression-update

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Kai-Heng Feng (kaihengfeng)

-- 
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 2057734] Re: proc_sched_rt01 from ubuntu_ltp failed

2024-04-10 Thread GuoqingJiang
** Also affects: linux (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Mantic)
   Status: New => In Progress

** Changed in: linux (Ubuntu Mantic)
 Assignee: (unassigned) => GuoqingJiang (guoqingjiang)

** Changed in: linux (Ubuntu)
   Status: New => Invalid

** Changed in: linux (Ubuntu)
Milestone: mantic-updates => noble-updates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057734

Title:
  proc_sched_rt01 from ubuntu_ltp failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2057734/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060892] Re: Sync golang-github-hashicorp-golang-lru-v2 2.0.7-2 (universe) from Debian unstable (main)

2024-04-10 Thread Shengjing Zhu
this flaky test prevents golang-github-hashicorp-golang-lru-v2/2.0.7-1
to migrate

autopkgtest for golang-github-hashicorp-golang-lru-v2/2.0.7-1: amd64:
Pass, arm64: Pass, armhf: Pass, i386: Not a regression, ppc64el:
Regression ♻ , s390x: Pass

** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060892

Title:
  Sync golang-github-hashicorp-golang-lru-v2 2.0.7-2 (universe) from
  Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-hashicorp-golang-lru-v2/+bug/2060892/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060880] Re: squid crashes after update to 4.10-1ubuntu1.10

2024-04-10 Thread David Clarke
Testing the new packages now, and have not yet had any segfaults,
whereas the 4.10-1ubuntu1.10 started logging faults with a couple of
minutes of starting and very regularly (sub-minute) after that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060880

Title:
  squid crashes after update to 4.10-1ubuntu1.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/2060880/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060892] [NEW] Sync golang-github-hashicorp-golang-lru-v2 2.0.7-2 (universe) from Debian unstable (main)

2024-04-10 Thread Shengjing Zhu
Public bug reported:

Please sync golang-github-hashicorp-golang-lru-v2 2.0.7-2 (universe)
from Debian unstable (main)

Changelog entries since current noble version 2.0.7-1:

golang-github-hashicorp-golang-lru-v2 (2.0.7-2) unstable; urgency=medium

  * Disable flaky ExampleLRU test

 -- Shengjing Zhu   Wed, 10 Apr 2024 16:13:52 +0800

** Affects: golang-github-hashicorp-golang-lru-v2 (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: golang-github-hashicorp-golang-lru-v2 (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060892

Title:
  Sync golang-github-hashicorp-golang-lru-v2 2.0.7-2 (universe) from
  Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-hashicorp-golang-lru-v2/+bug/2060892/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060890] [NEW] autopkgtest fails with golang-github-coreos-go-systemd 22.5.0-1

2024-04-10 Thread Shengjing Zhu
Public bug reported:

https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-
noble/noble/amd64/r/runc/20240407_064433_8e120@/log.gz

1367s github.com/seccomp/libseccomp-golang: exec: "pkg-config":
executable file not found in $PATH

golang-github-coreos-go-systemd-dev/22.5.0-1 drops pkg-config from
depends.

it has been fixed in runc/1.1.12+ds1-2
https://tracker.debian.org/news/1507077/accepted-runc-1112ds1-2-source-
into-unstable/

** Affects: runc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

** Tags added: update-excuse

** Merge proposal linked:
   https://code.launchpad.net/~zhsj/ubuntu/+source/runc/+git/runc/+merge/463483

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060890

Title:
  autopkgtest fails with golang-github-coreos-go-systemd 22.5.0-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/runc/+bug/2060890/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054487] Re: There is sound from the speakers and headphones at the same time on Oasis 14 and 16 platforms

2024-04-10 Thread AceLan Kao
** Description changed:

  [Impact]
  While playing audio with headset plugged, the sound play from both headset 
and internal speaker.
  
  [Fix]
- The commit from v6.5-rc5 fixes the issue
+ The commit from v6.8-rc5 fixes the issue
  fddab35fd064 ALSA: hda/realtek: add IDs for Dell dual spk platform
  
  [Test Case]
  1. play an audio file.
  2. plug 3.5mm headset.
  3. select "headset".
  4. sound will play only from headset
  
  [Where problems could occur]
  It simply added 2 IDs to the table, should have no impact to the existing 
machines.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054487

Title:
  There is sound from the speakers and headphones at the same time on
  Oasis 14 and 16 platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2054487/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060887] Re: kcemu FTBFS on Noble after time_t transition

2024-04-10 Thread Bug Watch Updater
** Changed in: kcemu (Debian)
   Status: Unknown => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060887

Title:
  kcemu FTBFS on Noble after time_t transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kcemu/+bug/2060887/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1990592] Re: Desktop environment fails to start

2024-04-10 Thread Brian Murray
This happened to me today with a Noble daily build - Ubuntu 24.04 LTS
"Noble Numbat" - Beta amd64 (20240410.2)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1990592

Title:
  Desktop environment fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1990592/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2033455] Re: Missing BT IDs for support for Intel Discrete Misty Peak2/BE202

2024-04-10 Thread AceLan Kao
The formal firmware names are ibt-0291-0291.{ddc,sfi} which are incuded
in Jammy and Mantic release.

** Changed in: linux-firmware (Ubuntu Mantic)
   Status: Incomplete => Fix Released

** Changed in: linux-firmware (Ubuntu Jammy)
   Status: Incomplete => Fix Released

** Changed in: linux-firmware (Ubuntu)
   Status: Incomplete => 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/2033455

Title:
  Missing BT IDs for support for Intel Discrete Misty Peak2/BE202

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2033455/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060852] Re: nvidia-driver-550-open fails with secure boot enabled

2024-04-10 Thread Steve Langasek
ah, -open is built from nvidia-graphics-drivers-550.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060852

Title:
  nvidia-driver-550-open fails with secure boot enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-550/+bug/2060852/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060852] Re: nvidia-driver-550-open fails with secure boot enabled

2024-04-10 Thread Steve Langasek
I believe this also applies to 550-open and 550-server, so demoting
these also.

** Also affects: nvidia-graphics-drivers-550-server (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/2060852

Title:
  nvidia-driver-550-open fails with secure boot enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-550/+bug/2060852/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060852] Re: nvidia-driver-550-open fails with secure boot enabled

2024-04-10 Thread Steve Langasek
The 550 driver does not have corresponding signed binaries, so the dkms
driver gets installed instead.  This requires MOK enrollment in order to
boot under secureboot.

The 550 driver claims to support ALL of the devices that are supported
by 535:

$ join -v2 <(grep-dctrl -n -FPackage -X nvidia-driver-550 -sModaliases 
/var/lib/apt/lists/*_noble_*binary-amd64_*Packages | sed -e's/nvidia(//; s/)//; 
s/, /\n/g' | sort -u) <(grep-dctrl -n -FPackage -X nvidia-driver-535 
-sModaliases /var/lib/apt/lists/*_noble_*binary-amd64_*Packages | sed 
-e's/nvidia(//; s/)//; s/, /\n/g' | sort -u) 
$

And ubuntu-drivers defaults to installing the newest driver that
supports the cards, so tries to install 550, not 535.

Either 550 needs to not declare support for these cards, or it needs to
be included in the modules that we deliver signatures for.

Until we have a resolution in one of those two ways, I am demoting this
package to noble-proposed and blocking it there.

** Tags added: block-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060852

Title:
  nvidia-driver-550-open fails with secure boot enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-550/+bug/2060852/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056387] Re: [T14 Gen 3 AMD] Fail to suspend/resume for the second time

2024-04-10 Thread Nobuto Murata
** Summary changed:

- Fail to suspend/resume for the second time
+ [T14 Gen 3 AMD] Fail to suspend/resume for the second time

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056387

Title:
  [T14 Gen 3 AMD] Fail to suspend/resume for the second time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2056387/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060745] Re: nbd-client fails to connect when using /etc/nbdtab on Ubuntu 24.04 (Noble)

2024-04-10 Thread Bug Watch Updater
** Changed in: nbd
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060745

Title:
  nbd-client fails to connect when using /etc/nbdtab on Ubuntu 24.04
  (Noble)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nbd/+bug/2060745/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060266] Re: gnome-session.service [unity-session] uses deprecated --builtin parameter

2024-04-10 Thread Brian Murray
I believe this is Fixed by the following upload:

gnome-session (46.0-1ubuntu3) noble; urgency=medium

  * Fix failure in starting a Unity session due to the removal of the
--builtin/--systemd flags in 46~alpha-1ubuntu1.

 -- Simon Quigley   Tue, 09 Apr 2024 00:24:03 -0500

** Changed in: gnome-session (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/2060266

Title:
  gnome-session.service [unity-session] uses deprecated --builtin
  parameter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/2060266/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060797] Re: df says Resource temporarily unavailable after kernel upgrade to 5.15.0-102

2024-04-10 Thread Sparkey
Seeing this as well. Rolling from 5.15.0-102-generic to
5.15.0-101-generic kernel works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060797

Title:
  df says Resource temporarily unavailable after kernel upgrade to
  5.15.0-102

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2060797/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   >