[Bug 1000715] Re: package initramfs-tools 0.99ubuntu13 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2024-10-04 Thread Benjamin Drung
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:
  package initramfs-tools 0.99ubuntu13 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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


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

[Bug 1531964] Re: Unable to unlock cryptsetup with external keyboard when using MODULES=dep

2024-10-04 Thread Benjamin Drung
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 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
$ lsinitramfs /boot/initrd.img | grep -E '/(hid|hid-generic|usbhid)\.ko'
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/hid-generic.ko.zst
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/hid.ko.zst
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/usbhid/usbhid.ko.zst
$ echo "MODULES=dep" | sudo tee /etc/initramfs-tools/conf.d/dep.conf
$ sudo LANG=C update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.8.0-45-generic
$ lsinitramfs /boot/initrd.img | grep -E '/(hid|hid-generic|usbhid)\.ko'
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/hid-generic.ko.zst
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/hid.ko.zst
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/usbhid/usbhid.ko.zst
```

So I consider it fixed in Ubuntu 24.04 (noble).

** Changed in: initramfs-tools (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/1531964

Title:
  Unable to unlock cryptsetup with external keyboard when using
  MODULES=dep

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


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

[Bug 1531964] Re: Unable to unlock cryptsetup with external keyboard when using MODULES=dep

2024-10-04 Thread Benjamin Drung
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 QEMU USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
```

Then I compared the MODULES=most with MODULES=dep:

```
$ lsinitramfs /boot/initrd.img | grep -E '/(hid|hid-generic|usbhid)\.ko'
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/hid-generic.ko
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/hid.ko
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/usbhid/usbhid.ko
$ echo "MODULES=dep" | sudo tee /etc/initramfs-tools/conf.d/dep.conf
$ sudo LANG=C update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.8.0-45-generic
find: '/var/tmp/mkinitramfs_sHeOU2/lib/firmware': No such file or directory
$ lsinitramfs /boot/initrd.img | grep -E '/(hid|hid-generic|usbhid)\.ko'
$ lsinitramfs /boot/initrd.img| grep -E 'usb.*\.ko'
usr/lib/modules/6.8.0-45-generic/kernel/drivers/hid/usbhid/usbhid.ko
usr/lib/modules/6.8.0-45-generic/kernel/drivers/usb/host/xhci-pci-renesas.ko
usr/lib/modules/6.8.0-45-generic/kernel/drivers/usb/host/xhci-pci.ko
```

So only usbhid gets included.

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

Title:
  Unable to unlock cryptsetup with external keyboard when using
  MODULES=dep

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


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

[Bug 1059541] Re: Change default behavoir to boot degraded RAID

2024-10-04 Thread Benjamin Drung
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 this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059541

Title:
  Change default behavoir to boot degraded RAID

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


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

[Bug 2078695] Re: /usr/share/apport/package_hook:ValueError:/usr/share/apport/package_hook@95:main:get_source

2024-10-04 Thread Benjamin Drung
** 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(options.package)
-   
-   File "/usr/lib/python3/dist-packages/apport/packaging_impl/apt_dpkg.py", 
line 308, in get_source
- raise ValueError(f"package {package} does not exist")
+   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(options.package)
+   
+   File "/usr/lib/python3/dist-packages/apport/packaging_impl/apt_dpkg.py", 
line 308, in get_source
+ raise ValueError(f"package {package} does not exist")
  ValueError: package mime-support does not exist
  ```
  
+ This bug is one of the most reported Apport bugs:
+ https://errors.ubuntu.com/?package=apport&period=month
+ 
+ [ Test Plan ]
+ 
+ No more crash reports for the fixed version on
+ https://errors.ubuntu.com/problem/609bbfa0872445d4ba4e4e6947877850c38f41dc
+ 
+ [ Where problems could occur ]
+ 
+ The fix the crash collection code. Handling this error could lead to
+ issues further down the road.
+ 
+ [ Other Info ]
+ 
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
apport.  This problem was most recently seen with package version 
2.30.0-0ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/609bbfa0872445d4ba4e4e6947877850c38f41dc 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

-- 
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/apport/package_hook@95:main:get_source

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


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

[Bug 2073935] Re: tests/integration/test_hookutils.py::T::test_recent_syslog fails on s390x

2024-10-04 Thread Benjamin Drung
** 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.
+ 
+ [ Where problems could occur ]
+ 
+ The patch fixes apport.hookutils.recent_syslog. This could lead to more
+ syslog output in bug report making the report longer.
+ 
+ [ Original report ]
+ 
  The Apport 2.29.0 test case
  `tests/integration/test_hookutils.py::T::test_recent_syslog` fails on
  s390x:
  
  ```
  349s === FAILURES 
