Re: [Bug 2055114] Re: fail2ban is broken in 24.04 Noble

2024-03-10 Thread Robert Dinse
This does make it run.  Thank you.

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
  Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting.
Knowledgeable human assistance, not telephone trees or script readers.
  See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.

On Sun, 10 Mar 2024, Åka Sikrom wrote:

> Date: Sun, 10 Mar 2024 12:30:18 -
> From: Åka Sikrom <2055...@bugs.launchpad.net>
> To: nan...@eskimo.com
> Subject: [Bug 2055114] Re: fail2ban is broken in 24.04 Noble
> 
> As of this commit from 12 Dec 2023: 
> https://github.com/fail2ban/fail2ban/commit/1024452fe1befeb5a0a014386a81ec183cd45bb5
> upstream ships its source with the missing async* libraries embedded, 
> which solves the issue for now.
>
>
> Here is a suggested workaround for Noble until the fix hopefully finds its 
> way into the repos.
>
> DISCLAMER: Try at your own risk. I am not an Ubuntu/Debian developer.
> Next time you receive a proper package update of fail2ban via apt, any
> of the manually-downloaded files below may cause conflicts and break
> your system.
>
> mkdir -m 0755 /usr/lib/python3/dist-packages/fail2ban/compat
> wget -O /usr/lib/python3/dist-packages/fail2ban/compat/asynchat.py 
> https://github.com/fail2ban/fail2ban/raw/1024452fe1befeb5a0a014386a81ec183cd45bb5/fail2ban/compat/asynchat.py
> wget -O /usr/lib/python3/dist-packages/fail2ban/compat/asyncore.py 
> https://github.com/fail2ban/fail2ban/raw/1024452fe1befeb5a0a014386a81ec183cd45bb5/fail2ban/compat/asyncore.py
> cp -p 
> /usr/lib/python3/dist-packages/fail2ban/server/asyncserver.py{,.original}
> wget -O /usr/lib/python3/dist-packages/fail2ban/server/asyncserver.py 
> https://github.com/fail2ban/fail2ban/raw/1024452fe1befeb5a0a014386a81ec183cd45bb5/fail2ban/server/asyncserver.py
>
> My custom-boostrapped Noble test system is also missing the required
> 'distutils' Python module by default. The fail2ban package does not have
> 'python3-setuptools' listed under "Depends" in its control file, which
> it possibly should at this point. Official Ubuntu images may already
> have it installed via other packages, but if not, you will need to
> install it as well:
>
> apt install python3-setuptools
>
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2055114
>
> Title:
>  fail2ban is broken in 24.04 Noble
>
> Status in fail2ban package in Ubuntu:
>  Confirmed
>
> Bug description:
>  Was working in 22.04, but after upgrading to 24.04 I get this:
>
>  × fail2ban.service - Fail2Ban Service
>   Loaded: loaded (/etc/systemd/system/fail2ban.service; enabled; preset: 
> enabled)
>   Active: failed (Result: exit-code) since Sun 2024-02-25 02:27:29 PST; 1 
> day 18h ago
> Duration: 2.330s
> Docs: man:fail2ban(1)
>  Process: 1130 ExecStartPre=/bin/mkdir -p /run/fail2ban (code=exited, 
> status=0/SUCCESS)
>  Process: 1133 ExecStart=/usr/local/bin/fail2ban-server -xf start 
> (code=exited, status=255/EXCEPTION)
> Main PID: 1133 (code=exited, status=255/EXCEPTION)
>  CPU: 660ms
>
>  Feb 25 02:27:26 mx1 systemd[1]: Starting fail2ban.service - Fail2Ban 
> Service...
>  Feb 25 02:27:26 mx1 systemd[1]: Started fail2ban.service - Fail2Ban Service.
>  Feb 25 02:27:28 mx1 fail2ban-server[1133]: 2024-02-25 02:27:28,952 fail2ban  
>   [1133]: ERROR   No module named 'asynchat'
>  Feb 25 02:27:29 mx1 systemd[1]: fail2ban.service: Main process exited, 
> code=exited, status=255/EXCEPTION
>  Feb 25 02:27:29 mx1 systemd[1]: fail2ban.service: Failed with result 
> 'exit-code'.
>
>  grep fail2ban syslog
>  2024-02-25T02:25:17.813593-08:00 mx1 systemd[1]: Stopping fail2ban.service - 
> Fail2Ban Service...
>  2024-02-25T02:27:26.625640-08:00 mx1 systemd[1]: Starting fail2ban.service - 
> Fail2Ban Service...
>  2024-02-25T02:27:26.678572-08:00 mx1 systemd[1]: Started fail2ban.service - 
> Fail2Ban Service.
>  2024-02-25T02:27:28.954548-08:00 mx1 fail2ban-server[1133]: 2024-02-25 
> 02:27:28,952 fail2ban[1133]: ERROR   No module named 
> 'asynchat'
>  2024-02-25T02:27:29.004733-08:00 mx1 systemd[1]: fail2ban.service: Main 
> process exited, code=exited, status=255/EXCEPTION
>  2024-02-25T02:27:29.004834-08:00 mx1 systemd[1]: fail2ban.service: Failed 
> with result 'exit-code'.
>
>  Seems 24.04 is missing a python 3.12 module 'asynchat'.
>
>  This leaves my systems vulnerable to brute-force password guessing
>  attacks.
>
>  ProblemType: Bug
>  DistroRelease: Ubuntu 24.04
>  Package: fail2ban 1.0.2-3
>  Uname: Linux 6.7.6 x86_64
>  ApportVersion: 2.28.0-0ubuntu1
>  Architecture: amd64
>  CasperMD5CheckResult: unknown
>  CurrentDesktop: MATE
>  Date: Mon Feb 26 20:33:12 2024
>  InstallationDate: Installed on 2017-08-14 (2388 days ago)
>  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
>  PackageArchitecture: all
>  SourcePackage: fail2ban
>  

[Bug 2056665] Re: systemd-xdg-autostart-generator-ed service does not correctly run script that detaches a subprocess

2024-03-10 Thread Yann Salmon
** Package changed: ubuntu => systemd (Ubuntu)

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

Title:
  systemd-xdg-autostart-generator-ed service does not correctly run
  script that detaches a subprocess

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


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

[Bug 1959507] Re: gnome-shell crashed in clutter_actor_get_real_resource_scale() with assertion failed: (guessed_scale >= 1.f)

2024-03-10 Thread Marcos Alano
Yeah, I opened a bug report for that: https://bugs.launchpad.net/bugs/2056506
It's the Ubuntu Dock extension the culprit. I downgraded it and the problem was 
gone.
Now we need to bisect to see what change caused this.

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

Title:
  gnome-shell crashed in clutter_actor_get_real_resource_scale() with
  assertion failed: (guessed_scale >= 1.f)

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


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

[Bug 2056689] [NEW] Maximized windows often overlap dock after unlock or app startup

2024-03-10 Thread Anke
Public bug reported:

Frequently, when unlocking my laptop or opening apps, apps move or
resize to cover the full screen area and do not avoid overlapping the
dock.

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
Uname: Linux 6.5.0-21-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 10 18:06:39 2024
DistUpgraded: Fresh install
DistroCodename: mantic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: Lenovo Skylake GT2 [HD Graphics 520] [17aa:2245]
InstallationDate: Installed on 2024-02-23 (16 days ago)
InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1)
Lsusb:
 Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. Card Reader
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 13d3:5619 IMC Networks Integrated Camera
 Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-21-generic 
