[Bug 2059303] Re: [UBUNTU 20.04] SE-tooling: New IBM host-key subject locality (s390-tools)

2024-04-15 Thread Frank Heimes
For focal the commit d14e7593cc6
(https://github.com/ibm-s390-linux/s390-tools/commit/d14e7593cc6380911ca42b09e11c53477ae13d5c)
does not properly build and the logs show a few errors:
https://launchpadlibrarian.net/723098720/buildlog_ubuntu-focal-s390x.s390-tools_2.12.0-0ubuntu3.8_BUILDING.txt.gz
(search for "error:")
"
utils/crypto.c: In function ‘x509_armonk_locality_fixup’:
utils/crypto.c:770:22: error: passing argument 1 of ‘X509_NAME_dup’ discards 
‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  770 |  ret = X509_NAME_dup(name);
  |  ^~~~
In file included from /usr/include/openssl/pem.h:17,
 from utils/crypto.c:17:
/usr/include/openssl/x509.h:482:12: note: expected ‘X509_NAME *’ {aka ‘struct 
X509_name_st *’} but argument is of type ‘const X509_NAME *’ {aka ‘const struct 
X509_name_st *’}
  482 | X509_NAME *X509_NAME_dup(X509_NAME *xn);
  |^
utils/crypto.c: In function ‘quirk_X509_STORE_ctx_get1_crls’:
utils/crypto.c:888:8: error: implicit declaration of function 
‘Pv_X509_STORE_CTX_get1_crls’; did you mean ‘X509_STORE_CTX_get1_crls’? 
[-Werror=implicit-function-declaration]
  888 |  ret = Pv_X509_STORE_CTX_get1_crls(ctx, subject);
  |^~~
  |X509_STORE_CTX_get1_crls
utils/crypto.c:888:8: error: nested extern declaration of 
‘Pv_X509_STORE_CTX_get1_crls’ [-Werror=nested-externs]
utils/crypto.c:888:6: error: assignment to ‘STACK_OF_X509_CRL_autoptr’ {aka 
‘struct stack_st_X509_CRL *’} from ‘int’ makes pointer from integer without a 
cast [-Werror=int-conversion]
  888 |  ret = Pv_X509_STORE_CTX_get1_crls(ctx, subject);
  |  ^
utils/crypto.c:902:7: error: assignment to ‘STACK_OF_X509_CRL_autoptr’ {aka 
‘struct stack_st_X509_CRL *’} from ‘int’ makes pointer from integer without a 
cast [-Werror=int-conversion]
  902 |   ret = Pv_X509_STORE_CTX_get1_crls(ctx, fixed_subject);
  |   ^
utils/crypto.c:913:7: error: assignment to ‘STACK_OF_X509_CRL_autoptr’ {aka 
‘struct stack_st_X509_CRL *’} from ‘int’ makes pointer from integer without a 
cast [-Werror=int-conversion]
  913 |   ret = Pv_X509_STORE_CTX_get1_crls(ctx, fixed_subject);
  |   ^
utils/crypto.c:925:6: error: assignment to ‘STACK_OF_X509_CRL_autoptr’ {aka 
‘struct stack_st_X509_CRL *’} from ‘int’ makes pointer from integer without a 
cast [-Werror=int-conversion]
  925 |  ret = Pv_X509_STORE_CTX_get1_crls(ctx, fixed_subject);
  |  ^
"
and
"
utils/crypto.c: In function ‘x509_armonk_locality_fixup’:
utils/crypto.c:770:22: error: passing argument 1 of ‘X509_NAME_dup’ discards 
‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  770 |  ret = X509_NAME_dup(name);
  |  ^~~~
In file included from /usr/include/openssl/pem.h:17,
 from utils/crypto.c:17:
/usr/include/openssl/x509.h:482:12: note: expected ‘X509_NAME *’ {aka ‘struct 
X509_name_st *’} but argument is of type ‘const X509_NAME *’ {aka ‘const struct 
X509_name_st *’}
  482 | X509_NAME *X509_NAME_dup(X509_NAME *xn);
  |^
utils/crypto.c: In function ‘quirk_X509_STORE_ctx_get1_crls’:
utils/crypto.c:888:8: error: implicit declaration of function 
‘Pv_X509_STORE_CTX_get1_crls’; did you mean ‘X509_STORE_CTX_get1_crls’? 
[-Werror=implicit-function-declaration]
  888 |  ret = Pv_X509_STORE_CTX_get1_crls(ctx, subject);
  |^~~
  |X509_STORE_CTX_get1_crls
utils/crypto.c:888:8: error: nested extern declaration of 
‘Pv_X509_STORE_CTX_get1_crls’ [-Werror=nested-externs]
utils/crypto.c:888:6: error: assignment to ‘STACK_OF_X509_CRL_autoptr’ {aka 
‘struct stack_st_X509_CRL *’} from ‘int’ makes pointer from integer without a 
cast [-Werror=int-conversion]
  888 |  ret = Pv_X509_STORE_CTX_get1_crls(ctx, subject);
  |  ^
utils/crypto.c:902:7: error: assignment to ‘STACK_OF_X509_CRL_autoptr’ {aka 
‘struct stack_st_X509_CRL *’} from ‘int’ makes pointer from integer without a 
cast [-Werror=int-conversion]
  902 |   ret = Pv_X509_STORE_CTX_get1_crls(ctx, fixed_subject);
  |   ^
utils/crypto.c:913:7: error: assignment to ‘STACK_OF_X509_CRL_autoptr’ {aka 
‘struct stack_st_X509_CRL *’} from ‘int’ makes pointer from integer without a 
cast [-Werror=int-conversion]
  913 |   ret = Pv_X509_STORE_CTX_get1_crls(ctx, fixed_subject);
  |   ^
utils/crypto.c:925:6: error: assignment to ‘STACK_OF_X509_CRL_autoptr’ {aka 
‘struct stack_st_X509_CRL *’} from ‘int’ makes pointer from integer without a 
cast [-Werror=int-conversion]
  925 |  ret = Pv_X509_STORE_CTX_get1_crls(ctx, fixed_subject);
  |  ^
utils/crypto.c: In function ‘x509_armonk_locality_fixup’:
utils/crypto.c:770:22: error: passing argument 1 of ‘X509_NAME_dup’ discards 
‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  770 |  ret = X509_NAME_dup(name);
  |  ^~~~
In file included from

[Bug 2061732] [NEW] tmpfs storage config definitions fail

2024-04-15 Thread David Tulloh
Public bug reported:

Running an install (Jammy) with an install definition that includes

```
autoinstall:
...
  storage:
config:
...
- id: tmpfs
  type: mount
  spec: "none"
  path: "/tmp"
  fstype: "tmpfs"
  options: "mode=1777,nosuid,nodev"
```

Leads to the following error

```
File 
"/snap/subiquity/5495/lib/python3.10/site-packages/curtin/commands/block_meta.py",
 line 1251, in mount_data
 raise ValueError(
 ValueError: mount entry without 'device' missing: ['fstype']. 
({'path': '/tmp', 'options': 'mode=1777,nosuid,nodev', 'spec': 'none', 'id': 
'tmpfs', 'type': 'mount'})
```

I traced this back to the curtin invocation in
/var/log/installer/curtin-install/subiquity-partitioning.conf which
contains

```
  - path: /tmp
options: mode=1777,nosuid,nodev
spec: none
id: tmpfs
type: mount
```

Critically, the fstype entry has been removed, leading me to believe
that the error is in the subiquity code.

This previously worked with earlier Jammy images.

Currently running subiquity 24.02.1 via the image at
https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-live/current/

A potentially related bug report from 2023-10-28
https://bugs.launchpad.net/curtin/+bug/2041725

I believe this was broken by this commit
https://github.com/canonical/subiquity/commit/0cc4fdf34893d7420cd3bf5d227b273791dbcdfb

The commit removed the fstype parameter, the new code assumes a device,
which does not work in the case of tmpfs when the device is None.

** Affects: subiquity (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/2061732

Title:
  tmpfs storage config definitions fail

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


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

[Bug 2061731] [NEW] Long delay on right click on nautilus window

2024-04-15 Thread corrado venturini
Public bug reported:

Right click on nautilus window the dropdown menu appears with a delay. NO delay 
clicking on desktop or on firefox window.
Journalctl shows:

Apr 16 08:15:07 corrado-n5-nn-0414 gnome-shell[2240]: Failed to read extents of 
focused component: Failed to validate parent window: GLib.Error atspi_error: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Apr 16 08:15:07 corrado-n5-nn-0414 gnome-shell[2240]: Failed to read extents of 
focused component: Failed to validate parent window: GLib.Error atspi_error: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Apr 16 08:15:08 corrado-n5-nn-0414 gnome-shell[2240]: Failed to read extents of 
focused component: Did not receive a reply. Possible causes include: the remote 
application did not send a reply, the message bus security policy blocked the 
reply, the reply timeout expired, or the network connection was broken.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-shell 46.0-0ubuntu4
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 16 08:40:36 2024
DisplayManager: gdm3
InstallationDate: Installed on 2024-04-14 (2 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240414)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
RelatedPackageVersions: mutter-common 46.0-1ubuntu6
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  Long delay on right click on nautilus window

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


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

[Bug 2061727] Re: bpfcc-tools autotest failure when multiple linux-tools- packages are installed

2024-04-15 Thread Andrea Righi
Test plan:

 - without this change:

/usr/lib/linux-tools-6.8.0-22/bpftool /usr/lib/linux-tools-6.8.0-25/bpftool gen 
skeleton /tmp/bpfcc-0.29.1+ds/libbpf-tools/.output/bashreadline.bpf.o > 
/tmp/bpfcc-0.29.1+ds/libbpf-tools/.output/bashreadline.skel.h
Usage: bpftool [OPTIONS] OBJECT { COMMAND | help }
   bpftool batch file FILE
   bpftool version

   OBJECT := { prog | map | link | cgroup | perf | net | feature | btf | 
gen | struct_ops | iter }
   OPTIONS := { {-j|--json} [{-p|--pretty}] | {-d|--debug} |
{-V|--version} }
make[2]: *** [Makefile:192: 
/tmp/bpfcc-0.29.1+ds/libbpf-tools/.output/bashreadline.skel.h] Error 255
make[2]: *** Deleting file 
'/tmp/bpfcc-0.29.1+ds/libbpf-tools/.output/bashreadline.skel.h'
make[2]: Leaving directory '/tmp/bpfcc-0.29.1+ds/libbpf-tools'

 - with this change applied:

100% tests passed, 0 tests failed out of 37

Total Test time (real) =  83.22 sec
make: Leaving directory '/tmp/autopkgtest.MOnsj0/tree/obj-x86_64-linux-gnu'
autopkgtest [06:43:12]: test command1: ---]
autopkgtest [06:43:12]: test command1:  - - - - - - - - - - results - - - - - - 
- - - -
command1 PASS
autopkgtest [06:43:12]:  summary
command1 PASS

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

Title:
  bpfcc-tools autotest failure when multiple linux-tools-
  packages are installed

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


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

[Bug 2028242] Re: Integrate MS Smoke Tests into autopkgtests

2024-04-15 Thread Dominik Viererbe
Setting dotnet7 to "Won't Fix", because dotnet7 is near EoL and it is
not worth fixing.

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

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

** Changed in: dotnet8 (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: dotnet8 (Ubuntu)
 Assignee: (unassigned) => Dominik Viererbe (dviererbe)

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

** Changed in: dotnet7 (Ubuntu)
 Assignee: Dominik Viererbe (dviererbe) => (unassigned)

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

Title:
  Integrate MS Smoke Tests into autopkgtests

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


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

[Bug 2058746] Re: Support information in README.source is outdated

2024-04-15 Thread Dominik Viererbe
Fix was released with the March update.

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

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

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

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

Title:
  Support information in README.source is outdated

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


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

[Bug 2061730] [NEW] package snapd (not installed) failed to install/upgrade: installed snapd package post-removal script subprocess returned error exit status 1

2024-04-15 Thread Vinoth kumar
Public bug reported:

bug

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: snapd (not installed)
ProcVersionSignature: Ubuntu 6.5.0-27.28~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-27-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
Date: Tue Apr 16 11:51:03 2024
ErrorMessage: installed snapd package post-removal script subprocess returned 
error exit status 1
InstallationDate: Installed on 2024-04-08 (8 days ago)
InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.3
 apt  2.4.12
SourcePackage: snapd
Title: package snapd (not installed) failed to install/upgrade: installed snapd 
package post-removal script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package jammy

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

Title:
  package snapd (not installed) failed to install/upgrade: installed
  snapd package post-removal script subprocess returned error exit
  status 1

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


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

[Bug 2060390] Re: Snapshot No Camera Found

2024-04-15 Thread corrado venturini
Also adding video group has no effect but the message is no longer "No camera 
found" but "Could not play camera stream"
corrado@corrado-n5-nn-0414:~$ groups
corrado adm cdrom sudo dip video plugdev users lpadmin
corrado@corrado-n5-nn-0414:~$ snapshot
2024-04-16T06:26:44.996773Z  INFO snapshot::application::imp: Snapshot 
(org.gnome.Snapshot)
2024-04-16T06:26:44.996784Z  INFO snapshot::application::imp: Version: 46.2
2024-04-16T06:26:44.996786Z  INFO snapshot::application::imp: Datadir: 
/usr/share/snapshot
2024-04-16T06:26:45.591332Z ERROR aperture::viewfinder: Could not start 
camerabin: Element failed to change its state
2024-04-16T06:26:45.594009Z ERROR aperture::viewfinder: Could not start 
camerabin: Element failed to change its state
2024-04-16T06:26:45.594486Z ERROR aperture::viewfinder: Bus Error from 
Some("/GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstPipeWireSrc:camerasrc-real-src-actual-src-pipewir")
stream error: error output enum formats: Invalid argument
Some("../src/gst/gstpipewiresrc.c(689): on_state_changed (): 
/GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstPipeWireSrc:camerasrc-real-src-actual-src-pipewir")

2024-04-16T06:26:45.594514Z ERROR aperture::viewfinder: Bus Error from 
Some("/GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstPipeWireSrc:camerasrc-real-src-actual-src-pipewir")
Internal data stream error.
Some("../libs/gst/base/gstbasesrc.c(3175): gst_base_src_loop (): 
/GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstPipeWireSrc:camerasrc-real-src-actual-src-pipewir:\nstreaming
 stopped, reason not-negotiated (-4)")

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

Title:
  Snapshot No Camera Found

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


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

[Bug 2061729] [NEW] Ubuntu Dock icon highlight is practically invisible when a white or grey window is behind it

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

Ubuntu Dock icon highlight is practically invisible when a white or grey
window is behind it (like when autohide is enabled).

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: a11y noble visual-quality

** Also affects: yaru-theme (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/2061729

Title:
  Ubuntu Dock icon highlight is practically invisible when a white or
  grey window is behind it

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


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

[Bug 2061217] Re: [MIR] python-boto3

2024-04-15 Thread Christian Ehrhardt 
** Description changed:

  [Availability]
  The packages python-boto3, python-s3transfer and python-botocore are already 
in Ubuntu universe.
  The packages python-boto3, python-s3transfer and python-botocore build for 
the architectures it is designed to work on.
  They build amd64 only (but binary is arch-all)
  Link to package:
-   - https://launchpad.net/ubuntu/+source/python-boto3
-   - https://launchpad.net/ubuntu/+source/python-s3transfer
-   - https://launchpad.net/ubuntu/+source/python-botocore
+   - https://launchpad.net/ubuntu/+source/python-boto3
+   - https://launchpad.net/ubuntu/+source/python-s3transfer
+   - https://launchpad.net/ubuntu/+source/python-botocore
  
  [Rationale]
+ Simplestreams itself is in main for quite a while since bug 1220427.
  The package python-boto3 is required in Ubuntu main for simplestreams
  The package python-boto3 will not generally be useful for a large part of
  our user base, but is important/helpful still because it is required by 
simplestreams
  Additionally new use-cases enabled by this are demoting python-boto to 
universe because
  the only reverse depency in main is simplestreams and debian is going to drop 
support
  for python-boto, see LP: 2052437
  The package python-boto3 is a new runtime dependency of package simplestreams 
that
  we already support
  python-boto is not compatible with python3.12, the only python supported in 
noble, thus
  to commit to a long term support of simplestreams, it's better to depend on 
dependencies
  that have upstream support
  
  The package python-boto3 is required in Ubuntu main no later than noble is 
released
  due to being required by a new upload of simplestreams in noble-proposed to 
make it
  work on python3.12 and to be able to drop python-boto from noble archives.
  
  python-s3transfer is a binary dependency of python-boto3
  python-botocore is a binary dependency of python-s3transfer
  
  [Security]
  - No CVEs/security issues in this software in the past:
  
  (0)https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=python-boto3
  
(0)https://ubuntu.com/security/cves?q=&package=python-boto3&priority=&version=&status=
  (0)https://security-tracker.debian.org/tracker/source-package/python-boto3
  
  (0)https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=python-s3transfer
  
(0)https://security-tracker.debian.org/tracker/source-package/python-s3transfer
  
(0)https://ubuntu.com/security/cves?q=&package=python-s3transfer&priority=&version=&status=
  
  (0)https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=python-botocore
  (0)https://security-tracker.debian.org/tracker/source-package/python-botocore
  
(0)https://ubuntu.com/security/cves?q=&package=python-botocore&priority=&version=&status=
  
  No `suid` or `sgid` binaries
  No executables in `/sbin` and `/usr/sbin`
  Package does not install services, timers or recurring jobs
  Packages does not open privileged ports (ports < 1024).
  Package does not expose any external endpoints
  Packages does not contain extensions to security-sensitive software
  (filters, scanners, plugins, UI skins, ...)
  
  [Quality assurance - function/usage]
  The package works well right after install. It's a python library.
  
  [Quality assurance - maintenance]
  - The package is maintained well in Debian/Ubuntu/Upstream and does
-   not have too many, long-term & critical, open bugs
-   - Ubuntu
- - (2)https://bugs.launchpad.net/ubuntu/+source/python-boto3/+bug
- - (1)https://bugs.launchpad.net/ubuntu/+source/python-s3transfer/+bugs
- - (4)https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bugs
-   - Debian
- - (0)https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=python-boto3
- - (0)https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=python-s3transfer
- - (1)https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=python-botocore
-   - Upstream's bug tracker
- - (192)https://github.com/boto/boto3/issues
- - (24)https://github.com/boto/s3transfer/issues
- - (112)https://github.com/boto/botocore/issues
- Looks normal for the age and impact of these libraries
+   not have too many, long-term & critical, open bugs
+   - Ubuntu
+ - (2)https://bugs.launchpad.net/ubuntu/+source/python-boto3/+bug
+ - (1)https://bugs.launchpad.net/ubuntu/+source/python-s3transfer/+bugs
+ - (4)https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bugs
+   - Debian
+ - (0)https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=python-boto3
+ - (0)https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=python-s3transfer
+ - (1)https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=python-botocore
+   - Upstream's bug tracker
+ - (192)https://github.com/boto/boto3/issues
+ - (24)https://github.com/boto/s3transfer/issues
+ - (112)https://github.com/boto/botocore/issues
+ Looks normal for the age and impact of these libraries
  - The package does not deal with exotic hardware we cannot support
  
  [Quality assurance - testing]
  - The packages d

[Bug 2055477] Re: csysdig is broken asking for ./chiseles/ in current directory

2024-04-15 Thread Gianfranco Costamagna
** Changed in: sysdig (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  csysdig is broken asking for ./chiseles/ in current directory

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


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

[Bug 2060727] Re: The keyboard does not work after latest kernel update

2024-04-15 Thread AaronMa
CPU0: 13th Gen Intel(R) Core(TM) i7-1360P
ThinkPad BIOS R24ET27W (1.10 ), EC R24HT20W
Not reproduced on BIOS version above on kernel 6.5.0-1019 and 6.5.0-27.

Will try to update BIOS and verify again.

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

Title:
  The keyboard does not work after latest kernel update

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


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

[Bug 2046315] Re: panel flickering after the i915.psr2 is enabled

2024-04-15 Thread Hui Wang
** Description changed:

+ SRU verificaton for Noble and oem-6.8-noble:
+ 
+ [Impact]
+ In Dell oem project, we found the graphic is flickering on some
+ machines, finally we narrowed down the issue on (some specific panels +
+ i915.psr2 enabled), and the issue was reported to Intel, Intel fixed
+ the issue in the most recent mainline kernel. Here backporting the
+ patches to Noble kernel.
+ 
+ It is hard to backport the patches to mantic and oem-6.5, so we wrote
+ a workaround patch to disable the psr2 for those pannels in the oem-6.5.
+ 
+ https://gitlab.freedesktop.org/drm/intel/-/issues/9739
+ 
+ [Fix]
+ cherry-pick 8 patches from mainline kernel
+ 
+ [Test]
+ I applied the patches to Noble kernel and built a testing kernel, and
+ Dell validated the testing kernel on those machines, the graphic
+ didn't flicker anymore.
+ 
+ I installed the testing kernel on some machines with Intel 13th, 12th
+ 11th and 10th gen cpu, the grahic worked well too.
+ 
+ [Where problems could occur]
+ This patchset changes the fast wake settings for some gpu, it is
+ possible to make the graphic flicker, but this possibility is very
+ low, since the patchset comes from mainline kernel and we validated
+ the patchset on different gens of Intel cpus.
+ 
+ ===
+ 
  BugLink: https://bugs.launchpad.net/bugs/2046315
  
  [Impact]
  On serveral Dell laptops, the screen often displays garbage or the screen is 
flicking
  
  This PR is just a workaround, the upstream bug is here:
  https://gitlab.freedesktop.org/drm/intel/-/issues/9739#note_2187863
  
  After the upstream fix this bug with a real fix, I will revert the
  workaround and backport the real fix to Noble and Jammy oem-kernel.
  
  [Fix]
  There is no real fix so far, ODM recommends to use a workaround to disable 
PSR2, this is a temp solution, after we get the real fix, we could revert the 
temp workaround.
  
  [Test case]
  
  booting with the patched kernel, If the pannel's edid is in the qurik
  list, the PSR2 will be disabled (checking
  /sys/kernel/debug/dri/0/i915_edp_psr_status; if the pannel's edid is not
  in the quirk list, the graphic driver will work as before.
  
  [Where problems could occur]
  It is possible that the temp solution couldn't work, then the screen will 
still show garbage and the screen is flicking, another possible regression is 
the screen has no problem before, but after running patched kernel, the PSR2 is 
disabled and the system cost more power, but this possibility is very low, I 
tested the patched on some dell machines, all worked well.

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

Title:
  panel flickering after the i915.psr2 is enabled

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


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

[Bug 2061728] [NEW] Apps don't launch from GNOME Software

2024-04-15 Thread hectorsales
Public bug reported:

Install apps from gnome-software. Open the app from gnome-software,the
app crash with the next error:

"ldconfig failed, exit status 256"

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-software 46.0-1ubuntu2
ProcVersionSignature: Ubuntu 6.8.0-25.25-generic 6.8.1
Uname: Linux 6.8.0-25-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 16 07:58:06 2024
InstallationDate: Installed on 2024-04-08 (8 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240407.2)
InstalledPlugins:
 gnome-software-plugin-flatpak 46.0-1ubuntu2
 gnome-software-plugin-snap46.0-1ubuntu2
ProcEnviron:
 LANG=es_ES.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

** Attachment added: "Captura desde 2024-04-16 08-04-10.png"
   
https://bugs.launchpad.net/bugs/2061728/+attachment/5766018/+files/Captura%20desde%202024-04-16%2008-04-10.png

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

Title:
  Apps don't launch from GNOME Software

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


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

[Bug 2061727] Re: bpfcc-tools autotest failure when multiple linux-tools- packages are installed

2024-04-15 Thread Andrea Righi
debdiff in attach allows to run the autopkgtest correctly also with
multiple kernels installed.

** Patch added: "bpfcc-tools-fix-autopkgtest.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/bpfcc/+bug/2061727/+attachment/5766017/+files/bpfcc-tools-fix-autopkgtest.debdiff

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

Title:
  bpfcc-tools autotest failure when multiple linux-tools-
  packages are installed

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


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

[Bug 2061727] [NEW] bpfcc-tools autotest failure when multiple linux-tools- packages are installed

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

[Impact]

The autopkgtest for bpfcc-tools fails with the following error when
multiple linux-tools packages (multiple kernels) are installed:

942s /usr/lib/linux-tools-6.8.0-22/bpftool 
/usr/lib/linux-tools-6.8.0-25/bpftool gen skeleton 
/tmp/autopkgtest.2W4dxr/build.Uhs/src/libbpf-tools/.output/bashreadline.bpf.o > 
/tmp/autopkgtest.2W4dxr/build.Uhs/src/libbpf-tools/.output/bashreadline.skel.h
942s Usage: bpftool [OPTIONS] OBJECT { COMMAND | help }
942sbpftool batch file FILE
942sbpftool version
942s 
942sOBJECT := { prog | map | link | cgroup | perf | net | feature | btf 
| gen | struct_ops | iter }
942sOPTIONS := { {-j|--json} [{-p|--pretty}] | {-d|--debug} |
942s {-V|--version} }
942s make[2]: *** [Makefile:192: 
/tmp/autopkgtest.2W4dxr/build.Uhs/src/libbpf-tools/.output/bashreadline.skel.h] 
Error 255
942s make[2]: *** Deleting file 
'/tmp/autopkgtest.2W4dxr/build.Uhs/src/libbpf-tools/.output/bashreadline.skel.h'
942s make[2]: Leaving directory 
'/tmp/autopkgtest.2W4dxr/build.Uhs/src/libbpf-tools'
942s make[1]: *** [debian/rules:44: override_dh_auto_install] Error 2
942s make[1]: Leaving directory '/tmp/autopkgtest.2W4dxr/build.Uhs/src'

The reason is that in debian/rules we evaluate BPFTOOL assuming that
only one kernel is installed, but we may have multiple kernels
(therefore multiple linux-tools-) installed.

[Test case]

Install multiple linux-tools- and run the bpfcc-tools
autopkgtest.

[Fix]

Evaluate BPFTOOL in debian/rules only taking the last bpftool listed in
/usr/lib/linux-tools-*/bpftool.

[Regression potential]

This change affects only the autopkgtest and it allows to run the test
correctly also when multiple kernels are installed, no regresssion is
expected.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: bpfcc-tools 0.29.1+ds-1ubuntu6
ProcVersionSignature: User Name 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: unknown
CloudArchitecture: x86_64
CloudBuildName: server
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSerial: 20240413
CloudSubPlatform: config-disk (/dev/vdb)
Date: Tue Apr 16 05:38:06 2024
PackageArchitecture: all
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: bpfcc
UpgradeStatus: No upgrade log present (probably fresh install)

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

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


** Tags: amd64 apport-bug cloud-image noble

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

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

Title:
  bpfcc-tools autotest failure when multiple linux-tools-
  packages are installed

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


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

[Bug 2061364] Re: Remote login missing user list

2024-04-15 Thread Daniel van Vugt
Comment #2 is bug 2061153, which might be the same bug as this.

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

Title:
  Remote login missing user list

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


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

[Bug 2061292] Re: Reduce animation setting gets forgotten on every reboot

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

Title:
  Reduce animation setting gets forgotten on every reboot

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


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

[Bug 2061153] Re: No login prompt after installing in HyperV

2024-04-15 Thread Daniel van Vugt
Marco probably knows this but the bug comes from loginDialog-Port-
sessions-menu-over-to-AuthMenuButton.patch

originating from: https://salsa.debian.org/gnome-team/gnome-
shell/-/commit/9c69176ab6e60c92173039d8c7e9054bbeab93c6

originating from: https://gitlab.gnome.org/GNOME/gnome-
shell/-/merge_requests/3212

See also bug 2060893.

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

Title:
  No login prompt after installing in HyperV

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


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

[Bug 2061726] [NEW] rsyslog apparmor denial on reading /proc/sys/net/ipv6/conf/all/disable_ipv6

2024-04-15 Thread Martin Pitt
Public bug reported:

One of our Cockpit integration tests [1] spotted an AppArmor regression
in rsyslogd. This is coincidental, the test passes and it doesn't do
anything with rsyslogd -- just something happens to happen in the
background to trigger this (and I can actually reproduce it locally
quite reliably).


Mar 08 10:48:20 m1.cockpit.lan systemd[1]: dpkg-db-backup.service: Deactivated 
successfully.
Mar 08 10:48:20 m1.cockpit.lan systemd[1]: Finished dpkg-db-backup.service - 
Daily dpkg database backup service.
Mar 08 10:48:20 m1.cockpit.lan systemd[1]: rsyslog.service: Sent signal SIGHUP 
to main process 752 (rsyslogd) on client request.
Mar 08 10:48:20 m1.cockpit.lan kernel: audit: type=1400 
audit(1615200500.418:125): apparmor="DENIED" operation="open" class="file" 
profile="rsyslogd" name="/proc/sys/net/ipv6/conf/all/disable_ipv6" pid=752 
comm="rsyslogd" requested_mask="r" denied_mask="r" fsuid=102 ouid=0
Mar 08 10:48:20 m1.cockpit.lan kernel: audit: type=1400 
audit(1615200500.418:126): apparmor="DENIED" operation="open" class="file" 
profile="rsyslogd" name="/proc/sys/net/ipv6/conf/all/disable_ipv6" pid=752 
comm="rsyslogd" requested_mask="r" denied_mask="r" fsuid=102 ouid=0


This happens on current Ubuntu 24.04 LTS noble devel, rsyslog 8.2312.0-3ubuntu8 
and apparmor 4.0.0-beta3-0ubuntu3.

[1] 
https://cockpit-logs.us-east-1.linodeobjects.com/pull-20317-ce39e07e-20240415-204952-ubuntu-stable-other/log.html#152
[2] 
https://cockpit-logs.us-east-1.linodeobjects.com/pull-20317-ce39e07e-20240415-204952-ubuntu-stable-other/TestHistoryMetrics-testEvents-ubuntu-stable-127.0.0.2-2901-FAIL.log.gz

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


** Tags: apparmor noble

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

Title:
  rsyslog apparmor denial on reading
  /proc/sys/net/ipv6/conf/all/disable_ipv6

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


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

[Bug 2046315] Re: panel flickering after the i915.psr2 is enabled

2024-04-15 Thread Hui Wang
** Summary changed:

- panel flickering after enabling the psr2
+ panel flickering after the i915.psr2 is enabled

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

Title:
  panel flickering after the i915.psr2 is enabled

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


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

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

2024-04-15 Thread Daniel van Vugt
The fix will come as an automatic update in future.

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

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

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


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

[Bug 2060673] Re: invisible folders in menu

2024-04-15 Thread Daniel van Vugt
Please remember to attach a screenshot or photo of the problem, and to
try the workarounds mentioned in bug 1876632.

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

Title:
  invisible folders in menu

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


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

[Bug 2061040] Re: I2C HID device sometimes fails to initialize causing touchpad to not work

2024-04-15 Thread AaronMa
$ git tag --contains af93a167eda90192563bce64c4bb989836afac1f
Ubuntu-6.8.0-10.10
Ubuntu-6.8.0-11.11
Ubuntu-6.8.0-6.6
Ubuntu-6.8.0-7.7
Ubuntu-6.8.0-8.8
Ubuntu-6.8.0-9.9
v6.8
v6.8-rc1

The first commit is already in 6.8.0-22.
Could you double confirm if the 2nd link is the real fix?

I don't reproduce this issue with the same touchpad:
ThinkPad BIOS N3YET57W (1.22 ), EC N3YHT43W

Device:   SNSL0028:00 2C2F:0028 Touchpad
Kernel:   /dev/input/event12
Group:5
Seat: seat0, default
Size: 118x68mm
Capabilities: pointer gesture
Tap-to-click: disabled
Tap-and-drag: enabled
Tap drag lock:disabled
Left-handed:  disabled
Nat.scrolling:disabled
Middle emulation: disabled
Calibration:  n/a
Scroll methods:   *two-finger edge 
Click methods:*button-areas clickfinger 
Disable-w-typing: enabled
Disable-w-trackpointing: enabled
Accel profiles:   flat *adaptive custom
Rotation: n/a

$ journalctl -k |grep SNSL
Apr 16 13:28:02 Thames-3 kernel: i2c_hid_acpi i2c-SNSL0028:00: device did not 
ack reset within 1000 ms
Apr 16 13:28:02 Thames-3 kernel: input: SNSL0028:00 2C2F:0028 Mouse as 
/devices/pci:00/:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL0028:00/0018:2C2F:0028.0002/input/input10
Apr 16 13:28:02 Thames-3 kernel: input: SNSL0028:00 2C2F:0028 Touchpad as 
/devices/pci:00/:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL0028:00/0018:2C2F:0028.0002/input/input11
Apr 16 13:28:02 Thames-3 kernel: hid-generic 0018:2C2F:0028.0002: 
input,hidraw1: I2C HID v1.00 Mouse [SNSL0028:00 2C2F:0028] on i2c-SNSL0028:00
Apr 16 13:28:03 Thames-3 kernel: input: SNSL0028:00 2C2F:0028 Mouse as 
/devices/pci:00/:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL0028:00/0018:2C2F:0028.0002/input/input20
Apr 16 13:28:03 Thames-3 kernel: input: SNSL0028:00 2C2F:0028 Touchpad as 
/devices/pci:00/:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL0028:00/0018:2C2F:0028.0002/input/input21
Apr 16 13:28:03 Thames-3 kernel: hid-multitouch 0018:2C2F:0028.0002: 
input,hidraw1: I2C HID v1.00 Mouse [SNSL0028:00 2C2F:0028] on i2c-SNSL0028:00


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

Title:
  I2C HID device sometimes fails to initialize causing touchpad to not
  work

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


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

[Bug 2061719] Re: Python interface is not installed with 4.4.0+dfsg-4build1

2024-04-15 Thread Pushkar Kulkarni
numpy.distutils was only deprecated previously, causing the previous
build to install the Python bindings

https://launchpadlibrarian.net/715447456/buildlog_ubuntu-noble-
amd64.siconos_4.4.0+dfsg-4_BUILDING.txt.gz

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

Title:
  Python interface is not installed  with 4.4.0+dfsg-4build1

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


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

[Bug 2015782] Re: System freeze [(EE) NVIDIA(GPU-0): WAIT (2, 8, 0x8000, 0x00039cbc, 0x00039cc4)]

2024-04-15 Thread Daniel van Vugt
** Also affects: nvidia-graphics-drivers-550 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-550 (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/2015782

Title:
  System freeze [(EE) NVIDIA(GPU-0): WAIT (2, 8, 0x8000, 0x00039cbc,
  0x00039cc4)]

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


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

[Bug 2060390] Re: Snapshot No Camera Found

2024-04-15 Thread corrado venturini
still same problem with version 46.2

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

Title:
  Snapshot No Camera Found

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


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

[Bug 2061070] Re: gnome-shell-extension-desktop-icons-ng: Error: destroy() breaks...

2024-04-15 Thread Daniel van Vugt
** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu)
 Assignee: (unassigned) => Sergio Costas (rastersoft-gmail)

** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu)
Milestone: None => ubuntu-24.04

** Changed in: gnome-shell-extension-desktop-icons-ng (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/2061070

Title:
  gnome-shell-extension-desktop-icons-ng: Error: destroy() breaks...

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons-ng/+bug/2061070/+subscriptions


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

[Bug 2061719] Re: Python interface is not installed with 4.4.0+dfsg-4build1

2024-04-15 Thread Pushkar Kulkarni
Found this in the build log, right after swig finishes generating the
Python interface:



build/install siconos package
cd /<>/obj-x86_64-linux-gnu/wrap && /usr/bin/python3 
/<>/obj-x86_64-linux-gnu/wrap/setup.py install 
--install-layout=deb --root=/<>/debian/tmp/
Traceback (most recent call last):
  File "/<>/obj-x86_64-linux-gnu/wrap/setup.py", line 28, in 

from numpy.distutils.core import setup, Extension
ModuleNotFoundError: No module named 'numpy.distutils'
gmake[6]: *** [wrap/CMakeFiles/python-install.dir/build.make:74: 
wrap/CMakeFiles/python-install] Error 1
gmake[6]: Leaving directory '/<>/obj-x86_64-linux-gnu'
gmake[5]: *** [CMakeFiles/Makefile2:1554: 
wrap/CMakeFiles/python-install.dir/all] Error 2
gmake[5]: Leaving directory '/<>/obj-x86_64-linux-gnu'
gmake[4]: *** [CMakeFiles/Makefile2:1561: 
wrap/CMakeFiles/python-install.dir/rule] Error 2
gmake[4]: Leaving directory '/<>/obj-x86_64-linux-gnu'
gmake[3]: *** [Makefile:208: wrap/CMakeFiles/python-install.dir/rule] Error 2
gmake[3]: Leaving directory '/<>/obj-x86_64-linux-gnu/wrap'

---

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

Title:
  Python interface is not installed  with 4.4.0+dfsg-4build1

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


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

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

2024-04-15 Thread Matthew Ruffell
The new kernel is tagged as 5.15.0-105-generic, and it is a respin of
5.15.0-103-generic with the fix.

https://git.launchpad.net/~ubuntu-
kernel/ubuntu/+source/linux/+git/jammy/log/?h=Ubuntu-5.15.0-105.115

It should be available in -proposed soon, the Kernel Team are still
rebuilding all the 5.15 derivatives.

I'll write back once it is in -proposed for testing.

Thanks,
Matthew

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

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

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


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

[Bug 2060659] Re: X11 fractional scaling support is missing in 46.0

2024-04-15 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

Title:
  X11 fractional scaling support is missing in 46.0

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


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

[Bug 1948881] Re: XSane plugin not available in GIMP File menu

2024-04-15 Thread Bug Watch Updater
** Changed in: xsane
   Status: Unknown => 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/1948881

Title:
  XSane plugin not available in GIMP File menu

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


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

[Bug 2061708] Re: Yubikey stopped working after noble upgrade

2024-04-15 Thread Bug Watch Updater
** Changed in: archlinux-lp
   Status: Unknown => 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/2061708

Title:
  Yubikey stopped working after noble upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/archlinux-lp/+bug/2061708/+subscriptions


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

[Bug 2061719] [NEW] Python interface is not installed with 4.4.0+dfsg-4build1

2024-04-15 Thread Pushkar Kulkarni
Public bug reported:

With 4.4.0+dfsg-4build1, autopkgtest regressions are reported on amd64, arm64 
and ppc64el (e.g amd64 [1]). 
The four test failures are 'ModuleNotFoundError`s.



458s autopkgtest [04:28:25]: test kernel-tests-python: [---
1458s test_bouncing_ball
1459s Traceback (most recent call last):
1459s   File "/tmp/autopkgtest.khEIf7/autopkgtest_tmp/BouncingBall.py", line 1, 
in 
1459s import siconos.kernel as sk
1463s ModuleNotFoundError: No module named 'siconos.kernel'

2611s autopkgtest [04:47:38]: test mechanics-tests-python: 
[---
2611s test_bullet_bouncing_box
2611s Traceback (most recent call last):
2611s   File "/tmp/autopkgtest.khEIf7/autopkgtest_tmp/BulletBouncingBox.py", 
line 2, in 
2611s from siconos.kernel import NonSmoothDynamicalSystem, 
MoreauJeanOSI, TimeDiscretisation, FrictionContact, 
NewtonImpactFrictionNSL, TimeStepping
2611s ModuleNotFoundError: No module named 'siconos.kernel'


3192s autopkgtest [04:57:19]: test mechanics-tools: [---
3193s test_cube_scene_info_filter_compare
3193s Traceback (most recent call last):
3193s   File "/tmp/autopkgtest.khEIf7/autopkgtest_tmp/cube_scene.py", line 1, 
in 
3193s from siconos.mechanics.collision.tools import Contactor
3193s ModuleNotFoundError: No module named 'siconos.mechanics.collision.tools'



On dumping contents of python3-siconos_4.4.0+dfsg-4build1_amd64.deb I
don't find the Python interface files being installed:



$ dpkg -c python3-siconos_4.4.0+dfsg-4build1_amd64.deb | grep "\.py$"
$



They can be found in the previously published package:



$ dpkg -c python3-siconos_4.4.0+dfsg-4_amd64.deb | grep "\.py$"
-rw-r--r-- root/root   796 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/__init__.py
-rw-r--r-- root/root   122 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/control/__init__.py
-rw-r--r-- root/root 39796 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/control/controller.py
-rw-r--r-- root/root 27793 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/control/observer.py
-rw-r--r-- root/root 26347 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/control/sensor.py
-rw-r--r-- root/root 33587 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/control/simulation.py
-rw-r--r-- root/root   821 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/drepr.py
-rw-r--r-- root/root 16958 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/fromXml.py
-rw-r--r-- root/root  3597 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/functions.py
-rw-r--r-- root/root 13090 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/io/FrictionContactTrace.py
-rw-r--r-- root/root28 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/io/__init__.py
-rw-r--r-- root/root 24070 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/io/io_base.py
-rw-r--r-- root/root 45888 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/io/mechanics_hdf5.py
-rw-r--r-- root/root110950 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/io/mechanics_run.py
-rw-r--r-- root/root116966 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/io/vview.py
-rw-r--r-- root/root359959 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/kernel.py
-rw-r--r-- root/root 0 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/__init__.py
-rw-r--r-- root/root43 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/collision/__init__.py
-rw-r--r-- root/root 67399 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/collision/base.py
-rw-r--r-- root/root 47903 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/collision/bodies.py
-rw-r--r-- root/root295678 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/collision/bullet.py
-rw-r--r-- root/root 11000 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/collision/convexhull.py
-rw-r--r-- root/root 28240 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/collision/native.py
-rw-r--r-- root/root  6471 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/collision/tools.py
-rw-r--r-- root/root 59152 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/mechanics/joints.py
-rw-r--r-- root/root170562 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/numerics.py
-rw-r--r-- root/root313958 2024-02-21 01:05 
./usr/lib/python3/dist-packages/siconos/xml_parser.py



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


** Tags: update-excuse

** Tags added: update-excuse

** Summary changed:

- Python interface is not installed  4.4.0+dfsg-4build1
+ Python interface is not installed  with 4.4.0+dfsg-4build1

-- 
You received this bug notification because 

[Bug 2046315] Re: panel flickering after enabling the psr2

2024-04-15 Thread Hui Wang
** Summary changed:

- oem-6.5: disable psr2 for some panels according to edid
+ panel flickering after enabling the psr2

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

Title:
  panel flickering after enabling the psr2

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


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

[Bug 2060101] Re: Enable OV08X40 camera sensor for Intel MTL IPU6 MIPI Camera

2024-04-15 Thread You-Sheng Yang
** Also affects: linux (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Also affects: ipu6-drivers (Ubuntu Mantic)
   Importance: Undecided
   Status: New

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

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

** Changed in: ipu6-drivers (Ubuntu Mantic)
   Importance: Undecided => High

** Changed in: ipu6-drivers (Ubuntu Mantic)
   Status: New => In Progress

** Changed in: ipu6-drivers (Ubuntu Mantic)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

** Changed in: ipu6-drivers (Ubuntu Noble)
   Importance: Undecided => High

** Changed in: ipu6-drivers (Ubuntu Noble)
   Status: New => In Progress

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

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

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
   Status: New => In Progress

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

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

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

Title:
  Enable OV08X40 camera sensor for Intel MTL IPU6 MIPI Camera

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


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

[Bug 2046681] Re: jammy-oem-6.5: one more panel needs to disable psr2

2024-04-15 Thread Hui Wang
For oem-6.8 and noble kernels, the fix will be merged by
https://bugs.launchpad.net/ubuntu/jammy/+source/linux-
oem-6.8/+bug/2046315

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

Title:
  jammy-oem-6.5: one more panel needs to disable psr2

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


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

[Bug 2046315] Re: oem-6.5: disable psr2 for some panels according to edid

2024-04-15 Thread Hui Wang
** Also affects: linux-oem-6.8 (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  oem-6.5: disable psr2 for some panels according to edid

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


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

[Bug 1411739] Re: upgrade to breeze 5.1.95-0ubuntu1 broke window decorations on kubuntu 15.04

2024-04-15 Thread Launchpad Bug Tracker
[Expired for breeze (Ubuntu) because there has been no activity for 60
days.]

** Changed in: breeze (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/1411739

Title:
  upgrade to breeze 5.1.95-0ubuntu1 broke window decorations on kubuntu
  15.04

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


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

[Bug 1545783] Re: [solved upstream] Crash in Breeze::StyleConfigData

2024-04-15 Thread Launchpad Bug Tracker
[Expired for breeze (Ubuntu) because there has been no activity for 60
days.]

** Changed in: breeze (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/1545783

Title:
  [solved upstream] Crash in Breeze::StyleConfigData

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


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

[Bug 1415644] Re: Breeze Dark does not switch application menu/launcher to dark themes

2024-04-15 Thread Launchpad Bug Tracker
[Expired for breeze (Ubuntu) because there has been no activity for 60
days.]

** Changed in: breeze (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/1415644

Title:
  Breeze Dark does not switch application menu/launcher to dark themes

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


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

[Bug 1572043] Re: Gtk apps un-resizable and without decoration after upgrade to Wily in KDE/Gnome

2024-04-15 Thread Launchpad Bug Tracker
[Expired for numix-gtk-theme (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: numix-gtk-theme (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/1572043

Title:
  Gtk apps un-resizable and without decoration after upgrade to Wily in
  KDE/Gnome

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


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

[Bug 1878838] Re: [nvidia] Black screen (wrong VT) upon login

2024-04-15 Thread Launchpad Bug Tracker
[Expired for gdm3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gdm3 (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/1878838

Title:
  [nvidia] Black screen (wrong VT) upon login

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


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

[Bug 1878838] Re: [nvidia] Black screen (wrong VT) upon login

2024-04-15 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [nvidia] Black screen (wrong VT) upon login

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


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

[Bug 1572043] Re: Gtk apps un-resizable and without decoration after upgrade to Wily in KDE/Gnome

2024-04-15 Thread Launchpad Bug Tracker
[Expired for breeze-gtk (Ubuntu) because there has been no activity for
60 days.]

** Changed in: breeze-gtk (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/1572043

Title:
  Gtk apps un-resizable and without decoration after upgrade to Wily in
  KDE/Gnome

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


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

[Bug 1572043] Re: Gtk apps un-resizable and without decoration after upgrade to Wily in KDE/Gnome

2024-04-15 Thread Launchpad Bug Tracker
[Expired for kwin (Ubuntu) because there has been no activity for 60
days.]

** Changed in: kwin (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/1572043

Title:
  Gtk apps un-resizable and without decoration after upgrade to Wily in
  KDE/Gnome

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


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

[Bug 2053156] Re: update-resolv-conf uses invalid device name

2024-04-15 Thread Launchpad Bug Tracker
[Expired for openvpn (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openvpn (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/2053156

Title:
  update-resolv-conf uses invalid device name

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


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

[Bug 2053123] Re: Sync python-ldappool 3.0.0-3 (universe) from Debian unstable (main)

2024-04-15 Thread Launchpad Bug Tracker
[Expired for python-ldappool (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: python-ldappool (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/2053123

Title:
  Sync python-ldappool 3.0.0-3 (universe) from Debian unstable (main)

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


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

[Bug 1878838] Re: [nvidia] Black screen (wrong VT) upon login

2024-04-15 Thread Launchpad Bug Tracker
[Expired for nvidia-graphics-drivers-440 (Ubuntu) because there has been
no activity for 60 days.]

** Changed in: nvidia-graphics-drivers-440 (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/1878838

Title:
  [nvidia] Black screen (wrong VT) upon login

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


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

[Bug 2053223] Re: package virtualbox-dkms 6.1.48-dfsg-1~ubuntu1.20.04.1 failed to install/upgrade: installed virtualbox-dkms package post-installation script subprocess returned error exit status 128

2024-04-15 Thread Launchpad Bug Tracker
[Expired for virtualbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: virtualbox (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/2053223

Title:
  package virtualbox-dkms 6.1.48-dfsg-1~ubuntu1.20.04.1 failed to
  install/upgrade: installed virtualbox-dkms package post-installation
  script subprocess returned error exit status 128

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


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

[Bug 2053279] Re: Gnom not start the theme after sleep mode

2024-04-15 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Gnom not start the theme after sleep mode

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


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

[Bug 2061698] Re: Editing image, selecting a region and it crashed GIMP_2_10_36

2024-04-15 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 2061698

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

( No release, package details were provided, the developers the provided
paste was for are upstream developers )

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

Title:
  Editing image, selecting a region and it crashed GIMP_2_10_36

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


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

[Bug 2061281] Re: Alt +esc doesn't change focus when an app is set "Always on Top"

2024-04-15 Thread Bhaumik Tripathi
*** This bug is a duplicate of bug 1997099 ***
https://bugs.launchpad.net/bugs/1997099

Thanks for mentioning, This means that ALt+Esc and Alt+tab follows the
same internal working.I was not aware of this.

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

Title:
  Alt +esc doesn't change focus when an app is set "Always on Top"

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


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

[Bug 2061713] Re: ASUS Battery Won't Charge if Plugged in While Suspended

2024-04-15 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux-signed-hwe-6.5 (Ubuntu)

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

Title:
  ASUS Battery Won't Charge if Plugged in While Suspended

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


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

[Bug 2061287] Re: Ubuntu dock: the background color does not cover the edges

2024-04-15 Thread Daniel van Vugt
** Changed in: gnome-shell-extension-ubuntu-dock (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/2061287

Title:
  Ubuntu dock: the background color does not cover the edges

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


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

[Bug 2060197] Re: [FFe] [HWE] fwupd-efi 1.6 and gnu-efi 3.0.18

2024-04-15 Thread Mario Limonciello
I suggest redoing the diff to fwupd-efi 1.6.  It "basically" is the same
as 1.5 but drops all the debian patches that were upstreamed.

** Summary changed:

- [FFe] [HWE] fwupd-efi 1.5 and gnu-efi 3.0.18
+ [FFe] [HWE] fwupd-efi 1.6 and gnu-efi 3.0.18

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

Title:
  [FFe] [HWE] fwupd-efi 1.6 and gnu-efi 3.0.18

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


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

[Bug 2060816] Re: App grid icon is Ubuntu logo, need to find override

2024-04-15 Thread Daniel van Vugt
** Bug watch added: github.com/ubuntu/yaru/issues #4063
   https://github.com/ubuntu/yaru/issues/4063

** Also affects: yaru via
   https://github.com/ubuntu/yaru/issues/4063
   Importance: Unknown
   Status: Unknown

** Tags added: noble

** Changed in: yaru-theme (Ubuntu)
Milestone: None => ubuntu-24.04

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

Title:
  App grid icon is Ubuntu logo, need to find override

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


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

[Bug 2061363] Re: libnb-platform18-java is unable to set security manager with default jdk

2024-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package libnb-platform18-java - 12.1-2ubuntu1

---
libnb-platform18-java (12.1-2ubuntu1) noble; urgency=medium

  * d/p/allow-security-manager.patch: cherry-pick upstream patch to
allow setting Java Security Manager (LP: #2061363).

 -- Vladimir Petko   Tue, 16 Apr 2024
08:20:35 +1200

** Changed in: libnb-platform18-java (Ubuntu)
   Status: New => Fix Released

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

Title:
  libnb-platform18-java  is unable to set security manager with default
  jdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnb-platform18-java/+bug/2061363/+subscriptions


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

[Bug 2061713] [NEW] ASUS Battery Won't Charge if Plugged in While Suspended

2024-04-15 Thread Nicholas Jarvis
Public bug reported:

When running Ubuntu (or any other linux distro i've tried) the laptop
will not charge if it is plugged in while suspended. Charging works find
if the laptop is awake, or if it is shut down. It also works properly
when running windows which makes me think its not a hardware problem but
a linux issue.

The charge status doesn't seem to update at all when the computer is
suspended. If it is charging when its put to sleep then the charge LED
on the side is lit, and if I then unplug the charger the LED doesn't
turn off until the computer is woken up.

If the computer is plugged in while sleeping I know it isn't charging
even though the light doesn't turn on because I have left it overnight
and the battery stays at the same percentage.

I've been unable to find any information about what could be causing this issue.
My Laptop is an ASUS Zenbook Flip UX461UA

Ubuntu Version: 
Description:Ubuntu 22.04.4 LTS
Release:22.04

I'm not sure what package would be causing this.

What I expect to be happening: The battery should start charging if its
plugged in while suspended

What happened instead: Battery doesn't charge and charging indicator
doesn't change until the computer is woken up

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-6.5.0-27-generic 6.5.0-27.28~22.04.1
ProcVersionSignature: Ubuntu 6.5.0-27.28~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 15 23:21:17 2024
InstallationDate: Installed on 2024-04-16 (0 days ago)
InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
SourcePackage: linux-signed-hwe-6.5
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  ASUS Battery Won't Charge if Plugged in While Suspended

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


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

[Bug 2061257] Re: After 24.04 upgrade, many graphical app failures under Wayland; no issues with Xorg

2024-04-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2038313 ***
https://bugs.launchpad.net/bugs/2038313

That only means the Xorg code path isn't trying to use Vulkan. Or that
it happens to work on Xorg. And the frequency of the error will be app-
specific dependending on what features are used.

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

Title:
  After 24.04 upgrade, many graphical app failures under Wayland; no
  issues with Xorg

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


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

[Bug 2061711] Re: lubuntu noble - full (inc. 3rd party) install is kinda slow

2024-04-15 Thread Chris Guiver
Of no importance.. but the 10 mins nothing will likely be

2024-04-16 - 12:32:43 [6]: .. Running ("/bin/sh", "-c", "snap-seed-glue 
--seed /tmp/calamares-root-hazyaxmi/var/lib/snapd/seed krita") 
2024-04-16 - 12:45:09 [6]: .. Running ("/bin/sh", "-c", "snap-seed-glue 
--seed /tmp/calamares-root-hazyaxmi/var/lib/snapd/seed thunderbird") 

after krita I noticed (& mentioned)  a kf5 snap.. but that detail would
have come from my viewing `iotop` and the `snap download` command that
showed there.

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

Title:
  lubuntu noble - full (inc. 3rd party) install is kinda slow

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


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

[Bug 2052383] Re: gjs-console crashed with signal 5

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

** Changed in: gjs (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/2052383

Title:
  gjs-console crashed with signal 5

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


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

[Bug 2061711] Re: lubuntu noble - full (inc. 3rd party) install is kinda slow

2024-04-15 Thread Erich Eickmeyer
Hey Chris,

If this isn't something that can be fixed with code or with a package
update, and while I don't feel like it is something that *can't* be
fixed, I think the status needs to be "Opinion" because it's certainly
worthy of discussion.

** Changed in: calamares (Ubuntu)
   Status: New => Opinion

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

Title:
  lubuntu noble - full (inc. 3rd party) install is kinda slow

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


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

[Bug 2061254] Re: No mic detected - Ubuntu 24.04 Beta

2024-04-15 Thread Hui Wang
I checked the latest ubuntu noble kernel, the fix is already merged to
this kernel through this bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060531

Please wait for the upcoming release version of noble kernel.

commit 6a9156867a5ce4ded2967ca46b0a8d755d9a1ee7
Author: Jiawei Wang 
Date:   Wed Mar 13 09:58:53 2024 +0800

ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"

BugLink: https://bugs.launchpad.net/bugs/2060531

commit 37bee1855d0e3b6dbeb8de71895f6f68cad137be upstream.

This reverts commit 316a784839b21b122e1761cdca54677bb19a47fa,
that enabled Yellow Carp (YC) driver for PCI revision id 0x63.

Mukunda Vijendar [1] points out that revision 0x63 is Pink
Sardine platform, not Yellow Carp. The YC driver should not
be enabled for this platform. This patch prevents the YC
driver from being incorrectly enabled.

Link: 
https://lore.kernel.org/linux-sound/023092e1-689c-4b00-b93f-4092c3724...@amd.com/
 [1]

Signed-off-by: Jiawei Wang 
Link: https://msgid.link/r/20240313015853.3573242-3...@jwang.link
Signed-off-by: Mark Brown 
Signed-off-by: Greg Kroah-Hartman 
Signed-off-by: Paolo Pisati 


** Package changed: alsa-driver (Ubuntu) => linux (Ubuntu)

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

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

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

Title:
  No mic detected - Ubuntu 24.04 Beta

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


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

[Bug 2061711] Re: lubuntu noble - full (inc. 3rd party) install is kinda slow

2024-04-15 Thread Chris Guiver
** Description changed:

  This is NOT a bug that can be fixed with code.
  
  At most a fix maybe a line in the release notes, that selecting all 3rd
  party software for inclusion can be SLOW IF you're using 3rd-world, some
  aussie NBN or other older/slower internet connections (or just
  infrastructure at canonical end anyway).
  
  This report has been filed ONLY for timing purposes; so I can look, and
  have record of how long install actually took (with calamares
  running)...
  
  A watched kettle always appears to take longer to boil... I was sitting
  watching this install & for a long time is stayed at 90% with slideshow
  repeating... I switched to show all messages and it didn't scroll up for
  maybe 10 mins there either..
  
  I actually CTRL+ALT+T and opened a terminal, made it full screen on this
  boxes other display & `sudo apt install iotop` and let that run... From
  there I could see downloads taking place (thru write) & eventually
- notice `snap download` progress to next page (krita, kf5 etc)... but the
- installer window remained at 90%.. then eventually 92%...  |
+ notice `snap download` progress to next package (krita, kf5 etc)... but
+ the installer window remained at 90%..  eventually 92%...  |
  
  Many users may assume the installer is 'looping' or dead...
  
  2024-04-16 - 02:17:35   (start of calamares)
  2024-04-16 - 12:17:43   (calamares switched to local time I assume)
  2024-04-16 - 12:48:06   (end calamares)
  
  So ~thirty minutes to install, I didn't let it sit at any dialog.. just
  selected items & continued...
  
  This box may not be quick... but I believe issue is mostly internet
  speed & what is required to be downloaded.. something we can't do much
  about it..
  
  Is a release note worth including??
  
  Could a end-user think the install has failed is looping, when in fact
  it isn't
  
  I don't see how we can change anything, as even viewing the messages
  calamares provides I didn't see progress for near 10 mins...   thus why
  I opened terminal & starting watching progress via `iotop`
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: calamares 3.3.5-0ubuntu3
  ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
  Uname: Linux 6.8.0-22-generic x86_64
  .etc.calamares.modules.after_bootloader_context.conf:
   ---
   dontChroot: false
   timeout: 120
   firmwareType:
   "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop"
  .etc.calamares.modules.finished.conf:
   ---
   restartNowMode: user-checked
   restartNowCommand: "systemctl -i reboot"
  .etc.calamares.modules.fstab.conf:
   crypttabOptions: luks,keyscript=/bin/cat
   efiMountOptions: umask=0077
  .etc.calamares.modules.shellprocess_logs.conf:
   ---
   dontChroot: true
   timeout: 30
   script:
   - calamares-logs-helper ${ROOT}
  .etc.calamares.modules.unpackfs.conf:
   ---
   unpack:
   -   source: "/cdrom/casper/filesystem.squashfs"
   sourcefs: "squashfs"
   destination: ""
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.496
  CurrentDesktop: LXQt
  Date: Tue Apr 16 12:48:16 2024
  LiveMediaBuild: Lubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240415)
  RelatedPackageVersions:
   calamares-settings-ubuntu-common 1:24.04.28
   calamares-settings-lubuntu   1:24.04.28
   xfsprogs 6.6.0-1ubuntu2
   btrfs-progs  6.6.3-1.1build2
  SourcePackage: calamares
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  lubuntu noble - full (inc. 3rd party) install is kinda slow

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


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

[Bug 1948881] Re: XSane plugin not available in GIMP File menu

2024-04-15 Thread Richard Hansen
Workaround: https://askubuntu.com/a/1427981

** Bug watch added: gitlab.com/sane-project/frontend/xsane/-/issues #50
   https://gitlab.com/sane-project/frontend/xsane/-/issues/50

** Also affects: xsane via
   https://gitlab.com/sane-project/frontend/xsane/-/issues/50
   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/1948881

Title:
  XSane plugin not available in GIMP File menu

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


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

[Bug 2060246] Re: [FFe] Packaged VisualVM version (2.1.6) in Noble beta is incompatible with default java version (21)

2024-04-15 Thread Vladimir Petko
piuparts test (install/upgrade/purge) pass

** Attachment added: "piutest-visualvm.log.gz"
   
https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/+attachment/5765977/+files/piutest-visualvm.log.gz

** Description changed:

  [Why It is necessary]
  VisualVM 2.1.6 is not compatible with Java 21:
  
  Installing VisualVM via the apt on noble beta automatically installs
  java 21, but the packaged version of VisualVM (2.1.6) only supports Java
  20 and below. When you try to launch it, you get a pop up message
  stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  We need to upgrade to visualvm 2.1.8 to include support for Java 21
  (default JDK) and Java 22 (shipped with Noble).
  
  [Changelog]
  
   - Release 2.1.7[1]
   - Release 2.1.8[2]
  
  [Build]
  
  PPA: ppa:vpa1977/visualvm[3]
  
  Build log[4]
  
  [Testing]
  - lintian:
  P: visualvm source: maintainer-desktop-entry [debian/visualvm.desktop]
  P: visualvm source: maintainer-manual-page [debian/visualvm.1]
  - piuparts test[5]
  - smoke test (profile tomcat).[6][7]
  
  [Where the problems can occur]
  
  visualvm is a leaf package with no reverse dependencies.
  Current version (2.1.6) can not be run by default-jdk.
  
  Upstream visualvm depends on netbeans platform 19, where noble has 18 
packaged.
  This will make plugins that require specific versions of netbeans API 
uninstallable:
   - VisualVM-Coherence: this plug-in provides a GUI to allow developers to 
view information about a running Coherence Cluster.
   - VisualVM-JFR Streaming: support for Java Flight Recorder event streaming.
  
  [Original Description]
  Installing VisualVM via the apt on noble beta automatically installs java 21, 
but the packaged version of VisualVM (2.1.6) only supports Java 20 and below. 
When you try to launch it, you get a pop up message stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  From that website, I see that version 2.1.7 is required for Java 21
  support (and a newer 2.1.8 release adds Java 22 support).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: visualvm 2.1.6-1
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  4 15:30:22 2024
  InstallationDate: Installed on 2024-03-26 (10 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240323)
  PackageArchitecture: all
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: visualvm
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  [1] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/2
  [2] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/3
  [3] https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm
  [4] 
https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm/+sourcepub/15970292/+listing-archive-extra
- [5]
+ [5] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/4
  [6] 
https://salsa.debian.org/java-team/visualvm/uploads/d35f4b7d8ddaddbeccfeaae6fe66a2cb/image.png
  [7] 
https://salsa.debian.org/java-team/visualvm/uploads/225d966fd9caca510951051d7006b319/image.png

** Description changed:

  [Why It is necessary]
  VisualVM 2.1.6 is not compatible with Java 21:
  
  Installing VisualVM via the apt on noble beta automatically installs
  java 21, but the packaged version of VisualVM (2.1.6) only supports Java
  20 and below. When you try to launch it, you get a pop up message
  stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  We need to upgrade to visualvm 2.1.8 to include support for Java 21
  (default JDK) and Java 22 (shipped with Noble).
  
  [Changelog]
  
   - Release 2.1.7[1]
   - Release 2.1.8[2]
  
  [Build]
  
  PPA: ppa:vpa1977/visualvm[3]
  
  Build log[4]
  
  [Testing]
  - lintian:
  P: visualvm source: maintainer-desktop-entry [debian/visualvm.desktop]
  P: visualvm source: maintainer-manual-page [debian/visualvm.1]
  - piuparts test[5]
- - smoke test (profile tomcat).[6][7]
+ - smoke test (profile tomcat).
+   - launched visualvm
+   - started tomcat instance
+   - profiled tomcat cpu usage[6][7]
  
  [Where the problems can occur]
  
  visualvm is a leaf package with no reverse dependencies.
  Current version (2.1.6) can not be run by default-jdk.
  
  Upstream visualvm depends on netbeans platform 19, where noble has 18 
packaged.
  This will make

[Bug 2060246] Re: [FFe] Packaged VisualVM version (2.1.6) in Noble beta is incompatible with default java version (21)

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

  [Why It is necessary]
  VisualVM 2.1.6 is not compatible with Java 21:
  
  Installing VisualVM via the apt on noble beta automatically installs
  java 21, but the packaged version of VisualVM (2.1.6) only supports Java
  20 and below. When you try to launch it, you get a pop up message
  stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  We need to upgrade to visualvm 2.1.8 to include support for Java 21
  (default JDK) and Java 22 (shipped with Noble).
  
  [Changelog]
  
   - Release 2.1.7[1]
   - Release 2.1.8[2]
  
  [Build]
  
  PPA: ppa:vpa1977/visualvm[3]
  
  Build log[4]
  
  [Testing]
  - lintian:
  P: visualvm source: maintainer-desktop-entry [debian/visualvm.desktop]
  P: visualvm source: maintainer-manual-page [debian/visualvm.1]
  - piuparts test
  - smoke test (profile tomcat).
  
  [Where the problems can occur]
  
  visualvm is a leaf package with no reverse dependencies.
  Current version (2.1.6) can not be run by default-jdk.
  
  Upstream visualvm depends on netbeans platform 19, where noble has 18 
packaged.
- This will make plugins that require specific versions of netbeans API 
uninstallable.
- 
+ This will make plugins that require specific versions of netbeans API 
uninstallable:
+  - VisualVM-Coherence
+  - VisualVM-JFR Streaming
  
  [Original Description]
  Installing VisualVM via the apt on noble beta automatically installs java 21, 
but the packaged version of VisualVM (2.1.6) only supports Java 20 and below. 
When you try to launch it, you get a pop up message stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  From that website, I see that version 2.1.7 is required for Java 21
  support (and a newer 2.1.8 release adds Java 22 support).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: visualvm 2.1.6-1
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  4 15:30:22 2024
  InstallationDate: Installed on 2024-03-26 (10 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240323)
  PackageArchitecture: all
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: visualvm
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  [1] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/2
  [2] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/3
  [3] https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm
  [4] 
https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm/+sourcepub/15970292/+listing-archive-extra

** Description changed:

  [Why It is necessary]
  VisualVM 2.1.6 is not compatible with Java 21:
  
  Installing VisualVM via the apt on noble beta automatically installs
  java 21, but the packaged version of VisualVM (2.1.6) only supports Java
  20 and below. When you try to launch it, you get a pop up message
  stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  We need to upgrade to visualvm 2.1.8 to include support for Java 21
  (default JDK) and Java 22 (shipped with Noble).
  
  [Changelog]
  
   - Release 2.1.7[1]
   - Release 2.1.8[2]
  
  [Build]
  
  PPA: ppa:vpa1977/visualvm[3]
  
  Build log[4]
  
  [Testing]
  - lintian:
  P: visualvm source: maintainer-desktop-entry [debian/visualvm.desktop]
  P: visualvm source: maintainer-manual-page [debian/visualvm.1]
  - piuparts test
  - smoke test (profile tomcat).
  
  [Where the problems can occur]
  
  visualvm is a leaf package with no reverse dependencies.
  Current version (2.1.6) can not be run by default-jdk.
  
  Upstream visualvm depends on netbeans platform 19, where noble has 18 
packaged.
  This will make plugins that require specific versions of netbeans API 
uninstallable:
-  - VisualVM-Coherence
-  - VisualVM-JFR Streaming
+  - VisualVM-Coherence: this plug-in provides a GUI to allow developers to 
view information about a running Coherence Cluster. 
+  - VisualVM-JFR Streaming: support for Java Flight Recorder event streaming.
  
  [Original Description]
  Installing VisualVM via the apt on noble beta automatically installs java 21, 
but the packaged version of VisualVM (2.1.6) only supports Java 20 and below. 
When you try to launch it, you get a pop up message stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more i

[Bug 2061711] Re: lubuntu noble - full (inc. 3rd party) install is kinda slow

2024-04-15 Thread Chris Guiver
** Description changed:

  This is NOT a bug that can be fixed with code.
  
  At most a fix maybe a line in the release notes, that selecting all 3rd
  party software for inclusion can be SLOW IF you're using 3rd-world, some
  aussie NBN or other older/slower internet connections (or just
  infrastructure at canonical end anyway).
  
  This report has been filed ONLY for timing purposes; so I can look, and
  have record of how long install actually took (with calamares
  running)...
  
  A watched kettle always appears to take longer to boil... I was sitting
  watching this install & for a long time is stayed at 90% with slideshow
  repeating... I switched to show all messages and it didn't scroll up for
  maybe 10 mins there either..
  
  I actually CTRL+ALT+T and opened a terminal, made it full screen on this
  boxes other display & `sudo apt install iotop` and let that run... From
  there I could see downloads taking place (thru write) & eventually
  notice `snap download` progress to next page (krita, kf5 etc)... but the
  installer window remained at 90%.. then eventually 92%...  |
  
  Many users may assume the installer is 'looping' or dead...
  
+ 2024-04-16 - 02:17:35   (start of calamares)
+ 2024-04-16 - 12:17:43   (calamares switched to local time I assume)
+ 2024-04-16 - 12:48:06   (end calamares)
+ 
+ So ~thirty minutes to install, I didn't let it sit at any dialog.. just
+ selected items & continued...
+ 
+ This box may not be quick... but I believe issue is mostly internet
+ speed & what is required to be downloaded.. something we can't do much
+ about it..
+ 
+ Is a release note worth including??
+ 
+ Could a end-user think the install has failed is looping, when in fact
+ it isn't
+ 
+ I don't see how we can change anything, as even viewing the messages
+ calamares provides I didn't see progress for near 10 mins...   thus why
+ I opened terminal & starting watching progress via `iotop`
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: calamares 3.3.5-0ubuntu3
  ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
  Uname: Linux 6.8.0-22-generic x86_64
  .etc.calamares.modules.after_bootloader_context.conf:
-  ---
-  dontChroot: false
-  timeout: 120
-  firmwareType:
-  "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop"
+  ---
+  dontChroot: false
+  timeout: 120
+  firmwareType:
+  "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop"
  .etc.calamares.modules.finished.conf:
-  ---
-  restartNowMode: user-checked
-  restartNowCommand: "systemctl -i reboot"
+  ---
+  restartNowMode: user-checked
+  restartNowCommand: "systemctl -i reboot"
  .etc.calamares.modules.fstab.conf:
-  crypttabOptions: luks,keyscript=/bin/cat
-  efiMountOptions: umask=0077
+  crypttabOptions: luks,keyscript=/bin/cat
+  efiMountOptions: umask=0077
  .etc.calamares.modules.shellprocess_logs.conf:
-  ---
-  dontChroot: true
-  timeout: 30
-  script:
-  - calamares-logs-helper ${ROOT}
+  ---
+  dontChroot: true
+  timeout: 30
+  script:
+  - calamares-logs-helper ${ROOT}
  .etc.calamares.modules.unpackfs.conf:
-  ---
-  unpack:
-  -   source: "/cdrom/casper/filesystem.squashfs"
-  sourcefs: "squashfs"
-  destination: ""
+  ---
+  unpack:
+  -   source: "/cdrom/casper/filesystem.squashfs"
+  sourcefs: "squashfs"
+  destination: ""
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.496
  CurrentDesktop: LXQt
  Date: Tue Apr 16 12:48:16 2024
  LiveMediaBuild: Lubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240415)
  RelatedPackageVersions:
-  calamares-settings-ubuntu-common 1:24.04.28
-  calamares-settings-lubuntu   1:24.04.28
-  xfsprogs 6.6.0-1ubuntu2
-  btrfs-progs  6.6.3-1.1build2
+  calamares-settings-ubuntu-common 1:24.04.28
+  calamares-settings-lubuntu   1:24.04.28
+  xfsprogs 6.6.0-1ubuntu2
+  btrfs-progs  6.6.3-1.1build2
  SourcePackage: calamares
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  lubuntu noble - full (inc. 3rd party) install is kinda slow

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


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

[Bug 2061711] Re: lubuntu noble - full (inc. 3rd party) install is kinda slow

2024-04-15 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/2061711

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

Title:
  lubuntu noble - full (inc. 3rd party) install is kinda slow

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


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

[Bug 2061711] [NEW] lubuntu noble - full (inc. 3rd party) install is kinda slow

2024-04-15 Thread Chris Guiver
Public bug reported:

This is NOT a bug that can be fixed with code.

At most a fix maybe a line in the release notes, that selecting all 3rd
party software for inclusion can be SLOW IF you're using 3rd-world, some
aussie NBN or other older/slower internet connections (or just
infrastructure at canonical end anyway).

This report has been filed ONLY for timing purposes; so I can look, and
have record of how long install actually took (with calamares
running)...

A watched kettle always appears to take longer to boil... I was sitting
watching this install & for a long time is stayed at 90% with slideshow
repeating... I switched to show all messages and it didn't scroll up for
maybe 10 mins there either..

I actually CTRL+ALT+T and opened a terminal, made it full screen on this
boxes other display & `sudo apt install iotop` and let that run... From
there I could see downloads taking place (thru write) & eventually
notice `snap download` progress to next page (krita, kf5 etc)... but the
installer window remained at 90%.. then eventually 92%...  |

Many users may assume the installer is 'looping' or dead...

2024-04-16 - 02:17:35   (start of calamares)
2024-04-16 - 12:17:43   (calamares switched to local time I assume)
2024-04-16 - 12:48:06   (end calamares)

So ~thirty minutes to install, I didn't let it sit at any dialog.. just
selected items & continued...

This box may not be quick... but I believe issue is mostly internet
speed & what is required to be downloaded.. something we can't do much
about it..

Is a release note worth including??

Could a end-user think the install has failed is looping, when in fact
it isn't

I don't see how we can change anything, as even viewing the messages
calamares provides I didn't see progress for near 10 mins...   thus why
I opened terminal & starting watching progress via `iotop`

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: calamares 3.3.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
.etc.calamares.modules.after_bootloader_context.conf:
 ---
 dontChroot: false
 timeout: 120
 firmwareType:
 "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop"
.etc.calamares.modules.finished.conf:
 ---
 restartNowMode: user-checked
 restartNowCommand: "systemctl -i reboot"
.etc.calamares.modules.fstab.conf:
 crypttabOptions: luks,keyscript=/bin/cat
 efiMountOptions: umask=0077
.etc.calamares.modules.shellprocess_logs.conf:
 ---
 dontChroot: true
 timeout: 30
 script:
 - calamares-logs-helper ${ROOT}
.etc.calamares.modules.unpackfs.conf:
 ---
 unpack:
 -   source: "/cdrom/casper/filesystem.squashfs"
 sourcefs: "squashfs"
 destination: ""
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.496
CurrentDesktop: LXQt
Date: Tue Apr 16 12:48:16 2024
LiveMediaBuild: Lubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240415)
RelatedPackageVersions:
 calamares-settings-ubuntu-common 1:24.04.28
 calamares-settings-lubuntu   1:24.04.28
 xfsprogs 6.6.0-1ubuntu2
 btrfs-progs  6.6.3-1.1build2
SourcePackage: calamares
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug iso-testing noble

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

Title:
  lubuntu noble - full (inc. 3rd party) install is kinda slow

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


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

[Bug 2061254] Re: No mic detected - Ubuntu 24.04 Beta

2024-04-15 Thread Hui Wang
@alef & @Burnarz,

I reproduced the issue on a thinkpad x13-amd laptop. And the most recent
mainline kernel already fixed this regression, I will backport the fix
to ubuntu kernel.

thx.

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

Title:
  No mic detected - Ubuntu 24.04 Beta

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


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

[Bug 2061708] Re: Yubikey stopped working after noble upgrade

2024-04-15 Thread Mario Limonciello
According to the upstream bug, this appears to be a new intended
behavior with newer gnupg2:

https://dev.gnupg.org/T6871

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

Title:
  Yubikey stopped working after noble upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/archlinux-lp/+bug/2061708/+subscriptions


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

[Bug 2061708] Re: Yubikey stopped working after noble upgrade

2024-04-15 Thread Mario Limonciello
I managed to get it working as a user by manually starting pcscd.service
and with the following to force scdaemon to use it.

# cat ~/.gnupg/scdaemon.conf 
card-timeout 5
disable-ccid

To me this seems to be a regression in behavior from 2.2.27-3ubuntu2.1
to 2.4.4-2ubuntu17.

** Bug watch added: 
gitlab.archlinux.org/archlinux/packaging/packages/gnupg/-/issues #4
   https://gitlab.archlinux.org/archlinux/packaging/packages/gnupg/-/issues/4

** Also affects: archlinux-lp via
   https://gitlab.archlinux.org/archlinux/packaging/packages/gnupg/-/issues/4
   Importance: Unknown
   Status: Unknown

** Changed in: pcsc-lite (Ubuntu)
   Status: New => Invalid

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

Title:
  Yubikey stopped working after noble upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/archlinux-lp/+bug/2061708/+subscriptions


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

[Bug 2054390] Re: Refine proc mounts entries traversal

2024-04-15 Thread Chengen Du
Following the discussion with the SRU sponsor (i.e., @mfo/@halves), the
SRU will be put on hold until the Noble release. The patch is not
considered critical for the release, as it focuses on optimization
rather than bug fixes. It would be advantageous to opt for a safer
approach, allowing for additional time for thorough testing.

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

Title:
  Refine proc mounts entries traversal

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


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

[Bug 2061585] Re: Everything laggy, file browsing in nautilus and terminal completion

2024-04-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2059847 ***
https://bugs.launchpad.net/bugs/2059847

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


** This bug has been marked a duplicate of bug 2059847
   Input lag or freezes on Nvidia desktops with X11 after logging 
"MetaSyncRing: Sync object is not ready -- were events handled properly?"

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

Title:
  Everything laggy, file browsing in nautilus and terminal completion

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


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

[Bug 2061709] [NEW] openjdk-21: please disable jtreg autopkgtest for i386 platform

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

jtreg autopkgtests require -testsupport package that pulls in a number
of dependencies for i386 platform.

Due to the platform being obsoleted:
 - disable -testsupport package on i386 (?)
 - disable jtreg autopkgtest of i386

** Affects: openjdk-21 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: fr-7446

** Tags added: fr-7446

** Summary changed:

- please disable jtreg autopkgtest for i386 platform
+ openjdk-21: please disable jtreg autopkgtest for i386 platform

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

Title:
  openjdk-21: please disable jtreg autopkgtest for i386 platform

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


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

[Bug 2061355] Re: fractional scaling does not work on X11

2024-04-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2060659 ***
https://bugs.launchpad.net/bugs/2060659

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


** This bug has been marked a duplicate of bug 2060659
   X11 fractional scaling support is missing in 46.0

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

Title:
  fractional scaling does not work on X11

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


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

[Bug 1207812] Enquiry-Please attend to this.

2024-04-15 Thread Kamatera Support
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207812

Title:
  [FFe] Update libimobiledevice to support iOS 7, fix Trust Prompt
  Looping

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


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

[Bug 2061708] [NEW] Yubikey stopped working after noble upgrade

2024-04-15 Thread Mario Limonciello
Public bug reported:

In Ubuntu 22.04 I used by GPG key stored on a Yubikey smart card, but
since upgrading to Noble I get the following trying to access it.

$ gpg --card-status
gpg: selecting card failed: No such device 
gpg: OpenPGP card not available: No such device

If I run this as root it works:

$ sudo gpg --card-status
Reader ...: 1050:0407:X:0
Application ID ...: D27600012401000609082616
Application type .: OpenPGP
Version ..: 2.1
Manufacturer .: Yubico
Serial number : 
Name of cardholder: [not set]
Language prefs ...: [not set]
Salutation ...: 
URL of public key : [not set]
Login data ...: [not set]
Signature PIN : not forced
Key attributes ...: rsa4096 rsa4096 rsa2048
Max. PIN lengths .: 127 127 127
PIN retry counter : 10 0 10
Signature counter : 1172
UIF setting ..: Sign=off Decrypt=off Auth=off
Signature key : 
  created : 
Encryption key: 
  created : 
Authentication key: [none]
General key info..: [none]

If I manually run pcscd.service then it stops working both as root and a
user.

$ sudo pkill -9 scdaemon
$ sudo systemctl start pcscd.service
$ gpg --card-status
gpg: selecting card failed: No such device
gpg: OpenPGP card not available: No such device
$ sudo gpg --card-status
gpg: selecting card failed: No such device
gpg: OpenPGP card not available: No such device

It might be worth mentioning I'm accessing the machine over SSH, so I
also did experiment with a polkit rule like this:

polkit.addRule(function(action, subject) {
if (action.id == "org.debian.pcsc-lite.access_card" &&
subject.isInGroup("sudo")) {
return polkit.Result.YES;
}
});
polkit.addRule(function(action, subject) {
if (action.id == "org.debian.pcsc-lite.access_pcsc" &&
subject.isInGroup("sudo")) {
return polkit.Result.YES;
}
});

Added into /etc/polkit-1/rules.d/99-pcscd.rules and then reloading
polkit.service in case this was a polkit issue, but this didn't do
anything.


Versions in noble:
pcscd: 2.0.3-1build1
libpcslite1: 2.0.3-1build1
gnupg: 2.4.4-2ubuntu17
scdaemon: 2.4.4-2ubuntu17

** Affects: archlinux-lp
 Importance: Unknown
 Status: Unknown

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

** Affects: pcsc-lite (Ubuntu)
 Importance: Undecided
 Status: New

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

** Package changed: gnupg (Ubuntu) => gnupg2 (Ubuntu)

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

Title:
  Yubikey stopped working after noble upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/archlinux-lp/+bug/2061708/+subscriptions


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

[Bug 2060246] Re: [FFe] Packaged VisualVM version (2.1.6) in Noble beta is incompatible with default java version (21)

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

  [Why It is necessary]
  VisualVM 2.1.6 is not compatible with Java 21:
  
  Installing VisualVM via the apt on noble beta automatically installs
  java 21, but the packaged version of VisualVM (2.1.6) only supports Java
  20 and below. When you try to launch it, you get a pop up message
  stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  We need to upgrade to visualvm 2.1.8 to include support for Java 21
  (default JDK) and Java 22 (shipped with Noble).
  
  [Changelog]
  
   - Release 2.1.7[1]
   - Release 2.1.8[2]
  
  [Build]
  
  PPA: ppa:vpa1977/visualvm[3]
  
  Build log[4]
  
  [Testing]
  - lintian:
  P: visualvm source: maintainer-desktop-entry [debian/visualvm.desktop]
  P: visualvm source: maintainer-manual-page [debian/visualvm.1]
  - piuparts test
  - smoke test (profile tomcat).
  
  [Where the problems can occur]
  
  visualvm is a leaf package with no reverse dependencies.
  Current version (2.1.6) can not be run by default-jdk.
  
- New release may introduce regressions when ran with previous versions of
- jdk.
+ Upstream visualvm depends on netbeans platform 19, where noble has 18 
packaged.
+ This will make plugins that require specific versions of netbeans API 
uninstallable.
+ 
  
  [Original Description]
  Installing VisualVM via the apt on noble beta automatically installs java 21, 
but the packaged version of VisualVM (2.1.6) only supports Java 20 and below. 
When you try to launch it, you get a pop up message stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  From that website, I see that version 2.1.7 is required for Java 21
  support (and a newer 2.1.8 release adds Java 22 support).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: visualvm 2.1.6-1
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  4 15:30:22 2024
  InstallationDate: Installed on 2024-03-26 (10 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240323)
  PackageArchitecture: all
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: visualvm
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  [1] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/2
  [2] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/3
  [3] https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm
  [4] 
https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm/+sourcepub/15970292/+listing-archive-extra

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

Title:
  [FFe] Packaged VisualVM version (2.1.6) in Noble beta is incompatible
  with default java version (21)

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


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

[Bug 2061676] Re: plymouth luks input prompt fails to display current locale and

2024-04-15 Thread Eugene San
Update:
I tried switching to BGRT theme and it fixed the issue.
Both start and shutdown splashe screen display correctly and encryption input 
prompt displays correct locale.

Trying any other non-text splash screen results in full or partial
(shutdown only) activation of kubuntu-logo which breaks the prompt.

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

Title:
  plymouth luks input prompt fails to display current locale and

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


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

[Bug 2058315] Re: Mute/mic-mute LEDs not functioning on a HP platform

2024-04-15 Thread Anthony Wong
** Changed in: linux (Ubuntu)
 Assignee: Anthony Wong (anthonywong) => Chris Chiu (mschiu77)

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

Title:
  Mute/mic-mute LEDs not functioning on a HP platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2058315/+subscriptions


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

[Bug 1943915] Enquiry-Please attend to this.

2024-04-15 Thread Kamatera Support
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1943915

Title:
  IPU6 daemon+v4l2loopback is required to enable use for existing
  applications

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


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

[Bug 2061703] Re: English Translation Labels need "(Chinese)" for Degree, Military Rank, and PNC

2024-04-15 Thread sem
** Description changed:

  Going through the apps in 24.04 beta and noticing any issues.
  
  This app works well but the Labeling> menu has 4 options. It is not
  clear that 3/4 of them are going to be chinese characters until you
  click it.
  
  * 2048 #Numbers
  * Degree #Chinese characters
  * Military Rank #Chinese characters
  * PNC #Chinese characters
  
  Compare this to the French translation, which lists these options like
  this:
  
  * 2048
  * Diplome (chinois)
  * Rang Militaire (chinois)
  * PNC (chinois)
  
  I submit that it is a bug that the English translation has English menu
  entries which lead to non-localized game characters, and would recommend
  changing the labels to read
  
  * 2048
  * Degree (Chinese)
  * Military Rank (Chinese)
  * PNC (Chinese)
  
  Upstream is here (last updated 9 years ago): 
https://github.com/xiaoyong/2048-Qt/
  There is also a fork mentioned in the issues here: 
https://github.com/OpenOrphanage/2048-Qt
- (I don't know if it is fixed in the fork...)
+ I also reported the bug upstream in the fork: 
https://github.com/OpenOrphanage/2048-Qt/issues/17
  
  Let me know if this is helpful.
  --semitones
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: 2048-qt 0.1.6-2build3
  ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
  Uname: Linux 6.8.0-22-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.496
  CurrentDesktop: LXQt
  Date: Tue Apr 16 01:12:03 2024
  LiveMediaBuild: Lubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410)
  SourcePackage: 2048-qt
  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/2061703

Title:
  English Translation Labels need "(Chinese)" for Degree, Military Rank,
  and PNC

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


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

[Bug 2061228] Re: Upgrading Ubuntu Jammy to Ubuntu Noble fails with error message

2024-04-15 Thread Daniel van Vugt
It could also be bug 2054761 so check the journal for messages similar
to that one.

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

Title:
  Upgrading Ubuntu Jammy to Ubuntu Noble fails with error message

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


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

[Bug 2061703] [NEW] English Translation Labels need "(Chinese)" for Degree, Military Rank, and PNC

2024-04-15 Thread sem
Public bug reported:

Going through the apps in 24.04 beta and noticing any issues.

This app works well but the Labeling> menu has 4 options. It is not
clear that 3/4 of them are going to be chinese characters until you
click it.

* 2048 #Numbers
* Degree #Chinese characters
* Military Rank #Chinese characters
* PNC #Chinese characters

Compare this to the French translation, which lists these options like
this:

* 2048
* Diplome (chinois)
* Rang Militaire (chinois)
* PNC (chinois)

I submit that it is a bug that the English translation has English menu
entries which lead to non-localized game characters, and would recommend
changing the labels to read

* 2048
* Degree (Chinese)
* Military Rank (Chinese)
* PNC (Chinese)

Upstream is here (last updated 9 years ago): 
https://github.com/xiaoyong/2048-Qt/
There is also a fork mentioned in the issues here: 
https://github.com/OpenOrphanage/2048-Qt
(I don't know if it is fixed in the fork...)

Let me know if this is helpful.
--semitones

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: 2048-qt 0.1.6-2build3
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.496
CurrentDesktop: LXQt
Date: Tue Apr 16 01:12:03 2024
LiveMediaBuild: Lubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410)
SourcePackage: 2048-qt
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: 2048-qt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

** Description changed:

  Going through the apps in 24.04 beta and noticing any issues.
  
  This app works well but the Labeling> menu has 4 options. It is not
  clear that 3/4 of them are going to be chinese characters until you
  click it.
  
  * 2048 #Numbers
  * Degree #Chinese characters
  * Military Rank #Chinese characters
  * PNC #Chinese characters
  
- Compare this to the French translation, which lists these options
- thusly:
+ Compare this to the French translation, which lists these options like
+ this:
  
  * 2048
  * Diplome (chinois)
  * Rang Militaire (chinois)
  * PNC (chinois)
  
  I submit that it is a bug that the English translation has English menu
  entries which lead to non-localized game characters, and would recommend
- changing it to read
+ changing the labels to read
  
  * 2048
  * Degree (Chinese)
  * Military Rank (Chinese)
  * PNC (Chinese)
  
  Upstream is here (last updated 9 years ago): 
https://github.com/xiaoyong/2048-Qt/
  There is also a fork mentioned in the issues here: 
https://github.com/OpenOrphanage/2048-Qt
  (I don't know if it is fixed in the fork...)
  
  Let me know if this is helpful.
  --semitones
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: 2048-qt 0.1.6-2build3
  ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
  Uname: Linux 6.8.0-22-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.496
  CurrentDesktop: LXQt
  Date: Tue Apr 16 01:12:03 2024
  LiveMediaBuild: Lubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410)
  SourcePackage: 2048-qt
  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/2061703

Title:
  English Translation Labels need "(Chinese)" for Degree, Military Rank,
  and PNC

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


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

[Bug 2060246] Re: [FFe] Packaged VisualVM version (2.1.6) in Noble beta is incompatible with default java version (21)

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

  [Why It is necessary]
  VisualVM 2.1.6 is not compatible with Java 21:
  
  Installing VisualVM via the apt on noble beta automatically installs
  java 21, but the packaged version of VisualVM (2.1.6) only supports Java
  20 and below. When you try to launch it, you get a pop up message
  stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  We need to upgrade to visualvm 2.1.8 to include support for Java 21
  (default JDK) and Java 22 (shipped with Noble).
  
  [Changelog]
  
   - Release 2.1.7[1]
   - Release 2.1.8[2]
  
  [Build]
  
  PPA: ppa:vpa1977/visualvm[3]
  
  Build log[4]
  
  [Testing]
  - lintian:
  P: visualvm source: maintainer-desktop-entry [debian/visualvm.desktop]
  P: visualvm source: maintainer-manual-page [debian/visualvm.1]
  - piuparts test
  - smoke test (profile tomcat).
  
  [Where the problems can occur]
  
- visualvm is a leaf package with no reverse dependencies. 
+ visualvm is a leaf package with no reverse dependencies.
  Current version (2.1.6) can not be run by default-jdk.
  
  New release may introduce regressions when ran with previous versions of
  jdk.
- 
  
  [Original Description]
  Installing VisualVM via the apt on noble beta automatically installs java 21, 
but the packaged version of VisualVM (2.1.6) only supports Java 20 and below. 
When you try to launch it, you get a pop up message stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  From that website, I see that version 2.1.7 is required for Java 21
  support (and a newer 2.1.8 release adds Java 22 support).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: visualvm 2.1.6-1
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  4 15:30:22 2024
  InstallationDate: Installed on 2024-03-26 (10 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240323)
  PackageArchitecture: all
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: visualvm
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  [1] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/2
  [2] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/3
  [3] https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm
+ [4] 
https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm/+sourcepub/15970292/+listing-archive-extra

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

Title:
  [FFe] Packaged VisualVM version (2.1.6) in Noble beta is incompatible
  with default java version (21)

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


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

[Bug 2061681] Re: On kubuntu 24.04, after_bootloader_context claims to fail to remove installaton icon

2024-04-15 Thread ԜаӀtеr Ⅼарсһуnѕkі
** Changed in: calamares-settings-ubuntu (Ubuntu)
 Assignee: Lubuntu Developers (lubuntu-dev) => ԜаӀtеr Ⅼарсһуnѕkі (wxl)

** Changed in: calamares-settings-ubuntu (Ubuntu)
   Status: Triaged => 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/2061681

Title:
  On kubuntu 24.04, after_bootloader_context claims to fail to remove
  installaton icon

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


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

[Bug 2060246] Re: [FFe] Packaged VisualVM version (2.1.6) in Noble beta is incompatible with default java version (21)

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

  [Why It is necessary]
  VisualVM 2.1.6 is not compatible with Java 21:
  
  Installing VisualVM via the apt on noble beta automatically installs
  java 21, but the packaged version of VisualVM (2.1.6) only supports Java
  20 and below. When you try to launch it, you get a pop up message
  stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  We need to upgrade to visualvm 2.1.8 to include support for Java 21
  (default JDK) and Java 22 (shipped with Noble).
  
  [Changelog]
  
   - Release 2.1.7[1]
   - Release 2.1.8[2]
  
  [Build]
  
  PPA: ppa:vpa1977/visualvm[3]
  
  Build log[4]
  
  [Testing]
  - lintian:
  P: visualvm source: maintainer-desktop-entry [debian/visualvm.desktop]
  P: visualvm source: maintainer-manual-page [debian/visualvm.1]
  - piuparts test
  - smoke test (profile tomcat).
  
  [Where the problems can occur]
  
+ visualvm is a leaf package with no reverse dependencies. 
+ Current version (2.1.6) can not be run by default-jdk.
+ 
+ New release may introduce regressions when ran with previous versions of
+ jdk.
+ 
  
  [Original Description]
  Installing VisualVM via the apt on noble beta automatically installs java 21, 
but the packaged version of VisualVM (2.1.6) only supports Java 20 and below. 
When you try to launch it, you get a pop up message stating:
  
  "You are running VisualVM using an unsupported Java version: 21.
  
  Please use JDK 8 to JDK20 to run VisualVM. For more information about
  requirements and setup visit https://visualvm.github.io.";
  
  From that website, I see that version 2.1.7 is required for Java 21
  support (and a newer 2.1.8 release adds Java 22 support).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: visualvm 2.1.6-1
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  4 15:30:22 2024
  InstallationDate: Installed on 2024-03-26 (10 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240323)
  PackageArchitecture: all
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: visualvm
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  [1] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/2
  [2] https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/2060246/comments/3
  [3] https://launchpad.net/~vpa1977/+archive/ubuntu/visualvm

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

Title:
  [FFe] Packaged VisualVM version (2.1.6) in Noble beta is incompatible
  with default java version (21)

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


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

[Bug 2061079] Re: GTK-ngl (new default backend) rendering issues with the nvidia driver

2024-04-15 Thread Daniel van Vugt
** Changed in: gtk4 (Ubuntu Noble)
   Status: Triaged => 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/2061079

Title:
  GTK-ngl (new default backend) rendering issues with the nvidia driver

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


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

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

2024-04-15 Thread Daniel van Vugt
https://salsa.debian.org/gnome-team/gnome-
shell/-/commit/dc1bc582849937ee9f2b40c311fb25606af98385

** Changed in: gnome-shell (Ubuntu)
   Status: In Progress => Fix Committed

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

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

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


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

[Bug 2061228] Re: Upgrading Ubuntu Jammy to Ubuntu Noble fails with error message

2024-04-15 Thread Daniel van Vugt
Please check your mutter package versions per bug 2060423.

** Package changed: ubuntu-release-upgrader (Ubuntu) => ubuntu

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

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

Title:
  Upgrading Ubuntu Jammy to Ubuntu Noble fails with error message

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


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

[Bug 2061672] Re: adiosxml2h crashed with ModuleNotFoundError in Noble

2024-04-15 Thread Bug Watch Updater
** Changed in: adios (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/2061672

Title:
  adiosxml2h crashed with ModuleNotFoundError in Noble

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


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

[Bug 2015782] Re: System freeze [(EE) NVIDIA(GPU-0): WAIT (2, 8, 0x8000, 0x00039cbc, 0x00039cc4)]

2024-04-15 Thread Marcos Alano
I'm using Ubuntu 24.04 LTS with NVIDIA 550 and I still have this
problem. Please let me know if you need any logs or try any procedure.

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

Title:
  System freeze [(EE) NVIDIA(GPU-0): WAIT (2, 8, 0x8000, 0x00039cbc,
  0x00039cc4)]

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


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

[Bug 2059976] Re: unmkinitramfs is very slow on initrd from ubuntu 23.10+, solution proposed

2024-04-15 Thread Benjamin Drung
I published the first version of the Rust implementation:
https://github.com/bdrung/icpio

icpio is 88 to 274 times faster than lsinitramfs. See README.md from
icpio.

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

Title:
  unmkinitramfs is very slow on initrd from ubuntu 23.10+, solution
  proposed

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


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

[Bug 1568604] Enquiry-Please attend to this.

2024-04-15 Thread Kamatera Support
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1568604

Title:
  Mouse cursor lost when unlocking with Intel graphics

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


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

[Bug 2061079] Re: GTK-ngl (new default backend) rendering issues with the nvidia driver

2024-04-15 Thread Daniel van Vugt
** Changed in: gtk4 (Ubuntu Noble)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

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

Title:
  GTK-ngl (new default backend) rendering issues with the nvidia driver

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


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

[Bug 2059272] Re: libvirt domain is not listed/managed after libvirt restart with messages "internal error: no monitor path" and "Failed to load config for domain"

2024-04-15 Thread Sergio Durigan Junior
Hi Mauricio,

Thanks for the detailed explanations, as usual.

I took some time here to read your patch.  It took me down the rabbit
hole and I did some archaeology to find out what these "inhibit*"
pointers are about.  It was fun; I learned that they were introduced
back in 2012 as a means to allow drivers to signal libvirt when to
inhibit shutdown because there are still VMs around.  But I digress.

I liked your approach here and indeed, it seems simpler than the other
one (although the initial approach was also simple to grasp and elegant;
too bad it didn't work for all cases).

My only comment/question here would be this: the changes to
qemuProcessReconnect mention that they're being done in order to prevent
the XML "corruption" when there's a shutdown detected during
initialization, but (and I may be wrong here) it seems to me that this
new code path could be reached even after the initialization, couldn't
it?  Either way, this is not really important and doesn't affect the
patch (aside from the possible amends to the comments being added), and
it's OK if you don't know the answer, too.

My other source of "concern" here was the reference handling for the new
pointer, but I couldn't find any potential problems with what you did.
Worst case scenario (i.e., if we fail to consider a code path), we will
have a "memory leak" during shutdown, which is not the end of the world.
The lock/unlock dance is also simple and trivially verifiable.

Otherwise, the patch LGTM and I'm satisfied with the testing you did.
Feel free to go ahead and upload it.

Thanks again.

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

Title:
  libvirt domain is not listed/managed after libvirt restart with
  messages "internal error: no monitor path" and "Failed to load config
  for domain"

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


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

[Bug 2061373] Re: Print kernel messages before the uefi POST screen disappears in Ubuntu24.04 Beta

2024-04-15 Thread Brett Grandbois
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza)

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

Title:
  Print kernel messages before the uefi POST screen disappears in
  Ubuntu24.04 Beta

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


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

  1   2   3   4   5   6   >