From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 2 13:44:25 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 174F41065687 for ; Thu, 2 Oct 2008 13:44:25 +0000 (UTC) (envelope-from chd@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id BDA788FC28 for ; Thu, 2 Oct 2008 13:44:24 +0000 (UTC) (envelope-from chd@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 648A12006F7; Thu, 2 Oct 2008 17:23:12 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1253209564; Thu, 02 Oct 2008 17:23:12 +0400 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.2) with ESMTP id m92DNCOm010264; Thu, 2 Oct 2008 17:23:12 +0400 (MSD) (envelope-from chd@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.2/Submit) id m92DN6HC010263; Thu, 2 Oct 2008 17:23:06 +0400 (MSD) (envelope-from chd) Date: Thu, 2 Oct 2008 17:23:06 +0400 From: Chagin Dmitry To: Vladimir Grebenschikov Message-ID: <20081002132306.GA10232@dchagin.dialup.corbina.ru> References: <200810011852.45247.tijl@ulyssis.org> <1222927463.1798.11.camel@localhost> <200810021446.57051.tijl@ulyssis.org> <1222952618.1798.56.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1222952618.1798.56.camel@localhost> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org 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: Thu, 02 Oct 2008 13:44:25 -0000 On Thu, Oct 02, 2008 at 05:03:38PM +0400, Vladimir Grebenschikov wrote: > On Thu, 2008-10-02 at 14:46 +0200, Tijl Coosemans wrote: > > On Thursday 02 October 2008 08:04:23 Vladimir Grebenschikov wrote: > > > On Wed, 2008-10-01 at 18:52 +0200, Tijl Coosemans wrote: > > > > I have the following linux packages installed: > > > > linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary > > linux-cairo-1.0.2 Linux cairo binary > > linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library > > linux-firefox-2.0.0.17 Web browser based on the browser portion of Mozilla > > linux-flashplugin-9.0r124_1 Adobe Flash Player NPAPI Plugin > > linux-fontconfig-2.2.3_7 Linux/i386 binary of Fontconfig > > linux-glib2-2.6.6 Version 2.X Linux/i386 binary port of GLib > > linux-gtk2-2.6.10 GTK+ library, version 2.X, Linux binary > > linux-hicolor-icon-theme-0.5_1 A high-color icon theme shell from the FreeDesktop project > > linux-jpeg-6b.34 RPM of the JPEG lib > > linux-openssl-0.9.7f SSL and crypto library (Linux Version) > > linux-pango-1.10.2 Linux pango binary > > linux-png-1.2.8_2 RPM of the PNG lib > > linux-tiff-3.7.1 TIFF library, Linux/i386 binary > > linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries > > linux_base-fc-4_13 Base set of packages needed in Linux mode (for i386/amd64) > > > > Kernel with Dmitry's linprocfs patch and linprocfs mounted on > > /compat/linux/proc > > > > sysctl compat.linux > > compat.linux.oss_version: 198144 > > compat.linux.osrelease: 2.4.2 > > compat.linux.osname: Linux > > > > That's it for linux-firefox. > > Hm, in my case it even does not starts with osrelease=2.4.2 > $ linux-firefox > FATAL: kernel too old > $ > feel free to switch back to linux_base-fc4.... I'm curiously :) > > For native firefox, you need to install nspluginwrapper and run > > "nspluginwrapper -v -a -i" as root. > > Same diagnostic from flashplugin9 under ff3, looks like it is due to > glibc from fedora8 > > looks like either flashpayer9 or flashsupport or some linux library > provides additional ALSA->pcm compatibility. > ktrace/linux_kdump of running linux-ff3 please :) > > My patch for libflashsupport improves handling of the sound buffer, > > but sound should already work without it. > thnx! -- Have fun! chd