From owner-freebsd-stable@freebsd.org Wed Sep 23 18:35:34 2015 Return-Path: Delivered-To: freebsd-stable@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 DCFABA06498 for ; Wed, 23 Sep 2015 18:35:34 +0000 (UTC) (envelope-from ghe@slsware.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C7C2D1B43 for ; Wed, 23 Sep 2015 18:35:34 +0000 (UTC) (envelope-from ghe@slsware.net) Received: by mailman.ysv.freebsd.org (Postfix) id C66F9A06497; Wed, 23 Sep 2015 18:35:34 +0000 (UTC) Delivered-To: stable@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 C60E8A06496 for ; Wed, 23 Sep 2015 18:35:34 +0000 (UTC) (envelope-from ghe@slsware.net) Received: from srv.slsware.net (srv.slsware.net [216.17.134.203]) by mx1.freebsd.org (Postfix) with ESMTP id AA12B1B3E for ; Wed, 23 Sep 2015 18:35:34 +0000 (UTC) (envelope-from ghe@slsware.net) Received: from air.slsware.wif (unknown [192.168.2.229]) by srv.slsware.net (srv.slsware.net) with ESMTP id 9E3972C0CD9 for ; Wed, 23 Sep 2015 12:35:33 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: when the sshd hits the fan From: Glenn English X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.18 BETA/60 In-Reply-To: Date: Wed, 23 Sep 2015 12:34:39 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <50FC7B1F-1009-449C-9215-E3EBFD0CA7F5@slsware.net> References: <56026686.8030308@norma.perm.ru> <86wpvhjm7g.fsf@nine.des.no> <5602C0C2.5010102@norma.perm.ru> To: "stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 18:35:35 -0000 On Sep 23, 2015, at 10:00 AM, Michael Loftis wrote: > Sendmail for one can hang for stupidly long times waiting in dead = resolvers before allowing the system to continue booting. So replace it with Postfix? I've been using it (on Debian Linux) for = decades without any problems. AFAIK, it doesn't do anything pathological = like that. It just reads its config and starts waiting for email. > That's the most common thing, RC scripts hanging waiting on external = resources while you're locked out simply because sshd starts = ridiculously late. Very common problem. If properly configed, shouldn't things come up in order, with their = dependencies already running? Or is specifying boot order not possible = on FBSD? I can certainly understand the possible need for SSH, just for incase, = but I'd think things could be set to do stuff in the proper order. = Except for cyclic dependencies, of course -- a significant bug for the = maintainers. --=20 Glenn English