Hi Hal

This patch just makes the error message more informative for user,
since another instance of running SM is most probably the reason
why osm_opensm_bind failed.

Yevgeny

Signed-off-by:  Yevgeny Kliteynik <[EMAIL PROTECTED]>

Index: opensm/main.c
===================================================================
--- opensm/main.c       (revision 9107)
+++ opensm/main.c       (working copy)
@@ -875,5 +914,6 @@ main(
   if( status != IB_SUCCESS )
   {
     printf( "\nError from osm_opensm_bind (0x%X)\n", status );
+    printf( "Perhaps another instance of SM is already running\n" );
     goto Exit;
   }



_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to