Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 30 - "root=dhcp" fails on Debian #2497

Open
bdrung opened this issue Aug 21, 2023 · 1 comment
Open

Test 30 - "root=dhcp" fails on Debian #2497

bdrung opened this issue Aug 21, 2023 · 1 comment
Labels
bug Our bugs debian Issue tracker for the Debian distribution ubuntu Issue tracker for the Ubuntu distribution

Comments

@bdrung
Copy link
Contributor

bdrung commented Aug 21, 2023

https://github.com/dracutdevs/dracut/blob/master/test/TEST-30-ISCSI/test.sh#L81 hangs (no output for minutes) when running on a Debian container:

$ podman run --rm -it --cap-add=SYS_PTRACE --user 0 -v /dev:/dev -v ./:/dracut:z ghcr.io/dracutdevs/debian:latest bash -l
$ dpkg --purge multipath-tools
$ cd /dracut && ./configure && make -j8 && cd test
$ make V=1 KVERSION="$(cd /lib/modules; ls -1 | tail -1)" TESTS="30" clean check
[...]
iSCSI TEST SETUP: Starting DHCP/iSCSI server
Waiting for the server to startup
Waiting for the server to startup
Waiting for the server to startup
Waiting for the server to startup
+ echo Serving iSCSI
Serving iSCSI
CLIENT TEST START: root=dhcp
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00087621 s, 1.2 GB/s
@bdrung bdrung added the bug Our bugs label Aug 21, 2023
@LaszloGombos LaszloGombos added the debian Issue tracker for the Debian distribution label Aug 21, 2023
@LaszloGombos
Copy link
Collaborator

LaszloGombos commented Aug 23, 2023

Test 30 seem to be passing both on Fedora and Arch (log from those containers can be used as reference).

dracut[I]: *** Including module: iscsi ***
Failed to enable unit, unit iscsiuio.socket does not exist.

Test 35. seems to have a similar issue as Test 30.

In the Fedora and Arch test container /usr/lib/systemd/system/iscsiuio.socket file exists. In the Debian and Ubuntu test container it does not. Installing the iscsiuio might be required for in the Debian and Ubuntu test container, but even installing that package does not seems to install iscsiuio.socket file.

Debian bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056733

@LaszloGombos LaszloGombos added the ubuntu Issue tracker for the Ubuntu distribution label Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Our bugs debian Issue tracker for the Debian distribution ubuntu Issue tracker for the Ubuntu distribution
Projects
None yet
Development

No branches or pull requests

2 participants