Hi, I've found that if I run something like :
ping -4 127.0.0.1
ping6 ::1
and then open another terminal and run using pid of those processes:
sudo lsfd -i -p 148253,148121 -o +FD,SOCK.STATE
COMMAND PID USER ASSOC XMODE TYPE SOURCE MNTID INODE NAME FD SOCK.STATE
ping 148121 sergio 3 rw---- PING sockfs 9 1503460 state=close id=30 laddr=0.0.0.0 3 close
ping6 148253 sergio 3 rw---- PINGv6 sockfs 9 1501004 state=close id=31 laddr=:: 3 close
ping 148121 sergio 3 rw---- PING sockfs 9 1503460 state=close id=30 laddr=0.0.0.0 3 close
ping6 148253 sergio 3 rw---- PINGv6 sockfs 9 1501004 state=close id=31 laddr=:: 3 close
I wonder if the "state=close" is the expected behavior or if is an error, I even run that command with watch -n 0.1 and always appears as "close".
Thanks in advance
-- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue