The no-change rebuild should have been named 1.9.8-1build1 instead of
1.9.8-1ubuntu1.
** Changed in: fenrir (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/20
This bug was fixed in the package fenrir - 1.9.8-2
Sponsored for Hans Joachim Desserud (hjd)
---
fenrir (1.9.8-2) unstable; urgency=medium
* clean: Drop generated files (Closes: Bug#1044431)
* rules: Move fenrir.service to /usr (Closes: Bug#1073702)
-- Samuel Thibault Fri, 23
This bug was fixed in the package libervia-backend - 0.9.0~hg4319-1
Sponsored for Hans Joachim Desserud (hjd)
---
libervia-backend (0.9.0~hg4319-1) unstable; urgency=medium
* New upstream snapshot
-- Martin Sun, 29 Sep 2024 21:44:17 +
libervia-backend (0.9.0~hg4304-1) unsta
This bug was fixed in the package rust-ordered-float - 4.2.2-2
Sponsored for Anshul Singh (levihackerman-102)
---
rust-ordered-float (4.2.2-2) unstable; urgency=medium
* Team upload.
* Package ordered-float 4.2.2 from crates.io using debcargo 2.6.1
* Fix tests when building with
*** This bug is a duplicate of bug 798414 ***
https://bugs.launchpad.net/bugs/798414
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The relevant dpkg terminal log says:
update-initramfs: Generating /boot/initrd.img-6.8.0-48-generic
cpio: błąd zapisu: Brak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware:
[710797.940270] sd 2:0:0:0: [sda] tag#17 FAILED Result: hostbyte=DID_TIME_OUT
driverbyte=DRIVER_OK cmd_age=3
** Description changed:
+ Traceback (most recent call last):
+ File "/usr/lib/update-notifier/package-data-downloader", line 24, in
+ import debian.deb822
+ ModuleNotFoundError: No module named 'debian'
+
The Ubuntu Error Tracker has been receiving reports about a problem regarding
upd
Thank you for taking the time to report this bug and contributing to
Ubuntu.
Looking at the code, IFS is probably not set at that stage. So the
delimiter will be space (" "). So I would expect vlan="eno1.123:eno1
eno2.456:eno2" to work, but I guess the cmdline parsing does not handle
quoted spaces
Thank you for taking the time to report this bug and contributing to
Ubuntu.
Since you do not use encryption, not having systemd-cryptsetup installed
is fine. The log message uses "[I]" for "informational". So it does not
complain and the log messages are expected and correctly classified.
--
Yo
When I prepared the SRU for Apport I only tested the build and
unit/integration autopkgtest, because my VMs needed for the system
autopkgtest were broken and I had poor Internet connection. So I did not
check the system autopkgtest and boom, they failed due to missing new
dependencies.
I uploaded
** No longer affects: apport (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085775
Title:
In 24.04 overwriting a file is difficult to make out text
To manage notifications about this bug g
*** This bug is a duplicate of bug 2070285 ***
https://bugs.launchpad.net/bugs/2070285
This particular bug has already been reported and is a duplicate of bug
#2070285, 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 pr
I can reproduce the failure in a bionic, jammy, and oracular chroot:
```
$ schroot-wrapper -p tzdata -c jammy -u root
(jammy)root@host:~# ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime
(jammy)root@host:~# DEBIAN_FRONTEND=noninteractive dpkg-reconfigure tzdata
(jammy)root@host:~# echo $?
10
```
Thank you for taking the time to report this bug and contributing to
Ubuntu. I fail to find the culprit in the initramfs-tools source code.
`lib/firmware` is searched in `add_firmware`, but it does not use the
find command.
To further troubleshoot this issue, we need to be able to reproduce this
f
Proposed change to initramfs-tools: https://salsa.debian.org/kernel-
team/initramfs-tools/-/merge_requests/139
Let's see what upstream thinks about that approach.
For the SRU: Changing the interface of copy_libgcc to not take any
parameters any more is safe, because specified parameters are just
Removing "copy_exec /usr/lib/udev/dmsetup_env" is the correct solution
for that warning.
Regarding copy_libgcc: I checked that copy_exec did not already copy
libgcc. So this call is needed. I think it is better to make copy_libgcc
work without parameters instead of having to construct complex
para
```
$ schroot-wrapper -p
initramfs-tools,multipath-tools-boot,linux-image-generic,zstd,vim -u root -c
oracular
[...]
update-initramfs: Generating /boot/initrd.img-6.11.0-9-generic
mkinitramfs: copy_file: binary '/usr/lib/udev/dmsetup_env' not found
mkinitramfs: copy_file: binary '/libgcc_s.so.[1-
Installing multipath-tools-boot let me reproduce the problem. The issue
is clear, when looking at /usr/share/initramfs-tools/hooks/multipath: It
calls copy_libgcc there without any parameters. So multipath-tools-boot
is broken.
--
You received this bug notification because you are a member of Ubu
Might be unrelated, but this fix touches similar code:
https://salsa.debian.org/kernel-team/initramfs-
tools/-/commit/765db0268082dfaf0110441894abf3dafeff258b
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
I see two things to further investigate:
1. copy_file: binary '/usr/lib/udev/dmsetup_env' not found
Who want to install this file?
2. copy_libgcc is called with the libdir parameter being empty
Can you instrument copy_exec to figure out who calls it that way?
--
You received this bug notifica
I can reproduce the failure on Ubuntu, but it works on Debian unstable:
```
# dpkg -s tzdata | grep ^Version
Version: 2024b-3
# dpkg-reconfigure tzdata
[...]
Current default time zone: 'Europe/Berlin'
Local time is now: Wed Oct 23 10:47:35 CEST 2024.
Universal Time is now: Wed Oct 23 08:47:3
Fix committed in Debian:
https://salsa.debian.org/debian/dracut/-/commit/d0587787d0fb864bd3f3228dcb6cc6e310a83e58
** Changed in: dracut (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:/
Thank you for taking the time to report this bug and helping to make
Ubuntu better. What is the output of following command:
```
ls -l /etc/localtime
```
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/
That bug escalated quickly: I misunderstood the meaning of the
`hostonly=false` mode. We want to use `hostonly`, but in a mode that
support major hardware changes: https://github.com/dracut-ng/dracut-
ng/issues/748
To work around this bug, you can build the initrd in hostonly mode
'sloppy':
```
s
Submitted fix upstream: https://github.com/dracut-ng/dracut-ng/pull/746
** Package changed: initramfs-tools (Ubuntu) => dracut (Ubuntu)
** Changed in: dracut (Ubuntu)
Importance: Undecided => High
** Changed in: dracut (Ubuntu)
Status: New => In Progress
--
You received this bug noti
/etc/crypttab is not included in the initrd, including this files fixes
it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084809
Title:
update-initramfs fails when booted with dracut initrd
To man
** Description changed:
I created an initrd with dracut and successfully booted with it, but
generating an initrd fails then:
```
$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.11.0-8-generic
- cryptsetup: WARNING: target 'luks-e1446dc1-f3d2-445f-96aa-09245
Public bug reported:
I created an initrd with dracut and successfully booted with it, but
generating an initrd fails then:
```
$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.11.0-8-generic
cryptsetup: WARNING: target 'luks-e1446dc1-f3d2-445f-96aa-09245ebe7bd5' not
Uploaded SRUs for oracular, noble, jammy, and focal.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084572
Title:
Please add a new entry for Ubuntu 25.04 Plucky Puffin
To manage notifications about
Uploaded distro-info-data 0.63 to unstable.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084572
Title:
Please add a new entry for Ubuntu 25.04 Plucky Puffin
To manage notifications about this bug
We have this commit:
```
commit d7a13ebba9e2bc3789d26e7ae6b8f308356ea206
Author: Stefano Rivera
Date: Fri Jan 27 12:31:40 2023 -0400
Tighten validate-csv-data heuristics, to limit Ubuntu EoLs to Tue-Thursday
```
and that before:
```
commit bb0bcc140a7ad62d4b486d1564d4b9a3e4b72e93
Author
The recent 10 Ubuntu releases had their EOL on a Thursday (except for
jammy which had it on a Tuesday). Looking at the history: 21 Ubuntu
releases had their EOL on a Thursday, but only 4 Ubuntu releases had it
on a Tuesday.
Should the EOL date rounded to the closest Thursday (2026-01-15) or the
ne
Thanks for the feedback. Using dracut with the systemd modules is the
recommended setup. So that setup should be fixed. Do you have dracut-
network installed? Can you test Ubuntu 24.10 (oracular) as well? If that
fails as well, can you collect the debugging information from the
emergency shell?
--
The calculated EOL is on 2026-01-17 which lands outside Tuesday-
Thursday. So will the EOL be on Thursday 2026-01-15 or Tuesday
2026-01-20?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084572
Title:
** Also affects: distro-info-data (Ubuntu Focal)
Importance: Undecided
Status: New
** Also affects: distro-info-data (Ubuntu Noble)
Importance: Undecided
Status: New
** Also affects: distro-info-data (Ubuntu Jammy)
Importance: Undecided
Status: New
** Also affects:
** Description changed:
[ Impact ]
Several tools rely on the `distro-info` package to tell them which releases
are available.
This package just contains data, with no format changes.
[ Regression Potential ]
Minimal, as long as we are only adding new entries (we do this every
** Summary changed:
- package initramfs-tools 0.142ubuntu25.2 failed to install/upgrade: o
subprocesso instalado, do pacote initramfs-tools, o script post-installation
retornou erro do status de saída 1
+ package initramfs-tools 0.142ubuntu25.2 failed to install/upgrade due to
missing /etc/udev
Proposed fix: https://salsa.debian.org/systemd-
team/systemd/-/merge_requests/276
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084592
Title:
package initramfs-tools 0.142ubuntu25.2 failed to insta
Thank you for taking the time to report this bug and contributing to
Ubuntu. The relevant dpkg terminal log says:
update-initramfs: Generating /boot/initrd.img-6.8.0-45-generic
cp: não foi possível obter estado de '/etc/udev/udev.conf': Arquivo ou
diretório inexistente
E: /usr/share/initramfs-too
If the translator is correct, no means no in Italien. So the translation
of "&No" would be "&No". So "&Cancel" should pick a different character.
You can submit a translation change on:
https://translations.launchpad.net/ubuntu/+source/apport
--
You received this bug notification because you are
Proposed fix: https://github.com/canonical/apport/pull/400
** Changed in: apport
Status: Triaged => In Progress
** Changed in: apport
Milestone: None => 2.31.0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.l
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The relevant code:
```
class CLIUserInterface(apport.ui.UserInterface):
def ui_question_yesno(self, text: str) -> bool | None:
"""Show a yes/no question.
Return True if the user selected "Yes",
*** This bug is a duplicate of bug 2078634 ***
https://bugs.launchpad.net/bugs/2078634
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 #2078634, so it is being marked as such. Please loo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Can you do the same tests with Ubuntu 24.04 (noble) and
24.10 (oracular)? Depending on the outcome, either these need to be fix
first or only a backport of a fix is needed.
--
You received this bug notification be
** Also affects: apport (Ubuntu Noble)
Importance: Undecided
Status: New
** Also affects: apport (Ubuntu Oracular)
Importance: Medium
Assignee: Hector CAO (hectorcao)
Status: In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
The FTBFS was discovered in a rebuild test. Staging the fix would be
fine from my side.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1870085
Title:
xfsdump ftbfs in focal (all archs)
To manage not
Confirmed on Ubuntu 24.10 (oracular) as well:
```
$ xmllint --noout --nonet --dtdvalid /usr/share/polkit-1/policyconfig-1.dtd
/usr/share/polkit-1/actions/com.ubuntu.apport.policy
/usr/share/polkit-1/actions/com.ubuntu.apport.policy:10: element action:
validity error : Element action content does
I agree, initramfs-tools should not fail when /etc/initramfs-
tools/initramfs.conf is missing.
** Changed in: initramfs-tools (Ubuntu)
Importance: Undecided => Medium
** Changed in: initramfs-tools (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a
Yes, python-mceliece 0~20230612.2-1 is in oracular.
** Changed in: python-mceliece (Ubuntu)
Status: Triaged => Fix Released
** Tags removed: update-excuse
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
** Also affects: tzdata (Ubuntu Oracular)
Importance: High
Status: 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/2079966
Title:
tzdata 2024b release
To manage notifications
Still an issue on oracular:
$ sudo dracut --force -a plymouth --verbose 2>&1 | grep plymouth
dracut[I]: Executing: /usr/bin/dracut --force -a plymouth --verbose
dracut[D]: Module 'plymouth' will not be installed, because command
'plymouth-set-default-theme' could not be found!
dracut[E]: Module '
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I tested dracut in a Ubuntu 24.04 VM with an encrypted
root filesystem, but I cannot reproduce the failure. Are you willing to
debug that issue?
The steps would b
1. Install dracut-core (not "dracut")
2. Backup you
For the SRU, keep the system V zone as they are. I tested that the newly
build tzdata files haven't changed:
```
for x in CET CST6CDT EET EST EST5EDT HST MET MST MST7MDT PST8PDT WET; do cmp
/usr/share/zoneinfo/$x tzgen/$x; done
```
--
You received this bug notification because you are a member
The module path is 95nvmf.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2083881
Title:
dracut[E]: Module 'nvmf' depends on module 'network', which can't be
installed
To manage notifications abou
Public bug reported:
$ sudo dracut --force -q
dracut[E]: Module 'nvmf' depends on module 'network', which can't be installed
nvmf is network-related and should be moved to dracut-network.
ProblemType: Bug
DistroRelease: Ubuntu 24.10
Package: dracut-core 103-1ubuntu3
ProcVersionSignature: Ubuntu
So the sample code from comment #1 was wrong.
## Expected
```
File: base64
H4sICAAC/0ZpbGUA
c3RyxIAMcBAFAK/2p9Mf
```
```
$ python3 -c "import base64, pathlib;
pathlib.Path('file.gz').write_bytes(base64.b64decode('H4sICAAC/0ZpbGUA') +
base64.b64decode('c3RyxIAMcBAFAK/2p9Mf'))"
The code b64encode/b64decode the lines individually. The encoder writes
newlines:
```
for chunk in chunks:
file.write(b"\n ")
file.write(base64.b64encode(chunk))
file.write(b"\n")
```
The decoder reads by line:
```
def _base64_decoder(entry: Iterable[bytes]) -> Iterator[bytes]:
for l
Good find. base64.b64encode() will add "=" padding characters when the
number of input characters is not dividable by three. base64.b64decode()
seems to stop decoding when hitting the padding character.
So concatenating the output of multiple base64.b64encode calls will only
work in case the encod
** Description changed:
[ Impact ]
The 2024b release contains the following changes:
* Improve historical data for Mexico, Mongolia, and Portugal.
* System V names are now obsolescent.
* The main data form now uses %z.
[ Test Plan ]
Test cases were added to the autopkgtes
** Description changed:
[ Impact ]
The 2024b release contains the following changes:
* Improve historical data for Mexico, Mongolia, and Portugal.
* System V names are now obsolescent.
* The main data form now uses %z.
[ Test Plan ]
Test cases were added to the autopkgtes
Okay. So let's close this bug. Please reopen the bug in case you run
into the same problem again.
** Changed in: initramfs-tools (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
I'll merge 2024b-2 tomorrow.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079966
Title:
tzdata 2024b release
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+sourc
Thanks for the response. I am closing this bug then.
** Changed in: initramfs-tools (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1000715
Title:
packag
I tried the same on Ubuntu 24.04 and these modules are included there:
```
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU Tablet
Bus 001 Device 003: ID 0627:0001 Adomax Technology Co., Ltd QEMU Tablet
Bus 002
I tried to reproduce it in an Ubuntu 22.04 VM. I added a USB keyboard
device there:
```
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Keyboard
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd Q
We had some year in the past were bug reports against initramfs-tools
were neglected. Since you are using Debian, let's assume all needed
changes were merged to Ubuntu and are fixed here as well.
** Changed in: initramfs-tools (Ubuntu)
Status: Incomplete => Fix Released
--
You received th
** Description changed:
+ [ Impact ]
+
+ Apport crashes:
+
```
Traceback (most recent call last):
- File "/usr/share/apport/package_hook", line 95, in
- main()
- File "/usr/share/apport/package_hook", line 71, in main
- report["SourcePackage"] = apport.packaging.get_source(optio
** Description changed:
+ [ Impact ]
+
+ The recent syslog in Apport reports might not be complete. This bug
+ causes the test_recent_syslog to fail sometimes.
+
+ [ Test Plan ]
+
+ Check that the fixed Apport does not have failing unit-and-integration-
+ tests autopkgtests on all archs.
+
+ [
** Description changed:
- [ Test case ]
-
- 1. Log-in to a KDE session
- 2. type 'ubuntu-bug' in konsole
- 3. click 'display (X.org)' related and then OK
- 4. On the next page, don't click "OK", click "Cancel"
-
- The windows will hang on an affected Apport version (see bug #1998309)
- and shoul
** Description changed:
+ [ Impact ]
+
The Apport 2.29.0 test case
`tests/integration/test_signal_crashes.py::T::test_core_dump_packaged`
- fails on armhf:
+ can fail on armhf:
```
394s === FAILURES
===
394s ___
** Description changed:
+ [ Impact ]
+
+ The autopkgtest can fail:
+
7373s === FAILURES
===
7373s __ T.test_crash_system_slice
___
- 7373s
+ 7373s
7373s self =
- 7373s
+ 737
** Also affects: apport (Ubuntu Noble)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073933
Title:
tests/integration/test_signal_crashes.py::T::test_core
** Also affects: apport (Ubuntu Noble)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076186
Title:
tests/system/test_signal_crashes::T::test_crash_system
** Also affects: apport (Ubuntu Noble)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1537310
Title:
Canceling upload of problem information causes dialog
** Also affects: apport (Ubuntu Noble)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078695
Title:
/usr/share/apport/package_hook:ValueError:/usr/share/
Upstream merge request: https://github.com/canonical/apport/pull/384
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076186
Title:
tests/system/test_signal_crashes::T::test_crash_system_slice fails o
** Also affects: apport (Ubuntu Noble)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073935
Title:
tests/integration/test_hookutils.py::T::test_recent_sy
Thanks. I am marking this bug as fixed then.
** Changed in: initramfs-tools (Ubuntu)
Status: Incomplete => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1585587
Title:
Missing u
https://github.com/canonical/apport/pull/399 got merged.
** Changed in: apport
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/1537310
Title:
Canceling upl
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
** No longer affects: initramfs-tools (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1892290
Title:
PXE load Focal initrd.img-5.4.0-42-generic always timeout
To manage notifications about t
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I tested it on Ubuntu 24.04:
```
$ 3cpio -t /boot/initrd.img | grep hid-generic
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/hid-generic.ko.zst
```
So hid-generic is included. I am marking this bug as fixed
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present
1 - 100 of 7395 matches
Mail list logo