===
  349s _ T.test_recent_syslog 
_
- 349s 
+ 349s
  349s self = 
- 349s 
+ 349s
  349s def test_recent_syslog(self):
  349s """recent_syslog"""
  349s self.assertEqual(
  349s apport.hookutils.recent_syslog(re.compile("."), 
path="/nonexisting"), ""
  349s )
  349s self.assertEqual(
  349s 
apport.hookutils.recent_syslog(re.compile("ThisCantPossiblyHitAnything")),
  349s "",
  349s )
  349s if os.path.exists("/run/systemd/system") or os.access(
  349s "/var/log/syslog", os.R_OK
  349s ):
  349s >   
self.assertNotEqual(len(apport.hookutils.recent_syslog(re.compile("."))), 0)
  349s E   AssertionError: 0 == 0
- 349s 
+ 349s
  349s tests/integration/test_hookutils.py:208: AssertionError
  349s - Captured stderr call 
-
  349s tail: cannot open '/nonexisting' for reading: No such file or directory
  ```
  
  Full log: https://autopkgtest.ubuntu.com/results/autopkgtest-
  oracular/oracular/s390x/a/apport/20240722_004756_30d6c@/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/2073935

Title:
  tests/integration/test_hookutils.py::T::test_recent_syslog fails on
  s390x

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


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

[Bug 1537310] Re: Canceling upload of problem information causes dialog to freeze

2024-10-04 Thread Benjamin Drung
** 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 should close on a fixed Apport version.
- 
- [ Original report ]
+ [ Impact ]
  
  Canceling the upload of problem information after sending information
  acquired with `ubuntu-bug [package name]` causes the upload dialog to
  become unresponsive.
  
  Report 2: I ran `ubuntu-bug gnome-terminal`, but then realized a second
  or so later that's not what I had intended to do. I therefore clicked
  the Cancel button on the "Collecting problem information / Information
  is being collected that may help the developers fix the problem you
  report." dialog that had popped up. It hung, i.e., the back-and-forth
  progress bar in the dialog stopped moving, and nothing else happened,
  and it's still sitting several minutes later doing nothing.
  
  Report 3: I have recently noticed that when running Apport, if one
  presses the little "X" to close Apport during the time when it is
  collecting or sending the bug information, instead of it behaving as
  though you have pressed "Cancel" and closing, it becomes unresponsive
  and I am asked if I would prefer to "Wait" or "Force Quit" and I am
  forced to "Force Quit" because it is completely unresponsive, there's
  nothing else I can do.
  
+ [ 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 should close on a fixed Apport version.
+ 
+ [ Where problems could occur ]
+ 
+ The change affects how Apport behaves when the main thread terminates.
+ This could lead to aborting wanted background threads and thus
+ preventing users from filing a bug.
+ 
+ [ Original report data ]
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apport-gtk 2.19.1-0ubuntu5
  Uname: Linux 4.3.3-040303-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportLog:
  
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CrashReports:
   640:0:152:907688:2016-01-15 16:04:48.503047587 +0100:2016-01-15 
16:04:46.731001423 +0100:/var/crash/_usr_sbin_winbindd.0.crash
   644:0:152:0:2016-01-15 16:04:48.503047587 +0100:2016-01-15 
16:04:48.503047587 +0100:/var/crash/_usr_sbin_winbindd.0.upload
   640:163:152:42761293:2016-01-23 03:37:42.503584063 +0100:2016-01-23 
03:37:14.182860515 +0100:/var/crash/_usr_bin_rtorrent.163.crash
   644:163:152:0:2016-01-23 03:37:18.986983255 +0100:2016-01-23 
03:37:18.986983255 +0100:/var/crash/_usr_bin_rtorrent.163.upload
  Date: Sat Jan 23 04:45:02 2016
  InstallationDate: Installed on 2015-04-20 (277 days ago)
  InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: Upgraded to wily on 2015-10-26 (88 days ago)

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

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


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

[Bug 2073933] Re: tests/integration/test_signal_crashes.py::T::test_core_dump_packaged fails on armhf

2024-10-04 Thread Benjamin Drung
** 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 __ T.test_core_dump_packaged 
___
- 394s 
+ 394s
  394s self = 
- 394s 
+ 394s
  394s def test_core_dump_packaged(self):
  394s """Packaged executables create core dumps on proper ulimits."""
  394s # for SEGV and ABRT we expect reports and core files
  394s for sig in (signal.SIGSEGV, signal.SIGABRT):
  394s for kb, exp_file in core_ulimit_table:
  394s resource.setrlimit(resource.RLIMIT_CORE, (kb, -1))
  394s self.do_crash(
  394s expect_corefile=exp_file,
  394s expect_corefile_owner=os.geteuid(),
  394s sig=sig,
  394s )
  394s >   self.check_report_coredump(self.test_report)
- 394s 
- 394s 
/tmp/autopkgtest.GVBNRi/autopkgtest_tmp/tests/integration/test_signal_crashes.py:426:
 
- 394s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ 
+ 394s
+ 394s 
/tmp/autopkgtest.GVBNRi/autopkgtest_tmp/tests/integration/test_signal_crashes.py:426:
+ 394s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _
  394s 
/tmp/autopkgtest.GVBNRi/autopkgtest_tmp/tests/integration/test_signal_crashes.py:1216:
 in check_report_coredump
  394s self.assertIn("\n#2", r.get("Stacktrace"))
  394s E   AssertionError: '\n#2' not found in '#0  0xf7fe2734 in ?? ()\nNo 
symbol table info available.\n#1  0xf7fef000 in ?? ()\nNo symbol table info 
available.\nBacktrace stopped: previous frame identical to this frame (corrupt 
stack?)'
  ```
  
  Full log: https://autopkgtest.ubuntu.com/results/autopkgtest-
  oracular/oracular/armhf/a/apport/20240618_034715_7581f@/log.gz
