[Bug 2054510] Re: Incomplete screen redraws in virtual machines running Xorg

2024-03-13 Thread Daniel van Vugt
Verified fixed on jammy using mutter version 42.9-0ubuntu7 and the test
plan in the bug description.

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

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

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

Title:
  Incomplete screen redraws in virtual machines running Xorg

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


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

[Bug 2049634] Re: smb: wsize blocks of bytes followed with binary zeros on copy, destroying data

2024-03-13 Thread Matthew Ruffell
The fix for noble should be present in 6.8.0-16-generic and later.
Marking as Fix committed for Noble.

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

Title:
  smb: wsize blocks of bytes followed with binary zeros on copy,
  destroying data

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


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

[Bug 2049634] Re: smb: wsize blocks of bytes followed with binary zeros on copy, destroying data

2024-03-13 Thread Matthew Ruffell
Performing verification for mantic.

I started two VMs. A jammy VM for the cifs server, and a mantic VM, for
the client.

I set the jammy VM up as per the testcase.

I set the mantic VM up as per the testcase.

The mantic VM uses kernel 6.5.0-25-generic from -updates.

$ uname -rv
6.5.0-25-generic #25-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb  7 14:58:39 UTC 2024

I created the testdata, took the SHA256 hash, and copied it over:

$ ( set -o pipefail && head --bytes=$(( 55 * 1000 )) /dev/zero | openssl enc 
-aes-128-ctr -nosalt -pass "pass:my-seed" -iter 1 | hexdump --no-squeezing 
--format '40/1 "%02x"' --format '"\n"' >"testdata.txt" )
$ sha256sum testdata.txt
9ec09af020dce3270ea76531141940106f173c7243b7193a553480fb8500b3f2  testdata.txt
$ cp testdata.txt share/

On the jammy VM, I confirmed the hash has changed:

$ sha256sum sambashare/testdata.txt
9e573a0aa795f9cd4de4ac684a1c056dbc7d2ba5494d02e71b6225ff5f0fd866  
sambashare/testdata.txt
$ less sambashare/testdata.txt

Looking at the file with less, I see the large blocks of zeros.

I then enabled -proposed, and installed 6.5.0-27-generic:

$ uname -rv
6.5.0-27-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar  7 18:21:00 UTC 2024

I mounted the share:

$ sudo mount -t cifs -o username=ubuntu,vers=1.0,wsize=16850 
//192.168.122.65/sambashare ~/share
Password for ubuntu@//192.168.122.65/sambashare:

Looking in dmesg, I see:

[   57.280020] Key type cifs.spnego registered
[   57.280035] Key type cifs.idmap registered
[   57.280345] Use of the less secure dialect vers=1.0 is not recommended 
unless required for access to very old servers
[   57.280861] CIFS: VFS: Use of the less secure dialect vers=1.0 is not 
recommended unless required for access to very old servers
[   57.281307] CIFS: VFS: wsize rounded down to 16384 to multiple of PAGE_SIZE 
4096
[   57.281599] CIFS: Attempting to mount //192.168.122.65/sambashare

the line of interest is "CIFS: VFS: wsize rounded down to 16384 to
multiple of PAGE_SIZE 4096" showing we now have a wsize of 16384, and we
can see this with mount -l:

$ mount -l
//192.168.122.65/sambashare on /home/ubuntu/share type cifs 
(rw,relatime,vers=1.0,cache=strict,username=ubuntu,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.122.65,soft,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=16384,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1)

I then copied the file over:

$ cp testdata.txt share/

Looking at the SHA256 sum on the Jammy server:

$ sha256sum sambashare/testdata.txt
9ec09af020dce3270ea76531141940106f173c7243b7193a553480fb8500b3f2  
sambashare/testdata.txt

When looking at the file with less, there are no more binary zeros.

The kernel in -proposed fixes the issue, happy to mark verified for
mantic.

** Tags removed: verification-needed-mantic-linux
** Tags added: verification-done-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/2049634

Title:
  smb: wsize blocks of bytes followed with binary zeros on copy,
  destroying data

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


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

[Bug 2047590] Re: 6.5.0-14 kernel will not boot

2024-03-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  6.5.0-14 kernel will not boot

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


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

[Bug 2049634] Re: smb: wsize blocks of bytes followed with binary zeros on copy, destroying data

2024-03-13 Thread Matthew Ruffell
** Changed in: linux (Ubuntu Noble)
   Status: In Progress => Fix Committed

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

Title:
  smb: wsize blocks of bytes followed with binary zeros on copy,
  destroying data

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


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

[Bug 2056649] Re: Outlook.com does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-13 Thread Bug Watch Updater
** Changed in: evolution-ews
   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/2056649

Title:
  Outlook.com does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2055519] Re: Mutter rebuilds on jammy fail test: mutter:cogl+cogl/conform / framebuffer-get-bits (due to Mesa >= 23.1.1)

2024-03-13 Thread Daniel van Vugt
Building 42.9-0ubuntu7 succeeded on all architectures.

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

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

Title:
  Mutter rebuilds on jammy fail test: mutter:cogl+cogl/conform /
  framebuffer-get-bits (due to Mesa >= 23.1.1)

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


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

[Bug 2055530] Re: Mutter (sometimes) fails to build with [fatal error: meta/meta-enum-types.h: No such file or directory]

2024-03-13 Thread Daniel van Vugt
Building 42.9-0ubuntu7 succeeded on all architectures.



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

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

Title:
  Mutter (sometimes) fails to build with [fatal error: meta/meta-enum-
  types.h: No such file or directory]

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


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

