From owner-freebsd-questions@FreeBSD.ORG Sun Feb 3 20:33:21 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43A3A16A420 for ; Sun, 3 Feb 2008 20:33:21 +0000 (UTC) (envelope-from sroberts@vickiandstacey.com) Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by mx1.freebsd.org (Postfix) with ESMTP id D6C4413C458 for ; Sun, 3 Feb 2008 20:33:20 +0000 (UTC) (envelope-from sroberts@vickiandstacey.com) Received: from [82.68.31.182] (helo=Demon.vickiandstacey.com) by rutherford.zen.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1JLlWh-0000jo-Gy; Sun, 03 Feb 2008 20:33:19 +0000 Received: from localhost.vickiandstacey.com ([192.168.1.4]) by Demon.vickiandstacey.com (8.13.1/8.13.1) with ESMTP id m13KXaGm033379; Sun, 3 Feb 2008 20:33:36 GMT (envelope-from sroberts@vickiandstacey.com) Received: from localhost.vickiandstacey.com (localhost.vickiandstacey.com [127.0.0.1]) by localhost.vickiandstacey.com (8.13.8/8.13.8) with ESMTP id m13KXCvV026813; Sun, 3 Feb 2008 20:33:16 GMT (envelope-from sroberts@localhost.vickiandstacey.com) Received: (from sroberts@localhost) by localhost.vickiandstacey.com (8.13.8/8.13.8/Submit) id m13KXB6o026812; Sun, 3 Feb 2008 20:33:11 GMT (envelope-from sroberts) Date: Sun, 3 Feb 2008 20:33:10 +0000 From: Stacey Roberts To: Wojciech Puchar Message-ID: <20080203203310.GE1422@chimera.vickiandstacey.com> References: <20080203182147.GC1422@chimera.vickiandstacey.com> <20080203195723.F2146@wojtek.tensor.gdynia.pl> <20080203191816.GD1422@chimera.vickiandstacey.com> <20080203202910.X2428@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20080203202910.X2428@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.5.15 (2007-04-06) X-Originating-Rutherford-IP: [82.68.31.182] Cc: questions@freebsd.org, Stacey Roberts Subject: Re: linux-opera-9.25.20071214 on FreeBSD 7.0-PRERELEASE amd64 fails to start up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stacey@vickiandstacey.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2008 20:33:21 -0000 Hi Wojciech! Thanks for the response. On Sun, 03 Feb 2008, Wojciech Puchar wrote: > > $ cat /etc/fstab > > # Device Mountpoint FStype Options Dump > > Pass# > > /dev/ad4s2b none swap sw 0 0 > > /dev/ad4s2a / ufs rw 1 1 > > /dev/ad4s2e /home ufs rw 2 2 > > /dev/ad4s2d /tmp ufs rw 2 2 > > /dev/ad4s2f /usr ufs rw 2 2 > > /dev/ad4s2g /var ufs rw 2 2 > > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > > $ > > > > Note that that line is not in /etc/fstab on *any* of the other FreeBSD > > workstations here. > > possibly not all linux programs need this > > add > > linprocfs /compat/linux/proc linprocfs rw 0 > 0 > > > and turn ON linux emulation because this is probably your problem :) > Err., if you meant to ensure that "linux_enable="YES"" is in /etc/rc.conf, and that linux-base is installed, then these have already been done. Thanks all the same - I've submitted a PR. Regards, S Roberts > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"