From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 20:57:38 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 6D0BF1065674 for ; Tue, 28 Oct 2008 20:57:38 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 287578FC80 for ; Tue, 28 Oct 2008 20:57:37 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 855039CB432; Tue, 28 Oct 2008 21:56:37 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JOxixdFRdMAN; Tue, 28 Oct 2008 21:56:35 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 18ADF9CB717; Tue, 28 Oct 2008 21:56:35 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m9SKuYDK093653; Tue, 28 Oct 2008 21:56:34 +0100 (CET) (envelope-from rdivacky) Date: Tue, 28 Oct 2008 21:56:34 +0100 From: Roman Divacky To: Mikhail Teterin , freebsd-emulation@FreeBSD.org Message-ID: <20081028205634.GA93288@freebsd.org> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081028181731.GA30591@saturn.kn-bremen.de> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: flash9 checklist (was: flash-9, 10 on FreeBSD) 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: Tue, 28 Oct 2008 20:57:38 -0000 On Tue, Oct 28, 2008 at 07:17:31PM +0100, Juergen Lock wrote: > On Tue, Oct 28, 2008 at 08:59:23AM -0400, Mikhail Teterin wrote: > > Hello! > > > > I'm having serious problems with Adobe's Flash 9 and 10 on my FreeBSD-7/amd64 > > system. > > > > If I try to use it directly with linux-firefox, the entire browser crashes > > quickly. If I try www/nspluginwrapper with a native browser, the > > wrapper-launched npviewer.bin seg-faults instead. Either way, the plugin does > > not work... > > > > It appears, there was some activity recently in trying to fix these problems > > (is it all in linprocfs/?) What is the current status? Thanks, > > > > -mi > > Preliminary checklist for getting flash9 to work in native firefox: > (flash10 needs more ports work, I shall post about that seperately on > -emulation...) If you have additions to this please post a followup to > this thread, keeping the Cc: (I'm not on -questions...) > > 1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC > (the relevant MFC commits are: > http://svn.freebsd.org/viewvc/base?view=revision&revision=183819 > http://svn.freebsd.org/viewvc/base?view=revision&revision=184075 > - a recent HEAD should also work of course.) There are linprocfs patches > for RELENG_6 too (merging the former commit), but the latter commit can't > be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9 > probably won't work on SMP there. (Although if you have SMP you probably > should be running 7 anyway. :) Oh and if you do have SMP you also need to > use the ULE scheduler, the cpuset syscalls are not supported with 4BSD. > linprocfs patches for 6: > http://people.freebsd.org/~nox/linprocfs-6.3.patch > http://people.freebsd.org/~nox/linprocfs-6.4.patch > > 2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC > (the last www/linux-flashplugin9 commit is: > http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html > ) > > 3. Make sure linprocfs is mounted to /compat/linux/proc . the linux-firefox script should check for /proc being mounted. It's not a hard thing to do... any takers? :)