From owner-freebsd-ports@FreeBSD.ORG Thu Mar 12 15:25:58 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B1864E5 for ; Thu, 12 Mar 2015 15:25:58 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA1AF9DB for ; Thu, 12 Mar 2015 15:25:57 +0000 (UTC) Received: by pabrd3 with SMTP id rd3so21372480pab.5 for ; Thu, 12 Mar 2015 08:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dukHuZIdqOOc8EiYWvv2Rx42LYUyJmT7SZZdPj9abxY=; b=pNhmZq7cg1Iu8H7cxFdDmU6d8e97YyqhkIPVw37QZxvXqa3xV7Qr0mGHl8uS2YRIMw zFUSAhDYTsfJQ8mmWuTq49b86sGcJc7JXzeg2wrpGdT7asmGKwrzGUoYTAL5umg8wjKg W98wIZ+Q+gT46/iT43EdSzC88TjCCykQiZM6tCXJxciIPMCYvv1OdqZgaKYZo9ZQh1Ng 8TjqTUnrsIJXO8rtnYQFvT5WWvObo2zNZXe0wTU/xSc5SYW+h4tazUhCufYo2ouU9mfG rmeVDkxbyS0T5GmecT/kkejaJKlJf45QRE/B0oDo249nte1NCNDo/WkbaYuX5DQPLYcl d0Gw== MIME-Version: 1.0 X-Received: by 10.66.164.163 with SMTP id yr3mr59221142pab.154.1426173957317; Thu, 12 Mar 2015 08:25:57 -0700 (PDT) Received: by 10.70.79.166 with HTTP; Thu, 12 Mar 2015 08:25:57 -0700 (PDT) In-Reply-To: <201503121520.t2CFKP1N055036@mech-as221.men.bris.ac.uk> References: <2eefaea5c4fc8fe5e0372429cdf0ba74@ultimatedns.net> <201503121520.t2CFKP1N055036@mech-as221.men.bris.ac.uk> Date: Thu, 12 Mar 2015 10:25:57 -0500 Message-ID: Subject: Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory From: Adam Vande More To: mexas@bris.ac.uk Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Ports , Chris H , David Wolfskill X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 15:25:58 -0000 On Thu, Mar 12, 2015 at 10:20 AM, Anton Shterenlikht wrote: > >By virtue of the fact that kldstat(8) returns nvidia. You > >can be assured that linux has already been loaded, or > >rather, that linux is already available. Which suggests to > >me that it is already part of your kernel. dmesg(8) > >(/var.run/dmesg.boot) might well reveal that, for you. > >Perhaps even in /var/log/messages. > > $ grep -i linux /var/run/dmesg.boot > $ > > What does this tell me? > That the string linux doesn't appear in /var/run/dmesg.boot I don't understand the fixation on this module. It's clearly loaded. Your problem lies elsewhere. -- Adam