Source: open-iscsi Version: 2.1.9-3 Severity: normal X-Debbugs-Cc: pkg-systemd-maintain...@lists.alioth.debian.org
Hi, today I wanted to enable the iSCSI test in systemd: https://salsa.debian.org/systemd-team/systemd/-/blob/debian/master/test/TEST-64-UDEV-STORAGE/test.sh?ref_type=heads#L29-34 For that I added test dependency on open-iscsi and tgt. Unfortunately, this failed: ``` W: Failed to install '/usr/lib/systemd/system/iscsi-init.service' I: Skipping program /usr/lib/systemd/system/iscsi-init.service as it cannot be found and is flagged to be optional W: Failed to install '/usr/lib/systemd/system/iscsi-onboot.service' I: Skipping program /usr/lib/systemd/system/iscsi-onboot.service as it cannot be found and is flagged to be optional W: Failed to install '/usr/lib/systemd/system/iscsi-shutdown.service' I: Skipping program /usr/lib/systemd/system/iscsi-shutdown.service as it cannot be found and is flagged to be optional W: Failed to install '/usr/lib/systemd/system/iscsi.service' F: Failed to install /usr/lib/systemd/system/iscsi.service make: Leaving directory '/tmp/autopkgtest.yvEXDQ/build.n6X/real-tree/test/TEST-64-UDEV-STORAGE' [13:12:37] --x-- Result of TEST-64-UDEV-STORAGE: 2 --x-- ``` I notice that the Debian open-iscsi package ships custom service files with a custom naming: ./etc/systemd/iscsi-init.service.template ./etc/systemd/iscsi.service.template ./etc/systemd/iscsid.service.template ./etc/systemd/iscsiuio.service.template ./debian/iscsid.service ./debian/iscsiuio.service ./debian/open-iscsi.service Would it be possible to use the upstream service files or at least align the names? Regards, Michael