From owner-freebsd-net@freebsd.org Wed Feb 1 13:10:09 2017 Return-Path: Delivered-To: freebsd-net@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 B59F8CCBF9D for ; Wed, 1 Feb 2017 13:10:09 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from smtpq2.tb.mail.iss.as9143.net (smtpq2.tb.mail.iss.as9143.net [212.54.42.165]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 729F2B8B for ; Wed, 1 Feb 2017 13:10:09 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from [212.54.42.134] (helo=smtp10.tb.mail.iss.as9143.net) by smtpq2.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1cYu1y-0003gF-0N for freebsd-net@freebsd.org; Wed, 01 Feb 2017 13:28:58 +0100 Received: from 5ed15678.cm-7-2b.dynamic.ziggo.nl ([94.209.86.120] helo=wan0.bsd4all.org) by smtp10.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1cYu1x-0007Sm-U7 for freebsd-net@freebsd.org; Wed, 01 Feb 2017 13:28:57 +0100 Received: from newnas (localhost [127.0.0.1]) by wan0.bsd4all.org (Postfix) with ESMTP id B3964156 for ; Wed, 1 Feb 2017 13:28:57 +0100 (CET) X-Virus-Scanned: amavisd-new at bsd4all.org Received: from wan0.bsd4all.org ([127.0.0.1]) by newnas (newnas.bsd4all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cz-jADTg28kl for ; Wed, 1 Feb 2017 13:28:57 +0100 (CET) Received: from [192.168.1.64] (mm [192.168.1.64]) by wan0.bsd4all.org (Postfix) with ESMTPSA id 463B714B for ; Wed, 1 Feb 2017 13:28:57 +0100 (CET) From: Peter Blok Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: 11-stable mountd listens on port 993 Message-Id: <33C2BACA-E500-4C57-9827-797F5206C572@bsd4all.org> Date: Wed, 1 Feb 2017 13:28:56 +0100 To: freebsd-net@freebsd.org X-Mailer: Apple Mail (2.3259) X-SourceIP: 94.209.86.120 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=C7+Z8UH+ c=1 sm=1 tr=0 a=IkzOOneQUJP1+bAPekPvBg==:17 a=n2v9WMKugxEA:10 a=iBaiPJ-joxjMkPYG0hwA:9 a=QEXdDO2ut3YA:10 a=awgRJSotPjkA:10 a=afVW8qIJhE4arkyR:21 a=_W_S_7VecoQA:10 none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 13:10:09 -0000 I just updated to 11-stable@313042 and when I rebootted my system = dovecot didn=E2=80=99t want to start because port 993 was already in = use. Checked with lsof and it was mountd that was listening on this port. = When I stopped mountd and started dovecot everything was fine. When I = started mountd after this it worked ok. Next reboot everything was fine. Anybody know why mountd could have been listening to port 993? Peter