Good fences - port reservation privilege
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 7 May 2009 14:52:29 +0000 (14:52 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 7 May 2009 14:52:29 +0000 (14:52 +0000)
exec/goodfences

index a07a427..88c44e1 100755 (executable)
@@ -26,6 +26,7 @@ my @ports;
 
 if ($#ports > 0) {
         system("cat /proc/$ports[1]/vinfo");
+        print "Please refer to http://planetflow.planet-lab.org/lookupslice.php to obtain the name corresponding to this slice.";
 }
 
 close CMD;