Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 13:28:40 +0200
From:      Niklaas Baudet von Gersdorff <stdin@niklaas.eu>
To:        freebsd-questions@freebsd.org
Subject:   www/obhttpd and question marks in sockstat
Message-ID:  <20160329112840.GA5801@box.niklaas.eu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160329112840.GA5801>