+ 
+ [ Test Plan ]
+ 
+ Check that the fixed Apport does not have failing unit-and-integration-
+ tests autopkgtests on all archs.
+ 
+ [ Where problems could occur ]
+ 
+ The fix only touches test code. It could only affect the test results,
+ but not code installed on the users machines.

-- 
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_dump_packaged
  fails on armhf

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


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

[Bug 2076186] Re: tests/system/test_signal_crashes::T::test_crash_system_slice fails on armhf

2024-10-04 Thread Benjamin Drung
** Description changed:

+ [ Impact ]
+ 
+ The autopkgtest can fail:
+ 
  7373s === FAILURES 
===
  7373s __ T.test_crash_system_slice 
___
- 7373s 
+ 7373s
  7373s self = 
- 7373s 
+ 7373s
  7373s @unittest.skipIf(
  7373s get_init_system() != "systemd", "running init system is not 
systemd"
  7373s )
  7373s @skip_if_command_is_missing("systemd-run")
  7373s @unittest.skipIf(os.geteuid() != 0, "this test needs to be run as 
root")
  7373s def test_crash_system_slice(self):
  7373s """Report generation for a protected process running in the 
system
  7373s slice"""
  7373s apport.fileutils.report_dir = self.orig_report_dir
  7373s self.test_report = os.path.join(
  7373s apport.fileutils.report_dir,
  7373s f"{self.TEST_EXECUTABLE.replace('/', 
'_')}.{os.getuid()}.crash",
  7373s )
