]> git.openfabrics.org - ~aditr/ofed_scripts.git/commitdiff
Provide more information on removing OFED coming with SLES.
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Thu, 8 Oct 2009 11:13:17 +0000 (13:13 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Thu, 8 Oct 2009 11:13:17 +0000 (13:13 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl

index 236f8e2525531b73fb50b2168f97745cccbe6041..8efda87e54349eda126228f1c72d3131db0694ad 100755 (executable)
@@ -3944,6 +3944,8 @@ sub uninstall
             print RED "Please remove OFED RPMs coming from the Distribution.", RESET "\n";
             print RED "Run:", RESET "\n";
             print RED "rpm -e $suse_rpms", RESET "\n";
+            print RED "\nIf this command fails to uninstall ofed or opensm RPMs, then", RESET "\n";
+            print RED "edit /etc/sysconfig/services, set DISABLE_STOP_ON_REMOVAL=\"yes\"", RESET "\n";
             exit 1;
         }
     }