tags 520036 + unreproducible moreinfo thanks Hi Brian!
It works for me.... On tis, 2009-03-17 at 10:18 +1100, Brian May wrote: [...] > No effect: > > launchpad:~# ss -a -6 > [lists all inet4/inet6 connections] $ /sbin/ss -a -6 State Recv-Q Send-Q Local Address:Port Peer Address:Port LISTEN 0 50 :::netbios-ssn :::* LISTEN 0 5 ::1:5900 :::* LISTEN 0 128 :::www :::* LISTEN 0 128 2002:52b6:4504::1:domain :::* LISTEN 0 128 :::ssh :::* LISTEN 0 128 ::1:ipp :::* LISTEN 0 128 ::1:postgresql :::* LISTEN 0 20 :::smtp :::* LISTEN 0 10 :::50330 :::* LISTEN 0 128 :::https :::* LISTEN 0 50 :::microsoft-ds :::* ESTAB 0 0 2002:52b6:4504::1:33970 2002:d573:e482::1:ssh ESTAB 0 0 2002:52b6:4504::1:ssh 2002:52b6:4504:1:20e:35ff:fe8f:3a6:53758 > launchpad:~# ss -a -4 > [lists all inet4/inet6 connections] $ /sbin/ss -a -4 State Recv-Q Send-Q Local Address:Port Peer Address:Port LISTEN 0 128 *:imaps *:* LISTEN 0 5 *:3400 *:* LISTEN 0 50 127.0.0.1:mysql *:* LISTEN 0 128 *:daytime *:* LISTEN 0 128 *:imap2 *:* LISTEN 0 128 127.0.0.1:10031 *:* LISTEN 0 128 *:sunrpc *:* LISTEN 0 128 127.0.0.1:tproxy *:* LISTEN 0 5 *:1554 *:* LISTEN 0 128 82.182.69.4:domain *:* LISTEN 0 32 10.99.99.1:ftp *:* LISTEN 0 128 *:ssh *:* LISTEN 0 128 127.0.0.1:ipp *:* LISTEN 0 128 127.0.0.1:postgresql *:* LISTEN 0 20 *:smtp *:* LISTEN 2 10 *:50330 *:* SYN-RECV 0 0 82.182.69.4:50330 80.74.126.12:2259 TIME-WAIT 0 0 82.182.69.4:50330 99.246.137.210:1402 TIME-WAIT 0 0 82.182.69.4:50330 67.68.16.52:36654 SYN-SENT 0 1 82.182.69.4:39118 99.239.78.203:51413 [... and many more ....] > > Huh? > > launchpad:~# ss -a -4 --tcp > ss: no socket tables to show with such filter. > launchpad:~# ss -a -6 --tcp > ss: no socket tables to show with such filter. > launchpad:~# ss -a --tcp -6 > ss: no socket tables to show with such filter. > launchpad:~# ss -a --tcp -4 > ss: no socket tables to show with such filter. These seems to work for me as well. > > > Also "-f inet" gives identical results to -4 and "-f inet6" gives > identical results to -6. > > launchpad:~# ss -a -f inet > [lists all inet4/inet6 connections] > launchpad:~# ss -a -f inet6 > [lists all inet4/inet6 connections] > launchpad:~# ss -a --tcp -f inet > ss: no socket tables to show with such filter. > launchpad:~# ss -a --tcp -f inet6 > ss: no socket tables to show with such filter. > These seems to work for me as well.... $ uname -r 2.6.26-1-amd64 $ dpkg -l iproute | grep ii ii iproute 20090115-1 networking and traffic control tools > > If I remove the -4 / -6 / -f inet / -f inet6 parameter then everything > works as expected. Could you please try to think of any more information why this fails on your system? Atleast knowing which kernel you're using would be helpful. -- Regards, Andreas Henriksson -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org