From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 15:24:22 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 805D6106564A for ; Wed, 29 Oct 2008 15:24:22 +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 3D12C8FC0C for ; Wed, 29 Oct 2008 15:24:21 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 458359CB292; Wed, 29 Oct 2008 16:23:20 +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 zZ81s95ZNeiv; Wed, 29 Oct 2008 16:23:14 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B64E39CB716; Wed, 29 Oct 2008 16:23:14 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m9TFNEDF034321; Wed, 29 Oct 2008 16:23:14 +0100 (CET) (envelope-from rdivacky) Date: Wed, 29 Oct 2008 16:23:14 +0100 From: Roman Divacky To: Alexander Leidinger Message-ID: <20081029152314.GA34205@freebsd.org> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <20081028205634.GA93288@freebsd.org> <20081029162105.18469pltiqtoqmao@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081029162105.18469pltiqtoqmao@webmail.leidinger.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org, Mikhail Teterin 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: Wed, 29 Oct 2008 15:24:22 -0000 On Wed, Oct 29, 2008 at 04:21:05PM +0100, Alexander Leidinger wrote: > Quoting Roman Divacky (from Tue, 28 Oct 2008 > 21:56:34 +0100): > > >On Tue, Oct 28, 2008 at 07:17:31PM +0100, Juergen Lock wrote: > > >>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? :) > > Is it needed for plain linux-firefox? If not, it should not check for > it. I don't object to extend the script to check for linuxprocfs if > some trigger file (flashplugin.so in the correct location?) exists. if I understood it correctly it reads something needed for threading to work correctly from /proc, we can expect problems in future when people dont mount linprocfs.. maybe we should put some checks into linuxulator...