diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-11 15:42:09 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-11 15:42:09 -0800 |
commit | d9ff6988147c07f76089f0a428c242217a68e152 (patch) | |
tree | e8489ee109025899aed954b4deea2127ffeacb5b /functions/tech-support | |
parent | ed07cff15234b716d58c52dcf315ddc493d896e7 (diff) | |
download | vyatta-op-d9ff6988147c07f76089f0a428c242217a68e152.tar.gz vyatta-op-d9ff6988147c07f76089f0a428c242217a68e152.zip |
Don't resolve hostnames in show tech-support
Bug 3961
Add -n to lsof as suggested.
Diffstat (limited to 'functions/tech-support')
-rwxr-xr-x | functions/tech-support | 4 |
1 files 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 |