From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 13:39:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED8CF1065676 for ; Fri, 8 Aug 2008 13:39:30 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id A43038FC21 for ; Fri, 8 Aug 2008 13:39:30 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so193790yxb.13 for ; Fri, 08 Aug 2008 06:39:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iOrnKQQNTyLKMb7rW6hpw3iyC1o/e5MzHYmYe8V/BAY=; b=UEirT56ypSQbpQDSWzFrv+un1KaYC1vClBv7IFxbo9kLEuztfmay46vtwq/d/Q8Ofl DoWX7j1iPyKPtcwL+VuvLmP6fCw+pz/URiMd38oOnB+oV4SHfqBdzG1ZVaPZviVA/mzW owbsyvnHxWRIk7bwh68MH7nbn16RKhpDHBivk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=dz7riUHSCxFR5NgcV8lELdTxwu+cipOlA11+cnrOn5WtYnBqwQMTeRdKOj0/hTZFDW EvKTvXsalViCmz393j3yX+vOHV5ESb1pBPvmrrCd2J1YIq7mMiXEK3mxFUB2VXS2IN+T DZ6CLbpXPSUwvXRc7w0jSKmr/hDu7ko3fqcjA= Received: by 10.151.145.11 with SMTP id x11mr4837125ybn.109.1218202770099; Fri, 08 Aug 2008 06:39:30 -0700 (PDT) Received: by 10.150.140.14 with HTTP; Fri, 8 Aug 2008 06:39:30 -0700 (PDT) Message-ID: <8cb6106e0808080639j59066239qb1ef1fa9d569cb31@mail.gmail.com> Date: Fri, 8 Aug 2008 09:39:30 -0400 From: "Josh Carroll" To: Rob In-Reply-To: <191454.46791.qm@web33308.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <191454.46791.qm@web33308.mail.mud.yahoo.com> Cc: FreeBSD questions Subject: Re: F7: base system reinstall, no (open)ssh anymore... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 13:39:31 -0000 > Am I missing some essential settings in /etc/make.conf? > What is needed there in order to get (Open)SSH from the base system? > Thanks! > Rob. It should be there by default. Check that /etc/make.conf (or /etc/src.conf) does not set/define: WITHOUT_OPENSSH There are other knobs that implicitly set this as well, so check for these, too: WITHOUT_CRYPT WITHOUT_OPENSSL If any of those are set, it will not build the ssh components. Regards, Josh