From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 9 08:13:06 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CBF5CEA3 for ; Tue, 9 Jul 2013 08:13:06 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) by mx1.freebsd.org (Postfix) with ESMTP id 63AE81F3D for ; Tue, 9 Jul 2013 08:13:06 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id ey16so9843621wid.9 for ; Tue, 09 Jul 2013 01:13:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=B5JlCmYdMr/uNGHztBwp5qlgXpUeV6WKny7j/adSsjw=; b=X940Qw9gYpOQoABZ+rnz3sKtid/z7AHDLGAENaV3WeMItv7diIUS1YwhwEazdmo2kE vEsnrP6Q72RFZefxnzuZprAwJYNvuGMOPLwD888/i683mEexie6aQLq6RFtmAlzgIV0c iM28akgnPm5XWRh9EcxP0wKiQL1FaZmq9NUvwsNoH/FkL/rDWDDiC4eoYWORb7//u4JI 4+om9fC9lDPmrwhE0nm2PQPpmvUc7LD1mBzK6Tz7kOw5JeEHp7ixMjY6+UK7iwDo+B9p e5EtaLUbW4w43JPXGIvauQRG9vY99bemnYOjA+HvSVts4F8kgsH8PqEyE2Y2JhDEcZjq Oh0w== X-Received: by 10.180.77.231 with SMTP id v7mr13690834wiw.49.1373357585452; Tue, 09 Jul 2013 01:13:05 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:ed5f:372f:fef0:a690? ([2001:980:d7ed:1:ed5f:372f:fef0:a690]) by mx.google.com with ESMTPSA id em10sm50066192wid.1.2013.07.09.01.13.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jul 2013 01:13:04 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <51DBC60E.1040301@freebsd.org> Date: Tue, 09 Jul 2013 10:13:02 +0200 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130701 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Re: Installation of linux_base-f10.tbz fails: sysctl: unknown oid 'compat.linux.osrelease' References: <51DB8532.4050907@rawbw.com> In-Reply-To: <51DB8532.4050907@rawbw.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 08:13:06 -0000 On 09-07-2013 05:36, Yuri wrote: > Reporting an error that I got while installing it from binary: > # pkg_add -r linux_base-f10 > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/linux_base-f10.tbz... > Done. > sysctl: unknown oid 'compat.linux.osrelease' > linuxulator is not (kld)loaded, exiting > pkg_add: install script returned error status > Did you do # kldload linux before trying to install the package (if running a GENERIC kernel)? Also check that `sysctl compat.linux.osrelease' returns 2.6.16 René