- 7373s 
+ 7373s
  7373s system_run = self.create_test_process(
  7373s command="/usr/bin/systemd-run",
  7373s args=[
  7373s "-t",
  7373s "-q",
  7373s "--slice=system.slice",
  7373s "-p",
  7373s "ProtectSystem=true",
  7373s self.TEST_EXECUTABLE,
  7373s ]
  7373s + self.TEST_ARGS,
  7373s )
  7373s try:
  7373s pids = pidof(self.TEST_EXECUTABLE) - 
self.running_test_executables
  7373s >   self.assertEqual(len(pids), 1)
  7373s E   AssertionError: 0 != 1
- 7373s 
+ 7373s
  7373s 
/tmp/autopkgtest.JkYKWH/autopkgtest_tmp/tests/system/test_signal_crashes.py:240:
 AssertionError
  
+ https://autopkgtest.ubuntu.com/results/autopkgtest-
+ noble/noble/armhf/a/apport/20240802_185146_b3174@/log.gz
  
- 
https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/armhf/a/apport/20240802_185146_b3174@/log.gz
+ [ Test Plan ]
+ 
+ Check that the fixed Apport does not have failing unit-and-integration-
+ tests autopkgtests on all archs.
+ 
+ [ Where problems could occur ]
+ 
+ The fix only touches test code. It could only affect the test results,
+ but not code installed on the users machines.

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

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


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

[Bug 2073933] Re: tests/integration/test_signal_crashes.py::T::test_core_dump_packaged fails on armhf

2024-10-04 Thread Benjamin Drung
** 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_dump_packaged
  fails on armhf

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


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

[Bug 2076186] Re: tests/system/test_signal_crashes::T::test_crash_system_slice fails on armhf

2024-10-04 Thread Benjamin Drung
** 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_slice fails on
  armhf

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


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

[Bug 1537310] Re: Canceling upload of problem information causes dialog to freeze

2024-10-04 Thread Benjamin Drung
** 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 to freeze

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


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

[Bug 2078695] Re: /usr/share/apport/package_hook:ValueError:/usr/share/apport/package_hook@95:main:get_source

2024-10-04 Thread Benjamin Drung
** 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/apport/package_hook@95:main:get_source

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


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

[Bug 2076186] Re: tests/system/test_signal_crashes::T::test_crash_system_slice fails on armhf

2024-10-04 Thread Benjamin Drung
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 on
  armhf

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


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

[Bug 2073935] Re: tests/integration/test_hookutils.py::T::test_recent_syslog fails on s390x

2024-10-04 Thread Benjamin Drung
** 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_syslog fails on
  s390x

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


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

[Bug 1585587] Re: Missing unix.ko in 4.6 initrd prevents LVM boot

2024-10-04 Thread Benjamin Drung
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 unix.ko in 4.6 initrd prevents LVM boot

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


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

[Bug 1537310] Re: Canceling upload of problem information causes dialog to freeze

2024-10-04 Thread Benjamin Drung
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 upload of problem information causes dialog to freeze

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


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

[Bug 1837080] Re: Recent update causes boot failure

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Recent update causes boot failure

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


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

[Bug 1906702] Re: The boot_delay parameter is not interpreted by the correct boot module.

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  The boot_delay parameter is not interpreted by the correct boot
  module.

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


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

[Bug 1892290] Re: PXE load Focal initrd.img-5.4.0-42-generic always timeout

2024-10-04 Thread Benjamin Drung
** 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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1892290/+subscriptions


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

[Bug 1054292] Re: [xorg-edgers] hid_generic module missing from initramfs

2024-10-04 Thread Benjamin Drung
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.

