On Tuesday 29 May 2012 08:35 PM, Hodosi Szabolcs wrote: > Dear Package Maintainer, Michael, > > I can reproduce the issue with fresh install of Debian Wheezy > (installed on 27th May 2012 with latest packages on testing repo). > > I found the file at > > root@torch:/usr/src/iscsitarget/trunk# ls -la /usr/sbin/iscsid > -rwxr-xr-x 1 root root 671784 szept 14 2011 /usr/sbin/iscsid > > but some of the script in the debian package search for /sbin/iscsid > which is really not found. > > Can you please update the path? This is fixed. Please update your iscsi package. Otherwise, if you still see the issue, please report it quick. Wheezy will freeze very soon.
commit cb80472f8a7a645a9b2586376a5c628a557e1cdc Author: Ritesh Raj Sarraf <[email protected]> Date: Tue Apr 24 09:37:43 2012 +0530 Fix default iscsid path in config file Thanks: Michal Suchanek Closes: #650221 diff --git a/debian/patches/04_fix_iscsi_path.patch b/debian/patches/04_fix_iscsi_path.patch new file mode 100644 index 0000000..d1620a7 --- /dev/null +++ b/debian/patches/04_fix_iscsi_path.patch @@ -0,0 +1,14 @@ +Fix path for iscsid as we ship it in /usr/sbin +Index: open-iscsi/etc/iscsid.conf +=================================================================== +--- open-iscsi.orig/etc/iscsid.conf 2012-04-07 20:18:02.891543275 +0530 ++++ open-iscsi/etc/iscsid.conf 2012-04-24 09:36:41.058624577 +0530 +@@ -20,7 +20,7 @@ + # iscsid.startup = /etc/rc.d/init.d/iscsid force-start + # + # Default for upstream open-iscsi scripts (uncomment to activate). +-iscsid.startup = /sbin/iscsid ++iscsid.startup = /usr/sbin/iscsid + + + ############################# -- Ritesh Raj Sarraf RESEARCHUT - http://www.researchut.com "Necessity is the mother of invention."
signature.asc
Description: OpenPGP digital signature