root=UUID=78fc41d6-6659-411f-8089-c28fd08b087f ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/06/2023
dmi.bios.release: 1.76
dmi.bios.vendor: LENOVO
dmi.bios.version: N1QETA1W (1.76 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20JNS02S00
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.36
dmi.modalias: 
dmi:bvnLENOVO:bvrN1QETA1W(1.76):bd11/06/2023:br1.76:efr1.36:svnLENOVO:pn20JNS02S00:pvrThinkPadT470W10DG:rvnLENOVO:rn20JNS02S00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20JN_BU_Think_FM_ThinkPadT470W10DG:
dmi.product.family: ThinkPad T470 W10DG
dmi.product.name: 20JNS02S00
dmi.product.sku: LENOVO_MT_20JN_BU_Think_FM_ThinkPad T470 W10DG
dmi.product.version: ThinkPad T470 W10DG
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.115-1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.7-3ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug mantic ubuntu 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/2056689

Title:
  Maximized windows often overlap dock after unlock or app startup

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


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

[Bug 2056689] Re: Maximized windows often overlap dock after unlock or app startup

2024-03-10 Thread Anke
I have previously enabled fractional scaling, which I thought was the
cause of this issue, but after disabling it, the behavior has not
improved. I now use a resolution of 1920x1080 at 60.03Hz and 100%
scaling.

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

Title:
  Maximized windows often overlap dock after unlock or app startup

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


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

[Bug 2056690] [NEW] FFe: version 0.58 introduces a new field

2024-03-10 Thread Marc Deslauriers
Public bug reported:

I would like to request a FFe for version 0.58 of Pasaffe.

The new version updates translations, and adds a single feature:
displaying the email field from the password database which has been
requested for a long time, but I had not had time to implement it until
now.

It's not a major change, it simply exposes a field that has always been
part of the password safe compatible database, but was omitted from
previous versions of Pasaffe. I would really like to get this change
into the LTS.

This package is in universe, and is self-contained, so has no impact on
any other package.

I am the upstream author, so I will immediately fix any issues that may
get introduced with this version. There is also a test suite that was modified 
to include the changes.

Attached is the ChangeLog for the new version.

Thanks!

** Affects: pasaffe (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/2056690

Title:
  FFe: version 0.58 introduces a new field

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


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

[Bug 2056690] Re: FFe: version 0.58 introduces a new field

2024-03-10 Thread Marc Deslauriers
** Attachment added: "ChangeLog"
   
https://bugs.launchpad.net/ubuntu/+source/pasaffe/+bug/2056690/+attachment/5754632/+files/ChangeLog

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

Title:
  FFe: version 0.58 introduces a new field

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


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

[Bug 2056690] Re: FFe: version 0.58 introduces a new field

2024-03-10 Thread Marc Deslauriers
NEWS file:

0.58 (2024-03-09)

 * Enhancements:
   - Add email field
   - Updated translations

 * Bug fixes:
   - Fix some deprecation warnings in the test suite

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

Title:
  FFe: version 0.58 introduces a new field

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


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

[Bug 2056690] Re: FFe: version 0.58 introduces a new field

2024-03-10 Thread Marc Deslauriers
** Attachment added: "Build log"
   
https://bugs.launchpad.net/ubuntu/+source/pasaffe/+bug/2056690/+attachment/5754633/+files/pasaffe_0.58-0ubuntu1_amd64.build

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

Title:
  FFe: version 0.58 introduces a new field

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


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

[Bug 2055044] Re: GIMP crash at closure

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

** Changed in: gimp (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/2055044

Title:
  GIMP crash at closure

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


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

[Bug 2056687] Re: package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 10

2024-03-10 Thread Steve Langasek
how exactly were you doing the apt upgrade? because this error code
indicates the shim-signed package needed to prompt you for input but had
an error returned when trying to talk to debconf.

** Changed in: shim-signed (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/2056687

Title:
  package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade:
  installed shim-signed package post-installation script subprocess
  returned error exit status 10

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


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

[Bug 2056698] [NEW] Server won't start after upgrade from 18.04

2024-03-10 Thread andrei caraman
Public bug reported:

After upgrading from bionic to focal, the vtund fails to start in server
mode and complains:

vtun[18171]:  * Starting virtual tunnel daemon server  vtun
vtun[18176]: VTun ver 3.X 11/24/2021
vtun[18176]: Usage:
vtun[18176]:   Server:
vtun[18176]: vtund <-i> [-f file] [-P port] [-L local address]
vtun[18176]:   Client:
vtun[18176]: vtund [-f file] [-q] [-p] [-m] [-t timeout]  

systemd[1]: vtun.service: Control process exited, code=exited, status=1/FAILURE

Same behaviour observed on 22.04/jammy.

At this time, vtun package is 3.0.4-2 on bionic and 3.0.4-2build1 on
jammy.

Man page seems out of date as well.

Downgrading vtun on a focal system to the package from bionic
(3.0.3-4build1) works around the problem.

** Affects: vtun (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/2056698

Title:
  Server won't start after upgrade from 18.04

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


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

[Bug 2056697] [NEW] Ubuntu Studio should prefer realtime kernel

2024-03-10 Thread Brent Baccala
Public bug reported:

Now that Ubuntu has released a realtime kernel, I suggest that Ubuntu
Studio's boot preference should be:

1. realtime
2. lowlatency
3. default

I've been running the realtime kernel for a week, haven't had any
problems with it, and am seeing noticeably fewer xruns in Ardour.

** Affects: os-prober (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/2056697

Title:
  Ubuntu Studio should prefer realtime kernel

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


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

[Bug 2056687] [NEW] package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 10

2024-03-10 Thread Mariano Cabrera
Public bug reported:

Just doing an apt upgrade

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: shim-signed 1.57+15.8-0ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
Uname: Linux 6.8.0-11-generic x86_64
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
BootEFIContents:
 BOOTX64.CSV
 grub.cfg
 grubx64.efi
 mmx64.efi
 shimx64.efi
CasperMD5CheckResult: pass
Date: Sun Mar 10 13:17:06 2024
ErrorMessage: installed shim-signed package post-installation script subprocess 
returned error exit status 10
InstallationDate: Installed on 2024-02-03 (36 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240130)
Python3Details: /usr/bin/python3.12, Python 3.12.2, python3-minimal, 
3.12.1-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.4ubuntu5
 apt  2.7.12
SecureBoot: 6   0   0   0   0
ShimDiff: Binary files /boot/efi/EFI/ubuntu/shimx64.efi and 
/usr/lib/shim/shimx64.efi.signed differ
SourcePackage: shim-signed
Title: package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade: 
installed shim-signed package post-installation script subprocess returned 
error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: shim-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package noble third-party-packages

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

Title:
  package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade:
  installed shim-signed package post-installation script subprocess
  returned error exit status 10

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


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

[Bug 2056693] [NEW] package nginx 1.18.0-0ubuntu1.4 failed to install/upgrade: problemy z zależnościami - pozostawianie nieskonfigurowanego

2024-03-10 Thread Wojciech Mariankowski
Public bug reported:

Nie znam szczegółów Proszę naprawić

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nginx 1.18.0-0ubuntu1.4
ProcVersionSignature: Ubuntu 5.15.0-100.110~20.04.1-generic 5.15.143
Uname: Linux 5.15.0-100-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.27
AptOrdering:
 firefox-locale-pl:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Mar  6 22:30:12 2024
ErrorMessage: problemy z zależnościami - pozostawianie nieskonfigurowanego
InstallationDate: Installed on 2020-12-11 (1185 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3.2
 apt  2.0.10
SourcePackage: nginx
Title: package nginx 1.18.0-0ubuntu1.4 failed to install/upgrade: problemy z 
zależnościami - pozostawianie nieskonfigurowanego
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package nginx 1.18.0-0ubuntu1.4 failed to install/upgrade: problemy z
  zależnościami - pozostawianie nieskonfigurowanego

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


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

[Bug 2051720] Re: Bluetooth Broken In Kernel Versions 6.5+ (Intel AX210)

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

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

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

Title:
  Bluetooth Broken In Kernel Versions 6.5+ (Intel AX210)

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


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

[Bug 2056697] Re: Ubuntu Studio should prefer realtime kernel

2024-03-10 Thread Brent Baccala
I'm not suggesting that Ubuntu Studio should ship with the realtime
kernel as of yet.

I'm suggesting that after "pro enable realtime-kernel", it should be at
the top of the boot priority.

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

Title:
  Ubuntu Studio should prefer realtime kernel

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


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

[Bug 2056699] [NEW] Autojump j command not working

2024-03-10 Thread Jānis Kangarooo
Public bug reported:

Autojump j command not working

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: autojump 22.5.1-1.1
ProcVersionSignature: Ubuntu 6.5.0-25.25~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 10 21:32:14 2024
InstallationDate: Installed on 2024-01-05 (65 days ago)
InstallationMedia: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.2)
PackageArchitecture: all
SourcePackage: autojump
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: autojump (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/2056699

Title:
  Autojump j command not working

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


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

[Bug 2056682] [NEW] NFS writeback corruption - backport needed

2024-03-10 Thread Dan Aloni
Public bug reported:

Linux kernels 5.18 to 6.7 are affected by an issue that causes lost NFS
writes.

Reported here: https://marc.info/?l=linux-nfs=170861357200809=2

**A fix for it already exists in upstream**:

https://lore.kernel.org/linux-
nfs/170907634991.24797.14120500624611379...@noble.neil.brown.name/

Please make sure Ubuntu-maintained kernel packages receive the fix.
There are many setups using NFS to write files.

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

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

Title:
  NFS writeback corruption - backport needed

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


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

[Bug 2056683] [NEW] Segmentation fault clpeak with Radeon HD 6400M/7400M Series

2024-03-10 Thread Vladimir
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 22.04.4 LTS
Release:22.04

$ apt-cache policy clpeak
clpeak:
  Installed: 1.1.0-2
  Candidate: 1.1.0-2
  Version table:
 *** 1.1.0-2 500
500 http://ru.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
100 /var/lib/dpkg/status
$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Seymour [Radeon HD 6400M/7400M Series]

$ clpeak

Platform: Clover
  Device: AMD CAICOS (DRM 2.50.0 / 5.15.0-97-generic, LLVM 15.0.7)
Driver version  : 23.2.1-1ubuntu3.1~22.04.2 (Linux x64)
Compute units   : 2
Clock frequency : 750 MHz
Segmentation fault (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: clpeak 1.1.0-2
ProcVersionSignature: Ubuntu 5.15.0-97.107-generic 5.15.136
Uname: Linux 5.15.0-97-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: XFCE
Date: Sun Mar 10 17:08:27 2024
InstallationDate: Installed on 2022-11-27 (469 days ago)
InstallationMedia: Xubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: clpeak
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy

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

Title:
  Segmentation fault clpeak with Radeon HD 6400M/7400M Series

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


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

[Bug 1091645] Re: When ISP changes dynamic IP address avahi-daemon changes Zeroconf host name

2024-03-10 Thread Robyn G Knapp
Kuwait's demand for skilled drivers presents a promising avenue for job
seekers looking to carve out a niche in the transportation sector.
Whether chauffeuring families to appointments, navigating bustling city
streets, or providing logistical support, drivers in Kuwait uphold
standards of professionalism and safety while delivering exceptional
service. With a diverse array of opportunities available, from private
households to commercial enterprises, drivers can find fulfilling roles
that align with their expertise and preferences.
https://gurukuwait.com/categories/jobs/housemaid-jobs-in-kuwait/

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

Title:
  When ISP changes dynamic IP address avahi-daemon changes Zeroconf host
  name

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


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

[Bug 2056701] [NEW] Fzf shortcut ctrl+t not working

2024-03-10 Thread Jānis Kangarooo
Public bug reported:

Fzf shortcut ctrl+t not working

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: fzf 0.29.0-1
ProcVersionSignature: Ubuntu 6.5.0-25.25~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 10 22:08:25 2024
Dependencies:
 
InstallationDate: Installed on 2024-01-05 (65 days ago)
InstallationMedia: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.2)
SourcePackage: fzf
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fzf (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/2056701

Title:
  Fzf shortcut ctrl+t not working

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


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

[Bug 2047933] Re: Fix for CVE-2023-46589 in Jammy's tomcat9

2024-03-10 Thread Troels Arvin
Where I work, having tomcat9 for Ubuntu 24 would be great, but can we
sustain it for years and years, along with other Tomcat generations?

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

Title:
  Fix for CVE-2023-46589 in Jammy's tomcat9

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


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

[Bug 2055239] Re: Warning: The unit file, source configuration file or drop-ins of {apt-news, esm-cache}.service changed on disk. Run 'systemctl daemon-reload' to reload units.

2024-03-10 Thread zeroc
I get the same warnings after editing 3 files /etc/apt/sources.list.d/


Warning: The unit file, source configuration file or drop-ins of 
apt-news.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Warning: The unit file, source configuration file or drop-ins of 
esm-cache.service changed on disk. Run 'systemctl daemon-reload' to reload 
units.
OK:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Holen:2 https://cli.github.com/packages stable InRelease [3.917 B]  
 
OK:3 https://dl.google.com/linux/chrome/deb stable InRelease
 
OK:4 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease   
 
OK:5 http://archive.ubuntu.com/ubuntu noble InRelease   
 
OK:6 https://ppa.launchpadcontent.net/oibaf/graphics-drivers/ubuntu noble 
InRelease 
OK:7 https://download.vscodium.com/debs vscodium InRelease  

OK:8 https://repo.steampowered.com/steam stable InRelease   

Holen:9 https://ppa.launchpadcontent.net/savoury1/gimp/ubuntu jammy InRelease 
[18,1 kB] 
OK:10 http://archive.ubuntu.com/ubuntu noble-updates InRelease  

OK:11 http://archive.ubuntu.com/ubuntu noble-backports InRelease
OK:12 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease
OK:13 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease
OK:14 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease
OK:15 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease
Holen:16 https://ppa.launchpadcontent.net/savoury1/gimp/ubuntu jammy/main amd64 
Packages [26,6 kB]
Holen:17 https://ppa.launchpadcontent.net/savoury1/gimp/ubuntu jammy/main i386 
Packages [14,9 kB]
Holen:18 https://ppa.launchpadcontent.net/savoury1/gimp/ubuntu jammy/main 
Translation-en [14,4 kB]
Es wurden 77,8 kB in 2 s geholt (38,7 kB/s).

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

Title:
  Warning: The unit file, source configuration file or drop-ins of {apt-
  news,esm-cache}.service changed on disk. Run 'systemctl daemon-reload'
  to reload units.

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


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

[Bug 2056517] Re: VS Code profile still broken.

2024-03-10 Thread wontfix
** Summary changed:

- vsode profile still broken
+ VS Code profile still broken.

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

Title:
  VS Code profile still broken.

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


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

[Bug 2047933] Re: Fix for CVE-2023-46589 in Jammy's tomcat9

2024-03-10 Thread Vladimir Petko
I wonder if I should prepare 9.0.86 for Noble, because there is still
use for it (Java 8-based applications)?

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

Title:
  Fix for CVE-2023-46589 in Jammy's tomcat9

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


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

[Bug 1435171] Re: Desktop icons do not appear at login and do not get updated on delete

2024-03-10 Thread gothbert
I did as you advised and I am now at Plasma 5.27.10.

The issue as described recently on 2024-03-08 in this bug report is
still there.

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

Title:
  Desktop icons do not appear at login and do not get updated on delete

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


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

[Bug 2056693] Re: package nginx 1.18.0-0ubuntu1.4 failed to install/upgrade: problemy z zależnościami - pozostawianie nieskonfigurowanego

2024-03-10 Thread Thomas Ward
Your configuration is bad.  Refer to the error log output in journalctl:

mar 10 19:00:41 wojciech-To-be-filled-by-O-E-M nginx[1323]: nginx:
[emerg] cannot load certificate "/etc/diaspora/ssl/localhost-
bundle.pem": BIO_new_file() failed (SSL: error:02001002:system
library:fopen:No such file or
directory:fopen('/etc/diaspora/ssl/localhost-bundle.pem','r')
error:2006D080:BIO routines:BIO_new_file:no such file)

You need to solve the problem of the missing SSL cert bundle.

Not an NGINX problem but specific to your configs and system.

** Changed in: nginx (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/2056693

Title:
  package nginx 1.18.0-0ubuntu1.4 failed to install/upgrade: problemy z
  zależnościami - pozostawianie nieskonfigurowanego

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


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

[Bug 2039885] Re: monero: Package is Hardfork Behind Thus Unusable

2024-03-10 Thread Bastian Germann
v0.18.3.1 was imported from Debian on 2024-01-05 and is going to be in
noble.

** Changed in: monero (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/2039885

Title:
  monero: Package is Hardfork Behind Thus Unusable

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


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

[Bug 2056686] [NEW] Wishlist - Backport AMD pstate support for Threadripper 3000 series CPUs

2024-03-10 Thread Vishal Rao
Public bug reported:

See the patch
https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-
pm.git/commit/?h=linux-next=a51ab63b297ce9e26e3ffb9be896018a42d5f32f

Bug report is https://bugzilla.kernel.org/show_bug.cgi?id=218171

Apparently it's for kernel 6.9 so this wishlist bug report is requesting
to backport it to the 6.8 kernel to be included in Noble (24.04 LTS).

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

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

Title:
  Wishlist - Backport AMD pstate support for Threadripper 3000 series
  CPUs

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


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

[Bug 2039167] Re: I get this message "array-index-out-of-bounds" every time I turn on my laptop since I upgraded from 23.04. to 23.10. (drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables

2024-03-10 Thread Bruno Maderni
6.5.0-25-generic fixed it

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

Title:
  I get this message "array-index-out-of-bounds"  every time I turn on
  my laptop since I upgraded from 23.04. to 23.10.
  (drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c)

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


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

[Bug 1959507] Re: gnome-shell crashed in clutter_actor_get_real_resource_scale() with assertion failed: (guessed_scale >= 1.f)

2024-03-10 Thread sam tygier
On noble I am getting a few gnome-shell crashes per day, and the bug
reporter sends me here, which I guess is not right. In journalctl I get

Mar 10 16:31:44 t470s gnome-shell[20747]: 
Clutter:ERROR:../clutter/clutter/clutter-actor.c:5476:clutter_actor_dispose: 
assertion failed: (priv->parent == NULL)
Mar 10 16:31:44 t470s gnome-shell[20747]: Bail out! 
Clutter:ERROR:../clutter/clutter/clutter-actor.c:5476:clutter_actor_dispose: 
assertion failed: (priv->parent == NULL)
Mar 10 16:31:44 t470s gnome-shell[20747]: GNOME Shell crashed with signal 6
Mar 10 16:31:44 t470s gnome-shell[20747]: == Stack trace for context 
0x5d431b662140 ==
Mar 10 16:31:44 t470s gnome-shell[20747]: #0   5d431b729070 i   
resource:///org/gnome/shell/ui/popupMenu.js:802 (b95db5f2970 @ 104)
Mar 10 16:31:44 t470s gnome-shell[20747]: #1   5d431b728fe0 i   
resource:///org/gnome/shell/ui/popupMenu.js:815 (b95db5f2a10 @ 32)
Mar 10 16:31:44 t470s gnome-shell[20747]: #2   5d431b728f60 i   
resource:///org/gnome/shell/ui/popupMenu.js:1208 (b95db5f3470 @ 17)
Mar 10 16:31:44 t470s gnome-shell[20747]: #3   5d431b728ec0 i   
resource:///org/gnome/shell/ui/popupMenu.js:802 (b95db5f2970 @ 104)
Mar 10 16:31:44 t470s gnome-shell[20747]: #4   5d431b728dc8 i   
file:///usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/appIcons.js:1043
 (3c6652053380 @ 33)
Mar 10 16:31:44 t470s gnome-shell[20747]: #5   5d431b728d38 i   
file:///usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/appIcons.js:1038
 (3c6652053330 @ 17)
Mar 10 16:31:44 t470s gnome-shell[20747]: #6   5d431b728c88 i   
file:///usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/appIcons.js:458 
(3c6652052560 @ 346)
Mar 10 16:31:44 t470s gnome-shell[20747]: #7   5d431b728be8 i   
resource:///org/gnome/shell/ui/appDisplay.js:3100 (34a21fd931f0 @ 127)
Mar 10 16:31:44 t470s gnome-shell[20747]: #8   5d431b728b58 i   
resource:///org/gnome/shell/ui/init.js:21 (b95db570bf0 @ 48)

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6868 suggests this
is an extension issue, and the trace mentions the ubuntu-dock extension.

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #6868
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6868

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

Title:
  gnome-shell crashed in clutter_actor_get_real_resource_scale() with
  assertion failed: (guessed_scale >= 1.f)

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


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

[Bug 1574107] Re: busybox-initramfs: modinfo reports "can't open '/${VERSION}/': No such file or directory"

2024-03-10 Thread Shane Thompson
I am also affected. Additionally I can not get any stderr output from
modprobe, whether I use -v or not.

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

Title:
  busybox-initramfs: modinfo reports "can't open '/${VERSION}/': No such
  file or directory"

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


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

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

2024-03-10 Thread Alexander Vinbæk Strand
** Description changed:

  Ubuntu 22.04.4
  evolution-ews 3.44.0-1
  gnome-online-accounts 3.44.0-1ubuntu1
  
- 
- Earlier I could add outlook.com to gnome calendar with exchange in Gnome 
online accounts and evolution-ews installed, now Microsoft has changed 
something and it does not authenticate anymore..
+ Earlier I could add outlook.com to gnome calendar with exchange in Gnome
+ online accounts and evolution-ews installed, now Microsoft has changed
+ something and it does not authenticate anymore..
  
  https://support.microsoft.com/en-us/office/outlook-and-other-apps-are-
  unable-to-connect-to-outlook-com-when-using-basic-
  authentication-f4202ebf-89c6-4a8a-bec3-3d60cf7deaef
  
  It's not very long to the release date for 24.04 LTS, and I hope this is
  fixed before that..
  
  In evolution it does ask for outlook.com password and I use the right
  password, nothing happens, other than it just asking for password
  again.. edit: I got a error message now (see screenshot in comment #1)
+ 
+ edit: upgraded to Ubuntu 23.10 and it still does not work

** Description changed:

  Ubuntu 22.04.4
  evolution-ews 3.44.0-1
  gnome-online-accounts 3.44.0-1ubuntu1
  
  Earlier I could add outlook.com to gnome calendar with exchange in Gnome
  online accounts and evolution-ews installed, now Microsoft has changed
  something and it does not authenticate anymore..
  
  https://support.microsoft.com/en-us/office/outlook-and-other-apps-are-
  unable-to-connect-to-outlook-com-when-using-basic-
  authentication-f4202ebf-89c6-4a8a-bec3-3d60cf7deaef
  
  It's not very long to the release date for 24.04 LTS, and I hope this is
  fixed before that..
  
  In evolution it does ask for outlook.com password and I use the right
  password, nothing happens, other than it just asking for password
  again.. edit: I got a error message now (see screenshot in comment #1)
  
- edit: upgraded to Ubuntu 23.10 and it still does not work
+ edit 10.3.24: upgraded to Ubuntu 23.10 and it still does not work

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

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

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


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

[Bug 2055805] Re: touchpad do not working with kernel 6.8

2024-03-10 Thread Matthijs
** Summary changed:

- tochpad do not working with kernel 6.8
+ touchpad do not working with kernel 6.8

** Summary changed:

- touchpad do not working with kernel 6.8
+ touchpad not working with kernel 6.8

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

Title:
  touchpad not working with kernel 6.8

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


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

[Bug 2056696] Re: All Snaps are denied the ability to use DBus for notifications and apptray indicators

2024-03-10 Thread Erich Eickmeyer
** Also affects: apparmor (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/2056696

Title:
  All Snaps are denied the ability to use DBus for notifications and
  apptray indicators

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


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

[Bug 2056700] [NEW] firewalld removal leaves disruptive remnant

2024-03-10 Thread Dave Kelly
Public bug reported:

After complete removal of firewalld service package (using sudo
systemctl disable firewalld.service, sudo apt remove firewalld), a
firewalld service authorization login prompt continues to pop up after
system startup, immediately after regular login.  This is after
systemctl and apt can no longer find firewalld.

The problem is caused by a file, systemctl.desktop, located at: 
/home/dave/.config/autostart/
The file content while causing the problem was:

[Desktop Entry]
Type=Application
Exec=systemctl start firewalld.service
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=Firewall
Name=Firewall
Comment[en_US]=Start Firewall
Comment=Start Firewall

I solved my immediate problem by commenting out the file contents with #
hashtags at the beginning of each line.  Implementing this method during
removal of the package could be a solution, or just deleting this entry
in the file might be better.

System details:
Acer Aspire VX5-591G, Intel® Core™ i7-7700HQ CPU
Ubuntu 22.04.4 LTS jammy
Linux 6.5.0-25-generic x86-64
GNOME version 42.9

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


** Tags: nuisance

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

Title:
  firewalld removal leaves disruptive remnant

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


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

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

2024-03-10 Thread Alexander Vinbæk Strand
Now it just works here.. it seems like that an other package I installed
earlier today had gir1.2-edataserver-1.2 as one of the dependencies, and
maybe that also fixed the problem, because now the calendar syncs with
outlook, and the same does evolution with email and contacts..

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

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

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


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

[Bug 2028830] Re: [mpt3sas, UBSAN] ]linux 6.5-rc give error messages at boot

2024-03-10 Thread MichaelE
Still persists in Linux mothership 6.5.0-25-generic #25~22.04.1-Ubuntu
SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64
GNU/Linux

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

Title:
  [mpt3sas, UBSAN] ]linux 6.5-rc give error messages at boot

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


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

[Bug 2028830] Re: [mpt3sas, UBSAN] ]linux 6.5-rc give error messages at boot

2024-03-10 Thread MichaelE
Reading thread at
https://lore.kernel.org/lkml/202311150638.3BB079EB@keescook/ - this will
be fixed in 6.8 then?

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

Title:
  [mpt3sas, UBSAN] ]linux 6.5-rc give error messages at boot

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


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

[Bug 2039231] Re: UBSAN: array-index-out-of-bounds in /build/linux-oem-6.5-XiW3QL/linux-oem-6.5-6.5.0/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7655:12

2024-03-10 Thread MichaelE
*** This bug is a duplicate of bug 2028830 ***
https://bugs.launchpad.net/bugs/2028830

** This bug has been marked a duplicate of bug 2028830
   [mpt3sas, UBSAN] ]linux 6.5-rc give error messages at boot

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

Title:
   UBSAN: array-index-out-of-bounds in /build/linux-
  oem-6.5-XiW3QL/linux-
  oem-6.5-6.5.0/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7655:12

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


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

[Bug 1582305] Re: 12.04 & translation

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

** Changed in: apt-mirror (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/1582305

Title:
  12.04 & translation

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


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

[Bug 2056665] [NEW] systemd-xdg-autostart-generator-ed service does not correctly run script that detaches a subprocess

2024-03-10 Thread Yann Salmon
Public bug reported:

I have a script that basically does

```
#! /usr/bin/bash
sleep 5
thunderbird &
```


and an appropriate desktop file in .~/.config/autostart to run it.

Since upgrading from Plasma 5.24 to 5.27 (from the backports PPA), this
no longer works. The script is run (added logging, eg. with systemd-cat,
prove it) but Thunderbird does not appear. However, it does work if I
change it to the following.

```
#! /usr/bin/bash
sleep 5
thunderbird
```

So I suspect this is related to how systemd-xdg-autostart-generator runs
the associated service. I tried various combinations like ``kstart5
thunderbird & disown``, to no avail.

Note this script is an MWE example ; my actual script is more convoluted
and needs subprocess detachment to work properly.

Plasma 5.24 did not exhibit this behaviour. I do not know if it was
using systemd-xdg-autostart-generator to manage autostart.

Current systemd version is 249.11-0ubuntu3.12, which is too old to
report upstream about.

Operating System: Kubuntu 22.04
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.3
Kernel Version: 5.15.0-100-generic (64-bit)
Graphics Platform: X11

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  systemd-xdg-autostart-generator-ed service does not correctly run
  script that detaches a subprocess

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


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

[Bug 2056671] [NEW] Gnome Shell Screencast does not capture mouse pointer

2024-03-10 Thread Philip Yip
Public bug reported:

Press the Print Screen button, select the Record Screen option and then
press capture [1]. The screen recording works as expected however does
not display the mouse cursor making it hard to use the screen capture
for a tutorial without using a third-party capture device.

The screen cast should capture the mouse pointer by default. Or [1] you
include an option to show/hide the mouse pointer in the recording.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: xorg 1:7.7+23ubuntu2
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
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 10 12:04:47 2024
DistUpgraded: Fresh install
DistroCodename: noble
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 530 [8086:1912] (rev 06) (prog-if 00 [VGA 
controller])
   Subsystem: Dell HD Graphics 530 [1028:06b9]
InstallationDate: Installed on 2024-03-10 (0 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240306)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
 Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: Dell Inc. OptiPlex 7040
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-11-generic 
root=UUID=6b60e9f2-5ca2-4299-85bd-4fb992af91dd ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/14/2022
dmi.bios.release: 1.24
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.24.0
dmi.board.name: 096JG8
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.24.0:bd07/14/2022:br1.24:svnDellInc.:pnOptiPlex7040:pvr:rvnDellInc.:rn096JG8:rvrA01:cvnDellInc.:ct3:cvr:sku06B9:
dmi.product.family: OptiPlex
dmi.product.name: OptiPlex 7040
dmi.product.sku: 06B9
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.120-2
version.libgl1-mesa-dri: libgl1-mesa-dri 24.0.1-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.11-2ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:22.0.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug noble reproducible ubuntu 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/2056671

Title:
  Gnome Shell Screencast does not capture mouse pointer

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


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

[Bug 2056665] Re: systemd-xdg-autostart-generator-ed service does not correctly run script that detaches a subprocess

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

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

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

** Tags added: bot-comment

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

Title:
  systemd-xdg-autostart-generator-ed service does not correctly run
  script that detaches a subprocess

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


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

[Bug 2056668] [NEW] Thunderbird Snap migration loses user profile

2024-03-10 Thread Michael Neuffer
Public bug reported:

TL;DR: Snap implementation is FUBAR, how do I get back to a non-SNAP
version?

I consider this bug to be Grave since it not only affects thunderbid,
but also a huge number of depending other services, bug-reporting
amongst it.

Thunderbird Snap migration loses user profile

With the migration from normal deb to snap all and any settings, addons, 
accounts, etc got lost.
This is a big no-no.


Architecture: amd64
Version: 1:115.8.1+build1+snap2

No LSB modules are available.
Description:Ubuntu Noble Numbat (development branch)
Release:24.04

root@kyle:/opt/DATA/media/incoming/tmp# apt-cache policy thunderbird
thunderbird:
  Installed: 1:115.8.1+build1+snap2
  Candidate: 1:115.8.1+build1+snap2
  Version table:
 *** 1:115.8.1+build1+snap2 500
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
 1:115.8.1+build1-0ubuntu0.23.10.1 500
500 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu mantic-security/main amd64 
Packages
 1:115.3.1+build1-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu mantic/main amd64 Packages

neuffer@kyle:~$ ls -la ~/.thunderbird/
total 28
drwx--  5 neuffer neuffer 4096 Okt  7  2019  .
drwxr-x--- 26 neuffer neuffer 4096 Mär 10 11:09  ..
drwx-- 17 neuffer neuffer 4096 Mär  5 17:50  8ru3o2xn.default
drwx--  4 neuffer neuffer 4096 Mär  5 15:58 'Crash Reports'
-rw-rw-r--  1 neuffer neuffer   45 Okt  7  2019  installs.ini
drwx--  2 neuffer neuffer 4096 Apr  2  2019 'Pending Pings'
-rw-rw-r--  1 neuffer neuffer  166 Okt  7  2019  profiles.ini
neuffer@kyle:~$ 


neuffer@kyle:~$ thunderbird --ProfileManager
_IceTransSocketINETConnect() no usable address for kyle:44955
[GFX1-]: glxtest: libpci missing
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
[Parent 27516, Main Thread] WARNING: Failed to mkdir 
/home/neuffer/snap/thunderbird/450/.config/ibus/bus: Not a directory: 'glib 
warning', file 
/build/thunderbird/parts/thunderbird/build/toolkit/xre/nsSigHandlers.cpp:167

(thunderbird:27516): IBUS-WARNING **: 11:14:30.844: Failed to mkdir 
/home/neuffer/snap/thunderbird/450/.config/ibus/bus: Not a directory
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: 
Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: 
Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: 
Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: 
Can't find profile directory.
console.error: (new UnknownError("IndexedDB: 
thunderbird/url-classifier-skip-urls getLastModified() IndexedDB:   The 
operation failed for reasons unrelated to the database itself and not covered 
by any other error code.", "resource://services-settings/IDBHelpers.jsm", 18))
_IceTransSocketINETConnect() no usable address for kyle:44955
[ImapModuleLoader] Using nsImapService.cpp
[Parent 27516, Main Thread] WARNING: Failed to mkdir 
/home/neuffer/snap/thunderbird/450/.config/ibus/bus: Not a directory: 'glib 
warning', file 
/build/thunderbird/parts/thunderbird/build/toolkit/xre/nsSigHandlers.cpp:167

(thunderbird:27516): IBUS-WARNING **: 11:15:38.811: Failed to mkdir 
/home/neuffer/snap/thunderbird/450/.config/ibus/bus: Not a directory
[GFX1-]: glxtest: libpci missing
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
console.debug: "Found 0 public keys and 0 secret keys (0 protected, 0 
unprotected)"
console.error: ({})
JavaScript error: chrome://messenger/content/aboutMessage.js, line 119: 
NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 
(NS_ERROR_ILLEGAL_VALUE) [nsIWebProgress.addProgressListener]
console.error: (new TypeError("NetworkError: Network request failed", 
"resource://services-settings/Utils.sys.mjs", 229))

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


** Tags: grave release-critical

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

Title:
  Thunderbird Snap migration loses user profile

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


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

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

2024-03-10 Thread willzhang
** Information type changed from Public to Public Security

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

Title:
  su -s /bin/sh -c "keystone-manage db_sync" keystone

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


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

[Bug 1970291] Re: [nvidia] Secondary monitor performance is slow on an Nvidia hybrid system in Wayland sessions

2024-03-10 Thread Daniel van Vugt
https://salsa.debian.org/gnome-
team/mutter/-/commit/edfd49ea2224aa9d5fbe4ed32c2ab40443046fc5

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

Title:
  [nvidia] Secondary monitor performance is slow on an Nvidia hybrid
  system in Wayland sessions

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


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

[Bug 2040977] Re: Mouse cursor stutters if nothing else is animating on screen

2024-03-10 Thread Daniel van Vugt
https://salsa.debian.org/gnome-
team/mutter/-/commit/7f3b3fa18bca658cbc6c7fa98295b169c8f38793

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

Title:
  Mouse cursor stutters if nothing else is animating on screen

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


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

[Bug 2039231] Re: UBSAN: array-index-out-of-bounds in /build/linux-oem-6.5-XiW3QL/linux-oem-6.5-6.5.0/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7655:12

2024-03-10 Thread MichaelE
Bug persists with Linux mothership 6.5.0-25-generic #25~22.04.1-Ubuntu
SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64
GNU/Linux

4.836804] mpt2sas_cm0: hba_port entry: 92af6f74, port: 255 is added to 
hba_port list
[4.845313] 

[4.853526] UBSAN: array-index-out-of-bounds in 
/build/linux-hwe-6.5-v5pKK4/linux-hwe-6.5-6.5.0/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6810:36
[4.867458] usb 1-5.4: New USB device found, idVendor=413c, idProduct=2005, 
bcdDevice= 1.05
[4.870216] index 1 is out of range for type 'MPI2_SAS_IO_UNIT0_PHY_DATA [1]'
[4.878708] usb 1-5.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[4.887238] CPU: 7 PID: 64 Comm: kworker/u16:1 Not tainted 6.5.0-25-generic 
#25~22.04.1-Ubuntu
[4.895838] usb 1-5.4: Product: DELL USB Keyboard
[4.904638] Hardware name: Supermicro Super Server/X11SAE-F, BIOS 3.9 
06/07/2023
[4.904639] Workqueue: fw_event_mpt2sas0 _firmware_event_work [mpt3sas]
[4.913480] usb 1-5.4: Manufacturer: DELL

[4.922450] Call Trace:
[4.922452]  
[4.965913]  dump_stack_lvl+0x48/0x70
[4.974249]  dump_stack+0x10/0x20
[4.982443]  __ubsan_handle_out_of_bounds+0xc6/0x110
[4.990653]  _scsih_sas_host_add+0x669/0x700 [mpt3sas]
[4.998847]  _mpt3sas_fw_work+0x753/0xbc0 [mpt3sas]
[5.006983]  ? raw_spin_rq_unlock+0x10/0x40
[5.015051]  ? finish_task_switch.isra.0+0x85/0x2a0
[5.023121]  ? __schedule+0x2d3/0x750
[5.031159]  _firmware_event_work+0x16/0x20 [mpt3sas]
[5.039151]  process_one_work+0x23d/0x450
[5.047001]  worker_thread+0x50/0x3f0
[5.054741]  ? __pfx_worker_thread+0x10/0x10
[5.062451]  kthread+0xef/0x120
[5.070124]  ? __pfx_kthread+0x10/0x10
[5.077713]  ret_from_fork+0x44/0x70
[5.085179]  ? __pfx_kthread+0x10/0x10
[5.092562]  ret_from_fork_asm+0x1b/0x30
[5.099915]  
[5.107079] 

[5.115636] mpt2sas_cm0: host_add: handle(0x0001), 
sas_addr(0x500605b0069ea0d0), phys(8)
[5.123297] 

[5.130856] UBSAN: array-index-out-of-bounds in 
/build/linux-hwe-6.5-v5pKK4/linux-hwe-6.5-6.5.0/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6598:38
[5.146512] index 1 is out of range for type 'MPI2_SAS_IO_UNIT0_PHY_DATA [1]'
[5.154538] CPU: 7 PID: 64 Comm: kworker/u16:1 Not tainted 6.5.0-25-generic 
#25~22.04.1-Ubuntu
[5.162702] Hardware name: Supermicro Super Server/X11SAE-F, BIOS 3.9 
06/07/2023
[5.170925] Workqueue: fw_event_mpt2sas0 _firmware_event_work [mpt3sas]
[5.179103] Call Trace:
[5.187121]  
[5.195014]  dump_stack_lvl+0x48/0x70
[5.202871]  dump_stack+0x10/0x20
[5.209613] usb 1-13.1: new low-speed USB device number 8 using xhci_hcd
[5.210706]  __ubsan_handle_out_of_bounds+0xc6/0x110
[5.226527]  _scsih_sas_host_refresh+0x51f/0x590 [mpt3sas]
[5.234282]  _scsih_sas_topology_change_event.isra.0+0x251/0x690 [mpt3sas]
[5.241922]  ? _mpt3sas_fw_work+0x538/0xbc0 [mpt3sas]
[5.249318]  _mpt3sas_fw_work+0x80d/0xbc0 [mpt3sas]
[5.256600]  ? raw_spin_rq_unlock+0x10/0x40
[5.263744]  ? finish_task_switch.isra.0+0x85/0x2a0
[5.270822]  ? __schedule+0x2d3/0x750
[5.277745]  _firmware_event_work+0x16/0x20 [mpt3sas]
[5.284605]  process_one_work+0x23d/0x450
[5.291367]  worker_thread+0x50/0x3f0
[5.298010]  ? __pfx_worker_thread+0x10/0x10
[5.304600]  kthread+0xef/0x120
[5.311172]  ? __pfx_kthread+0x10/0x10
[5.317812]  ret_from_fork+0x44/0x70
[5.324485]  ? __pfx_kthread+0x10/0x10
[5.331152]  ret_from_fork_asm+0x1b/0x30
[5.337870]  
[5.344512] 

[5.351440] 

[5.354534] usb 1-13.1: New USB device found, idVendor=0557, idProduct=2419, 
bcdDevice= 1.00
[5.358272] UBSAN: array-index-out-of-bounds in 
/build/linux-hwe-6.5-v5pKK4/linux-hwe-6.5-6.5.0/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6602:36
[5.358273] index 1 is out of range for type 'MPI2_SAS_IO_UNIT0_PHY_DATA [1]'
[5.365200] workqueue: hub_event hogged CPU for >1us 4 times, consider 
switching to WQ_UNBOUND
[5.365205] usb 1-13.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[5.379569] CPU: 7 PID: 64 Comm: kworker/u16:1 Not tainted 6.5.0-25-generic 
#25~22.04.1-Ubuntu
[5.410109] Hardware name: Supermicro Super Server/X11SAE-F, BIOS 3.9 
06/07/2023
[5.418063] Workqueue: fw_event_mpt2sas0 _firmware_event_work [mpt3sas]
[5.426099] Call Trace:
[5.434111]  
[5.442082]  dump_stack_lvl+0x48/0x70
[5.450120]  dump_stack+0x10/0x20
[5.458083]  __ubsan_handle_out_of_bounds+0xc6/0x110
[5.465988]  _scsih_sas_host_refresh+0x4e7/0x590 [mpt3sas]
[

[Bug 2029924] Re: [SRU] "Can't locate lcovutil.pm" after updating to 2.0-1

2024-03-10 Thread Julian Andres Klode
You have manually overriden the pin for lcov in proposed to 400 using a
package-specific pin in /etc/apt/preferences so that takes precedence
over the -t option (which is pinning the Packages line to 990).

Not sure why you do this but in any case you can install by specifying
lcov/mantic-proposed instead of using -t or dropping the package
specific pin.

Not sure why you bother with any of that though, as has been verified in
multiple comments, the fix in the proposed version is incomplete and
more work is needed.

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

Title:
  [SRU] "Can't locate lcovutil.pm" after updating to 2.0-1

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


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

Re: [Bug 1992235] Re: Screen freeze

2024-03-10 Thread Bruce Duncan
I've been using wayland since zoom started supporting it, so I haven't 
seen this freeze a year. I think this can probably be closed.

Thanks,
Bruce

On 07/03/2024 10:44, Scarlett Gately Moore wrote:
> Is this still an issue?
>
> ** Changed in: kwin (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/1992235

Title:
  Screen freeze

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


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

[Bug 2055114] Re: fail2ban is broken in 24.04 Noble

2024-03-10 Thread Åka Sikrom
As of this commit from 12 Dec 2023: 
https://github.com/fail2ban/fail2ban/commit/1024452fe1befeb5a0a014386a81ec183cd45bb5
 
upstream ships its source with the missing async* libraries embedded, which 
solves the issue for now.


Here is a suggested workaround for Noble until the fix hopefully finds its way 
into the repos.

DISCLAMER: Try at your own risk. I am not an Ubuntu/Debian developer.
Next time you receive a proper package update of fail2ban via apt, any
of the manually-downloaded files below may cause conflicts and break
your system.

mkdir -m 0755 /usr/lib/python3/dist-packages/fail2ban/compat
wget -O /usr/lib/python3/dist-packages/fail2ban/compat/asynchat.py 
https://github.com/fail2ban/fail2ban/raw/1024452fe1befeb5a0a014386a81ec183cd45bb5/fail2ban/compat/asynchat.py
wget -O /usr/lib/python3/dist-packages/fail2ban/compat/asyncore.py 
https://github.com/fail2ban/fail2ban/raw/1024452fe1befeb5a0a014386a81ec183cd45bb5/fail2ban/compat/asyncore.py
cp -p /usr/lib/python3/dist-packages/fail2ban/server/asyncserver.py{,.original}
wget -O /usr/lib/python3/dist-packages/fail2ban/server/asyncserver.py 
https://github.com/fail2ban/fail2ban/raw/1024452fe1befeb5a0a014386a81ec183cd45bb5/fail2ban/server/asyncserver.py

My custom-boostrapped Noble test system is also missing the required
'distutils' Python module by default. The fail2ban package does not have
'python3-setuptools' listed under "Depends" in its control file, which
it possibly should at this point. Official Ubuntu images may already
have it installed via other packages, but if not, you will need to
install it as well:

apt install python3-setuptools

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

Title:
  fail2ban is broken in 24.04 Noble

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


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

[Bug 2054864] Re: Only Link Local IPv6 after upgrading to 22.04.4 LTS from 22.04.3

2024-03-10 Thread David
Just ran Ubuntu Updater today. It included a bunch of updates including
Linux Image 3.26 > 3.29. After reboot I now have IPv6 addresses again
and mDNS6 hostnames are correctly working on the local network.

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

Title:
  Only Link Local IPv6 after upgrading to 22.04.4 LTS from 22.04.3

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


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

[Bug 2054477] Re: [FFe] Update ogre-next to 2.3.3 for Noble

2024-03-10 Thread Jose Luis Rivero
Thanks Steve for the approval.

>  I'm not sure why there's an ignition-cmake task here, please clarify.

ignition-cmake are a set of CMake helpers used by the ignition/gazebo
family but can also be used alone. One of the helpers is a Find module
for ogre-next (also named Ogre2) https://salsa.debian.org/science-
team/ignition-cmake/-/blob/master/cmake/FindIgnOGRE2.cmake. Now that
ogre-next used a more standard approach for installing files and dirs,
we need to update the module to drop hacks and other ugly patches.

Final note: I realized yesterday that the vulkan support was not being
detected in the packaging so I've imported a couple of patches to make
it work on all arches. Final d/changelog:

ogre-next (2.3.3+dfsg-0ubuntu1) UNRELEASED; urgency=medium

  * New upstream version 2.3.3+dfsg
  * Rediff patches
  * Massive cleanup of d/rules after upstream merges
  * Update d/control and .install to 2.3.3
  * Update d/copyright
  * Fix package name for conflict with 1.9
(LP: #1987207) (LP: #2003346)
  * Fix blender-ogre conflict name
  * Added vulkan dependencies
  * [PATCH] Added support for riscv64 and ppc64
  * [PATCH] Avoid shaderrc vulkan dependency
  * [PATCH] Fix armhf vulkan build
 
Corresponding 2.3.3+dfsg-5 build in the PPA
https://code.launchpad.net/~j-rivero/+recipe/ogre-next-daily-1

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

Title:
  [FFe] Update ogre-next to 2.3.3 for Noble

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


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

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

2024-03-10 Thread heny
The PC is running ubuntumate 24.04. I reinstalled ubuntumate 22.04 on my
laptop. I had the idea that I copied the sources.list.d folder from the
laptop (22.04) to the PC (24.04). Since then, the error has not
occurred.

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

Title:
  software-properties-gtk does not start

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


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

[Bug 2056666] [NEW] i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine

2024-03-10 Thread Kunal Dhongade
Public bug reported:

headphone is not showing up in my ubuntu bluetooth so i cant connect my
headphone to my computer

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: bluez 5.64-0ubuntu1.1
ProcVersionSignature: Ubuntu 6.5.0-25.25~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 10 14:10:46 2024
InterestingModules: rfcomm bnep btusb bluetooth
MachineType: LENOVO 82C7
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-25-generic 
root=UUID=bed00b3d-206b-4607-8c0b-63d4f55998ef ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/05/2022
dmi.bios.release: 1.38
dmi.bios.vendor: LENOVO
dmi.bios.version: E8CN38WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0Q55722WIN
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo V15-ADA
dmi.ec.firmware.release: 1.38
dmi.modalias: 
dmi:bvnLENOVO:bvrE8CN38WW:bd12/05/2022:br1.38:efr1.38:svnLENOVO:pn82C7:pvrLenovoV15-ADA:rvnLENOVO:rnLNVNB161216:rvrSDK0Q55722WIN:cvnLENOVO:ct10:cvrLenovoV15-ADA:skuLENOVO_MT_82C7_BU_idea_FM_V15-ADA:
dmi.product.family: V15-ADA
dmi.product.name: 82C7
dmi.product.sku: LENOVO_MT_82C7_BU_idea_FM_V15-ADA
dmi.product.version: Lenovo V15-ADA
dmi.sys.vendor: LENOVO
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 28:CD:C4:D1:98:3A  ACL MTU: 1021:6  SCO MTU: 255:12
UP RUNNING PSCAN 
RX bytes:35089 acl:0 sco:0 events:1074 errors:0
TX bytes:48329 acl:0 sco:0 commands:549 errors:0

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


** Tags: amd64 apport-bug jammy

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

Title:
  i could not able to connect my bluetooth headphone or for context any
  headphone to my ubuntu machine

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


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

[Bug 2056666] Re: i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine

2024-03-10 Thread Kunal Dhongade
I am unable to connect my headphones to my Ubuntu computer because they
are not visible in the Bluetooth settings.

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

Title:
  i could not able to connect my bluetooth headphone or for context any
  headphone to my ubuntu machine

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


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

[Bug 1477873] Re: angband segfaults after installing angband-audio

2024-03-10 Thread Hans Joachim Desserud
Now that the Debian bug has been resolved, I've verified that sound
works as expected with angband-audio 1:3.1.0-2 on Ubuntu Noble.

** Changed in: angband-audio (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: angband (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  angband segfaults after installing angband-audio

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


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

[Bug 2038906] Re: Ubuntu desktop ISOs are around 700MB larger than legacy desktop ISOs

2024-03-10 Thread Michael Hudson-Doyle
It's in Jira as well, fwiw.

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

Title:
  Ubuntu desktop ISOs are around 700MB larger than legacy desktop ISOs

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


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

[Bug 2055239] Re: Warning: The unit file, source configuration file or drop-ins of {apt-news, esm-cache}.service changed on disk. Run 'systemctl daemon-reload' to reload units.

2024-03-10 Thread Haw Loeung
Seeing this myself:

| $ sudo apt-get update
| Warning: The unit file, source configuration file or drop-ins of 
apt-news.service changed on disk. Run 'systemctl daemon-reload' to reload units.
| Warning: The unit file, source configuration file or drop-ins of 
esm-cache.service changed on disk. Run 'systemctl daemon-reload' to reload 
units.

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

Title:
  Warning: The unit file, source configuration file or drop-ins of {apt-
  news,esm-cache}.service changed on disk. Run 'systemctl daemon-reload'
  to reload units.

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


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

[Bug 2053135] Re: Touchpad not working, device not detected

2024-03-10 Thread giuseppe gennuso
i have the same problem try this https://forum.ubuntu-
it.org/viewtopic.php?t=601753=20#p4802046

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

Title:
  Touchpad not working, device not detected

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


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

[Bug 2056545] Re: plasma desktop freezes on wayland moving windows between displays

2024-03-10 Thread makk50
ok,I have been able to track down the error to be EGL grab screen from
NoMachine related. After uninstalling the aplplication, the desktops
works ok again. Thank you!

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

Title:
  plasma desktop freezes on wayland moving windows between displays

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


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

[Bug 2051996] Re: apt-mirror not syncing correctly

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

** Changed in: apt-mirror (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/2051996

Title:
  apt-mirror not syncing correctly

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


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

[Bug 1709078] Re: qpsmtpd is out of date

2024-03-10 Thread amk
Version 1.0 released Feb 17, 2023 https://github.com/smtpd/qpsmtpd

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

Title:
  qpsmtpd is out of date

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


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

[Bug 2056657] Re: gnome-tweaks crashed with TypeError in __init__(): Gtk.Image.new_from_icon_name() takes exactly 1 argument (2 given)

2024-03-10 Thread Jeremy Bícha
As a workaround to be able to start the Tweaks app, you can edit the
telegram autostart desktop file and add an Icon line like this. It
doesn't matter that the icon file probably doesn't even exist.

Icon=telegram

The Firefox .desktop file doesn't matter for this issue.

** Changed in: gnome-tweaks (Ubuntu)
   Status: New => Triaged

** Changed in: gnome-tweaks (Ubuntu)
   Importance: Medium => High

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

Title:
  gnome-tweaks crashed with TypeError in __init__():
  Gtk.Image.new_from_icon_name() takes exactly 1 argument (2 given)

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


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

[Bug 2054924] Re: color emoji are broken with fontconfig 2.15

2024-03-10 Thread Bug Watch Updater
** Changed in: fontconfig (Debian)
   Status: Confirmed => Fix Released

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

Title:
  color emoji are broken with fontconfig 2.15

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


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

[Bug 2056713] [NEW] eog opens with incorrect upper left xy window coordinates cannot change in dconf or in any of the xml settings files, observed in wayland, and confirmed it is opening in wayland. W

2024-03-10 Thread Shawn Stark
Public bug reported:


logs an error when opening : Mar 10 21:45:07 
meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' 
failed

eog opens with incorrect upper left xy window coordinates cannot change
in dconf or in any of the xml settings files, observed in wayland, and
confirmed it is opening in wayland. When attempt to confirm I ran xprop
and tried to launch eog again by clicking on a file that opens it by
default and it froze the whole gui session, and locked up my ability to
press ctrl-alt-f2, for about a halfhour.

I cannot get the crash to happen again, but keeps opening with incorrect
size, looks like maybe is using display one for relative positioning but
my primary scree is display 2 and is in the middle, so my screens go
display 1,2,3 in order and pretty sure somewhere it pulls the relative
size of the larger monitor which is monitor 1, and then tries to apply
the size and display it on monitor 2 which is smaller and the relative
x,y, position of the window is incorrect and oddly the height of the and
when I alt-space, move to monitor left, appears exactly at top of
monitor on the display 1. Looks like cannot be corrected in wayland
compositor, and cannot be corrected in dconf, or in enum.xml settings
file, or any of the other .xml files that are with the package.

not able to make it give any other errors that I see the logs for, just:
Mar 10 21:46:54  meta_window_set_stack_position_no_sync: assertion
'window->stack_position >= 0' failed

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: eog 42.0-1
ProcVersionSignature: Ubuntu 6.2.0-39.40~22.04.1-generic 6.2.16
Uname: Linux 6.2.0-39-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar 10 21:26:13 2024
InstallationDate: Installed on 2022-06-18 (631 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eog
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy third-party-packages

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

Title:
  eog opens with incorrect upper left xy window coordinates cannot
  change in dconf or in any of the xml settings files, observed in
  wayland, and confirmed it is opening in wayland. When attempt to
  confirm I ran xprop  and tried to launch eog again by clicking on a
  file that opens it by default and it froze the whole gui session, and
  locked up my ability to press ctrl-alt-f2, for about a halfhour.

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


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

[Bug 2056708] Re: please sync trapperkeeper-webserver-jetty9-clojure 4.5.2-2 from debian unsable

2024-03-10 Thread Vladimir Petko
This bug was fixed in the package trapperkeeper-webserver-jetty9-clojure
- 4.5.2-2

---
trapperkeeper-webserver-jetty9-clojure (4.5.2-2) unstable; urgency=medium

  [ Vladimir Petko ]
  * d/p/resolve-ftbfs-with-java-21.patch: apply puppetserver Java 21
patch to resolve ftbfs (Closes: #1065449).

 -- Jérôme Charaoui   Sat, 09 Mar 2024 09:21:34 -0500

** Description changed:

  trapperkeeper-webserver-jetty9-clojure  4.5.2-2 is a bugfix package
  release that fixed compilation with default Java 21.
  
  Test rebuild ppa: ppa:vpa1977/plusone[1]
  
  Autopkgtests results:
  - trapperkeeper-webserver-jetty9-clojure/4.5.2-2ubuntu1~ppa1
  + ✅ trapperkeeper-webserver-jetty9-clojure on noble for amd64   @ 
11.03.24 02:19:58  Log️ ️
  + ❌ trapperkeeper-webserver-jetty9-clojure on noble for arm64   @ 
11.03.24  02:24:47  Log️ ️ [2]
    • build PASS   
    • unittests FAIL   
  + ✅ trapperkeeper-webserver-jetty9-clojure on noble for armhf   @ 
11.03.24 02:22:21  Log️ ️
  + ❌ trapperkeeper-webserver-jetty9-clojure on noble for i386@ 
11.03.24 02:17:23  Log️ ️
    • build FAIL   
    • unittests FAIL   
  + ✅ trapperkeeper-webserver-jetty9-clojure on noble for ppc64el @ 
11.03.24 02:19:38  Log️ ️
  + ✅ trapperkeeper-webserver-jetty9-clojure on noble for s390x   @ 
11.03.24 02:16:24  Log️ ️
  
- 
- Socket timeout test failed on arm64 [2]
+ Socket timeout test failed on arm64 [2] Test passed on retry[3]
  
  [1] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15847535/+listing-archive-extra
  [2] 
https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/arm64/t/trapperkeeper-webserver-jetty9-clojure/20240311_022447_88515@/log.gz
+ [3] 
https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/arm64/t/trapperkeeper-webserver-jetty9-clojure/20240311_032110_53506@/log.gz

** Changed in: trapperkeeper-webserver-jetty9-clojure (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/2056708

Title:
  please sync trapperkeeper-webserver-jetty9-clojure 4.5.2-2 from debian
  unsable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trapperkeeper-webserver-jetty9-clojure/+bug/2056708/+subscriptions


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

[Bug 2056657] Re: gnome-tweaks crashed with TypeError in __init__(): Gtk.Image.new_from_icon_name() takes exactly 1 argument (2 given)

2024-03-10 Thread Roman
In autostart, I have exactly one file - Telegram, installed from
https://flathub.org/apps/org.telegram.desktop:

$ cat ~/.config/autostart/org.telegram.desktop.desktop 
[Desktop Entry]
Type=Application
Name=org.telegram.desktop
Exec=flatpak run --command=telegram-desktop org.telegram.desktop -autostart
X-Flatpak=org.telegram.desktop


~/.local/share/applications has one .desktop file without Icon= in it, honestly 
I am not sure where did it even come from:

$ cat ~/.local/share/applications/userapp-Firefox-YMM3I2.desktop 
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
NoDisplay=true
Exec=/usr/lib/firefox/firefox-bin %u
Name=Firefox
Comment=Custom definition for Firefox

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

Title:
  gnome-tweaks crashed with TypeError in __init__():
  Gtk.Image.new_from_icon_name() takes exactly 1 argument (2 given)

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


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

[Bug 2056213] Re: Unable to open Software & Updates

2024-03-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2053228 ***
https://bugs.launchpad.net/bugs/2053228

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 2053228, 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 2053228
   software-properties-gtk does not start

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

Title:
  Unable to open Software & Updates

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


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

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

2024-03-10 Thread A
By the way `software-properties-qt` (and may be others like *-gtk) does not 
take into account that *.sources files.
But it should be issued as another bug I think.

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

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

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


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

[Bug 2056557] Re: Software & Updates does not currently work in 24.04

2024-03-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2053228 ***
https://bugs.launchpad.net/bugs/2053228

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 2053228, 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 2053228
   software-properties-gtk does not start

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

Title:
  Software & Updates does not currently work in 24.04

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


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

[Bug 2056718] [NEW] net: openvswitch: add missing .resv_start_op

2024-03-10 Thread William Tu
Public bug reported:

Intro:
==
When hit a kernel warning when using openvswitch kernel module. Digging into 
the source code, we found it's due to the code snippet
if (WARN_ON(i.cmd >= family->resv_start_op &&
   (i.doit.validate || i.dumpit.validate)))
 return -EINVAL;


in the gene_validate_ops() in net/netlink/genetlink.c, introduced in 
108880a07bab genetlink: add iterator for walking family ops
from buglink 
https://bugs.launchpad.net/bugs/2053155

How to fix:
===
We need to cherry-pick the missing patch
Fixes: e4ba4554209f ("net: openvswitch: add missing .resv_start_op")

Author: Jakub Kicinski 
Date:   Thu Oct 27 20:25:01 2022 -0700

net: openvswitch: add missing .resv_start_op

I missed one of the families in OvS when annotating .resv_start_op.
This triggers the warning added in commit ce48ebdd5651 ("genetlink:
limit the use of validation workarounds to old ops").

Reported-by: syzbot+40eb8c0447c0e47a7...@syzkaller.appspotmail.com
Fixes: 9c5d03d36251 ("genetlink: start to validate reserved header bytes")
Link: https://lore.kernel.org/r/20221028032501.2724270-1-k...@kernel.org
Signed-off-by: Jakub Kicinski  

Thanks!

** Affects: linux-bluefield (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/2056718

Title:
  net: openvswitch: add missing .resv_start_op

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


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

[Bug 2056506] Re: GNOME Shell crashes when I close any application by right click in the dock [clutter_actor_dispose: assertion failed: (priv->parent == NULL) from ubuntu-d...@ubuntu.com/windowPreview

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

** Changed in: gnome-shell-extension-ubuntu-dock (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/2056506

Title:
  GNOME Shell crashes when I close any application by right click in the
  dock [clutter_actor_dispose: assertion failed: (priv->parent == NULL)
  from ubuntu-d...@ubuntu.com/windowPreview.js:642]

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


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

[Bug 2056633] Re: Gnome-shell crashing

2024-03-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2056506 ***
https://bugs.launchpad.net/bugs/2056506

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 2056506, 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.

** Package changed: gnome-shell (Ubuntu) => gnome-shell-extension-
ubuntu-dock (Ubuntu)

** This bug has been marked a duplicate of bug 2056506
   GNOME Shell crashes when I close any application by right click in the dock 
[clutter_actor_dispose: assertion failed: (priv->parent == NULL) from 
ubuntu-d...@ubuntu.com/windowPreview.js:642]

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

Title:
  Gnome-shell crashing

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


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

[Bug 2056666] Re: [RTL8822CE] i could not able to connect my bluetooth headphone or for context any headphone to my ubuntu machine

2024-03-10 Thread Daniel van Vugt
Please check the headphone is in pairing mode, and try pairing something
else like a mouse if you can.

I can see only one other bug with the same Bluetooth chip having similar
issues: bug 1887968

** Summary changed:

- i could not able to connect my bluetooth headphone or for context any 
headphone to my ubuntu machine
+ [RTL8822CE] i could not able to connect my bluetooth headphone or for context 
any headphone to my ubuntu machine

** Also affects: linux-hwe-6.5 (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/205

Title:
  [RTL8822CE] i could not able to connect my bluetooth headphone or for
  context any headphone to my ubuntu machine

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


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

[Bug 2056517] Re: VS Code profile still broken.

2024-03-10 Thread John Johansen
This is now moving forward and should show up in proposed soon.

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

Title:
  VS Code profile still broken.

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


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

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

2024-03-10 Thread Eduardo P. Gomez
i got an additional error right here. Some syntax error:


==> root@eduapps:/home/eduardo# software-properties-gtk --open-tab=4
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py:197: 
SyntaxWarning: invalid escape sequence '\.'
  elif 
re.match("^((ftp)|(http)|(file)|(rsync)|(https))://([a-z]|[A-Z]|[0-9]|:|/|\.|~)+$",
 uri) == None:
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 100, in 
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
  
^^^
  File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 163, in __init__
SoftwareProperties.__init__(self, options=options, datadir=datadir,
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
109, in __init__
self.backup_sourceslist()
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
437, in backup_sourceslist
source_bkp = SourceEntry(line=source.line,file=source.file)
 ^^
  File "/usr/lib/python3/dist-packages/aptsources/sourceslist.py", line 509, in 
__init__
raise ValueError("Classic SourceEntry cannot be written to .sources file")
ValueError: Classic SourceEntry cannot be written to .sources file
==> root@eduapps:/home/eduardo# software-properties-gtk
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 100, in 
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
  
^^^
  File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 163, in __init__
SoftwareProperties.__init__(self, options=options, datadir=datadir,
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
109, in __init__
self.backup_sourceslist()
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
437, in backup_sourceslist
source_bkp = SourceEntry(line=source.line,file=source.file)
 ^^
  File "/usr/lib/python3/dist-packages/aptsources/sourceslist.py", line 509, in 
__init__
raise ValueError("Classic SourceEntry cannot be written to .sources file")
ValueError: Classic SourceEntry cannot be written to .sources file

Original Ubuntu flavour, noble. Ran two times the same command.

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

Title:
  software-properties-gtk does not start

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


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

[Bug 2018449] Re: [SRU] `xmms2 add --playlist ... ` causes a core dump

2024-03-10 Thread Sudip Mukherjee
debdiff for Mantic

** Patch added: "xmms2_mantic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xmms2/+bug/2018449/+attachment/5754682/+files/xmms2_mantic.debdiff

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

Title:
  [SRU] `xmms2 add --playlist ... ` causes a core dump

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


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

[Bug 2018449] Re: [SRU] `xmms2 add --playlist ... ` causes a core dump

2024-03-10 Thread Sudip Mukherjee
debdiff for Jammy

** Patch added: "xmms2_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xmms2/+bug/2018449/+attachment/5754683/+files/xmms2_jammy.debdiff

** Changed in: xmms2 (Ubuntu)
 Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)

** Changed in: xmms2 (Ubuntu Jammy)
 Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)

** Changed in: xmms2 (Ubuntu Mantic)
 Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)

** Changed in: xmms2 (Ubuntu)
   Status: In Progress => Confirmed

** Changed in: xmms2 (Ubuntu Jammy)
   Status: In Progress => Confirmed

** Changed in: xmms2 (Ubuntu Mantic)
   Status: In Progress => Confirmed

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

Title:
  [SRU] `xmms2 add --playlist ... ` causes a core dump

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


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

[Bug 2018449] Re: [SRU] `xmms2 add --playlist ... ` causes a core dump

2024-03-10 Thread Sudip Mukherjee
debdiff for Noble attached.

This is an orphan package in Debian. I will do the QA upload after the
Debian transitions are complete.


** Summary changed:

- `xmms2 add --playlist ... ` causes a core dump
+ [SRU] `xmms2 add --playlist ... ` causes a core dump

** Description changed:

- 1) The release of Ubuntu you are using, via? 
+ [ Impact ]
+ 
+ xmms2 client cli will crash with a buffer overflow if the real path of the 
files is longer than 255 bytes.
+ The user will see:
+ 
+ *** buffer overflow detected ***: terminated
+ Aborted (core dumped)
+ 
+ [ Test Plan ]
+ 
+ * copy few mp3 files to a folder, I will use a folder named "testmp3"
+ * Use the following command to create a playlist
+ xmms2 playlist create testlist
+ * Try adding the mp3 files to the list:
+ xmms2 add --playlist testlist testmp3/*
+ 
+ If the package is not fixed it will crash, with the fixed package it
+ will not crash and add it to the playlist.
+ 
+ [ Where problems could occur ]
+ 
+  * This patch has been accepted upstream and is only modifying the size
+ of the local buffer where the path is stored. There is minimum chance of
+ regression just for this patch.
+ 
+ [ Other Info ]
+ 
+ * There might be other parts of the code which are still using the old
+ buffer size and might cause some other problem.
+ 
+ [ Original Bug Description ]
+ 
+ 
+ 1) The release of Ubuntu you are using, via?
  $ lsb_release -rd
  No LSB modules are available.
  Description:  Ubuntu 23.04
  Release:  23.04
  
- 2) The version of the package you are using, via? 
- $ apt-cache policy xmms2 
+ 2) The version of the package you are using, via?
+ $ apt-cache policy xmms2
  xmms2:
-   Installed: 0.8+dfsg-22ubuntu6
-   Candidate: 0.8+dfsg-22ubuntu6
-   Version table:
-  *** 0.8+dfsg-22ubuntu6 500
- 500 http://au.archive.ubuntu.com/ubuntu lunar/universe amd64 Packages
- 100 /var/lib/dpkg/status
- 
+   Installed: 0.8+dfsg-22ubuntu6
+   Candidate: 0.8+dfsg-22ubuntu6
+   Version table:
+  *** 0.8+dfsg-22ubuntu6 500
+ 500 http://au.archive.ubuntu.com/ubuntu lunar/universe amd64 Packages
+ 100 /var/lib/dpkg/status
  
  3). I ran $ xmms2 add --playlist These+Same+Skies 
"/home/grizzlysmit/Music/Hillsong Live/These+Same+Skies/"*
  I  expected it to populate the playlist `These+Same+Skies` that I had already 
created withthe files in thee directory `/home/grizzlysmit/Music/Hillsong 
Live/These+Same+Skies/` it always worked before.
  
  4) it core dumped   like so
  
  $ xmms2 add --playlist These+Same+Skies "/home/grizzlysmit/Music/Hillsong 
Live/These+Same+Skies/"*
  *** buffer overflow detected ***: terminated
  Aborted (core dumped)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: xmms2 0.8+dfsg-22ubuntu6
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May  4 16:11:01 2023
  InstallationDate: Installed on 2023-04-21 (12 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  SourcePackage: xmms2
  UpgradeStatus: No upgrade log present (probably fresh install)

** Patch added: "xmms2_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xmms2/+bug/2018449/+attachment/5754681/+files/xmms2_noble.debdiff

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

Title:
  [SRU] `xmms2 add --playlist ... ` causes a core dump

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


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

[Bug 2056704] [NEW] please sync igv 2.17.3+dfsg-1 from debian/unstable

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

2.17.3+dfsg-1 is a bugfix release (see attached git commit log)

It also contains a fix for ftbfs issue[1]


[1] https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056094

** Affects: igv (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/2056704

Title:
  please sync igv 2.17.3+dfsg-1 from debian/unstable

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


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

[Bug 2056704] Re: please sync igv 2.17.3+dfsg-1 from debian/unstable

2024-03-10 Thread Vladimir Petko
changes between 2.16.2 and  2.17.3


** Attachment added: "changelog"
   
https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056704/+attachment/5754684/+files/changelog

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

Title:
  please sync igv 2.17.3+dfsg-1 from debian/unstable

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


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

[Bug 2056657] Re: gnome-tweaks crashed with TypeError in __init__(): Gtk.Image.new_from_icon_name() takes exactly 1 argument (2 given)

2024-03-10 Thread Roman
Checked this, adding the line fixes the issue, Tweaks now launches just
fine. Thanks!

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

Title:
  gnome-tweaks crashed with TypeError in __init__():
  Gtk.Image.new_from_icon_name() takes exactly 1 argument (2 given)

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


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

[Bug 2056713] Re: eog opens with incorrect upper left xy window coordinates cannot change in dconf or in any of the xml settings files, observed in wayland, and confirmed it is opening in wayland. Whe

2024-03-10 Thread Shawn Stark
Keep in mind the nvidia card is setup as computer only, and is not used
for graphics. I have an AMD Card on open driver for my video and nvidia
card does not have the opengl drivers installed. AMD is set in settings
for to be default for DisplayManager and for Gnome. No X threads are
running on the NVIDIA-SMI and just want to be clear that card is not the
one in use and runs workloads only. Has python threads once in a while,
but wayland works good no issue otherwise has for a long time and this
app has seeming always displayed wrong size and x,y coordinates upon
open at least in Wayland. I do not recall, it might not have had this
issue in X11.

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

Title:
  eog opens with incorrect upper left xy window coordinates cannot
  change in dconf or in any of the xml settings files, observed in
  wayland, and confirmed it is opening in wayland. When attempt to
  confirm I ran xprop  and tried to launch eog again by clicking on a
  file that opens it by default and it froze the whole gui session, and
  locked up my ability to press ctrl-alt-f2, for about a halfhour.

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


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

[Bug 2054121] Re: Random Freezing

2024-03-10 Thread Daniel van Vugt
Thanks. Please also check that ssh did work before the freeze :)

** Changed in: nvidia-graphics-drivers-545 (Ubuntu)
   Status: Incomplete => Invalid

** No longer affects: nvidia-graphics-drivers-545 (Ubuntu)

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

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

Title:
  Random Freezing

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


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

[Bug 2030784] Re: Backport Intel's AVX512 patches on openssl 3.0

2024-03-10 Thread Bun K Tan
Hello @adrien-n,

I had Dan Zimmerman take a look at this issue and found a solution.
This is what he shared:

Steps to reproduce:
---
Get Source and apply patch:
git clone https://git.launchpad.net/ubuntu/+source/openssl ubuntu_openssl
cd ubuntu_openssl
git checkout applied/ubuntu/devel
git apply 001-vaes_gcm_avx512.patch (See comment #11 for attachment)
This patch is essentially what is referred to as "[PATCH 2/2] AES-GCM enabled 
with AVX512 vAES and vPCLMULQDQ."
Build OpenSSL
./config --prefix=/tmp/ubuntu_openssl_install 
--openssldir=/tmp/ubuntu_openssl_install
make -j
make test
Note AES-GCM Test Failures
 
Steps to resolution:

Apply patch:
make clean
git apply 002-vaes_gcm_avx512_fix.patch
make -j
make test
Note AES-GCM Tests Pass
 
Solution:
-
The solution to the failed test cases comes from this merged OpenSSL Pull 
Request: Avoid having another copy of key schedule in PROV_GCM_CTX by t8m · 
Pull Request #22384 · openssl/openssl (github.com)
Direct application of this PR will fail due to the fact that the OpenSSL 
doesn't support SM4_GCM in v3.0.13.  So I made the edits by hand and created 
the patch file 002-vaes_gcm_avx512_fix.patch
 

** Patch added: "002-vaes_gcm_avx512_fix.patch"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2030784/+attachment/5754725/+files/002-vaes_gcm_avx512_fix.patch

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

Title:
  Backport Intel's AVX512 patches on openssl 3.0

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


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

[Bug 2030784] Re: Backport Intel's AVX512 patches on openssl 3.0

2024-03-10 Thread Bun K Tan
** Patch added: "001-vaes_gcm_avx512.patch"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2030784/+attachment/5754726/+files/001-vaes_gcm_avx512.patch

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

Title:
  Backport Intel's AVX512 patches on openssl 3.0

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


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

[Bug 2054121] Re: Random Freezing

2024-03-10 Thread Allen
Ssh works fine until it freezes.

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

Title:
  Random Freezing

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


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

[Bug 2052676] Re: Linux kernel 6.5.0.17-generic fails to get IPv6 using SLAAC

2024-03-10 Thread Prabhu Gurumurthy
This got resolved as part of 6.5.0-25-generic

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

Title:
  Linux kernel 6.5.0.17-generic fails to get IPv6 using SLAAC

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


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

[Bug 2054121] Re: Random Freezing

2024-03-10 Thread Allen
Should I continue to report this? Is there anything else?

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

Title:
  Random Freezing

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


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

[Bug 2054121] Re: Random Freezing

2024-03-10 Thread Daniel van Vugt
I'm running out of ideas. If it was my machine I would try booting a
different kernel:

  https://kernel.ubuntu.com/mainline/?C=M;O=D

And if that didn't work then I would even try changing the RAM in the
machine.

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

Title:
  Random Freezing

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


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

[Bug 2056697] Re: Ubuntu Studio should prefer realtime kernel

2024-03-10 Thread Brent Baccala
OK, fine, all valid points.

I'm not so sure about the "placebo effect", though.

I played the same piece a dozen times on my MIDI keyboard in various
configurations, with the following results:

realtime alsa: xruns 0, 0, 0
realtime jack: xruns 11, 0, 0
lowlatency jack: xruns 25, 5, 5, 6, 8

Admittedly, it was a small test, but I made some effort to actually test
it and concluded that I was getting better performance from the realtime
kernel.

I think some more investigation is required.

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

Title:
  Ubuntu Studio should prefer realtime kernel

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


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

[Bug 2038777] Re: UBSAN: array-index-out-of-bounds (drivers/net/hyperv/netvsc.c)

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

** Changed in: linux-meta-azure-6.5 (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/2038777

Title:
  UBSAN: array-index-out-of-bounds (drivers/net/hyperv/netvsc.c)

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


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

[Bug 2056704] Re: please sync igv 2.17.3+dfsg-1 from debian/unstable

2024-03-10 Thread Vladimir Petko
Changelog 2.17.1 --> 2.17.3

** Summary changed:

- [ffe, wip] please sync igv 2.17.3+dfsg-1 from debian/unstable
+ please sync igv 2.17.3+dfsg-1 from debian/unstable

** Description changed:

- [ Why FFe is needed]
- 2.16.2 to 2.17.3 contains mostly bugfixes (see changelog).
+ 
+ 2.17.1 to 2.17.3 contains bugfixes (see changelog).
  
  It also contains a fix for ftbfs issue[1]
  
- [New features requiring FFe]
- 
- There are commits that introduce new features:
- 
- 
- [Testing performed]
-  - builds
-  - installs/upgrades
-  - does not introduce breakages
-  - smoke test
  
  [1] https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056094

** Attachment added: "changelog"
   
https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056704/+attachment/5754696/+files/changelog

** Description changed:

+ 2.17.1 to 2.17.3 contains bugfixes (see changelog)[1].
  
- 2.17.1 to 2.17.3 contains bugfixes (see changelog).
+ It also contains a fix for ftbfs issue[2]
  
- It also contains a fix for ftbfs issue[1]
- 
- 
- [1] https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056094
+ [1] https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056704/comments/2
+ [2] https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056094

** Description changed:

  2.17.1 to 2.17.3 contains bugfixes (see changelog)[1].
  
  It also contains a fix for ftbfs issue[2]
  
+ Test rebuild: ppa:vpa1977/plusone[3]
+ 
  [1] https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056704/comments/2
  [2] https://bugs.launchpad.net/ubuntu/+source/igv/+bug/2056094
+ [3] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15847486/+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/2056704

Title:
  please sync igv 2.17.3+dfsg-1 from debian/unstable

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


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

[Bug 2056708] [NEW] please sync trapperkeeper-webserver-jetty9-clojure 4.5.2-2 from debian unsable

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

trapperkeeper-webserver-jetty9-clojure  4.5.2-2 is a bugfix package
release that fixed compilation with default Java 21.

Test rebuild ppa: ppa:vpa1977/plusone[1]

Autopkgtests results:


[1] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15847535/+listing-archive-extra

** Affects: trapperkeeper-webserver-jetty9-clojure (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  trapperkeeper-webserver-jetty9-clojure  4.5.2-2 is a bugfix package
  release that fixed compilation with default Java 21.
+ 
+ Test rebuild ppa: ppa:vpa1977/plusone[1]
+ 
+ 
+ [1] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15847535/+listing-archive-extra

** Description changed:

  trapperkeeper-webserver-jetty9-clojure  4.5.2-2 is a bugfix package
  release that fixed compilation with default Java 21.
  
  Test rebuild ppa: ppa:vpa1977/plusone[1]
  
+ Autopkgtests results:
+ 
  
  [1] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15847535/+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/2056708

Title:
  please sync trapperkeeper-webserver-jetty9-clojure 4.5.2-2 from debian
  unsable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trapperkeeper-webserver-jetty9-clojure/+bug/2056708/+subscriptions


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

[Bug 2056708] Re: please sync trapperkeeper-webserver-jetty9-clojure 4.5.2-2 from debian unsable

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

  trapperkeeper-webserver-jetty9-clojure  4.5.2-2 is a bugfix package
  release that fixed compilation with default Java 21.
  
  Test rebuild ppa: ppa:vpa1977/plusone[1]
  
  Autopkgtests results:
+ - trapperkeeper-webserver-jetty9-clojure/4.5.2-2ubuntu1~ppa1
+ + ✅ trapperkeeper-webserver-jetty9-clojure on noble for amd64   @ 
11.03.24 02:19:58  Log️ ️ 
+ + ❌ trapperkeeper-webserver-jetty9-clojure on noble for arm64   @ 
11.03.24  02:24:47  Log️ ️ [2]
+   • build PASS   
+   • unittests FAIL   
+ + ✅ trapperkeeper-webserver-jetty9-clojure on noble for armhf   @ 
11.03.24 02:22:21  Log️ ️ 
+ + ❌ trapperkeeper-webserver-jetty9-clojure on noble for i386@ 
11.03.24 02:17:23  Log️ ️ 
+   • build FAIL   
+   • unittests FAIL   
+ + ✅ trapperkeeper-webserver-jetty9-clojure on noble for ppc64el @ 
11.03.24 02:19:38  Log️ ️ 
+ + ✅ trapperkeeper-webserver-jetty9-clojure on noble for s390x   @ 
11.03.24 02:16:24  Log️ ️ 
  
  
  [1] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15847535/+listing-archive-extra
+ [2] 
https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/arm64/t/trapperkeeper-webserver-jetty9-clojure/20240311_022447_88515@/log.gz

** Description changed:

  trapperkeeper-webserver-jetty9-clojure  4.5.2-2 is a bugfix package
  release that fixed compilation with default Java 21.
  
  Test rebuild ppa: ppa:vpa1977/plusone[1]
  
  Autopkgtests results:
  - trapperkeeper-webserver-jetty9-clojure/4.5.2-2ubuntu1~ppa1
- + ✅ trapperkeeper-webserver-jetty9-clojure on noble for amd64   @ 
11.03.24 02:19:58  Log️ ️ 
- + ❌ trapperkeeper-webserver-jetty9-clojure on noble for arm64   @ 
11.03.24  02:24:47  Log️ ️ [2]
-   • build PASS   
-   • unittests FAIL   
- + ✅ trapperkeeper-webserver-jetty9-clojure on noble for armhf   @ 
11.03.24 02:22:21  Log️ ️ 
- + ❌ trapperkeeper-webserver-jetty9-clojure on noble for i386@ 
11.03.24 02:17:23  Log️ ️ 
-   • build FAIL   
-   • unittests FAIL   
- + ✅ trapperkeeper-webserver-jetty9-clojure on noble for ppc64el @ 
11.03.24 02:19:38  Log️ ️ 
- + ✅ trapperkeeper-webserver-jetty9-clojure on noble for s390x   @ 
11.03.24 02:16:24  Log️ ️ 
+ + ✅ trapperkeeper-webserver-jetty9-clojure on noble for amd64   @ 
11.03.24 02:19:58  Log️ ️
+ + ❌ trapperkeeper-webserver-jetty9-clojure on noble for arm64   @ 
11.03.24  02:24:47  Log️ ️ [2]
+   • build PASS   
+   • unittests FAIL   
+ + ✅ trapperkeeper-webserver-jetty9-clojure on noble for armhf   @ 
11.03.24 02:22:21  Log️ ️
+ + ❌ trapperkeeper-webserver-jetty9-clojure on noble for i386@ 
11.03.24 02:17:23  Log️ ️
+   • build FAIL   
+   • unittests FAIL   
+ + ✅ trapperkeeper-webserver-jetty9-clojure on noble for ppc64el @ 
11.03.24 02:19:38  Log️ ️
+ + ✅ trapperkeeper-webserver-jetty9-clojure on noble for s390x   @ 
11.03.24 02:16:24  Log️ ️
  
+ 
+ Socket timeout test failed on arm64 [2]
  
  [1] 
https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15847535/+listing-archive-extra
  [2] 
https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/arm64/t/trapperkeeper-webserver-jetty9-clojure/20240311_022447_88515@/log.gz

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

Title:
  please sync trapperkeeper-webserver-jetty9-clojure 4.5.2-2 from debian
  unsable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trapperkeeper-webserver-jetty9-clojure/+bug/2056708/+subscriptions


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

[Bug 2056689] Re: Maximized windows often overlap dock after unlock or app startup

2024-03-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1961508 ***
https://bugs.launchpad.net/bugs/1961508

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 1961508, 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 1961508
   Dock displaying over window after resuming from blank screen

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

Title:
  Maximized windows often overlap dock after unlock or app startup

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


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

[Bug 2056687] Re: package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 10

2024-03-10 Thread Mariano Cabrera
Open Terminal
sudo apt update
sudo apt upgrade
error

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

Title:
  package shim-signed 1.57+15.8-0ubuntu1 failed to install/upgrade:
  installed shim-signed package post-installation script subprocess
  returned error exit status 10

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


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

  1   2   >