From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 20 17:21:01 2010 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 1AD201065674 for ; Tue, 20 Jul 2010 17:21:01 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id BEC788FC1A for ; Tue, 20 Jul 2010 17:21:00 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 7CB311E0020E; Tue, 20 Jul 2010 19:20:59 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o6KHEX5c027244; Tue, 20 Jul 2010 19:14:33 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o6KHEW5B027243; Tue, 20 Jul 2010 19:14:32 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 20 Jul 2010 19:14:32 +0200 To: Roman Divacky Message-ID: <20100720171432.GA26794@triton8.kn-bremen.de> References: <201007191903.o6JJ3g8Y075986@triton8.kn-bremen.de> <4C45399F.7010304@aldan.algebra.com> <20100720135806.GA88064@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100720135806.GA88064@freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "Mikhail T." , freebsd-emulation@FreeBSD.org, Juergen Lock Subject: Re: flash on 8.1? 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, 20 Jul 2010 17:21:01 -0000 On Tue, Jul 20, 2010 at 03:58:06PM +0200, Roman Divacky wrote: > On Tue, Jul 20, 2010 at 01:52:31AM -0400, Mikhail T. wrote: > > On 19.07.2010 15:03, Juergen Lock wrote: > > >and indeed after setting dom.ipc.plugins.enabled.libflashplayer.so > > >to false inabout:config youtube also worked in www/linux-firefox 3.6.6. > > > > > Thanks, Juergen, this last method seems to have worked for one of the > > users -- with an 8.1/i386. > > > > It does not, however, work for me (8.1/amd64) -- linux-firefox (3.6.6) > > dies at start-up: > > > > linux: pid 10018 (firefox-bin): syscall epoll_create not implemented > > > > I don't know, why it is making this system call on my amd64 system, but > > that's the fact... On both systems the linux-firefox is version 3.6.6,1 > > and the compat.linux.osrelease is set to 2.6.16. > > > > Any ideas? Thanks! > > I implemented: http://lev.vlakno.cz/~rdivacky/patches/linux_epoll.patch > a long time ago and never finished that (it mostly lacks kqueue-after-fork) > > it may help you Acutally I'd say the message is harmless, I also get it here on 8.1/amd64 where flash works after disabling dom.ipc.plugins.enabled.libflashplayer.so as mentioned. (And I just looked at my older post, http://lists.freebsd.org/pipermail/freebsd-current/2010-March/016220.html seems I checked this before and saw that ff has fallback code for when the syscall is missing.) Mikhail, have you tried ff's -safe-mode, or maybe even better creating a new profile from scratch? And if that doesn't work maybe you should really use a native browser with nspluginwrapper like most(?) of us do... HTH, Juergen