From owner-freebsd-questions@FreeBSD.ORG Wed Mar 18 17:27:51 2009 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 31D1910657D8 for ; Wed, 18 Mar 2009 17:27:51 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8581C8FC20 for ; Wed, 18 Mar 2009 17:27:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n2IHRgVQ064100; Wed, 18 Mar 2009 18:27:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n2IHRfs7064097; Wed, 18 Mar 2009 18:27:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 18 Mar 2009 18:27:41 +0100 (CET) From: Wojciech Puchar To: rasz In-Reply-To: <49C12C13.6090205@gmail.com> Message-ID: References: <49C12C13.6090205@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD-Questions@freebsd.org Subject: Re: Linux Compatability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2009 17:27:51 -0000 > and it failed > when run complaining that it needs a "CPU with SSE instuctions enabled". > does anyone know what this is and related too? are you CPU SSE capable? if so, probably this app checks capabilities through /proc add this to /etc/fstab linprocfs /compat/linux/proc linprocfs rw 0 0 and mount /compat/linux/proc > 2nd question, is the freebsd base (usr/src) documented anywhere, as to the > programs it entirely contains? exactly those what gets installed :) it contains sources of whole FreeBSD system (excluding ports).