[Bug 2134531] Re: qemu-net-iscsi autopkgtest fails on s390x

2026-01-13 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.150ubuntu7

---
initramfs-tools (0.150ubuntu7) resolute; urgency=medium

  [ Benjamin Drung ]
  * hooks/dhcpcd: support /usr/libexec as hooks path (LP: #2137657)
  * Do not run netplan integration tests during build (rely on autopkgtest)

  [ John Chittum ]
  * autopkgtest: make root more explicit. full paths including /dev or
LABEL= for multi-drive boot in qemu-net-iscsi (LP: #2134531)

 -- Benjamin Drung   Mon, 12 Jan 2026 13:55:50 +0100

** Changed in: initramfs-tools (Ubuntu)
   Status: Fix Committed => 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/2134531

Title:
  qemu-net-iscsi autopkgtest fails on s390x

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2134531] Re: qemu-net-iscsi autopkgtest fails on s390x

2026-01-12 Thread Benjamin Drung
** Changed in: initramfs-tools (Ubuntu)
   Status: New => 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/2134531

Title:
  qemu-net-iscsi autopkgtest fails on s390x

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2134531] Re: qemu-net-iscsi autopkgtest fails on s390x

2025-12-12 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~jchittum/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/497452

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

Title:
  qemu-net-iscsi autopkgtest fails on s390x

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2134531] Re: qemu-net-iscsi autopkgtest fails on s390x

2025-12-12 Thread John Chittum
** Changed in: initramfs-tools (Ubuntu)
 Assignee: (unassigned) => John Chittum (jchittum)

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

Title:
  qemu-net-iscsi autopkgtest fails on s390x

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2134531] Re: qemu-net-iscsi autopkgtest fails on s390x

2025-12-10 Thread John Chittum
from a failing resolute run: 
https://autopkgtest.ubuntu.com/results/autopkgtest-resolute/resolute/s390x/i/initramfs-tools/20251210_112656_db994@/log.gz

1. seeing the initrd created
3696s autopkgtest [11:23:35]: test qemu-net-iscsi: [---
3697s build_initramfs: /usr/sbin/mkinitramfs -d 
/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-test.HwnVVPIIP7/config -o 
/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-test.HwnVVPIIP7/initrd.img 
6.17.0-6-generic

2. seeing the server.raw created

3720s build_fs_ext2: genext2fs -b 14793 -N 180 -U -d
/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/server-rootdir
/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/server.raw

3. seeing those passed in properly to qemu

3720s run-qemu: qemu-system-s390x -cpu max -m 1G -device virtio-rng-
pci,rng=rng0 -object rng-random,filename=/dev/urandom,id=rng0
-nodefaults -no-reboot -kernel /boot/vmlinuz-6.17.0-6-generic -initrd
/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/initrd.img -display none -drive
file=/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/server.raw,if=virtio,media=disk,format=raw -device
virtio-net-pci,netdev=lan9,mac=52:54:00:12:33:21 -netdev
socket,id=lan9,listen=localhost:1234 -pidfile
/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/server.pid -serial
file:/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/server.log -daemonize -drive
file=/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/rootdisk.raw,if=virtio,media=disk,format=raw -append
console=ttyS0,115200 ro root=/dev/vda panic=-1

snipping:

-initrd /tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/initrd.img

-drive file=/tmp/autopkgtest.prccK7/autopkgtest_tmp/initramfs-
test.HwnVVPIIP7/server.raw,if=virtio,media=disk,format=raw


i'm going to set this all up on s390x and see if i can reproduce and examine 
the contents of the initrd.

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

Title:
  qemu-net-iscsi autopkgtest fails on s390x

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs