tags 774707 + moreinfo thanks Le mardi 06 janvier 2015 à 15:47 +0100, Fabian Kurz a écrit : > > The problem appears to be in line 32 of "postinst": > > # disable to force user to configure inetd mode > # and disable if standalone mode > update-inetd --disable https > > This command appears to fail if there are existing connections to any xinetd > service.
I use update-inetd to enable/disable the sslh service and this utility seems to (according to description) doesn't support xinetd but the xinetd depends on it. Anyway, i've tested this on jessie: - install xinetd 1:2.3.15-3 (and update-inetd 4.43, by depends) - enable echo service in /etc/xinetd.d/echo and connect to it - install sslh 1.16-2, default standalone - call "update-inetd --disable https" : # update-inetd --disable https # echo test | nc localhost 7 test ^C My echo session was never disconnected by the removal of sslh and the xinetd service always listen and accept new connections on 7/tcp. Can you reproduce the problem on Jessie ? -- Guillaume Delacour <[email protected]>
signature.asc
Description: This is a digitally signed message part

