Index: /trunk/pstamp/scripts/pstamp_server_status
===================================================================
--- /trunk/pstamp/scripts/pstamp_server_status	(revision 42973)
+++ /trunk/pstamp/scripts/pstamp_server_status	(revision 42974)
@@ -164,11 +164,13 @@
 if ($workdir) {
     # get the space available in the working directory file system
-    my $df_output = `df -h $workdir`;
-    my @lines = split "\n", $df_output;
-    foreach my $line (@lines) {
-        next unless $line =~ /data/;
-        my ($total, $used, $free, $percent, $part) = split " ", $line;
-        print "<br><b>Server Working Directory:</b>&nbsp;&nbsp;$percent full. $free free out of $total total.<br>\n";
-    }
+    ## df can stall with NFS issues, need to code better, but not really used anymore so comment out for now
+    print "<br>Server Working Directory -- status missing/broken for while and can have NFS issues, removed in pstamp_server_status <br>\n";
+    #my $df_output = `df -h $workdir`;
+    #my @lines = split "\n", $df_output;
+    #foreach my $line (@lines) {
+    #    next unless $line =~ /data/;
+    #    my ($total, $used, $free, $percent, $part) = split " ", $line;
+    #    print "<br><b>Server Working Directory:</b>&nbsp;&nbsp;$percent full. $free free out of $total total.<br>\n";
+    #}
 
 }
