Erez Zilber wrote:
stop OFED before uninstalling itSigned-off-by: Erez Zilber <[EMAIL PROTECTED]> --- uninstall.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 177b8a1..89ee3f1 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -110,6 +110,11 @@ uninstall() { local RC=0 local OLD_PREFIX="" + + echo "Stopping OFED stack" + echo + /etc/init.d/openibd stop + echo echo "Removing ${PACKAGE} Software installations" echo
What would the install do if this is failing or machine hang? Tziporet _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
