https://bugzilla.novell.com/show_bug.cgi?id=727997 https://bugzilla.novell.com/show_bug.cgi?id=727997#c4 --- Comment #4 from Danny van Delft <d.a.van.delft@gmail.com> 2011-11-04 13:20:39 UTC --- Afraid so. Tested with all listening sockets: srv096:~ # netstat -l -n -t Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5902 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5970 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:7002 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:28000 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:28002 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:28003 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5801 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:9002 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5802 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN tcp 0 0 :::6001 :::* LISTEN tcp 0 0 :::22 :::* LISTEN tcp 0 0 :::445 :::* LISTEN tcp 0 0 :::139 :::* LISTEN srv096:~ # for p in $(netstat -l -n -t|grep '^tcp' | awk '{print $4}' | sed 's/.*://'); do echo -n "$p: " ; fuser -n tcp $p ;echo fuser exit: $?; done 5901: fuser exit: 1 5902: fuser exit: 1 6001: fuser exit: 1 5970: fuser exit: 1 22: fuser exit: 1 631: fuser exit: 1 7002: fuser exit: 1 445: fuser exit: 1 28000: fuser exit: 1 28002: fuser exit: 1 28003: fuser exit: 1 901: fuser exit: 1 5801: fuser exit: 1 9002: fuser exit: 1 5802: fuser exit: 1 139: fuser exit: 1 6001: fuser exit: 1 22: fuser exit: 1 445: fuser exit: 1 139: fuser exit: 1 srv096:~ # -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.