From owner-freebsd-questions@freebsd.org Mon Mar 6 19:39:40 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FE57CFB777 for ; Mon, 6 Mar 2017 19:39:40 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 57FBC1006 for ; Mon, 6 Mar 2017 19:39:40 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: by mailman.ysv.freebsd.org (Postfix) id 52E4DCFB775; Mon, 6 Mar 2017 19:39:40 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 528B3CFB774 for ; Mon, 6 Mar 2017 19:39:40 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA8FA1FF6 for ; Mon, 6 Mar 2017 19:39:39 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id v26JdaoL027952 for ; Mon, 6 Mar 2017 20:39:36 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 2D4BEF06; Mon, 6 Mar 2017 20:39:36 +0100 (CET) Message-ID: <58BDBAF7.5000907@omnilan.de> Date: Mon, 06 Mar 2017 20:39:35 +0100 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: FreeBSD questions Subject: procstat(1) [-f], proto=stream without addresses Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Mon, 06 Mar 2017 20:39:36 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 19:39:40 -0000 Hello, I'm in foreign waters and try gather debugging info. One thing I noticed is that procstst(1) doesn't show any addresses for my evil process. Excerpt: USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS squid negotiate_ 597 1 stream -> ?? squid negotiate_ 596 0 stream -> ?? squid negotiate_ 596 1 stream -> ?? squid negotiate_ 595 0 stream -> ?? … (lots more snipped) squid squid 586 10 stream -> ?? squid squid 586 12 stream -> ?? squid squid 586 14 stream -> ?? squid squid 586 16 stream -> ?? squid squid 586 18 stream -> ?? … (lots more snipped) Simple question: Is this a "legal" state? Any hints for further readings on this topic highly appreciated! Thanks, -harry