From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 6 16:52:28 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FEF610656B8 for ; Mon, 6 Oct 2008 16:52:28 +0000 (UTC) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.freebsd.org (Postfix) with ESMTP id 618018FC12 for ; Mon, 6 Oct 2008 16:52:28 +0000 (UTC) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.14.2/8.14.2) with ESMTP id m96GqRcQ008711; Mon, 6 Oct 2008 11:52:27 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.14.2/8.14.2/Submit) id m96GqRtI008710; Mon, 6 Oct 2008 11:52:27 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) From: "Scott T. Hildreth" To: Tijl Coosemans In-Reply-To: <200810061742.43367.tijl@ulyssis.org> References: <200810011852.45247.tijl@ulyssis.org> <200810041252.49105.tijl@ulyssis.org> <1223304835.1353.5.camel@scotth.emsphone.com> <200810061742.43367.tijl@ulyssis.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 06 Oct 2008 11:52:27 -0500 Message-Id: <1223311947.1353.10.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Cc: freebsd-emulation@freebsd.org Subject: Re: firefox & flash9 patches X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shildreth@allantgroup.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2008 16:52:28 -0000 On Mon, 2008-10-06 at 17:42 +0200, Tijl Coosemans wrote: > On Monday 06 October 2008 16:53:55 Scott T. Hildreth wrote: > > I installed the linux_procfs patch, rebuilt the kernel and installed > > it. I installed missing linux ports, including the flash9 port. Then > > I copied your libflashsupport library over the installed one. I ran > > the command "nspluginwrapper -v -a -i" and rebooted. My flash9 is > > not working, the npviewer.bin is segfaulting. Did I miss a step? > > Did you mount linprocfs? > > mount -t linprocfs linprocfs /compat/linux/proc > > You can add the following line to /etc/fstab to have it mounted at > boot. > > linprocfs /compat/linux/proc linprocfs rw 0 0 That did it, thanks Tijl! I had that in my fstab before, I must have lost in an update. Thanks again. Scott