[Bug 364616] [NEW] Wrong iscsistart path in iscsi hook
Daniel Weuthen
dweuthen at megabit.net
Tue Apr 21 13:31:10 UTC 2009
Public bug reported:
Binary package hint: initramfs-tools
Problem came up after upgrade to jaunty where iscsi root support was
added. Path to the iscsistart binary is /sbin/iscsistart not
/usr/sbin/iscsistart as used in the copy_exec call of /usr/share
/initramfs-tools/hook/iscsi. Changing it to
copy_exec /sbin/iscsistart /sbin
fixes the error.
** Affects: initramfs-tools (Ubuntu)
Importance: Undecided
Status: New
** Summary changed:
- Wrong iscsiadm path in iscsi hook
+ Wrong iscsistart path in iscsi hook
** Description changed:
Binary package hint: initramfs-tools
Problem came up after upgrade to jaunty where iscsi root support was
- added. Path to the iscsiadm binary is /sbin/iscsiadm not
- /usr/sbin/iscsiadm as used in the copy_exec call of /usr/share
+ added. Path to the iscsistart binary is /sbin/iscsistart not
+ /usr/sbin/iscsistart as used in the copy_exec call of /usr/share
/initramfs-tools/hook/iscsi. Changing it to
- copy_exec /sbin/iscsiadm /sbin
+ copy_exec /sbin/iscsistart /sbin
fixes the error.
--
Wrong iscsistart path in iscsi hook
https://bugs.launchpad.net/bugs/364616
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.
More information about the kernel-bugs
mailing list