From owner-freebsd-questions@freebsd.org Tue Mar 29 11:28:48 2016 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 E796FAE2A63 for ; Tue, 29 Mar 2016 11:28:48 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box.niklaas.eu (unknown [IPv6:2a00:c98:2200:af07:6::1]) by mx1.freebsd.org (Postfix) with ESMTP id B079B1E25 for ; Tue, 29 Mar 2016 11:28:48 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: by box.niklaas.eu (Postfix, from userid 1001) id 299B061FD7; Tue, 29 Mar 2016 13:28:40 +0200 (CEST) Date: Tue, 29 Mar 2016 13:28:40 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: www/obhttpd and question marks in sockstat Message-ID: <20160329112840.GA5801@box.niklaas.eu> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 11:28:49 -0000 I am trying to get www/obhttpd running in a jail. `service obhttpd start` works and I get it listening on port 80. But if I run `service obhttpd stop` I encounter two problems: 1. It seems that there's a problem terminating all related processes. Stopping obhttpd. kill: 8221: No such process kill: 8222: No such process kill: 8223: No such process kill: 8224: No such process 2. I end up with some ports open that I don't know how to close. USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRE= SS =20 ? ? ? ? tcp6 2a00:c98:2200:af07:6:0:1:1:80 *:* ? ? ? ? tcp4 10.15.1.1:80 *:* Some ideas on what could be causing the first and second issue? How can I c= lose these ports manually? Is this worth a bug report or a mistake on my side? --=20 Niklaas