[Bug 2057853] Re: [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image on MTL/RPL/ADL platform

2024-03-13 Thread quanxian
** Summary changed:

- [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image on MTL 
platform
+ [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image on 
MTL/RPL/ADL platform

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

Title:
  [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image
  on MTL/RPL/ADL platform

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


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

[Bug 1070321] Re: mpi4py ftbfs - python3.3 test failures

2024-03-13 Thread Zixing Liu
** Merge proposal linked:
   
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/openmpi/+git/openmpi/+merge/462375

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

Title:
  mpi4py ftbfs - python3.3 test failures

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


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

[Bug 2054851] Re: [radeon] gnome-shell and Xorg both crash with SIGSEGV in radeon_bo_reference()

2024-03-13 Thread Bug Watch Updater
** Changed in: mesa (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/2054851

Title:
  [radeon] gnome-shell and Xorg both crash with SIGSEGV in
  radeon_bo_reference()

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


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

[Bug 2054121] Re: Random Freezing

2024-03-13 Thread Daniel van Vugt
Perhaps we're approaching it wrong. Try going back to the Ubuntu kernel
(6.5) and enabling debug messages with these kernel parameters:

  drm.debug=0xff loglevel=8

then collect another prevboot.txt after the freeze occurs.

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

Title:
  Random Freezing

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


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

[Bug 2054121] Re: Random Freezing

2024-03-13 Thread Allen
What kernel do you suggest.
Disabling NVIDA isn't an option. I need all 4 monitors.

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

Title:
  Random Freezing

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


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

[Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-13 Thread Mario Limonciello
Can you double check the framebuffer FB related conf options in your
kconfig against those in Fedora?

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

Title:
  Annoying boot messages interfering with splash screen

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


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

[Bug 2054121] Re: Random Freezing

2024-03-13 Thread Daniel van Vugt
Maybe try an even older kernel next, and/or disabling the Nvidia GPU in
the BIOS if there's an option to do so.

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

Title:
  Random Freezing

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


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

[Bug 2057746] Re: 22.04.4 Sounds is cracking and most of the time audio and video is not matching

2024-03-13 Thread Daniel van Vugt
If by "yes" in comment #1 you mean the same issue occurs with wired,
then it sounds like there are two separate bugs. Because in comment #2
it sounds like PulseAudio's Bluetooth support was the original problem.
And I know other people have reported the same. It's unfortunate that
Ubuntu 22.04 was still using PulseAudio at the time of its release, but
I think that's because PipeWire wasn't mature in early 2022.


** Package changed: ubuntu => pulseaudio (Ubuntu)

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => New

** Tags added: a2dp

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

Title:
  22.04.4 Sounds is cracking and most of the time audio and video is not
  matching

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


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

[Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-03-13 Thread Daniel van Vugt
That might explain the strange behaviour I'm seeing where simpledrm
doesn't seem to be usable until a few seconds into the boot (maybe not
till i915drmfb is mentioned in the log?).

/boot/config-6.8.0-11-generic:# CONFIG_FB_EFI is not set

It was removed as part of bug 1965303. But I was hoping simpledrm
magically bypassed the need for fbdev modules.

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

Title:
  Annoying boot messages interfering with splash screen

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


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

[Bug 2057854] Re: System Settings

2024-03-13 Thread Leandro
** Description changed:

  Hi, I wanted to leave feedback:
  I installed Kubuntu 22.04 lts, minimal installation, and within the system 
settings, in the languages tab, packages for my language are missing.
  The button to download these packages is not appearing.
  
  I use Brazilian Portuguese.
  
  The opus codec is also missing in the settings, in the multimedia tab.
  
- Thanks 
+ Thank you in advance, thank you 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: systemsettings 4:5.24.6-0ubuntu0.1
  ProcVersionSignature: Ubuntu 6.5.0-25.25~22.04.1-generic 6.5.13
  Uname: Linux 6.5.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Wed Mar 13 22:06:51 2024
  InstallationDate: Installed on 2024-01-13 (60 days ago)
  InstallationMedia: Kubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.1)
  ProcEnviron:
-  LANGUAGE=pt_BR:pt:en
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=pt_BR.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=pt_BR:pt:en
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=pt_BR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: systemsettings
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  System Settings

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


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

[Bug 2054851] Re: [radeon] gnome-shell and Xorg both crash with SIGSEGV in radeon_bo_reference()

2024-03-13 Thread Daniel van Vugt
** Bug watch added: Debian Bug tracker #1064123
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064123

** Also affects: mesa (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064123
   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/2054851

Title:
  [radeon] gnome-shell and Xorg both crash with SIGSEGV in
  radeon_bo_reference()

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


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

[Bug 2057853] Re: [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image on MTL platform

2024-03-13 Thread Bun K Tan
I have failure on ADL and RPL as well.  Attached is the log I grab.

** Attachment added: "rpl-ubuntu24-install-log.tar"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/2057853/+attachment/5755786/+files/rpl-ubuntu24-install-log.tar

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

Title:
  [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image
  on MTL platform

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


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

[Bug 2057855] [NEW] Discover

2024-03-13 Thread Leandro
Public bug reported:

Hi, feedback on Discover:

If there is an update for a snap package, the snap package updates are not 
appearing in Discover, even though you often search for updates.
But if you look for the snap update in the terminal, the snaps update.
I didn't install any additional snaps, just the snaps that came with the 
kubuntu installation.


Thank you in advance, thank you 

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: discover (not installed)
ProcVersionSignature: Ubuntu 6.5.0-25.25~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Wed Mar 13 22:25:15 2024
InstallationDate: Installed on 2024-01-13 (60 days ago)
InstallationMedia: Kubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.1)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: discover
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy

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

Title:
  Discover

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


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

[Bug 2047447] Re: No valid source.list found while upgrading from mantic to noble

2024-03-13 Thread A
> Copying those sources as-is into
/etc/apt/sources.list.d/ubuntu.sources works fine for me

The problem not in "sources" file but "empty" /etc/apt/sources.list
Upgrader say about it
"No valid sources.list entry found 

While scanning your repository information no entry about mantic 
could be found."

But maybe I did not correct understand what are you saying about.

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

Title:
  No valid source.list found while upgrading from mantic to noble

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


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

[Bug 2057853] Re: [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image on MTL platform

2024-03-13 Thread quanxian
the images we used are all failed.

downloaded from https://cdimage.ubuntu.com/ubuntu-server/daily-live/current/
dates are 
20240228  20240308  20240310  2024313

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

Title:
  [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image
  on MTL platform

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


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

[Bug 2057853] Re: [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image on MTL platform

2024-03-13 Thread quanxian
** Attachment added: "These two screenshots of ubuntu 24.04 failed installation"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/2057853/+attachment/5755783/+files/Ubuntu24.04-installation-2.jpg

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

Title:
  [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image
  on MTL platform

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


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

[Bug 2057853] Re: [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image on MTL platform

2024-03-13 Thread quanxian
** Attachment added: "Ubuntu24.04-installation-1.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/2057853/+attachment/5755780/+files/Ubuntu24.04-installation-1.jpg

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

Title:
  [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image
  on MTL platform

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


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

[Bug 2057853] [NEW] [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image on MTL platform

2024-03-13 Thread quanxian
Public bug reported:

Description:
we tried Ubuntu 24.04 client version from 
https://cdimage.ubuntu.com/ubuntu-server/daily-live/current/

installed failed with usb disk.

[HW/SW Information]

Platform: MTL

[Software Information]
  Target Version:
24.04
  Target Kernel:
TBD
  Commit IDs:
TBD
  External Links:

[Business Justification]
Installation

** Affects: ubiquity (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/2057853

Title:
  [Ubuntu 24.04-Desktop] Faile d to install Ubuntu 24.-04 client image
  on MTL platform

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


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

[Bug 2057854] Re: System Settings

2024-03-13 Thread Leandro
** Attachment added: "Screenshot_20240313_221443.png"
   
https://bugs.launchpad.net/ubuntu/+source/systemsettings/+bug/2057854/+attachment/5755785/+files/Screenshot_20240313_221443.png

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

Title:
  System Settings

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


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

[Bug 2057854] Re: System Settings

2024-03-13 Thread Leandro
** Attachment added: "Screenshot_20240313_220600.png"
   
https://bugs.launchpad.net/ubuntu/+source/systemsettings/+bug/2057854/+attachment/5755784/+files/Screenshot_20240313_220600.png

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

Title:
  System Settings

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


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

[Bug 2057854] [NEW] System Settings

2024-03-13 Thread Leandro
Public bug reported:

Hi, I wanted to leave feedback:
I installed Kubuntu 22.04 lts, minimal installation, and within the system 
settings, in the languages tab, packages for my language are missing.
The button to download these packages is not appearing.

I use Brazilian Portuguese.

The opus codec is also missing in the settings, in the multimedia tab.

Thanks 

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: systemsettings 4:5.24.6-0ubuntu0.1
ProcVersionSignature: Ubuntu 6.5.0-25.25~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Wed Mar 13 22:06:51 2024
InstallationDate: Installed on 2024-01-13 (60 days ago)
InstallationMedia: Kubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.1)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: systemsettings
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy

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

Title:
  System Settings

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


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

[Bug 2056549] Re: Problems with nfs-common after upgrade to 3.6

2024-03-13 Thread Robie Basak
It sounds like this is/was a valid regression report. It's something
that was considered:

> e.g. 4.2 may be selected instead of 4.0 used previously. This could
have an impact on workloads if there are any regressions in switching to
4.2 from 4.0 etc.

...but on balance we chose to proceed anyway. That's not necessarily a
wrong decision - we have to choose between fixing a valid bug and
risking regressing some users - but it's still a regression from the
perspective of this class of users.

Therefore, I think regression-update is correct, and I'd like to leave
that tag there for future analysis please. And I think the bug is valid,
albeit "Won't Fix" since at least for now we think that the original fix
is preferable even if some users are regressed (without applying a
workaround) from the protocol upgrade.

** Tags added: regression-update

** Changed in: nfs-utils (Ubuntu Focal)
   Status: Invalid => 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/2056549

Title:
  Problems with nfs-common after upgrade to 3.6

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


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

[Bug 2054716] Re: package polkitd 124-1 failed to install/upgrade: installed polkitd package post-installation script subprocess returned error exit status 1

2024-03-13 Thread Apport retracing service
** Tags added: noble

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

Title:
  package polkitd 124-1 failed to install/upgrade: installed polkitd
  package post-installation script subprocess returned error exit status
  1

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


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

[Bug 2057852] Re: polkitd 124-1 failed to upgrade Failed to check if group polkitd already exists: Connection refused

2024-03-13 Thread Apport retracing service
*** This bug is a duplicate of bug 2054716 ***
https://bugs.launchpad.net/bugs/2054716

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #2054716, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 2054716
   package polkitd 124-1 failed to install/upgrade: installed polkitd package 
post-installation script subprocess returned error exit status 1

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

Title:
  polkitd 124-1 failed to upgrade Failed to check if group polkitd
  already exists: Connection refused

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


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

[Bug 2056549] Re: Problems with nfs-common after upgrade to 3.6

2024-03-13 Thread Matthew Ruffell
Hi Rainer.

I think we will leave it as is. Keep using v4.0 for now, and you should
be fine.

I'll close the bug.

Andreas, I will remove regression-update if that is okay with you.

Thanks,
Matthew

** Changed in: nfs-utils (Ubuntu Focal)
   Status: New => Invalid

** Changed in: nfs-utils (Ubuntu)
   Status: New => Invalid

** Tags removed: regression-update

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

Title:
  Problems with nfs-common after upgrade to 3.6

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


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

[Bug 2057852] [NEW] polkitd 124-1 failed to upgrade Failed to check if group polkitd already exists: Connection refused

2024-03-13 Thread Davor Grubisa
Public bug reported:

Error popped up when upgrading from Ubuntu 22 to 24. It's pretty much
standard ubuntu server with little to no software on it.

Setting up polkitd (124-1) ...
Failed to check if group polkitd already exists: Connection refused
id: ‘polkitd’: no such user
chown: invalid group: ‘root:polkitd’
dpkg: error processing package polkitd (--configure):
 installed polkitd package post-installation script subprocess returned error 
exit status 1
dpkg: dependency problems prevent configuration of pkexec:
 pkexec depends on polkitd (= 124-1); however:
  Package polkitd is not configured yet.

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: polkitd 124-1
ProcVersionSignature: Ubuntu 5.15.0-100.110-generic 5.15.143
Uname: Linux 5.15.0-100-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CloudArchitecture: x86_64
CloudID: none
CloudName: none
CloudPlatform: none
CloudSubPlatform: config
Date: Thu Mar 14 00:36:20 2024
ErrorMessage: installed polkitd package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2022-10-05 (525 days ago)
InstallationMedia: Ubuntu-Server 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220421)
Python3Details: /usr/bin/python3.12, Python 3.12.2, python3-minimal, 
3.12.1-0ubuntu2
PythonDetails: /usr/bin/python3.12, Python 3.12.2, python-is-python3, 3.11.4-1
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
 dpkg 1.22.4ubuntu5
 apt  2.7.12
SourcePackage: policykit-1
Title: package polkitd 124-1 failed to install/upgrade: installed polkitd 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to noble on 2024-03-14 (0 days ago)
mtime.conffile..etc.init.d.apport: 2024-02-22T14:20:00

** Affects: policykit-1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package noble

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

Title:
  polkitd 124-1 failed to upgrade Failed to check if group polkitd
  already exists: Connection refused

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


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

[Bug 2057735] Re: proposed-migration for adns 1.6.0-2.1

2024-03-13 Thread Bug Watch Updater
** Changed in: adns (Debian)
   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/2057735

Title:
  proposed-migration for adns 1.6.0-2.1

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


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

[Bug 2029480] Re: SyntaxWarnings with Python3.12

2024-03-13 Thread Ubuntu Foundations Team Bug Bot
The attachment "Proposed patch" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  SyntaxWarnings with Python3.12

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


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

[Bug 2057851] Re: abseil: FTBFS on arm{el,hf}:

2024-03-13 Thread Dan Bungert
** 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/2057851

Title:
  abseil: FTBFS on arm{el,hf}:

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


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

[Bug 2057735] Re: proposed-migration for adns 1.6.0-2.1

2024-03-13 Thread Dan Bungert
** Changed in: adns (Ubuntu)
 Assignee: (unassigned) => Dan Bungert (dbungert)

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

Title:
  proposed-migration for adns 1.6.0-2.1

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


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

[Bug 2057851] [NEW] abseil: FTBFS on arm{el,hf}:

2024-03-13 Thread Dan Bungert
Public bug reported:

Imported from Debian bug http://bugs.debian.org/1065770:

Source: abseil
Version: 20220623.1-3.1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=abseil=armel=20220623.1-3.1=1709076797=0

182/182 Test  #83: absl_random_beta_distribution_test .
Passed  110.45 sec

98% tests passed, 3 tests failed out of 182

Total Test time (real) = 113.40 sec

The following tests FAILED:
165 - absl_mutex_test (Subprocess aborted)
166 - absl_notification_test (Failed)
167 - absl_per_thread_sem_test (Failed)
Errors while running CTest
make[2]: *** [Makefile:74: test] Error 8

Cheers
-- 
Sebastian Ramacher

** Affects: abseil (Ubuntu)
 Importance: Undecided
 Assignee: Dan Bungert (dbungert)
 Status: New

** Affects: abseil (Debian)
 Importance: Undecided
 Status: New

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

** Changed in: abseil (Debian)
 Remote watch: None => Debian Bug tracker #1065770

** Changed in: abseil (Ubuntu)
 Assignee: (unassigned) => Dan Bungert (dbungert)

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

Title:
  abseil: FTBFS on arm{el,hf}:

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


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

[Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong

2024-03-13 Thread Andreas Hasenack
I have an autopkgtest for gssapi, adding one now for keyex.

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

Title:
  openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is
  slightly wrong

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


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

[Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong

2024-03-13 Thread Andreas Hasenack
Quick test with
https://launchpad.net/~ahasenack/+archive/ubuntu/openssh-
gsskeyex-2053146/+packages on jammy (but there are builds for other
releases too), seems to work:

Mar 13 20:52:58 j-keyex sshd[1638]: Authorized to ubuntu, krb5 principal 
andreas@LOWTECH (krb5_kuserok)
Mar 13 20:52:58 j-keyex sshd[1638]: Accepted gssapi-keyex for ubuntu from 
10.0.102.1 port 48450 ssh2: andreas@LOWTECH

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

Title:
  openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is
  slightly wrong

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


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

[Bug 2057735] Re: proposed-migration for adns 1.6.0-2.1

2024-03-13 Thread Dan Bungert
** Bug watch added: Debian Bug tracker #1065725
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065725

** Also affects: adns (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065725
   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/2057735

Title:
  proposed-migration for adns 1.6.0-2.1

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


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

[Bug 2057822] Re: Removing irqbalance disables power button on Raspberry Pi 5

2024-03-13 Thread Erich Eickmeyer
Thanks, David.

With that in mind, I'm going to close this as "Invalid" since this isn't
a bug that can be reproduced in Noble, and removing `irqbalance` isn't
part of the default setup for Mantic, which I'd ascertain as unsupported
in that case.

I do, however, thank you for bringing it to our attention, but since
there's just nothing for us to do, I'm closing this bug. :)

** Changed in: ubuntu-raspi-settings (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Removing irqbalance disables power button on Raspberry Pi 5

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


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

[Bug 2053125] Re: Tracking 5.27 Plasma Bugs

2024-03-13 Thread Daniel Gibson
Two bugs just got reopened, because I could reproduce them on current KUbuntu 
24.04.
Both affect the plasma-workspace Battery Monitor and Brightness settings 
thingie:

https://bugs.kde.org/show_bug.cgi?id=471010 Battery Monitor shows wrong
remaining time (even though PowerDevil sends the correct one through
DBus)

https://bugs.kde.org/show_bug.cgi?id=475255 "Energy Profile" slider
jumps back to "Save Energy" mode, even though other profile is set (and
again, despite PowerDevil sending the correct power profile through DBus
- both bugs *might* have the same cause?)

** Bug watch added: KDE Bug Tracking System #471010
   https://bugs.kde.org/show_bug.cgi?id=471010

** Bug watch added: KDE Bug Tracking System #475255
   https://bugs.kde.org/show_bug.cgi?id=475255

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

Title:
  Tracking 5.27 Plasma Bugs

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-5.27/+bug/2053125/+subscriptions


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

[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low

2024-03-13 Thread Yannick Defais
For reference, here is the change for Fedora:
https://fedoraproject.org/wiki/Changes/IncreaseVmMaxMapCount

Here is a list of games presumably affected by this low value in
vm_max_map_count as reported to Valve:

THE FINALS
https://github.com/ValveSoftware/Proton/issues/7317#issuecomment-1974837850

Hogwarts Legacy
https://github.com/ValveSoftware/Proton/issues/6510#issuecomment-1422781100

DayZ
https://github.com/ValveSoftware/Proton/issues/3899#issuecomment-1304397069

Counter-Strike 2
https://github.com/ValveSoftware/Proton/issues/2704#issuecomment-1705199788

Regards


** Bug watch added: github.com/ValveSoftware/Proton/issues #7317
   https://github.com/ValveSoftware/Proton/issues/7317

** Bug watch added: github.com/ValveSoftware/Proton/issues #6510
   https://github.com/ValveSoftware/Proton/issues/6510

** Bug watch added: github.com/ValveSoftware/Proton/issues #3899
   https://github.com/ValveSoftware/Proton/issues/3899

** Bug watch added: github.com/ValveSoftware/Proton/issues #2704
   https://github.com/ValveSoftware/Proton/issues/2704

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

Title:
  Some Games are crashing linked to a vm_max_map_count too low

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


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

[Bug 2015420] Re: motd: can't disable esm-related messages

2024-03-13 Thread Brian Murray
Hello Grant, or anyone else affected,

Accepted update-notifier into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/update-
notifier/3.168.22 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
xenial to verification-done-xenial. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-xenial. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: update-notifier (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags removed: verification-failed-xenial
** Tags added: verification-needed-xenial

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

Title:
  motd: can't disable esm-related messages

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


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

[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low

2024-03-13 Thread vincent delor
Hi,

SteamOS and Fedora has already adopted a higher default value for this
parameter, leading to a noticeably smoother gaming experience.
Implementing a similar adjustment in the next Ubuntu release could
provide a substantial boost to the gaming community, making Ubuntu an
even more attractive platform for gamers.

Thank you for considering this enhancement. Your efforts to improve the
gaming ecosystem on Linux are greatly appreciated.

Regards,

Vincent.

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

Title:
  Some Games are crashing linked to a vm_max_map_count too low

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


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

[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low

2024-03-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Some Games are crashing linked to a vm_max_map_count too low

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


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

[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low

2024-03-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New => Confirmed

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

Title:
  Some Games are crashing linked to a vm_max_map_count too low

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


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

[Bug 2015420] Re: motd: can't disable esm-related messages

2024-03-13 Thread Brian Murray
Hello Grant, or anyone else affected,

Accepted update-notifier into focal-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/update-
notifier/3.192.30.19 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: update-notifier (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags removed: verification-failed-focal
** Tags added: verification-needed-focal

** Changed in: update-notifier (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags removed: verification-failed-bionic
** Tags added: verification-needed-bionic

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

Title:
  motd: can't disable esm-related messages

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


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

[Bug 2015420] Please test proposed package

2024-03-13 Thread Brian Murray
Hello Grant, or anyone else affected,

Accepted update-notifier into bionic-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/update-
notifier/3.192.1.21 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  motd: can't disable esm-related messages

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


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

[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low

2024-03-13 Thread vince
** Also affects: linux (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/2057792

Title:
  Some Games are crashing linked to a vm_max_map_count too low

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


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

[Bug 2015420] Re: motd: can't disable esm-related messages

2024-03-13 Thread Brian Murray
Hello Grant, or anyone else affected,

Accepted update-notifier into jammy-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/update-
notifier/3.192.54.8 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Description changed:

  [ Impact ]
  
  If ESM Infra/Apps is available for a system, users will always see
  messages related to those Ubuntu Pro services in their MOTDs. As stated
- in the original description, there have been complains on how hard it is
- to disable those messages - we have users who don't want Pro and don't
- want to be reminded of Pro all the time.
+ in the original description, there have been complaints on how hard it
+ is to disable those messages - we have users who don't want Pro and
+ don't want to be reminded of Pro all the time.
  
  The fix here is making it easier for people to disable the ESM related
  messages in the update-related MOTD, by giving them a way to opt-out.
  Users will have the option to create the /var/lib/ubuntu-advantage/hide-
  esm-in-motd marker file, causing the /usr/lib/update-notifier/update-
  motd-updates-available script to include a --no-esm-messages flag when
  generating the outputs.
  
  This file is the same file used in the Pro Client to suppress those
  messages.
  
  [ Test Plan ]
  
  Compare the messages before and after installing the new version of the 
package, and make sure they are exactly the same in different scenarios:
  - ESM status: unavailable, disabled, enabled
  - LTS system: yes or no
  - updates available: yes or no
  
  Thankfully, the unit test suite in tests/test_motd.py covers all of
  those scenarios functionality-wise. Manual checks on real systems may
  endorse the functionality.
  
  New tests were added to the suite making sure the flag hides the ESM
  related messages when it is present.
  
  On real systems, creating the /var/lib/ubuntu-advantage/hide-esm-in-motd
  marker file and making sure to update the MOTDs should remove ESM
  related messages for the same scenarios above.
  
  The execution of the script relies on running one of a couple trigger
  hooks set in the apt configuration. Running `apt update` will trigger
  one of them. To make sure messages will be updated, the /var/lib/update-
  notifier/updates-available stamp file can be removed before the update.
  (The alternative would be running manually with --force, but that is
  slightly worse for acceptance testing)
  
  [ Where problems could occur ]
  
  - Other software may be relying on the apt-check script to generate
  human-readable messages. A mistake here could intefere with the message
  generated, changing expectation on stable releases, or causing errors.
  To mitigate that, the standard behavior is exactly the same if the
  marker file is absent, and all existing functionality is preserved.
  
  - Users may make mistakes when creating the marker file. We will
  mitigate that by having comprehensible documentation with a clear
  explanation of what the flag does and where to put it. The worst that
  can happen is that users create a useless file, and no change happens.
  
  [ Other Info ]
  
  As opposed to what was in the original description, the proposed
  changeset does not separate esm messages from the regular updates
  messages - this ensures current users and potential callers get exactly
  the same result when checking their outputs after the change lands.
  
  As suggested in the original description, we understand that it is not
  the easiest and straightforward approach create a specific file when
  compared to running a command or clicking a button. However, the
  messages are there for a product decision, and it is a product decision
  not to have a "too easy opt-out". On the other hand, users who want to
  disable this are capable of creating the file, and it will be way easier
  for them than making the changes in the python script itself - plus the
  configuration is kept 

[Bug 2047758] Re: Cannot save PDFs due to PikePDF incompatibility, solved & patched upstream

2024-03-13 Thread Jens
Hello,
"apt policy libqpdf28" shows me version 10.6.3-1 from archive.ubuntu.com, I 
have nothing else installed.
The "About" page in PDFarranger 1.9.2 shows it was built with libqpdf 11.6.4, 
GTK 3.24.33 and Python 3.10.12.

Is this statically linked?

Thanks,
Jens

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

Title:
  Cannot save PDFs due to PikePDF incompatibility, solved & patched
  upstream

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


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

[Bug 2048921] Re: [SRU] ubuntu-advantage-tools (30 -> 31) Xenial, Bionic, Focal, Jammy, Mantic

2024-03-13 Thread petski
This change has some undesired side effects:

Our PXE installs, which use the autoinstall feature [1], were based on Ubuntu 
22.04.0 (the initial release from April 2022).
 
This base image has ubuntu-advantage-tools 27.7~22.04.1 on board.
 
During installation, `unattended-upgrades -v` is executed by curtin, which 
wants to upgrade to ubuntu-advantage-tools 31.2~22.04
 
This process end with exitcode 1, probably because ubuntu-advantage-tools is 
`kept back because a related package is kept back or due to local 
apt_preferences(5)`.
 
Because `unattended-upgrades` exits with 1, the install bails out.
 
Ubuntu 22.04.4 - at this moment the latest point release - has a more modern 
version of ubuntu-advantage-tools, and we don't see that behavior there, .. 
but... The side effect is that a fresh install now results in an install that 
(still) needs to do a upgrade:

 
The following NEW packages will be installed:
  ubuntu-pro-client
The following packages will be upgraded:
  ubuntu-advantage-tools ubuntu-pro-client-l10n
2 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.


[1] https://ubuntu.com/server/docs/install/autoinstall

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

Title:
   [SRU] ubuntu-advantage-tools (30 -> 31) Xenial, Bionic, Focal, Jammy,
  Mantic

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


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

[Bug 2054585] Re: install failed crashed with ValueError

2024-03-13 Thread Apport retracing service
** Tags removed: need-duplicate-check

** Changed in: livecd-rootfs (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/2054585

Title:
  install failed crashed with ValueError

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


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

[Bug 2057848] Re: mpi4py ftbfs documentation generation error

2024-03-13 Thread Vladimir Petko
I am seeing following build failure
--
Running Sphinx v7.2.6
making output directory... done
[vladimirp:1253767] mca_base_component_repository_open: unable to open 
mca_pml_monitoring: libmca_common_monitoring.so.50: cannot open shared object 
file: No such file or directory (ignored)
[vladimirp:1253767] mca_base_component_repository_open: unable to open 
mca_coll_monitoring: libmca_common_monitoring.so.50: cannot open shared object 
file: No such file or directory (ignored)
[vladimirp:1253767] mca_base_component_repository_open: unable to open 
mca_osc_monitoring: libmca_common_monitoring.so.50: cannot open shared object 
file: No such file or directory (ignored)

Exception occurred:
  File "/<>/docs/source/usrman/apidoc.py", line 73, in docstring
doc = doc.split('\n', 1)[1]
  ~~^^^
IndexError: list index out of range



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

Title:
  mpi4py ftbfs documentation generation error

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


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

[Bug 2054585] Re: install failed crashed with ValueError

2024-03-13 Thread Dan Bungert
Looks like this just got pushed from qatracker.
If this is still an issue, it reflects the ISO not being built correctly.  If 
install-sources.yaml says to go install certain files, then they need to be 
there.

** Also affects: livecd-rootfs (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: subiquity
   Status: New => Invalid

** Changed in: livecd-rootfs (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/2054585

Title:
  install failed crashed with ValueError

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


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

[Bug 1970521] Re: boinc-client crashes when started with core dump on Xubuntu 22.04

2024-03-13 Thread Sudip Mukherjee
I can reproduce the issue on a Jammy. Had to use qemu with "-cpu
Conroe-v1" to emulate "Intel Celeron" cpu.

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

Title:
  boinc-client crashes when started with core dump on Xubuntu 22.04

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


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

[Bug 2057848] [NEW] mpi4py ftbfs documentation generation error

2024-03-13 Thread Zixing Liu
Public bug reported:

mpi4py packaging used a PYTHONPATH override to force Sphinx to look up
certain Python modules. This is now not necessary and breaks Sphinx.

The cross-documentation links are broken because InterSphinx was trying
to download inventory files from the Internet.

** Affects: mpi4py (Ubuntu)
 Importance: Undecided
 Assignee: Zixing Liu (liushuyu-011)
 Status: New

** Changed in: mpi4py (Ubuntu)
 Assignee: (unassigned) => Zixing Liu (liushuyu-011)

** Merge proposal linked:
   
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/mpi4py/+git/mpi4py/+merge/462361

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

Title:
  mpi4py ftbfs documentation generation error

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


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

[Bug 2052879] Re: Ubuntu 24.04 gnome-control-center hang

2024-03-13 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/2052879

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

Title:
  Ubuntu 24.04 gnome-control-center hang

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


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

[Bug 2016860] Re: Error/crash while trying to wipe disk during 23.04 install

2024-03-13 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/2016860

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

Title:
  Error/crash while trying to wipe disk during 23.04 install

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


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

[Bug 2054795] Re: Calamares - Installation failed - Bad main script file

2024-03-13 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/2054795

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

Title:
  Calamares -  Installation failed - Bad main script file

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


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

[Bug 2054835] Re: Xubuntu installer launcher is untrusted

2024-03-13 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/2054835

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

Title:
  Xubuntu installer launcher is untrusted

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


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

[Bug 2055294] Re: /usr/lib/grub/grub-multi-install fails on noble-daily

2024-03-13 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/2055294

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

Title:
  /usr/lib/grub/grub-multi-install fails on noble-daily

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


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

[Bug 2056491] Re: not able to install noble on PowerVM LPARs `Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block`

2024-03-13 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/2056491

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

Title:
  not able to install noble on PowerVM LPARs `Kernel panic - not
  syncing: VFS: Unable to mount root fs on unknown-block`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2056491/+subscriptions


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

[Bug 2055761] Re: tracker-extract-3 crashed with SIGSYS in epoll_wait()

2024-03-13 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/2055761

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

Title:
  tracker-extract-3 crashed with SIGSYS in epoll_wait()

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


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

[Bug 2056635] Re: Wifi wlan0 device not present on Raspberry Pi 3A+

2024-03-13 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/2056635

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

Title:
  Wifi wlan0 device not present on Raspberry Pi 3A+

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


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

[Bug 2055893] Re: Calamares uses language different than the one selected via *ubuntu-installer-prompt

2024-03-13 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/2055893

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

Title:
  Calamares uses language different than the one selected via *ubuntu-
  installer-prompt

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


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

[Bug 2057696] Re: 24.04 install on s390x crashes due to an aio issue

2024-03-13 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/2057696

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

Title:
  24.04 install on s390x crashes due to an aio issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/2057696/+subscriptions


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

[Bug 1969970] Re: ubuntu jammy 22.04 iso: unable to find a live file system on the network

2024-03-13 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/1969970

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

Title:
  ubuntu jammy 22.04 iso: unable to find a live file system on the
  network

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


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

[Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong

2024-03-13 Thread Andreas Hasenack
Prepping builds, and I also want to add an autopkgtest for this.

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

Title:
  openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is
  slightly wrong

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


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

[Bug 2054558] Re: licheerv-rtl8723ds-dkms fails to build kernel model on Jammy

2024-03-13 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/2054558

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

Title:
  licheerv-rtl8723ds-dkms fails to build kernel model on Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/licheerv-rtl8723ds-dkms/+bug/2054558/+subscriptions


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

[Bug 2054325] Re: nouveau 0000:05:00.0: timeout on HiFive SiFive Unmatched

2024-03-13 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/2054325

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

Title:
  nouveau :05:00.0: timeout on HiFive SiFive Unmatched

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


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

[Bug 2054601] Re: Lubuntu 22.04 fails to install onto a >2TB disk on legacy BIOS systems

2024-03-13 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/2054601

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

Title:
  Lubuntu 22.04 fails to install onto a >2TB disk on legacy BIOS systems

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


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

[Bug 2047758] Re: Cannot save PDFs due to PikePDF incompatibility, solved & patched upstream

2024-03-13 Thread Sudip Mukherjee
Thanks for reporting the bug.

I am seeing the only libqpdf available in Jammy is "libqdf28" which has a 
version of "10.6.3-1".
There is no "libqpdf 11.6.4" in Jammy. Can you please check and confirm if you 
have installed libqpdf 11.6.4 from some other source.

I am marking this bug as Incomplete, please change the status back to
New when reply with the information.

** Changed in: pdfarranger (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/2047758

Title:
  Cannot save PDFs due to PikePDF incompatibility, solved & patched
  upstream

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


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

[Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong

2024-03-13 Thread Andreas Hasenack
** Also affects: openssh (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: openssh (Ubuntu Noble)
   Importance: Critical
 Assignee: Andreas Hasenack (ahasenack)
   Status: In Progress

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

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

** Changed in: openssh (Ubuntu Jammy)
   Status: New => In Progress

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

Title:
  openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is
  slightly wrong

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


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

[Bug 2057822] Re: Removing irqbalance disables power button on Raspberry Pi 5

2024-03-13 Thread David Myers
On Mantic Server I have 6.5.0-1012-raspi, so hopefully the newer kernel
solves the problem and there's nothing to be done for Noble. Thanks for
testing.

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

Title:
  Removing irqbalance disables power button on Raspberry Pi 5

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


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

[Bug 2040460] Re: MRE updates of container-stack for noble

2024-03-13 Thread Lucas Kanashiro
I am uploading src:runc to the SRU queue but it should land once the
src:runc-app is accepted from NEW (in all supported releases).

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

Title:
  MRE updates of container-stack for noble

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


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

[Bug 2057822] Re: Removing irqbalance disables power button on Raspberry Pi 5

2024-03-13 Thread Erich Eickmeyer
Using Edubuntu Noble Numbat daily build 20240311

Kernel: 6.8.0-1001-raspi

--

2024-03-13T14:07:03.202417-07:00 erich-edubuntu-rpi5 kernel: input:
pwr_button as /devices/platform/pwr_button/input/input1

--

Verified `irqbalance` is not installed.

This is using the exact same kernel setup and package as Ubuntu Desktop
RaspberryPi with just some additional packages, otherwise no difference.

Therefore, unable to reproduce.

** Changed in: ubuntu-raspi-settings (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/2057822

Title:
  Removing irqbalance disables power button on Raspberry Pi 5

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


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

[Bug 2051876] Re: tpm2_nvwrite using an offset causes a TPM error

2024-03-13 Thread Andrew Oswald
Thanks for looking into this, Sudip!  I will need to write up explicit
instructions, but the issue only shows up when you attempt to write to
an offset, which (I would presume) is why your test didn't produce any
issues.  My usecase is storing a DER encoded x509 certificate whose
footprint exceeds the TPM data bus size, thus requiring multiple
tpm2_nvwrite calls, with any call other than the initial, requiring the
--offset flag and the appropriate offset starting point.

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

Title:
  tpm2_nvwrite using an offset causes a TPM error

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


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

[Bug 2057822] Re: Removing irqbalance disables power button on Raspberry Pi 5

2024-03-13 Thread Steve Langasek
** Package changed: ubuntu-meta (Ubuntu) => ubuntu-raspi-settings
(Ubuntu)

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

Title:
  Removing irqbalance disables power button on Raspberry Pi 5

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


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

[Bug 2051876] Re: tpm2_nvwrite using an offset causes a TPM error

2024-03-13 Thread Sudip Mukherjee
Thanks for reporting the bug.
I tried to reproduce the issue on Jammy but could not reproduce it. The 
following is from my session:

# tpm2_nvdefine -C o -s 32 -a "ownerread|policywrite|ownerwrite" 1
nv-index: 0x101

# echo "please123abc" > nv.dat

# tpm2_nvwrite -C o -i nv.dat 1

# tpm2_nvread -C o -s 32 1
please123abc

# apt-cache policy tpm2-tools
tpm2-tools:
  Installed: 5.2-1build1
  Candidate: 5.2-1build1
  Version table:
 *** 5.2-1build1 500
500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
100 /var/lib/dpkg/status

It will really help us if can please give the steps that you followed to
reproduce the issue.

I am marking the bug as Incomplete till then, please change the status
back to New when you add the steps.

** Changed in: tpm2-tools (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/2051876

Title:
  tpm2_nvwrite using an offset causes a TPM error

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


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

[Bug 2056521] Re: [ffe] please merge jruby 9.4.6.0+ds-1 from debian unstable

2024-03-13 Thread Steve Langasek
FFe approved

** Changed in: jruby (Ubuntu)
   Status: New => Triaged

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

Title:
  [ffe] please merge jruby 9.4.6.0+ds-1 from debian unstable

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


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

[Bug 2057814] Re: upgrade

2024-03-13 Thread Erich Eickmeyer
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Please also ensure that you include the release and flavour of Ubuntu
that you are using.

Thank you!

** Changed in: ubuntu-release-upgrader (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/2057814

Title:
  upgrade

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


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

[Bug 2057842] [NEW] [DRAFT] FFe: freedp2 -> freerdp3 in main

2024-03-13 Thread Jeremy Bícha
Public bug reported:

Feature Freeze Exception Request
--
There are only 2 packages in Ubuntu main that use freerdp2: remmina and 
gnome-remote-desktop. It is requested to switch both to freerdp3. Therefore 
only one version of freerdp will be in main. freerdp2 will be demoted to 
universe since many universe packages use it and are not prepared to switch to 
freerdp3.

This also requests updating gdm and gnome-control-center to fully enable
the features of gnome-remote-desktop 46.

Impact
--
A headline feature of GNOME 46 is support as a Remote Desktop server without 
requiring someone to already be logged in locally ("headless" mode). This 
feature requires gnome-remote-desktop 46. gnome-remote-desktop 46 requires 
freerdp3.

Impact if this does not happen
--
- We would need to patch gnome-control-center to use the older Remote Desktop 
panel
- We would need to keep using gnome-remote-desktop 45 instead of 46. The 
gnome-remote-desktop upstream maintainers would be unhappy with this decision. 
gnome-remote-desktop 45 was tested against Mutter 45. Changes in Mutter 46 may 
require changes in gnome-remote-desktop for things to work well although a 
simple test showed that basic remote desktop seems to work ok with the mismatch.

Why this did not land sooner
---
It required the packaging of a new source package freerdp3. And we had to do 
this sooner than Debian. Sorry too many things to do before Feature Freeze and 
this did not make it.

Affected Packages
-
- gnome-remote-desktop 45 -> 46
- gdm3 45 -> 46 (to support headless mode)
- gnome-control-center (to update the Remote Desktop settings page)

- remmina (build-dependency swap)
- gnome-connections (build-dependency swap): Not required by other changes and 
not in Main but makes sense to switch it also

Affected Flavors

Only Ubuntu Desktop and Edubuntu ships gdm3, gnome-control-center, 
gnome-remote-desktop. (Cinnamon 23.04 and daily 23.10 also ships 
gnome-control-center but this appears to be a bug since they ship 
cinnamon-control-center and is likely already fixed in noble-proposed)

Remmina is included in Ubuntu Desktop, Cinnamon, Kylin, and Unity.

gnome-connections has no reverse dependencies or recommends.

Testing Done
---
TBD

** Affects: gnome-remote-desktop (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Affects: remmina (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: noble update-excuse

** Also affects: gnome-remote-desktop (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: remmina (Ubuntu)
   Status: New => Incomplete

** Changed in: gnome-remote-desktop (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/2057842

Title:
  [DRAFT] FFe: freedp2 -> freerdp3 in main

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


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

[Bug 2029480] Re: SyntaxWarnings with Python3.12

2024-03-13 Thread Till Kamppeter
@zdohnal, thanks a lot for the patch, I have applied it now (with slight
adjustments) to the Ubuntu package, fixing bug #2054869.

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

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

** Changed in: hplip
   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/2029480

Title:
  SyntaxWarnings with Python3.12

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


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

[Bug 2053228] Re: software-properties-gtk does not start

2024-03-13 Thread Yann
Same for me on Ubuntu 24.04

File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 163, in __init__
SoftwareProperties.__init__(self, options=options, datadir=datadir,
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
109, in __init__
self.backup_sourceslist()
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
437, in backup_sourceslist
source_bkp = SourceEntry(line=source.line,file=source.file)
 ^^
  File "/usr/lib/python3/dist-packages/aptsources/sourceslist.py", line 509, in 
__init__
raise ValueError("Classic SourceEntry cannot be written to .sources file")
ValueError: Classic SourceEntry cannot be written to .sources file

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

Title:
  software-properties-gtk does not start

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


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

[Bug 2054869] Re: Lot of SyntaxWarning messages during install

2024-03-13 Thread Till Kamppeter
*** This bug is a duplicate of bug 2029480 ***
https://bugs.launchpad.net/bugs/2029480

** This bug has been marked a duplicate of bug 2029480
   SyntaxWarnings with Python3.12

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

Title:
  Lot of SyntaxWarning messages during install

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


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

[Bug 2054879] Re: Syntax warnings after upgrade to Python 3.12

2024-03-13 Thread Till Kamppeter
*** This bug is a duplicate of bug 2029480 ***
https://bugs.launchpad.net/bugs/2029480

** This bug is no longer a duplicate of bug 2054869
   Lot of SyntaxWarning messages during install 
** This bug has been marked a duplicate of bug 2029480
   SyntaxWarnings with Python3.12

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

Title:
  Syntax warnings after upgrade to Python 3.12

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


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

[Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong

2024-03-13 Thread Andreas Hasenack
https://src.fedoraproject.org/rpms/openssh/c/c04e468b07b38471377fc7a648e1737021ea7148

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

Title:
  openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is
  slightly wrong

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


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

[Bug 2047447] Re: No valid source.list found while upgrading from mantic to noble

2024-03-13 Thread Nick Rosbrook
Thanks, Xavier. Can you please attach a tarball with all of those
.sources?

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

Title:
  No valid source.list found while upgrading from mantic to noble

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


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

[Bug 2057836] Re: gst-python1.0 fails to build: test failures

2024-03-13 Thread Bug Watch Updater
** Changed in: gst-python1.0 (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/2057836

Title:
  gst-python1.0 fails to build: test failures

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


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

[Bug 2057836] Re: gst-python1.0 fails to build: test failures

2024-03-13 Thread Bug Watch Updater
** Changed in: pygobject
   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/2057836

Title:
  gst-python1.0 fails to build: test failures

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


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

[Bug 2057836] Re: gst-python1.0 fails to build: test failures

2024-03-13 Thread Jeremy Bícha
The issue appears to be a pygobject bug so I've forwarded the issue
there now.

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

** Changed in: pygobject (Ubuntu)
   Status: New => Triaged

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

Title:
  gst-python1.0 fails to build: test failures

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


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

[Bug 2057836] [NEW] gst-python1.0 fails to build: test failures

2024-03-13 Thread Jeremy Bícha
Public bug reported:

gst-python1.0 fails to build because of test failures.

https://launchpad.net/ubuntu/+source/gst-python1.0/1.22.10-1build1

https://launchpad.net/ubuntu/+source/gst-python1.0/1.24.0-1

I have reported the issue to the upstream developers

https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3353

** Affects: pygobject
 Importance: Unknown
 Status: Unknown

** Affects: gst-python1.0 (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: pygobject (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: gst-python1.0 (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: ftbfs noble update-excuse

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

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

** Description changed:

  gst-python1.0 fails to build because of test failures.
  
  https://launchpad.net/ubuntu/+source/gst-python1.0/1.22.10-1build1
  
  https://launchpad.net/ubuntu/+source/gst-python1.0/1.24.0-1
  
  I have reported the issue to the upstream developers
+ 
+ https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3353

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

** Bug watch added: gitlab.gnome.org/GNOME/pygobject/-/issues #624
   https://gitlab.gnome.org/GNOME/pygobject/-/issues/624

** Also affects: pygobject via
   https://gitlab.gnome.org/GNOME/pygobject/-/issues/624
   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/2057836

Title:
  gst-python1.0 fails to build: test failures

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


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

[Bug 2057835] Re: migration to snap broke openpgp; no private key found

2024-03-13 Thread Timo Aaltonen
and not using a smartcard, just plain old ~/.gpupg

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

Title:
  migration to snap broke openpgp; no private key found

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


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

[Bug 2057835] Re: migration to snap broke openpgp; no private key found

2024-03-13 Thread Timo Aaltonen
even after adding the gnupg permissions for tbird via gnome-settings it
doesn't work

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

Title:
  migration to snap broke openpgp; no private key found

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


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

[Bug 2054121] Re: Random Freezing

2024-03-13 Thread Allen
130538 full lockup, no ssh available.

** Attachment added: "prevboot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2054121/+attachment/5755711/+files/prevboot.txt

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

Title:
  Random Freezing

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


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

[Bug 2057835] [NEW] migration to snap broke openpgp; no private key found

2024-03-13 Thread Timo Aaltonen
Public bug reported:

This means that it keeps complaining when trying to save emails to
drafts, also the openpgp settings show that the private key can't be
found.

** Affects: thunderbird (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/2057835

Title:
  migration to snap broke openpgp; no private key found

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


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

  1   2   3   4   >