** Changed in: initramfs-tools (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/1054292

Title:
  [xorg-edgers] hid_generic module missing from initramfs

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


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

[Bug 1022760] Re: update-initramfs: Generating /boot/initrd.img-3.2.0-27-generic Warning: No support for locale: en_US.utf8

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  update-initramfs: Generating /boot/initrd.img-3.2.0-27-generic
  Warning: No support for locale: en_US.utf8

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


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

[Bug 1059541] Re: Change default behavoir to boot degraded RAID

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Change default behavoir to boot degraded RAID

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


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

[Bug 1066655] Re: mdadm fails to assemble RAID5 from 4 LUKS devices on boot

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  mdadm fails to assemble RAID5 from 4 LUKS devices on boot

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


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

[Bug 1173836] Re: Upgraded 12.10 to 13.04 and boot will not prompt for disk encryption passphrase

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Upgraded 12.10 to 13.04 and boot will not prompt for disk encryption
  passphrase

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


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

[Bug 1070529] Re: update-initramfs stuck after quantal upgrade

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  update-initramfs stuck after quantal upgrade

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


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

[Bug 1187344] Re: BOOT_DEGRADED=true hangs at initramfs prompt with incomplete RAID0 array

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  BOOT_DEGRADED=true hangs at initramfs prompt with incomplete RAID0
  array

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


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

[Bug 1196693] Re: Cannot boot degraded RAID1 array with LUKS partition

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Cannot boot degraded RAID1 array with LUKS partition

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


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

[Bug 1226472] Re: update-initramfs -u hangs; update-initramfs -u -v works

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  update-initramfs -u hangs; update-initramfs -u -v works

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


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

[Bug 1264381] Re: Cryptsetup/LVM should not complain about missing crypopts option

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Cryptsetup/LVM should not complain about missing crypopts option

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


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

[Bug 1396900] Re: restarting and reloading ssh doesn't work

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  restarting and reloading ssh doesn't work

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


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

[Bug 1462596] Re: apt-get autoremove takes quadratically long

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  apt-get autoremove takes quadratically long

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


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

[Bug 1482810] Re: dropbear DEVICE variable is ignored when sourced from conf.d

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  dropbear DEVICE variable is ignored when sourced from conf.d

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


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

[Bug 1540803] Re: check /etc/fstab for custom /run mount options

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  check /etc/fstab for custom /run mount options

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


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

[Bug 1581801] Re: UUID base RESUME always wait 5 seconds for activating LVM swap

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  UUID base RESUME always wait 5 seconds for activating LVM swap

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


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

[Bug 1594073] Re: 16.04 - initrd fails to decrypt and mount /usr directory when it's on it's own cryptsetup partition

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  16.04 - initrd fails to decrypt and mount /usr directory when it's on
  it's own cryptsetup partition

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


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

[Bug 1734150] Re: Ubuntu 16.04 cloudimg OVA hangs during boot on VMWare VM with Compatibility > 5.5

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Ubuntu 16.04 cloudimg OVA hangs during boot on VMWare VM with
  Compatibility > 5.5

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


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

[Bug 1750763] Re: local-premount/resume script broken, resume fails

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  local-premount/resume script broken, resume fails

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


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

[Bug 1778429] Re: Hang at login with nvidia proprietary driver and encrypted swap

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Hang at login with nvidia proprietary driver and encrypted swap

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


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

[Bug 498485] Re: "wait-for-root" delay the boot for 25 seconds more than old "sleep"

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  "wait-for-root" delay the boot for 25 seconds more than old "sleep"

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


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

[Bug 618447] Re: RAID modules loaded too late in the boot sequence

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  RAID modules loaded too late in the boot sequence

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


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

[Bug 668429] Re: mount.cifs is not included in initramfs, so netboot=cifs doesn't work

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  mount.cifs is not included in initramfs, so netboot=cifs doesn't work

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


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

[Bug 672727] Re: wait-for-root[899] segfault when booting xen-kernels

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  wait-for-root[899] segfault when booting xen-kernels

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


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

[Bug 1831792] Re: update-initramfs (8) comes from wrong package

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I cannot reproduce the issue on Ubuntu 24.04:

$ dpkg -S update-initramfs.8
initramfs-tools: /usr/share/man/man8/update-initramfs.8.gz

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 in the newer Ubuntu version, please add a comment here telling
us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  update-initramfs (8) comes from wrong package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manpage-repository/+bug/1831792/+subscriptions


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

[Bug 1842310] Re: ip kvm interface appears as mounted device with errors

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  ip kvm interface appears as mounted device with errors

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


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

[Bug 1853987] Re: debug setting does not turn on tracing for scripts called by init

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  debug setting does not turn on tracing for scripts called by init

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


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

[Bug 1855164] Re: update-initramfs does not work on first partition of dual-boot systems

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  update-initramfs does not work on first partition of dual-boot systems

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


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

[Bug 1880675] Re: wait-for-root + mountfail hooks are not as versatile as local-block

2024-10-04 Thread Benjamin Drung
Can you elaborate a bit more?

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  wait-for-root + mountfail hooks are not as versatile as local-block

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


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

[Bug 1883883] Re: Only libraries optimized for the running system end up in initramfs

2024-10-04 Thread Benjamin Drung
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 in the newer Ubuntu version, please add a comment
here telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Only libraries optimized for the running system end up in initramfs

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


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

[Bug 1182829] Re: initramfs-tools should allow building module-less generic initrds

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

IIRC we modified initramfs-tools recently to handle the no-modules case.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  initramfs-tools should allow building module-less generic initrds

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


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

[Bug 1653489] Re: [LTCTest][OPAL][FW860.20] Upgrade to Ubuntu 16.04.2 Alpha from Ubuntu 16.04.1 is dropping to (initramfs)

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  [LTCTest][OPAL][FW860.20] Upgrade to Ubuntu 16.04.2 Alpha from Ubuntu
  16.04.1 is dropping to (initramfs)

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


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

[Bug 1679968] Re: Neither wireless nor wired connections after updating core from 4.4.0-71 to 4.4.0-72

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Neither wireless nor wired connections after updating core from
  4.4.0-71 to 4.4.0-72

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


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

[Bug 1692225] Re: update-initramfs -u fails with random resume UUID

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  update-initramfs -u fails with random resume UUID

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


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

[Bug 1711011] Re: fsck.jfs may be attempted before multipath devices are available

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  fsck.jfs may be attempted before multipath devices are available

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


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

[Bug 1741656] Re: occured when i wanted to install the updates

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  occured when i wanted to install the updates

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


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

[Bug 1777045] Re: Initrd doesn't have proper compress format

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Initrd doesn't have proper compress format

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


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

[Bug 1829726] Re: resume after hibernation fails because resume script is never executed

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  resume after hibernation fails because resume script is never executed

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


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

[Bug 1829730] Re: init hangs when debug is specified

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  init hangs when debug is specified

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


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

[Bug 300742] Re: mkinitramfs handles errors very badly due to use of /usr/share/initramfs-tools/scripts/functions

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I tried to reproduce your bug on Ubuntu 24.04:

```
sudo touch /etc/initramfs-tools/hooks/foo-bar-baz
sudo update-initramfs -u
```

Generating the initrd was successful. Does your complaint still apply to
recent Ubuntu versions?

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  mkinitramfs handles errors very badly due to use of
  /usr/share/initramfs-tools/scripts/functions

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


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

[Bug 811282] Re: dbus refuses to start thus, everything breaks !

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  dbus refuses to start thus, everything breaks !

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


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

[Bug 814909] Re: No text rendering in Plymouth with current initramfs-tools

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  No text rendering in Plymouth with current initramfs-tools

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


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

[Bug 893004] Re: make nfs initrd.img can not boot

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  make nfs initrd.img can not boot

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


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

[Bug 1033227] Re: usbhid overrides usbtouchscreen in initramfs

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  usbhid overrides usbtouchscreen in initramfs

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


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

[Bug 1072009] Re: mkinitramfs does not use cpio -L (--dereference)

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  mkinitramfs does not use cpio -L (--dereference)

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


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

[Bug 1258800] Re: netboot does not include the 'alx' driver in 12.04.3

2024-10-04 Thread Benjamin Drung
The alx module is included in the initrd in Ubuntu 24.04 (noble):

$ 3cpio -t /boot/initrd.img | grep alx
usr/lib/modules/6.8.0-45-generic/kernel/drivers/net/ethernet/atheros/alx
usr/lib/modules/6.8.0-45-generic/kernel/drivers/net/ethernet/atheros/alx/alx.ko.zst

So I am marking this bug as fixed.

** Changed in: initramfs-tools (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/1258800

Title:
  netboot does not include the 'alx' driver in 12.04.3

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


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

[Bug 1414396] Re: ubuntu dropped to initramfs shell after reboot several hours

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  ubuntu dropped to initramfs shell after reboot several hours

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


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

[Bug 1471391] Re: When the dropbear remote unlock init hook is enabled NEED_PERSISTENT_NET should be set to "yes"

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  When the dropbear remote unlock init hook is enabled
  NEED_PERSISTENT_NET should be set to "yes"

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


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

[Bug 1585587] Re: Missing unix.ko in 4.6 initrd prevents LVM boot

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

The kernel in Ubuntu 24.04 (noble) has CONFIG_UNIX=y:

$ grep UNIX= /boot/config-6.8.0-45-generic 
CONFIG_UNIX=y


** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Missing unix.ko in 4.6 initrd prevents LVM boot

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


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

[Bug 569064] Re: Ext file systems fail to mount if computer clock is reset

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Ext file systems fail to mount if computer clock is reset

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


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

[Bug 517721] Re: update-initramfs: Generating /boot/initrd.img-2.6.31-19-generic / : RESUME=/dev/sda2 is not a valid kernel version

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  update-initramfs: Generating /boot/initrd.img-2.6.31-19-generic / :
  RESUME=/dev/sda2 is not a valid kernel version

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


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

[Bug 582646] Re: update-initramfs hook copy_exec won't overwrite

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  update-initramfs hook copy_exec won't overwrite

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


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

[Bug 1884033] Re: initramfs-tools

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Can you reproduce the issue? Do you still see failures on
package installation?

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  initramfs-tools

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


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

[Bug 1474984] Re: installing multipath-tools 0.5.0 on trusty leaves the system unable to boot

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  installing multipath-tools 0.5.0 on trusty leaves the system unable to
  boot

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


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

[Bug 639618] Re: Network drivers are loaded too late on netboot (tested with iSCSI)

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Ubuntu 10.04 (lucid) reached end-of-life on May 9, 2013.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

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 in the newer Ubuntu version, please add a comment here telling
us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Network drivers are loaded too late on netboot (tested with iSCSI)

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


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

[Bug 1006718] Re: sata_sil not loaded at boot time, if driver-police is MODULES=DEP

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  sata_sil not loaded at boot time, if driver-police is MODULES=DEP

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


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

[Bug 1636922] Re: update-initramfs fails when cp encounters empty directory

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  update-initramfs fails when cp encounters empty directory

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


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

[Bug 1646364] Re: fsprotect fails to install on 16.04 server

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  fsprotect fails to install on 16.04 server

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


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

[Bug 1779936] Re: mkinitramfs fails on Raspian 9 "Stretch"

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  mkinitramfs fails on Raspian 9 "Stretch"

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


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

[Bug 1788520] Re: multiple boot problems if /usr is on a logical volume

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  multiple boot problems if /usr is on a logical volume

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


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

[Bug 1843975] Re: install not completing due to hardlink failure

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  install not completing due to hardlink failure

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


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

[Bug 378167] Re: nfsroot + multiple ethernet interfaces == boom

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  nfsroot + multiple ethernet interfaces == boom

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


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

[Bug 382496] Re: offset option not honored in scripts/local-top/cryptroot

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  offset option not honored in scripts/local-top/cryptroot

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


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

[Bug 412316] Re: Karmic netboot install fails to configure kernel when doing a 'targeted' kernel

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Karmic netboot install fails to configure kernel when doing a
  'targeted' kernel

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


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

[Bug 574808] Re: mdadm fails to activate raid partitions in 10.04 (add_mountroot_fail_hook: not found)

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  mdadm fails to activate raid partitions in 10.04
  (add_mountroot_fail_hook: not found)

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


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

[Bug 452686] Re: nfsroot nolock regression

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  nfsroot nolock regression

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


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

[Bug 652940] Re: package linux-image-2.6.31-19-generic 2.6.31-19.56 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código de salida de error 2

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  package linux-image-2.6.31-19-generic 2.6.31-19.56 failed to
  install/upgrade: el subproceso script post-installation instalado
  devolvió el código de salida de error 2

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


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

[Bug 1028153] Re: systemerror:installarchives()failed

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  systemerror:installarchives()failed

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


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

[Bug 1164109] Re: package initramfs-tools 0.103ubuntu0.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package initramfs-tools 0.103ubuntu0.7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

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


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

[Bug 1243547] Re: ?

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

** Summary changed:

- ?
+ /etc/kernel/postinst.d/initramfs-tools exited with return code 1

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

Title:
  /etc/kernel/postinst.d/initramfs-tools exited with return code 1

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


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

[Bug 1506214] Re: package linux-image-extra-3.19.0-26-generic 3.19.0-26.28 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with return code 1 apt-get upgrade

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  package linux-image-extra-3.19.0-26-generic 3.19.0-26.28 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited
  with return code 1 apt-get upgrade

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


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

[Bug 1512919] Re: `dpkg --configure initramfs-tools` fails

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  `dpkg --configure initramfs-tools` fails

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


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

[Bug 1516705] Re: update-initramfs fails during debian-installer if running kernel doesn't match installed kernel

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  update-initramfs fails during debian-installer if running kernel
  doesn't match installed kernel

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


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

[Bug 1570984] Re: Unable to dump to multipath root filesystem on ppc64el

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Unable to dump to multipath root filesystem on ppc64el

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


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

[Bug 1571592] Re: Xenial server install fails with "targeted" initrd

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Xenial server install fails with "targeted" initrd

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


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

[Bug 1646719] Re: package initramfs-tools 0.103ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 Edit

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  package initramfs-tools 0.103ubuntu8 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1 Edit

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


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

[Bug 1705862] Re: Processing triggers for initramfs-tools (0.125ubuntu9) ... update-initramfs: Generating /boot/initrd.img-4.10.0-19-generic gzip: stdout: No space left on device E: mkinitramfs failur

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Processing triggers for initramfs-tools (0.125ubuntu9) ... update-
  initramfs: Generating /boot/initrd.img-4.10.0-19-generic  gzip:
  stdout: No space left on device E: mkinitramfs failure cpio 141 gzip 1
  update-initramfs: failed for /boot/initrd.img-4.10.0-19-generic with
  1. dpkg: error processing package initramfs-tools (--configure):
  subprocess installed post-installation script returned error exit
  status 1 Processing triggers for dbus (1.10.10-1ubuntu2) ... Errors
  were encountered while processing:  initramfs-tools E: Sub-process
  /usr/bin/dpkg returned an error code (1)

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


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

[Bug 1825420] Re: package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to install/upgrade: triggers looping, abandoned

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to
  install/upgrade: triggers looping, abandoned

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


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

[Bug 1847638] Re: initramfs-tools tests depend on linux-image-generic, not available on i386

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  initramfs-tools tests depend on linux-image-generic, not available on
  i386

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


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

[Bug 87158] Re: vesafb automatically loaded while blacklisted

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  vesafb automatically loaded while blacklisted

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


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

[Bug 201750] Re: Cannot remount loopfiles

2024-10-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. 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 in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  Cannot remount loopfiles

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


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

  1   2   3   4   5   6   7   8   9   10   >