From d9ff6988147c07f76089f0a428c242217a68e152 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 11 Feb 2009 15:42:09 -0800 Subject: Don't resolve hostnames in show tech-support Bug 3961 Add -n to lsof as suggested. --- functions/tech-support | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/tech-support b/functions/tech-support index c8386a5..e8e685d 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -126,8 +126,8 @@ ps -ef header \''df -h -x squashfs'\' df -h -x squashfs -header \''lsof -Pi'\' -sudo lsof -Pi +header \''lsof -Pin'\' +sudo lsof -Pin header \'free\' free -- cgit v1.2.3