Package: open-iscsi Version: 2.1.3-5 Severity: normal Tags: d-i X-Debbugs-Cc: eugene.losowskigallag...@googlemail.com
Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- System Information: Debian Release: 11.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-9-amd64 (SMP w/4 CPU threads) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages open-iscsi depends on: ii debconf [debconf-2.0] 1.5.77 ii libc6 2.31-13+deb11u3 ii libisns0 0.100-3 ii libkmod2 28-1 ii libmount1 2.36.1-8+deb11u1 ii libopeniscsiusr 2.1.3-5 ii libssl1.1 1.1.1n-0+deb11u2 ii libsystemd0 247.3-7 ii udev 247.3-7 open-iscsi recommends no packages. open-iscsi suggests no packages. -- debconf information excluded
>From e9617133456f23cff32a00ee1e1668be38167b6c Mon Sep 17 00:00:00 2001 From: Eugene Losowski-Gallagher <eugene.losowskigallag...@googlemail.com> Date: Mon, 23 May 2022 21:51:43 +0100 Subject: [PATCH] iSCSI started in installer environment - Disks detected for installation --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 22ccf63..3c96ee4 100755 --- a/debian/rules +++ b/debian/rules @@ -84,7 +84,9 @@ ifneq ($(UDEB),) dh_install -p open-iscsi-udeb utils/iscsi_discovery sbin/ dh_install -p open-iscsi-udeb utils/iscsi-iname sbin/ dh_install -p open-iscsi-udeb etc/iscsid.conf etc/iscsi/ - dh_install -p open-iscsi-udeb debian/open-iscsi-udeb.start sbin/iscsi-start + # Debian package cannot rename file so will create a symbolic link instead + dh_install -p open-iscsi-udeb debian/open-iscsi-udeb.start sbin/ + ln -sf /sbin/open-iscsi-udeb.start debian/open-iscsi-udeb/sbin/iscsi-start dh_install -p open-iscsi-udeb debian/open-iscsi-udeb.finish-install usr/lib/finish-install.d/10open-iscsi # Ship shared libraries along with the executable in a single udeb -- 2.20.1