vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I use the Sun Freeware package lsof_0606-4.77-sol10-sparc-local on a Solaris 10 8/07. I have an application process which uses the TCP port 34626. I mentioned that the commands netstat and pfiles report this port number but lsof doesn't do it. root@sotso004# netstat -an | grep 34626 128.87.45.104.34626 128.87.43.90.46976 32768 0 49640 0 ESTABLISHED 128.87.45.104.34626 128.87.43.90.47046 32768 0 49640 0 ESTABLISHED *.34626 *.* 0 0 49152 0 LISTEN root@sotso004# pfiles 2385 [...] 29: S_IFSOCK mode:0666 dev:317,0 ino:46326 uid:0 gid:0 size:0 O_RDWR|O_NONBLOCK FD_CLOEXEC SOCK_STREAM SO_REUSEADDR,SO_KEEPALIVE,SO_SNDBUF(49152),SO_RCVB UF(49640),IP_NEXTHOP(0.0.193.232) sockname: AF_INET 128.87.45.104 port: 34626 peername: AF_INET 128.87.43.90 port: 47046 root@sotso004# lsof -P -i :34626 <no output> root@sotso004# lsof -P -p 2385 [...] TNMan 2385 nsueadm 29u IPv4 TCP no TCP/UDP/IP information available Why lsof doesn't show the port number of file descriptor 29? I also tried this with the latest version of lsof 4.79 ... same result. -- Roland |