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 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 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 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 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

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 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 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 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 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 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 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 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

[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 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 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 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 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 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 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 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 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 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 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 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

<    1   2