RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1247320 - Fix limitation in lsof regarding dual-stack sockets
Summary: Fix limitation in lsof regarding dual-stack sockets
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: lsof
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jan Rybar
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On: 1247553
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-27 18:47 UTC by Phil Sutter
Modified: 2017-08-24 14:28 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-24 14:28:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Phil Sutter 2015-07-27 18:47:44 UTC
Listening AF_INET6 sockets are dual-stack capable if IPV6_V6ONLY sockopt is not set for them, effectively making them combined sockets for AF_INET as well as AF_INET6. Though when listing AF_INET sockets using 'lsof +c 0 -n -P -i4', they don't appear in the output.

Ideally lsof should list these sockets regardless of what address family has been selected.

As there is no information about sockopts for a given socket available in /proc, this ticket probably needs another one for the kernel space counterpart.

Comment 2 Peter Schiffer 2015-07-28 09:28:30 UTC
Hi Phil,

lsof only reads and displays information provided by kernel and if no such info is provided, lsof won't be implementing it. So, could you please create also ticket for the kernel and set depends on field on this one?

Thank you.

peter

Comment 3 Phil Sutter 2015-07-28 10:07:57 UTC
Hi Peter,

Created the ticket as requested. Thanks for the review!

Cheers, Phil


Note You need to log in before you can comment on or make changes to this bug.