From owner-freebsd-stable Fri Apr 19 10:44: 6 2002 Delivered-To: freebsd-stable@freebsd.org Received: from snafu.adept.org (snafu.adept.org [63.201.63.44]) by hub.freebsd.org (Postfix) with ESMTP id 8F98437B417 for ; Fri, 19 Apr 2002 10:44:01 -0700 (PDT) Received: by snafu.adept.org (Postfix, from userid 1000) id 7CB4F9EE33; Fri, 19 Apr 2002 10:43:56 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by snafu.adept.org (Postfix) with ESMTP id 752439B001 for ; Fri, 19 Apr 2002 10:43:56 -0700 (PDT) Date: Fri, 19 Apr 2002 10:43:56 -0700 (PDT) From: Mike Hoskins To: Subject: inetd_enable=? Message-ID: <20020419103335.G10179-100000@snafu.adept.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did inetd_enable in /etc/defaults/rc.conf begin defaulting to NO instead of YES? After upgrading a box remotely, and rebooting... I was stumped as to why I could ping it but not SSH to the box. Checked UPDATING, and changed the ephemeral port range back thinking that may be the cause... Then I started using my head for more than a hat rack, and noted that ps didn't show inetd running. (Always check the simplest things last!) I usually run sshd, but this box is rarely touched in person so I'd opted to call it from inetd. Is this just me, or did something change? I didn't previously need inetd_enable="YES" in /etc/rc.conf, only inetd_flags... I've looked back through -stable and don't see anyone else mentioning it. That must mean everyone else knew and I overlooked the headsup, or I'm the only guy using inetd to spawn sshd. :) This is a backend box, sporting 2-way 2Ghz Xeons with 768 bit server key... So I never really notice a downside to running sshd from inetd. My past assumption was inetd's been around longer, so is less likely to crash or die than sshd. Granted, that assumption becomes less useful by the day. Later, -Mike -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." --Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message