Bug 1289679
Summary: | sos netstat capture truncates IPV6 addresses | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Poole <mpoole> | |
Component: | sos | Assignee: | Pavel Moravec <pmoravec> | |
Status: | CLOSED ERRATA | QA Contact: | Miroslav HradĂlek <mhradile> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 7.2 | CC: | agk, bmr, dkutalek, gavin, isenfeld, mhradile, mpoole, plambri, sbradley | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
URL: | https://github.com/sosreport/sos/issues/734 | |||
Whiteboard: | ||||
Fixed In Version: | sos-3.3-0.el7 | Doc Type: | Bug Fix | |
Doc Text: |
Prior to this update, the collected netstat output truncated IPv6 addresses, preventing users to see complete IP address of listed connections. With this update, the gathered command prints output in a wide format, thus with complete IPv6 addresses.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1381991 (view as bug list) | Environment: | ||
Last Closed: | 2016-11-04 04:55:56 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1298112, 1313485, 1381991 |
Description
Martin Poole
2015-12-08 17:39:01 UTC
Really? -T is not documented in the netstat man page or usage text and attempting to add it causes an invalid option error: [root@bmr-rhel7-vm1 ~]# netstat -neopaT netstat: invalid option -- 'T' usage: netstat [-vWeenNcCF] [<Af>] -r netstat {-V|--version|- h|--help} netstat [-vWnNcaeol] [<Socket> ...] netstat { [-vWeenNac] -I[<Iface>] | [-veenNac] -i | [-cnNe] -M | -s [-6tuw] } [delay] [...] None of the netstats on my Fedora or RHEL boxes have heard of this switch. # rpm -q net-tools net-tools-2.0-0.17.20131004git.el7.x86_64 Is this a new option? If so we'd need to know what version it appears in in order to not trigger errors on older installations (although to be honest the idea of a "please don't trash IP addresses on output" switch to a net-tools command seems a bit crazy just out the gate..). It would also be helpful if you could include full steps to reproduce or the output that you are seeing - I don't see any truncation when running this command with the default IPv6 settings on an el7 install. Oh joy. On RHEL7 it's -W, on RHEL6 and earlier it's -T posted to upstream: 606dcbc7d1cc203487ae9e773fe7173aa1966f2c aa7fd5739f528cd9534fb4d86daff0e7c0e9bd06 This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2380.html |