From owner-freebsd-current@freebsd.org Tue Aug 11 08:44:55 2015 Return-Path: Delivered-To: freebsd-current@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 6E67D99FD10 for ; Tue, 11 Aug 2015 08:44:55 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29375F27 for ; Tue, 11 Aug 2015 08:44:54 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1ZP5Ay-002ltZ-G5>; Tue, 11 Aug 2015 10:44:52 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1ZP5Ay-0039v4-BN>; Tue, 11 Aug 2015 10:44:52 +0200 Date: Tue, 11 Aug 2015 10:44:51 +0200 From: "O. Hartmann" To: freebsd-current Subject: Re: r286615: /usr/libexec/ftpd broken! Message-ID: <20150811104451.2031fff2@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <20150811074041.6700e943@freyja.zeit4.iv.bundesimmobilien.de> References: <20150811074041.6700e943@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 08:44:55 -0000 On Tue, 11 Aug 2015 07:40:41 +0200 "O. Hartmann" wrote: > While ftpd daemon was working in r286590, it isn't anymore in r286615. > Starting the daemon make it silently rejecting to start and disappears. > > Even manually started with option -d or/and -i doesn't work anymore. > > Does anybody else see this phenomenon? Scary ... > > > Regards, > oh > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Just recompiled everything with r286617. ftpd starts sometimes, sporadically, and dies somewhere in the process. Connections to the ftpd aren't possible. Sockstat doesn't even show up a TCP/IP socket (21, ftp/tcp) where the daemon is supposed to listen for incoming connection - I see only udp4 (connecting to local_unbound/127.0.0.1:53). This is strange ...