From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 6 15:42:48 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 4DBC4106568B for ; Mon, 6 Oct 2008 15:42:48 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay012.isp.belgacom.be (mailrelay012.isp.belgacom.be [195.238.6.179]) by mx1.freebsd.org (Postfix) with ESMTP id E11728FC0A for ; Mon, 6 Oct 2008 15:42:47 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAA/N6UhR9Nve/2dsb2JhbAC7eIFq Received: from unknown (HELO kalimero.kotnet.org) ([81.244.219.222]) by relay.skynet.be with ESMTP; 06 Oct 2008 17:42:45 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id m96Fgi2k004213; Mon, 6 Oct 2008 17:42:44 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: shildreth@allantgroup.com, freebsd-emulation@freebsd.org Date: Mon, 6 Oct 2008 17:42:41 +0200 User-Agent: KMail/1.9.10 References: <200810011852.45247.tijl@ulyssis.org> <200810041252.49105.tijl@ulyssis.org> <1223304835.1353.5.camel@scotth.emsphone.com> In-Reply-To: <1223304835.1353.5.camel@scotth.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810061742.43367.tijl@ulyssis.org> Cc: Subject: Re: firefox & flash9 patches X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 06 Oct 2008 15:42:48 -0000 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