From voyageur@gentoo.org  Mon Apr 27 14:39:13 2015
Received: (at 799) by bugs.x2go.org; 27 Apr 2015 12:39:15 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=ham
	version=3.3.2
X-Greylist: delayed 300 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Mon, 27 Apr 2015 14:39:13 CEST
Received: from intrepid.cafarelli.fr (intrepid.cafarelli.fr [195.154.78.185])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 013005DA98
	for <799@bugs.x2go.org>; Mon, 27 Apr 2015 14:39:12 +0200 (CEST)
Received: from cafarelli.fr (localhost [127.0.0.1])
	by intrepid.cafarelli.fr (Postfix) with ESMTP id 2F631E0065
	for <799@bugs.x2go.org>; Mon, 27 Apr 2015 14:34:11 +0200 (CEST)
DKIM-Filter: OpenDKIM Filter v2.9.2 intrepid.cafarelli.fr 2F631E0065
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Mon, 27 Apr 2015 14:34:11 +0200
From: Bernard Cafarelli <voyageur@gentoo.org>
To: 799@bugs.x2go.org
Subject: Same problem in Gentoo
Organization: Gentoo Foundation, Inc.
Message-ID: <1e47dc1f09129eaf493dff52168b1df1@cafarelli.fr>
X-Sender: voyageur@gentoo.org
User-Agent: Roundcube Webmail/1.2-git

iproute2 3.19.0 is stable on most important arches now, and also has the 
problem

If my git bisect went fine this is the commit where the command started 
returning nothing:

commit 9db7bf15e22b6a1b8bc09c4a1e29571cbca55c94
Author: Vadim Kochan <vadim4j@gmail.com>
Date:   Sun Jan 4 22:18:40 2015 +0200

     ss: Filtering logic changing, with fixes

     This patch fixes some filtering combinations issues which does not
     work on the 'master' version:

         $ ss -4
         shows inet & unix sockets, instead of only inet sockets

         $ ss -u
         needs to specify 'state closed'

         $ ss src unix:*X11*
         needs to specify '-x' shortcut for UNIX family

         $ ss -A all
         shows only sockets with established states

     There might some other issues which was not observed.

     Also changed logic for calculating families, socket types and
     states filtering. I think that this version is a little simpler
     one. Now there are 2 predefined default tables which describes
     the following maping:

         family  -> (states, dbs)
         db      -> (states, families)

     Signed-off-by: Vadim Kochan <vadim4j@gmail.com>


I have not used the ss command much, but this does indeed look like an 
iproute2 bug

-- 
Bernard Cafarelli (Voyageur)
Gentoo developer (NX, GNUstep, net-misc, llvm/clang, ...)

