https://bugzilla.novell.com/show_bug.cgi?id=704916 https://bugzilla.novell.com/show_bug.cgi?id=704916#c0 Summary: Specifying iscsi-client section in autoyast file results in error (pgrep: command not found) Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: Other OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: max@noc-ps.com QAContact: jsrain@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1 I'm trying to automate an installation to an ISCSI target using an AutoYast script along the lines of: == <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> [......] <iscsi-client> <targets config:type="list"> <listentry> <authmethod>None</authmethod> <portal>1.2.3.4:3260</portal> <startup>onboot</startup> <target>iqn.1986-03.com.sun:02:my-iqn</target> </listentry> </targets> <version>1.0</version> </iscsi-client> </profile> == However I receive a red "an error occured during installation" error message. y2log seems to suggest "pgrep" is called, but that command is not present in the installation environement. == 2011-07-11 08:25:12 <1> iscsitest(2970) [YCP] Service.ycp:287 Running service initscript open-iscsi reload 2011-07-11 08:25:14 <3> iscsitest(2970) [bash] ShellCommand.cc(shellcommand):78 .unused 2011-07-11 08:25:14 <3> iscsitest(2970) [bash] ShellCommand.cc(shellcommand):78 sh: pgrep: command not found == Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.