[Bug 704916] New: Specifying iscsi-client section in autoyast file results in error (pgrep: command not found)
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.
https://bugzilla.novell.com/show_bug.cgi?id=704916 https://bugzilla.novell.com/show_bug.cgi?id=704916#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |fehr@novell.com |ovo.novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704916 https://bugzilla.novell.com/show_bug.cgi?id=704916#c1 Thomas Fehr <fehr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fehr@novell.com AssignedTo|fehr@novell.com |snwint@novell.com --- Comment #1 from Thomas Fehr <fehr@novell.com> 2011-07-12 12:34:34 UTC --- Seems the command pgrep is missing in installation environment. Steffen please add /usr/bin/pgrep to installation environment (SLES11 SP2 already has it). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704916 https://bugzilla.novell.com/show_bug.cgi?id=704916#c2 Steffen Winterfeldt <snwint@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Steffen Winterfeldt <snwint@suse.com> 2014-08-15 11:21:32 CEST --- it's there meanwhile -- 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.
participants (1)
-
bugzilla_noreply@novell.com