From owner-freebsd-stable@FreeBSD.ORG Thu Jan 14 17:37:47 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F08EF1065696 for ; Thu, 14 Jan 2010 17:37:47 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id BA1028FC22 for ; Thu, 14 Jan 2010 17:37:47 +0000 (UTC) Received: by iwn36 with SMTP id 36so17120262iwn.3 for ; Thu, 14 Jan 2010 09:37:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=dM5DOEYCfTNRrO+n2lsAJFdIyY5TOLuzflaVwRqzhkc=; b=NsmN55t+l9nNLiotDQ/t59m+4YG5KuZeuKLZZ02T54S53tnA8VzAbEgYAAst/x+jfg 2kpuQOxOXpwShwzx4peg240tmsUmH9bUpPiEANvGANZE09CYRUoOIigChOHEm69o4zj5 h2NdDBjO8PvLcCHd+DXst6qdKEnpWikCnuCN0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CQHYIZl4j9niqfIoTLmJRRW/1roOky5eONUgjH3WxtJOmPy6i6ZQ0WisfRuD69V0iQ 3YdCFsrQRW++LEX1+Ib7hmWfRMuyJJZpXwcAP60kUSXYJpS8uA/fppz56OdRFZndaOKr sHW6aU9HCq9TQmKF01Y+aR4xXqsp1tnm6WtiQ= MIME-Version: 1.0 Received: by 10.231.168.11 with SMTP id s11mr1141492iby.35.1263490662155; Thu, 14 Jan 2010 09:37:42 -0800 (PST) In-Reply-To: <4B4F4BBF.4090600@rakupottery.org.uk> References: <4B4F4BBF.4090600@rakupottery.org.uk> Date: Thu, 14 Jan 2010 11:37:42 -0600 Message-ID: <790a9fff1001140937k541dd673pc28381a59861f4f9@mail.gmail.com> From: Scot Hetzel To: Martin Smith Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: problem install linux base f10 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 17:37:48 -0000 On Thu, Jan 14, 2010 at 10:52 AM, Martin Smith wrote: > 8.0 stable freshly installed and updated, am trying to install linux base > f10 and getting the following error > sysctrl: unknown oid 'compat.linux.osrelease' > linuxulator is not (kld)loaded, exiting > pkg_add: install script returned error status > > is there some work around for this? cheers You need to load the linux kernel module, before installing the linux_base-f10 port. Just do a 'kldload linux' before installing the port. Then to have the linux module always load at boot, add linux_enable="YES" to /etc/rc.conf. Scot