From 483bb13df63b8878c8863feba6845b71b6bf8f01 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 21 Feb 2006 05:50:44 +0000 Subject: [PATCH] Branch b_release_1_4_6 Debugging to see if we really are connecting from a non-privileged port. b=10244 --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 7b407e5..5f20db5 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2773,6 +2773,7 @@ test_100() { [ "$RPORT" != "$ACCEPTOR_PORT" ] && continue LPORT=`echo $LOCAL | cut -d: -f2` [ $LPORT -ge 1024 ] && \ + echo "netstat: $PROT $SND $RCV $LOCAL $REMOTE $STAT" &&\ error "local: $LPORT > 1024, remote: $ACCEPTOR_PORT" ||\ true done -- 1.8.3.1