From unknown Thu Mar 28 11:42:14 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#799: Same problem in Gentoo Reply-To: Bernard Cafarelli , 799@bugs.x2go.org Resent-From: Bernard Cafarelli Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Mon, 27 Apr 2015 12:40:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 799 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by 799-submit@bugs.x2go.org id=B799.143013835518347 (code B ref 799); Mon, 27 Apr 2015 12:40:02 +0000 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 To: 799@bugs.x2go.org 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 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 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, ...)