From: Sapan Bhatia Date: Thu, 7 May 2009 14:52:29 +0000 (+0000) Subject: Good fences - port reservation privilege X-Git-Tag: vsys-scripts-0.95-1~3 X-Git-Url: http://git.onelab.eu/?p=vsys-scripts.git;a=commitdiff_plain;h=82be4f9a82a52a2fc12ce6959aea140bca2aaa0d Good fences - port reservation privilege --- diff --git a/exec/goodfences b/exec/goodfences index a07a427..88c44e1 100755 --- a/exec/goodfences +++ b/exec/goodfences @@ -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;