From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 23 14:28:40 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 CB301106564A for ; Sun, 23 Mar 2008 14:28:40 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 5211C8FC18 for ; Sun, 23 Mar 2008 14:28:39 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2104659fgg.35 for ; Sun, 23 Mar 2008 07:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:to:subject:message-id:mime-version:content-type:from; bh=bEsOw64/xbNq5fQjRqjbNXxymhCl3h3heG/xILMEjYU=; b=Z8/NCWD/PzG+ErRFXBzPcUYEOKTHIK6CFeWejXvJSUkq9Fr0X1J0WTfKSDN6Y7vVAdkZ+N892OkXjio/D6Xq03Ef69EUoqy0YCcnU+phX9JLY8oR92FtVYc5dsvSGwBLrrPVG8TD+/VevHri14fJh0o64aMSkTG/CDsYtE4Utx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=date:to:subject:message-id:mime-version:content-type:from; b=Tl1spYXKmndPlV+TtZ5oj+vDjVnWpC0w6XIqOtXOalDniht5Y6SMWDygG8izi5W5chLcs16nD816mtwp1r84KE/BLb8D0M2mZhii69zx3DZkjPzfN1tqL8418zGNfiXEyaSmZOyZ/lQbgyYU9/atdD/M4QyUgoFBsAjCkUsZju0= Received: by 10.86.95.20 with SMTP id s20mr3654012fgb.6.1206280840716; Sun, 23 Mar 2008 07:00:40 -0700 (PDT) Received: from ora.chd.net ( [81.200.6.196]) by mx.google.com with ESMTPS id e20sm6195868fga.1.2008.03.23.07.00.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Mar 2008 07:00:39 -0700 (PDT) Date: Sun, 23 Mar 2008 17:00:34 +0300 (MSK) To: freebsd-emulation@freebsd.org Message-ID: <20080323165826.U1237@ora.chd.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Chagin Dmitry Subject: Linuxolator: Oracle10g && linux_open() whith O_LARGEFILE 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: Sun, 23 Mar 2008 14:28:40 -0000 Hi all! For some education reason a try to start Oracle with SGA=1,4Gb on RELENG_7_0 I put many "trace" code-lines into linuxolator sources and find what Oracle after successful call shmget() try to create files on /dev/shm, aka /dev/shm/ora_orcl_$SHMIDT But don't set O_CREAT flag for open(), only specify O_LARGEFILE flag So, at linux_open() the path (/dev/shm) not converted to linuxolator path. (I mount tmpfs on /compat/linux/dev/shm mountpoint whith options rw,size=2Gb) I find what O_LARGEFILE is only Linux spec flag for open() and I look for correct (aka BSD) way to to change behavior of linux_open() Have fun! chd ps. sorry for my english ( From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 23 21:36:37 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 9D8401065673 for ; Sun, 23 Mar 2008 21:36:37 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 5592A8FC1E for ; Sun, 23 Mar 2008 21:36:37 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.16.245] (helo=localhost.my.domain) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1JdXrn-000Pua-4x; Mon, 24 Mar 2008 00:36:35 +0300 To: Alexander Leidinger References: <07011489@ipt.ru> <20080321115227.zkcrs6rvc4c8s004@webmail.leidinger.net> <98037310@ipt.ru> <20080322085434.10838040@deskjail> From: Boris Samorodov Date: Mon, 24 Mar 2008 00:36:00 +0300 In-Reply-To: <20080322085434.10838040@deskjail> (Alexander Leidinger's message of "Sat\, 22 Mar 2008 08\:54\:34 +0100") Message-ID: <62336383@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: add LINUX_OSRELEASE to bsd.linux-rpm.mk 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: Sun, 23 Mar 2008 21:36:37 -0000 Alexander, thanks for your feedback. On Sat, 22 Mar 2008 08:54:34 +0100 Alexander Leidinger wrote: > Quoting Boris Samorodov (Sat, 22 Mar 2008 03:56:49 +0300): > > E.g. if someone is going to install, say print/acroread7, then the > > system should detect which ports (upon which acroread depends): either > > x11-toolkits/linux-pango (current 2.4.2 port) or > > x11-toolkits/linux_k26-pango (future 2.6.16 port). > When I look at k26 somehow I feel some dislike, but as I don't have > any better idea... you chose the color. :-) Actually, that's your idea I played with: http://lists.freebsd.org/pipermail/freebsd-emulation/2008-February/004380.html Seriously, I don't like it too: . what if the next linux osrelease we will support appear to be 2.6.60? . what if we decide to have ports to support both, say, fc6 and f8/f9, etc.? . what if we decide to use some other linux distribution (not necessarily as a default) with 2.6.XX kernel? The more I think about the naming the more I return to using a linux distro name: x11-toolkits/linux-pango and x11-toolkits/linux-f8-pango . [...] > > So, the value of LINUX_OSRELEASE is used to set a value to a new > > variable LINUX_PORT_SUFFIX. Here is a proof of concept (though it > LINUX_OSRELEASE_SUFFIX sounds more intuitive for mem but if you want to > stick with LINUX_PORT_SUFFIX, it's ok for me. If we decide to use a distribution name than it may be smth like LINUX_DIST_SUFFIX. [...] > > That concept may be introduced now even before the default for > > linux.osrelease is changed. Current linux infrastructure ports > > may not be touched -- they'll work as usual. Other linux ports may be > > transferred one-by-one. And we'll get some application testing with > > new linux infrastructure ports before official annouce of the change. > > > > That path seems to be soft and quiet, with least astonishment. > I agree, this is well done. Thanks. I even like it myself. ;-) > Where do we have to introduce the *_PORT > stuff? Do we need a bsd.linux.mk, or can the bsd.linux-rpm.mk be used > for this? The strict answer may be no, but do we want to be that strict? Well, I'd prefer to use one existing file: bsd.linux-rpm.mk. If/when we use some other distro (I have some positive results with ubuntu) then may be we will have to use bsd.linux-deb.mk and split bsd.linux-rpm.mk into two files. But so far it's OK to me to use the existing one. WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 23 21:40:26 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 E6A30106566B for ; Sun, 23 Mar 2008 21:40:26 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 9D7948FC16 for ; Sun, 23 Mar 2008 21:40:26 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.16.245] (helo=localhost.my.domain) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1JdXvV-000Pur-Gf; Mon, 24 Mar 2008 00:40:25 +0300 To: Patrick Hurrelmann References: <07011489@ipt.ru> <20080321115227.zkcrs6rvc4c8s004@webmail.leidinger.net> <98037310@ipt.ru> <20080322085434.10838040@deskjail> <20080322122928.6435f7fe@duality> From: Boris Samorodov Date: Mon, 24 Mar 2008 00:39:50 +0300 In-Reply-To: <20080322122928.6435f7fe@duality> (Patrick Hurrelmann's message of "Sat\, 22 Mar 2008 12\:29\:28 +0100") Message-ID: <96256153@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: add LINUX_OSRELEASE to bsd.linux-rpm.mk 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: Sun, 23 Mar 2008 21:40:27 -0000 On Sat, 22 Mar 2008 12:29:28 +0100 Patrick Hurrelmann wrote: > just a quickshot to the upcoming naming conventions (imho this popped > up several times now). I don't like the naming "k26" very much, too. > Maybe it would be enough to suffix the linux prefix only by the kernel > version? E.g. linux26-pango > This would look much saner and omitting the k (for kernel) should be > fine, also. Strictly, the linux version is the kernel version ;) > This is just a opinion from a normal user and consider it as a hint :) Patrick, thanks for your feedback. I wrote some thoughts at the answer to Alexander. It seems to me that a linux distro is the way to go. E.g. linux-f8-pango. WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 23 22:11:01 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 05DB8106566C for ; Sun, 23 Mar 2008 22:11:01 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 71E168FC18 for ; Sun, 23 Mar 2008 22:11:00 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 9CF7F2AAB5B; Sun, 23 Mar 2008 23:10:58 +0100 (CET) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m2NLjTqS063085; Sun, 23 Mar 2008 22:45:29 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m2NLjShK063084; Sun, 23 Mar 2008 22:45:28 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 23 Mar 2008 22:45:28 +0100 To: Oliver Fromme Message-ID: <20080323214528.GB62472@saturn.kn-bremen.de> Mail-Followup-To: Oliver Fromme , freebsd-emulation@freebsd.org References: <200803202015.m2KKFTBX080186@saturn.kn-bremen.de> <200803221513.m2MFDTXx058806@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803221513.m2MFDTXx058806@lurza.secnetix.de> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-emulation@freebsd.org Subject: Re: qemu coredumps on RELENG_7 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: Sun, 23 Mar 2008 22:11:01 -0000 On Sat, Mar 22, 2008 at 04:13:29PM +0100, Oliver Fromme wrote: > > Juergen Lock wrote: > > Oliver Fromme wrote: > > > D Hill wrote: > > > > Rick C. Petty wrote: > > > > > Oliver Fromme wrote: > > > > > > Kostik Belousov wrote: > > > > > > > > > > > > > > Definitely, > > > > > > > kldload aio > > > > > > > before running qemu. > > > > > > > > > > > > Thank you, that seems to solve the problem indeed. > > > > > > Is that documented somewhere? It's not in the manpage. > > > > > > I think it should be in the manpage ... would have > > > > > > saved me quite some time. > > > > > > > Actually it is also documented in the pkg-message of the port(s), but > > apparently nobody reads that... > > How are you supposed to read it when you install a bunch > of ports in batch mode, i.e. unattended (for example, > over night or during lunch break)? > > Therefore I think that pkg-message is _not_ the correct > place for critical ionformation like that. > > > (OK I could patch a pointer to that > > into the manpage, do other ports do that?) > > There are several ports that patch port-specific things > into the manpage. Prominent examples are gzip, jpeg, > bash, cdrtools and openssh-portable. > Alright, so how about the following: Index: qemu/qemu-doc.texi @@ -985,7 +985,8 @@ @c man begin SEEALSO The HTML documentation of QEMU for more precise information and Linux -user mode emulator invocation. +user mode emulator invocation, as well as the FreeBSD host notes in +@file{pkg-message} in the relevant qemu port directory. @c man end @c man begin AUTHOR > > Anyway, this was easier than I thought: (it didn't occur to me that > > modfind(2) also finds modules that are statically linked into the kernel...) > > > > Index: qemu/vl.c > > @@ -8423,6 +8423,12 @@ > > nb_nics = 0; > > /* default mac address of the first network interface */ > > > > +#ifdef __FreeBSD__ > > + loadmodules(0, "aio", NULL); > > + if (modfind("aio") == -1) > > + fprintf(stderr, "warning: aio not (kld)loaded, may cause `Invalid system call' traps on disk IO\n"); > > +#endif > > I prefer it didn't try to load the module itself. That's > a decision I want to make myself. Yeah I removed the load attempt. > But the message is > perfectly fine. It would have saved me quite some time. > > Thanks! > > Best regards > Oliver You're welcome, Juergen From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 23 22:11:02 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 9ED8F1065673 for ; Sun, 23 Mar 2008 22:11:02 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9FD8FC16 for ; Sun, 23 Mar 2008 22:11:02 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 7B8C626DB4C; Sun, 23 Mar 2008 23:11:01 +0100 (CET) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m2NM95Eh063481 for ; Sun, 23 Mar 2008 23:09:05 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m2NM95VG063480 for freebsd-emulation@FreeBSD.org; Sun, 23 Mar 2008 23:09:05 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 23 Mar 2008 23:09:04 +0100 To: freebsd-emulation@FreeBSD.org Message-ID: <20080323220904.GA63111@saturn.kn-bremen.de> Mail-Followup-To: freebsd-emulation@FreeBSD.org References: <20080321180807.GA93940@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080321180807.GA93940@saturn.kn-bremen.de> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: success! (well, partly...) (was: Re: new cpu affinity syscalls and (k)qemu on amd64 SMP) 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: Sun, 23 Mar 2008 22:11:02 -0000 On Fri, Mar 21, 2008 at 07:08:07PM +0100, Juergen Lock wrote: > Hi! > > There's a (remote?) possibility that the amd64 SMP kqemu crashes > could be cured by pinning the qemu process to a single cpu (tho, if its > that, I wonder why it works on i386 without doing that...) [...] Ok I now made a -current qemu -smp 2 guest and did cpuset -l 1 zsh and in that shell ran qemu-system-x86_64 with kqemu on the 7.0 livefs iso, and I could enter fixit without a crash! Tried the same for cpu 0 cpuset -l 0 zsh and got a crash again. Can anyone reproduce this on a physical box, and possibly test other guests, and/or hosts with more than two cpus? (Linux guests for some reason didn't want to work for me in qemu in qemu...) Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 24 05:25:47 2008 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29548106566B; Mon, 24 Mar 2008 05:25:47 +0000 (UTC) (envelope-from mi@bonkers.video-collage.com) Received: from bonkers.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by mx1.freebsd.org (Postfix) with ESMTP id CBAE58FC16; Mon, 24 Mar 2008 05:25:46 +0000 (UTC) (envelope-from mi@bonkers.video-collage.com) Received: from bonkers.video-collage.com (localhost [127.0.0.1]) by bonkers.video-collage.com (8.14.2/8.14.2) with ESMTP id m2O4xv6s084634; Mon, 24 Mar 2008 00:59:57 -0400 (EDT) (envelope-from mi@bonkers.video-collage.com) Received: (from mi@localhost) by bonkers.video-collage.com (8.14.2/8.14.2/Submit) id m2O4xvFL084633; Mon, 24 Mar 2008 00:59:57 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200803240459.m2O4xvFL084633@bonkers.video-collage.com> To: java@FreeBSD.org Date: Mon, 24 Mar 2008 00:59:57 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" X-Virus-Scanned: ClamAV 0.88.7/6351/Mon Mar 24 00:29:50 2008 on bonkers.video-collage.com X-Virus-Status: Clean Cc: emulation@FreeBSD.org Subject: linux-jdk and linux-firefox X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mi@aldan.algebra.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 05:25:47 -0000 Hello! What's the official word on the java plugin inside linux-firefox on FreeBSD? Mailing list archives have plenty of questions, but now answers -- it appears, that only jdk-1.4.x has ever worked. I'd love to use the native java with the native browser, but I /also/ need the ICA Citrix plugin in the same session, which is only available for Linux. I see Java plugin listed under the browser's about:plugins, but trying to visit http://www.java.com/en/download/help/testvm.xml usually hangs the entire browser. Could someone with a clue regarding Java and the state of Linuxulator, please, visit the page with linux-firefox and report, whether their Java-plugin initializes and works properly... Thanks! -mi From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 24 06:00:02 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02BFC1065671; Mon, 24 Mar 2008 06:00:02 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id B2CDD8FC19; Mon, 24 Mar 2008 06:00:01 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.2/8.14.2/NETPLEX) with ESMTP id m2O5YkLa020597; Mon, 24 Mar 2008 01:34:46 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Mon, 24 Mar 2008 01:34:46 -0400 (EDT) Date: Mon, 24 Mar 2008 01:34:46 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: mi@aldan.algebra.com In-Reply-To: <200803240459.m2O4xvFL084633@bonkers.video-collage.com> Message-ID: References: <200803240459.m2O4xvFL084633@bonkers.video-collage.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: emulation@freebsd.org, java@freebsd.org Subject: Re: linux-jdk and linux-firefox X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 06:00:02 -0000 On Mon, 24 Mar 2008, Mikhail Teterin wrote: > Hello! > > What's the official word on the java plugin inside linux-firefox on FreeBSD? > > Mailing list archives have plenty of questions, but now answers -- it appears, > that only jdk-1.4.x has ever worked. > > I'd love to use the native java with the native browser, but I /also/ need > the ICA Citrix plugin in the same session, which is only available for Linux. Do you really need the ICA Citrix plugin? Can you get by with net/{gkx}rdesktop? > > I see Java plugin listed under the browser's about:plugins, but trying to visit > > http://www.java.com/en/download/help/testvm.xml > > usually hangs the entire browser. Could someone with a clue regarding Java and > the state of Linuxulator, please, visit the page with linux-firefox and report, > whether their Java-plugin initializes and works properly... > > Thanks! -- DE From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 24 08:43:49 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 23EAC106564A for ; Mon, 24 Mar 2008 08:43:49 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B60228FC21 for ; Mon, 24 Mar 2008 08:43:48 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5487E.dip.t-dialin.net [84.165.72.126]) by redbull.bpaserver.net (Postfix) with ESMTP id B54372E0F8; Mon, 24 Mar 2008 09:43:43 +0100 (CET) Received: from deskjail (unknown [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 02D897A1A1; Mon, 24 Mar 2008 09:41:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1206348062; bh=Hkel34g9gMkrfNK1DXrGe5kzmhAotiHRc 6UDmuFbKKQ=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To: References:X-Mailer:Mime-Version:Content-Type: Content-Transfer-Encoding; b=CVpKgB/gnanh17PdY/JczjgfOfwqaf/b2Doe2 Y087HV4wWW6h3hc1mMHelWxz/t31EO3R/7nYHHNGK/qRvhK7QESdaF1kncSFOuMOp4+ zhuxrWyJF2gYnTghaji1euv97pVop+/xwvCeRMKUCJelTXtuGofqKZkOsRduB/dp/HG WOvJVGGm4jGfy0dd5aWu50zzI72e+qwnee8+88FmtTmy3zy4QknRk8fT/W/a3ABPiG/ xc/pZDmytHF/0bptrqUQ5wclbrh1tcvn0m6Rjp996BZFRM5PsGGVKeAb/QdlPOvofJh A07esgUwSsHEYkbk/rxidcMKf4Tbx2dPsXlcg== Date: Mon, 24 Mar 2008 09:34:28 +0100 From: Alexander Leidinger To: Boris Samorodov Message-ID: <20080324093428.4f5d3fc4@deskjail> In-Reply-To: <62336383@ipt.ru> References: <07011489@ipt.ru> <20080321115227.zkcrs6rvc4c8s004@webmail.leidinger.net> <98037310@ipt.ru> <20080322085434.10838040@deskjail> <62336383@ipt.ru> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.8; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, NO_RDNS 0.50, RDNS_DYNAMIC 0.10, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation@FreeBSD.org Subject: Re: add LINUX_OSRELEASE to bsd.linux-rpm.mk 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, 24 Mar 2008 08:43:49 -0000 Quoting Boris Samorodov (Mon, 24 Mar 2008 00:36:00 +0300): > Alexander, > > thanks for your feedback. > > On Sat, 22 Mar 2008 08:54:34 +0100 Alexander Leidinger wrote: > > Quoting Boris Samorodov (Sat, 22 Mar 2008 03:56:49 +0300): > > > > E.g. if someone is going to install, say print/acroread7, then the > > > system should detect which ports (upon which acroread depends): either > > > x11-toolkits/linux-pango (current 2.4.2 port) or > > > x11-toolkits/linux_k26-pango (future 2.6.16 port). > > > When I look at k26 somehow I feel some dislike, but as I don't have > > any better idea... you chose the color. > > :-) > Actually, that's your idea I played with: > http://lists.freebsd.org/pipermail/freebsd-emulation/2008-February/004380.html Hehe... quick shot. :) > Seriously, I don't like it too: > . what if the next linux osrelease we will support appear to be > 2.6.60? > . what if we decide to have ports to support both, say, fc6 and f8/f9, > etc.? > . what if we decide to use some other linux distribution (not > necessarily as a default) with 2.6.XX kernel? > > The more I think about the naming the more I return to using a linux > distro name: > x11-toolkits/linux-pango and x11-toolkits/linux-f8-pango . Good idea. When I think about it it seem obvious. Seems I didn't see the tree in the forest (this is a _very_ rough translation of a German proverb, please bear with me, I didn't had breakfast yet). > [...] > > > So, the value of LINUX_OSRELEASE is used to set a value to a new > > > variable LINUX_PORT_SUFFIX. Here is a proof of concept (though it > > > LINUX_OSRELEASE_SUFFIX sounds more intuitive for mem but if you want to > > stick with LINUX_PORT_SUFFIX, it's ok for me. > > If we decide to use a distribution name than it may be smth like > LINUX_DIST_SUFFIX. Ok. > [...] > > > That concept may be introduced now even before the default for > > > linux.osrelease is changed. Current linux infrastructure ports > > > may not be touched -- they'll work as usual. Other linux ports may be > > > transferred one-by-one. And we'll get some application testing with > > > new linux infrastructure ports before official annouce of the change. > > > > > > That path seems to be soft and quiet, with least astonishment. > > > I agree, this is well done. > > Thanks. I even like it myself. ;-) > > > Where do we have to introduce the *_PORT > > stuff? Do we need a bsd.linux.mk, or can the bsd.linux-rpm.mk be used > > for this? The strict answer may be no, but do we want to be that strict? > > Well, I'd prefer to use one existing file: bsd.linux-rpm.mk. If/when > we use some other distro (I have some positive results with ubuntu) > then may be we will have to use bsd.linux-deb.mk and split > bsd.linux-rpm.mk into two files. But so far it's OK to me to use > the existing one. Ok, when we split up, we should think about a linux.mk for generic stuff, and packaging specific mk's. Until then linux-rpm.mk should be ok. Bye, Alexander. -- Suffocating together ... would create heroic camaraderie. -- Khan Noonian Singh, "Space Seed", stardate 3142.8 http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 24 09:08:36 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 79CD71065674 for ; Mon, 24 Mar 2008 09:08:36 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFA48FC19 for ; Mon, 24 Mar 2008 09:08:36 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.12] (helo=2.mx.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.69) (envelope-from ) id 1JdifS-0004fI-EW for freebsd-emulation@freebsd.org; Mon, 24 Mar 2008 10:08:34 +0100 Received: from r90a2.r.pppool.de ([89.54.144.162]:16414 helo=peedub.jennejohn.org) by 2.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #12) id 1JdifS-0000pH-3q for freebsd-emulation@freebsd.org; Mon, 24 Mar 2008 10:08:34 +0100 Date: Mon, 24 Mar 2008 10:08:33 +0100 From: Gary Jennejohn To: freebsd-emulation@freebsd.org Message-ID: <20080324100833.5a233a3b@peedub.jennejohn.org> In-Reply-To: <20080324093428.4f5d3fc4@deskjail> References: <07011489@ipt.ru> <20080321115227.zkcrs6rvc4c8s004@webmail.leidinger.net> <98037310@ipt.ru> <20080322085434.10838040@deskjail> <62336383@ipt.ru> <20080324093428.4f5d3fc4@deskjail> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.10.14; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: add LINUX_OSRELEASE to bsd.linux-rpm.mk X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 09:08:36 -0000 On Mon, 24 Mar 2008 09:34:28 +0100 Alexander Leidinger wrote: > Good idea. When I think about it it seem obvious. Seems I didn't see > the tree in the forest (this is a _very_ rough translation of a German > proverb, please bear with me, I didn't had breakfast yet). > To further your education :-) The english equivalent is almost identical - "couldn't see the forest for the trees." --- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 24 10:12:39 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 4EC41106564A for ; Mon, 24 Mar 2008 10:12:39 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5FA8FC26 for ; Mon, 24 Mar 2008 10:12:38 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id 5178C3F617F; Mon, 24 Mar 2008 11:12:37 +0100 (CET) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 43CCA3F634D; Mon, 24 Mar 2008 11:12:37 +0100 (CET) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 242F39C2AB; Mon, 24 Mar 2008 10:11:23 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 169F9405B; Mon, 24 Mar 2008 11:11:23 +0100 (CET) Date: Mon, 24 Mar 2008 11:11:23 +0100 From: Jeremie Le Hen To: Gary Jennejohn Message-ID: <20080324101123.GL66530@obiwan.tataz.chchile.org> References: <200803162311.25730.beech@freebsd.org> <200803171053.46283.beech@freebsd.org> <20080318020103.92FCB8FC2F@mx1.freebsd.org> <200803171848.52304.beech@freebsd.org> <20080320214716.GD66530@obiwan.tataz.chchile.org> <20080320232210.GA3429@freebsd.org> <20080321064347.GE66530@obiwan.tataz.chchile.org> <20080321111313.0d3fe923@peedub.jennejohn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080321111313.0d3fe923@peedub.jennejohn.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-emulation@freebsd.org Subject: Re: swfdec and youtube (was: Skype core dumps as normal user) 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, 24 Mar 2008 10:12:39 -0000 Hi Gary, On Fri, Mar 21, 2008 at 11:13:13AM +0100, Gary Jennejohn wrote: > Jeremie Le Hen wrote: > > > Last time I've tried gnash, it didn't work very well (understand: it > > didn't play Youtube). I don't know swfdec, I will try it. Does it play > > videos? > > > > swfdec definitely works for YouTube. Other sites, like spiegel.de, > do not work. I've just tried swfdec with YouTube. I can hear the video, but the screen stays black. Did you experience a similar problem? Thanks. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 24 11:00:49 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 A967A106564A for ; Mon, 24 Mar 2008 11:00:49 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5008FC1B for ; Mon, 24 Mar 2008 11:00:48 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 361B0677AB6; Mon, 24 Mar 2008 12:00:38 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MlC9cd8BMcgN; Mon, 24 Mar 2008 12:00:22 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 6D01967790E; Mon, 24 Mar 2008 12:00:22 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m2OB0MOK049519; Mon, 24 Mar 2008 12:00:22 +0100 (CET) (envelope-from rdivacky) Date: Mon, 24 Mar 2008 12:00:22 +0100 From: Roman Divacky To: Gary Jennejohn Message-ID: <20080324110022.GB49340@freebsd.org> References: <07011489@ipt.ru> <20080321115227.zkcrs6rvc4c8s004@webmail.leidinger.net> <98037310@ipt.ru> <20080322085434.10838040@deskjail> <62336383@ipt.ru> <20080324093428.4f5d3fc4@deskjail> <20080324100833.5a233a3b@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080324100833.5a233a3b@peedub.jennejohn.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: add LINUX_OSRELEASE to bsd.linux-rpm.mk 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, 24 Mar 2008 11:00:49 -0000 On Mon, Mar 24, 2008 at 10:08:33AM +0100, Gary Jennejohn wrote: > On Mon, 24 Mar 2008 09:34:28 +0100 > Alexander Leidinger wrote: > > > Good idea. When I think about it it seem obvious. Seems I didn't see > > the tree in the forest (this is a _very_ rough translation of a German > > proverb, please bear with me, I didn't had breakfast yet). > > > > To further your education :-) The english equivalent is almost identical - > "couldn't see the forest for the trees." in czech its exactly the same... ;) after all... we all are europeans ;) From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 24 11:07:03 2008 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A2F41065687 for ; Mon, 24 Mar 2008 11:07:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 078248FC13 for ; Mon, 24 Mar 2008 11:07:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2OB72Me087747 for ; Mon, 24 Mar 2008 11:07:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2OB725Z087743 for freebsd-emulation@FreeBSD.org; Mon, 24 Mar 2008 11:07:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Mar 2008 11:07:02 GMT Message-Id: <200803241107.m2OB725Z087743@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org 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, 24 Mar 2008 11:07:03 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/97326 emulation [linux] file descriptor leakage in linux emulation o kern/117010 emulation [linuxolator] linux_getdents() get something like buff o ports/117350 emulation compile error in emulators/vmware3 4 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s f kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o ports/91318 emulation [fix] graphics/linux_dri: works on amd64 too o ports/121494 emulation emulators/linux_base-fc4 missing /usr/lib/librt.so.1 o ports/121800 emulation x11-toolkits/linux-openmotif - OpenMotif upgrade to 2. 11 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 24 11:28:52 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 3AF881065671 for ; Mon, 24 Mar 2008 11:28:52 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout1.freenet.de (mout1.freenet.de [IPv6:2001:748:100:40::2:3]) by mx1.freebsd.org (Postfix) with ESMTP id D46168FC17 for ; Mon, 24 Mar 2008 11:28:51 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.21] (helo=11.mx.freenet.de) by mout1.freenet.de with esmtpa (Exim 4.69) (envelope-from ) id 1JdkrB-0004Ub-Nj; Mon, 24 Mar 2008 12:28:50 +0100 Received: from r90a2.r.pppool.de ([89.54.144.162]:30854 helo=peedub.jennejohn.org) by 11.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #12) id 1JdkrB-0001WR-CI; Mon, 24 Mar 2008 12:28:49 +0100 Date: Mon, 24 Mar 2008 12:28:48 +0100 From: Gary Jennejohn To: Jeremie Le Hen Message-ID: <20080324122848.7db85106@peedub.jennejohn.org> In-Reply-To: <20080324101123.GL66530@obiwan.tataz.chchile.org> References: <200803162311.25730.beech@freebsd.org> <200803171053.46283.beech@freebsd.org> <20080318020103.92FCB8FC2F@mx1.freebsd.org> <200803171848.52304.beech@freebsd.org> <20080320214716.GD66530@obiwan.tataz.chchile.org> <20080320232210.GA3429@freebsd.org> <20080321064347.GE66530@obiwan.tataz.chchile.org> <20080321111313.0d3fe923@peedub.jennejohn.org> <20080324101123.GL66530@obiwan.tataz.chchile.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.10.14; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: swfdec and youtube (was: Skype core dumps as normal user) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 11:28:52 -0000 On Mon, 24 Mar 2008 11:11:23 +0100 Jeremie Le Hen wrote: > Hi Gary, > > On Fri, Mar 21, 2008 at 11:13:13AM +0100, Gary Jennejohn wrote: > > Jeremie Le Hen wrote: > > > > > Last time I've tried gnash, it didn't work very well (understand: it > > > didn't play Youtube). I don't know swfdec, I will try it. Does it play > > > videos? > > > > > > > swfdec definitely works for YouTube. Other sites, like spiegel.de, > > do not work. > > I've just tried swfdec with YouTube. I can hear the video, but the > screen stays black. Did you experience a similar problem? > No. I get both audio and video with YouTube. It's one of the few sites which works 100% for me using swfdec (with firefox and 64-bit). And the audio and video are in sync, which was hardly ever the case when I was using the linux-flashplugin-7 port. --- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 25 12:08:27 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 ED0201065674 for ; Tue, 25 Mar 2008 12:08:27 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3668FC29 for ; Tue, 25 Mar 2008 12:08:27 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.17.152]) by ns2.bafirst.com with esmtp; Tue, 25 Mar 2008 07:08:19 -0500 id 000D4C4D.47E8EB34.00007D6A Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 25 Mar 2008 06:08:13 -0600 id 0004AC0C.47E8EB2D.00016113 Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Tue, 25 Mar 2008 07:08:13 -0500 Message-ID: <20080325070813.98437ovry2l9e7mo@intranet.encontacto.net> Date: Tue, 25 Mar 2008 07:08:13 -0500 From: eculp To: freebsd-emulation MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) Subject: msleep redefined in linux-kmod-compat making kern mod's not compilable. 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, 25 Mar 2008 12:08:28 -0000 I'm running 8.0-CURRENT FreeBSD 8.0-CURRENT #65: Sat Mar 22 05:22:05 =20 CST 2008 up to date with linux_base-f7-7 and kernel 2.6.16 on my =20 laptop, I'm trying to compile linux-gspca-kmod and/or =20 multimedia/linux-ov511-kmod but am getting stuck at linux-kmod-compat. In file included from gspca_core.c:39: /usr/local/share/linux-kmod-compat/linux_compat/linux/module.h:212:1: =20 error: "msleep" redefined In file included from =20 /usr/local/share/linux-kmod-compat/linux_compat/linux/module.h:45, from gspca_core.c:39: @/sys/systm.h:303:1: error: this is the location of the previous definition In file included from gspca_core.c:52: /usr/local/share/linux-kmod-compat/linux_compat/linux/usb.h:171:12: =20 error: missing terminating ' character *** Error code 1 I'm not sure if this would be in ports rather than emulation any =20 suggestions appreciated. I'm not big on crossposting. Maybe someone =20 who is familiar with the problem can suggest which would be preferable. Thanks, ed From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 25 12:49:33 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 38F2A106566B for ; Tue, 25 Mar 2008 12:49:33 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id DD8A58FC23 for ; Tue, 25 Mar 2008 12:49:32 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A56CFE.dip.t-dialin.net [84.165.108.254]) by redbull.bpaserver.net (Postfix) with ESMTP id 586C32E0F5; Tue, 25 Mar 2008 13:49:28 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 4A0F28C29E; Tue, 25 Mar 2008 13:49:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1206449363; bh=Dc3KefKlNJFX3TlPsLHqiU5PN4yvCN2Ka 6RceiP30lQ=; h=Message-ID:X-Priority:Date:From:To:Cc:Subject: References:In-Reply-To:MIME-Version:Content-Type: Content-Disposition:Content-Transfer-Encoding:User-Agent; b=T44dPF SCrYfpBwsLlQXKTDHdAERUDiPFFth5Yp11R/nzR1/yVeEDGc3K4dQ5NsKQ3BSOeV4Dg /MzQeoi28M8QV/SVDZJN1OkO+p1kQDO9nbCDlGyCy8bfrNeK72c8UvPQV/mbE7IIJ99 BNul99gt0/sXZcNo6lV8zEc4yZfmjTHDfT1zjPOBHLGS/MEhhYciP7u1oJHgnoYaeqZ 2zF8EXnSkaCSTCSgsARPSKNvb0kVcxiTFSSAiivK/jDvdql342Bjfb3D3Ms70JVTKZU 8wK1gqSAkO+iOTqvnvuPuzKUkMnNeXrgwSMGC2yhcqKijvGrkYPQC9h7sCGCxJ3NPu7 w== Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m2PCnM2H064747; Tue, 25 Mar 2008 13:49:22 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 25 Mar 2008 13:49:22 +0100 Message-ID: <20080325134922.4kvdszigpw08owog@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Tue, 25 Mar 2008 13:49:22 +0100 From: Alexander Leidinger To: eculp References: <20080325070813.98437ovry2l9e7mo@intranet.encontacto.net> In-Reply-To: <20080325070813.98437ovry2l9e7mo@intranet.encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation Subject: Re: msleep redefined in linux-kmod-compat making kern mod's not compilable. 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, 25 Mar 2008 12:49:33 -0000 Quoting eculp (from Tue, 25 Mar 2008 07:08:13 -0500): > I'm not sure if this would be in ports rather than emulation any > suggestions appreciated. I'm not big on crossposting. Maybe someone > who is familiar with the problem can suggest which would be preferable. Have you tried to talk to luigi@ directly? Bye, Alexander. -- Don't I know you? http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 25 13:56: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 8F8C41065671 for ; Tue, 25 Mar 2008 13:56:22 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 571AD8FC25 for ; Tue, 25 Mar 2008 13:56:22 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.2/8.14.2) with ESMTP id m2PDuGUc015792; Tue, 25 Mar 2008 08:56:16 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Tue, 25 Mar 2008 08:56:16 -0500 (CDT) From: "Sean C. Farley" To: Jeremie Le Hen In-Reply-To: <20080324101123.GL66530@obiwan.tataz.chchile.org> Message-ID: References: <200803162311.25730.beech@freebsd.org> <200803171053.46283.beech@freebsd.org> <20080318020103.92FCB8FC2F@mx1.freebsd.org> <200803171848.52304.beech@freebsd.org> <20080320214716.GD66530@obiwan.tataz.chchile.org> <20080320232210.GA3429@freebsd.org> <20080321064347.GE66530@obiwan.tataz.chchile.org> <20080321111313.0d3fe923@peedub.jennejohn.org> <20080324101123.GL66530@obiwan.tataz.chchile.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: swfdec and youtube (was: Skype core dumps as normal user) 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, 25 Mar 2008 13:56:22 -0000 On Mon, 24 Mar 2008, Jeremie Le Hen wrote: > Hi Gary, > > On Fri, Mar 21, 2008 at 11:13:13AM +0100, Gary Jennejohn wrote: >> Jeremie Le Hen wrote: >> >>> Last time I've tried gnash, it didn't work very well (understand: it >>> didn't play Youtube). I don't know swfdec, I will try it. Does it >>> play videos? >> >> swfdec definitely works for YouTube. Other sites, like spiegel.de, >> do not work. > > I've just tried swfdec with YouTube. I can hear the video, but the > screen stays black. Did you experience a similar problem? I had to add this to the "Device" section to get swfdec to work on an Intel-based GPU: Option "XaaNoOffscreenPixmaps" "true" I found mention of that fix here: http://vrodic.blogspot.com/2008/01/firefoxmozilla-performance-under.html It is possible that Option "AccelMethod" "EXA" will also help (instead of XaaNoOffscreenPixmaps, but it makes the current (v2.1.1) Intel driver fairly slow. Other drivers may work with it. As a side note, if you are running the v2.1.1 Intel driver, OpenGL applications can lock up X. I disabled it with: Option "DRI" "false". Sean -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 14:04:26 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 B257B1065670 for ; Wed, 26 Mar 2008 14:04:26 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 784ED8FC2A for ; Wed, 26 Mar 2008 14:04:26 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JeWEr-000BYV-9z for freebsd-emulation@FreeBSD.org; Wed, 26 Mar 2008 17:04:25 +0300 To: freebsd-emulation@FreeBSD.org From: Boris Samorodov Date: Wed, 26 Mar 2008 17:02:12 +0300 Message-ID: <28372267@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: HEADS-UP: linux_base-f8 is at the portstree 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, 26 Mar 2008 14:04:26 -0000 Hello list, I'm proud to introduce a new emulators/linux_base-f8 port that was just been committed. It should be used just like linux_base-fc6. Please read /usr/ports/UPDATING record 20070327: AFFECTS: users of emulators/linux_base-fc6. This port is intended to be used with CURRENT and RELENG_7 only. NOTES: ----- 1. This port is known to lack some previous linux glibc bug which lead to program fails with diagnostic "double free or corruption (!prev)" (kern/117010). 2. This port is known to use (at least for GUI applications like linux-firefox, linux-thunderbird, linux-semonkey) some futex operations that are emplemented at CURRENT for now. They should be MFCed to RELENG_7 in two days though. For impatient: you may use /sys/compat/linux/linux_futex.c,rev.1.12 from CURRENT. As for me I use the port successfully with last nvidia-drivers, acroread7, linux-opera at 7.0-RELEASE. Have fun. Be happy. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 14:12:53 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 83314106566C for ; Wed, 26 Mar 2008 14:12:53 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9BA8FC20 for ; Wed, 26 Mar 2008 14:12:52 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E5D5C673E06; Wed, 26 Mar 2008 15:12:40 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id psyAQ1mi-Csc; Wed, 26 Mar 2008 15:12:11 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 62DE6673CE9; Wed, 26 Mar 2008 15:12:11 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m2QECAhs001128; Wed, 26 Mar 2008 15:12:10 +0100 (CET) (envelope-from rdivacky) Date: Wed, 26 Mar 2008 15:12:10 +0100 From: Roman Divacky To: Boris Samorodov Message-ID: <20080326141210.GA1068@freebsd.org> References: <28372267@bb.ipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28372267@bb.ipt.ru> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org Subject: Re: HEADS-UP: linux_base-f8 is at the portstree 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, 26 Mar 2008 14:12:53 -0000 On Wed, Mar 26, 2008 at 05:02:12PM +0300, Boris Samorodov wrote: > Hello list, > > > I'm proud to introduce a new emulators/linux_base-f8 port that was > just been committed. spasiba boris! ;) From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 15:36: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 413291065674 for ; Wed, 26 Mar 2008 15:36:48 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.189]) by mx1.freebsd.org (Postfix) with ESMTP id C003B8FC17 for ; Wed, 26 Mar 2008 15:36:47 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by gv-out-0910.google.com with SMTP id n40so847290gve.39 for ; Wed, 26 Mar 2008 08:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=Qvt3VPP8L9S+O4iSk8OIfCoLSGuvdGtgfzu8EFUdnmk=; b=M8mOPSqpVMUwhl2kRR/gyKCg/ytB7y3a2KIZUu+ltXTkX1Wl7H4Z+qVPW1ld7X5kQQPszfbU2f+QtktnQSDYD2dClzX6gat5IbGrA1F4EpkFccNtP+ogmM9gbZkq7AA+97gFD/2KW/kDft0cXpivZ8Q4qVe+3ecqJ2EpT3jWe9g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=DSUE885aNv+1vuSlK3rXaNSfNVnA9qGAWgAWW2Hz9Mfo2bGSXPXKgBNfanoH5UEqH12+hDtQoy6cGIrw4433IqD0g+ete2jhLB4zwm5qO4j2iol2y5e5VJkuwpVvgYuiEdhkfQI+tK533GF9Rh1tRrm5ESg/jSt+pae6MuGk0SQ= Received: by 10.150.220.19 with SMTP id s19mr89153ybg.147.1206545805219; Wed, 26 Mar 2008 08:36:45 -0700 (PDT) Received: from ?192.168.12.89? ( [217.74.44.57]) by mx.google.com with ESMTPS id e76sm3467051hse.0.2008.03.26.08.36.41 (version=SSLv3 cipher=RC4-MD5); Wed, 26 Mar 2008 08:36:42 -0700 (PDT) Message-ID: <47EA6D84.9070901@gmail.com> Date: Wed, 26 Mar 2008 18:36:36 +0300 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Roman Divacky References: <96317980@ipt.ru> <20080319204521.GA98846@freebsd.org> <87348264@ipt.ru> <47E216BF.1030104@gmail.com> <20080320084602.GA32936@freebsd.org> In-Reply-To: <20080320084602.GA32936@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: [PATCH]: additional futex operations 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, 26 Mar 2008 15:36:48 -0000 Roman Divacky wrote: > On Thu, Mar 20, 2008 at 10:48:15AM +0300, sam wrote: > >> Boris Samorodov wrote: >> >>> Roman, it really works! Now linux-firefox and linux-thunderbird >>> work (after some quick testing) just fine. Great, thanks! >>> Roman, MFC is planed for this patch? /Vladimir Ermakov From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 15:40:17 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 7D7191065675 for ; Wed, 26 Mar 2008 15:40:17 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 399C78FC16 for ; Wed, 26 Mar 2008 15:40:17 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 00F3567429B; Wed, 26 Mar 2008 16:40:05 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BGQmevPxYraI; Wed, 26 Mar 2008 16:39:54 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 45729673E10; Wed, 26 Mar 2008 16:39:54 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m2QFdrNC008925; Wed, 26 Mar 2008 16:39:53 +0100 (CET) (envelope-from rdivacky) Date: Wed, 26 Mar 2008 16:39:53 +0100 From: Roman Divacky To: sam Message-ID: <20080326153953.GA8903@freebsd.org> References: <96317980@ipt.ru> <20080319204521.GA98846@freebsd.org> <87348264@ipt.ru> <47E216BF.1030104@gmail.com> <20080320084602.GA32936@freebsd.org> <47EA6D84.9070901@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47EA6D84.9070901@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org Subject: Re: [PATCH]: additional futex operations 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, 26 Mar 2008 15:40:17 -0000 On Wed, Mar 26, 2008 at 06:36:36PM +0300, sam wrote: > Roman Divacky wrote: > >On Thu, Mar 20, 2008 at 10:48:15AM +0300, sam wrote: > > > >>Boris Samorodov wrote: > >> > >>>Roman, it really works! Now linux-firefox and linux-thunderbird > >>>work (after some quick testing) just fine. Great, thanks! > >>> > > Roman, MFC is planed for this patch? yes... From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 19:34:51 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 CA6EE1065672 for ; Wed, 26 Mar 2008 19:34:51 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from freebsd.alaskaparadise.com (freebsd.alaskaparadise.com [208.79.80.117]) by mx1.freebsd.org (Postfix) with ESMTP id A5D5A8FC16 for ; Wed, 26 Mar 2008 19:34:51 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from 137-42-178-69.gci.net (137-42-178-69.gci.net [69.178.42.137]) by freebsd.alaskaparadise.com (Postfix) with ESMTP id 0F980238363D for ; Wed, 26 Mar 2008 19:34:51 +0000 (UTC) From: Beech Rintoul To: freebsd-emulation@freebsd.org Date: Wed, 26 Mar 2008 11:34:36 -0800 User-Agent: KMail/1.9.7 X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M, ^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m, )2 X?M\:OE9QgZ"xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{ Subject: linux_base-f8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2008 19:34:51 -0000 What compat.linux.osrelease should I use with this? Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/7.0R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 20:48:30 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 7FCA1106567C; Wed, 26 Mar 2008 20:48:30 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 439518FC16; Wed, 26 Mar 2008 20:48:30 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from [192.168.3.245] (jn@stealth.jnielsen.net [74.218.226.254]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id m2QKFxvB067935; Wed, 26 Mar 2008 16:16:00 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-emulation@freebsd.org, Beech Rintoul Date: Wed, 26 Mar 2008 16:15:57 -0400 User-Agent: KMail/1.9.7 References: <200803261134.42873.beech@freebsd.org> In-Reply-To: <200803261134.42873.beech@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803261615.58230.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Subject: Re: linux_base-f8 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, 26 Mar 2008 20:48:30 -0000 On Wednesday 26 March 2008 03:34:36 pm Beech Rintoul wrote: > What compat.linux.osrelease should I use with this? See the note in /usr/ports/UPDATING (then see the earlier one it refers you to). I just installed it using compat.linux.osrelease=2.6.16 with OVERRIDE_LINUX_BASE_PORT=f8 in /etc/make.conf and it works fine. (I'm running RELENG_7 but grabbed the latest linux_futex.c and linux_futex.h from HEAD as bsam@ suggested (well, he forgot to suggest the header file)). JN From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 20:52:13 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 1B8A9106564A; Wed, 26 Mar 2008 20:52:13 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id C49CA8FC18; Wed, 26 Mar 2008 20:52:12 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3E4F167773A; Wed, 26 Mar 2008 21:52:01 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I0m7TaVW9k7q; Wed, 26 Mar 2008 21:51:38 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3948B674613; Wed, 26 Mar 2008 21:51:38 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m2QKpbEA037439; Wed, 26 Mar 2008 21:51:37 +0100 (CET) (envelope-from rdivacky) Date: Wed, 26 Mar 2008 21:51:36 +0100 From: Roman Divacky To: John Nielsen Message-ID: <20080326205136.GA37376@freebsd.org> References: <200803261134.42873.beech@freebsd.org> <200803261615.58230.lists@jnielsen.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: <200803261615.58230.lists@jnielsen.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: linux_base-f8 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, 26 Mar 2008 20:52:13 -0000 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 26, 2008 at 04:15:57PM -0400, John Nielsen wrote: > On Wednesday 26 March 2008 03:34:36 pm Beech Rintoul wrote: > > What compat.linux.osrelease should I use with this? >=20 > See the note in /usr/ports/UPDATING (then see the earlier one it refers= =20 > you to). >=20 > I just installed it using compat.linux.osrelease=3D2.6.16 with=20 > OVERRIDE_LINUX_BASE_PORT=3Df8 in /etc/make.conf and it works fine. (I'm= =20 > running RELENG_7 but grabbed the latest linux_futex.c and linux_futex.h= =20 > from HEAD as bsam@ suggested (well, he forgot to suggest the header=20 > file)). I'll MFC the fix tomorrow so no need for this anymore... also.. I guess *at will be commited "really soon now". (I'd count it in days not in weeks) and after that I'll turn 2.6.16 on default.=20 in short - fc8 will run on default in 8-current roman --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkfqt1gACgkQLVEj6D3CBEzSewCcD+PYd9EWN9jQrzi9Zb8akS16 xa8AnjBQsZHMrGkHIk7llka/4N0eRdWf =M7H/ -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn-- From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 22:57:34 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 A2293106564A; Wed, 26 Mar 2008 22:57:34 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [194.62.233.102]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4588FC16; Wed, 26 Mar 2008 22:57:34 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from sp34.ipt.ru ([194.62.233.107] helo=bs1.sp34.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1JeeYm-0002PD-19; Thu, 27 Mar 2008 01:57:32 +0300 Received: from bsam by bs1.sp34.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JeebO-0000Kx-On; Thu, 27 Mar 2008 02:00:14 +0300 To: John Nielsen References: <200803261134.42873.beech@freebsd.org> <200803261615.58230.lists@jnielsen.net> From: Boris Samorodov Date: Thu, 27 Mar 2008 02:00:14 +0300 In-Reply-To: <200803261615.58230.lists@jnielsen.net> (John Nielsen's message of "Wed\, 26 Mar 2008 16\:15\:57 -0400") Message-ID: <28375697@bs1.sp34.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: linux_base-f8 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, 26 Mar 2008 22:57:34 -0000 On Wed, 26 Mar 2008 16:15:57 -0400 John Nielsen wrote: > On Wednesday 26 March 2008 03:34:36 pm Beech Rintoul wrote: > > What compat.linux.osrelease should I use with this? > See the note in /usr/ports/UPDATING (then see the earlier one it refers > you to). > I just installed it using compat.linux.osrelease=2.6.16 with > OVERRIDE_LINUX_BASE_PORT=f8 in /etc/make.conf and it works fine. Thanks for your success report. > (I'm > running RELENG_7 but grabbed the latest linux_futex.c and linux_futex.h > from HEAD as bsam@ suggested (well, he forgot to suggest the header > file)). Yep, I've been too impatient to write an instruction for those impatient, sorry. Anyway that instruction will live for a day or so as Roman said. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 26 23:00: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 981A6106568B; Wed, 26 Mar 2008 23:00:38 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [194.62.233.102]) by mx1.freebsd.org (Postfix) with ESMTP id 558D38FC22; Wed, 26 Mar 2008 23:00:38 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from sp34.ipt.ru ([194.62.233.107] helo=bs1.sp34.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Jeebl-0002Q3-CK; Thu, 27 Mar 2008 02:00:37 +0300 Received: from bsam by bs1.sp34.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JeeeO-0000L3-5q; Thu, 27 Mar 2008 02:03:20 +0300 To: Roman Divacky References: <200803261134.42873.beech@freebsd.org> <200803261615.58230.lists@jnielsen.net> <20080326205136.GA37376@freebsd.org> From: Boris Samorodov Date: Thu, 27 Mar 2008 02:03:20 +0300 In-Reply-To: <20080326205136.GA37376@freebsd.org> (Roman Divacky's message of "Wed\, 26 Mar 2008 21\:51\:36 +0100") Message-ID: <62295511@bs1.sp34.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: linux_base-f8 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, 26 Mar 2008 23:00:38 -0000 On Wed, 26 Mar 2008 21:51:36 +0100 Roman Divacky wrote: > On Wed, Mar 26, 2008 at 04:15:57PM -0400, John Nielsen wrote: > > On Wednesday 26 March 2008 03:34:36 pm Beech Rintoul wrote: > > > What compat.linux.osrelease should I use with this? > > > > See the note in /usr/ports/UPDATING (then see the earlier one it refers > > you to). > > > > I just installed it using compat.linux.osrelease=2.6.16 with > > OVERRIDE_LINUX_BASE_PORT=f8 in /etc/make.conf and it works fine. (I'm > > running RELENG_7 but grabbed the latest linux_futex.c and linux_futex.h > > from HEAD as bsam@ suggested (well, he forgot to suggest the header > > file)). > I'll MFC the fix tomorrow so no need for this anymore... also.. I guess > *at will be commited "really soon now". (I'd count it in days not in > weeks) and after that I'll turn 2.6.16 on default. > in short - fc8 will run on default in 8-current We are all waiting, thanks! WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 27 01:34:07 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 96BB3106567C for ; Thu, 27 Mar 2008 01:34:07 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from freebsd.alaskaparadise.com (freebsd.alaskaparadise.com [208.79.80.117]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0C18FC16 for ; Thu, 27 Mar 2008 01:34:07 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from 137-42-178-69.gci.net (137-42-178-69.gci.net [69.178.42.137]) by freebsd.alaskaparadise.com (Postfix) with ESMTP id 19A8B23835BA; Thu, 27 Mar 2008 01:34:06 +0000 (UTC) From: Beech Rintoul To: Boris Samorodov Date: Wed, 26 Mar 2008 17:33:50 -0800 User-Agent: KMail/1.9.7 References: <200803261134.42873.beech@freebsd.org> <200803261615.58230.lists@jnielsen.net> <28375697@bs1.sp34.ru> In-Reply-To: <28375697@bs1.sp34.ru> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803261733.56674.beech@freebsd.org> Cc: freebsd-emulation@freebsd.org Subject: Re: linux_base-f8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 01:34:07 -0000 On Wednesday 26 March 2008, Boris Samorodov said: > On Wed, 26 Mar 2008 16:15:57 -0400 John Nielsen wrote: > > On Wednesday 26 March 2008 03:34:36 pm Beech Rintoul wrote: > > > What compat.linux.osrelease should I use with this? > > > > See the note in /usr/ports/UPDATING (then see the earlier one it > > refers you to). > > > > I just installed it using compat.linux.osrelease=2.6.16 with > > OVERRIDE_LINUX_BASE_PORT=f8 in /etc/make.conf and it works fine. > > Thanks for your success report. > > > (I'm > > running RELENG_7 but grabbed the latest linux_futex.c and > > linux_futex.h from HEAD as bsam@ suggested (well, he forgot to > > suggest the header file)). > > Yep, I've been too impatient to write an instruction for those > impatient, sorry. Anyway that instruction will live for a day or > so as Roman said. > > > WBR Thanks guys, works fine here too :-) Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/7.0R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 28 10:31:02 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 C4D9D106564A for ; Fri, 28 Mar 2008 10:31:02 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [194.62.233.102]) by mx1.freebsd.org (Postfix) with ESMTP id 746A78FC1A for ; Fri, 28 Mar 2008 10:31:02 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from sp34.ipt.ru ([194.62.233.107] helo=bs1.sp34.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1JfBrQ-000AMA-Sd for freebsd-emulation@freebsd.org; Fri, 28 Mar 2008 13:31:00 +0300 Received: from bsam by bs1.sp34.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JfBu6-0000NO-Ou for freebsd-emulation@freebsd.org; Fri, 28 Mar 2008 13:33:46 +0300 To: freebsd-emulation@freebsd.org References: <200803261134.42873.beech@freebsd.org> <200803261615.58230.lists@jnielsen.net> <20080326205136.GA37376@freebsd.org> From: Boris Samorodov Date: Fri, 28 Mar 2008 13:33:46 +0300 In-Reply-To: <20080326205136.GA37376@freebsd.org> (Roman Divacky's message of "Wed\, 26 Mar 2008 21\:51\:36 +0100") Message-ID: <42596261@bs1.sp34.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: linux_base-f8 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: Fri, 28 Mar 2008 10:31:02 -0000 On Wed, 26 Mar 2008 21:51:36 +0100 Roman Divacky wrote: > On Wed, Mar 26, 2008 at 04:15:57PM -0400, John Nielsen wrote: > > On Wednesday 26 March 2008 03:34:36 pm Beech Rintoul wrote: > > > What compat.linux.osrelease should I use with this? > > > > See the note in /usr/ports/UPDATING (then see the earlier one it refers > > you to). > > > > I just installed it using compat.linux.osrelease=2.6.16 with > > OVERRIDE_LINUX_BASE_PORT=f8 in /etc/make.conf and it works fine. (I'm > > running RELENG_7 but grabbed the latest linux_futex.c and linux_futex.h > > from HEAD as bsam@ suggested (well, he forgot to suggest the header > > file)). > I'll MFC the fix tomorrow so no need for this anymore... Roman has just MFCed needed patches to RELENG_7, thanks! WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 29 00:06:43 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 D9675106564A for ; Sat, 29 Mar 2008 00:06:43 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 84E938FC35 for ; Sat, 29 Mar 2008 00:06:43 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (HPooka@thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.2/8.14.2) with ESMTP id m2T06fsb020744 for ; Fri, 28 Mar 2008 19:06:41 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Fri, 28 Mar 2008 19:06:41 -0500 (CDT) From: "Sean C. Farley" To: freebsd-emulation@FreeBSD.org Message-ID: User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on mail.farley.org Cc: Subject: linux_base-f8/Linux emulation notes 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: Sat, 29 Mar 2008 00:06:43 -0000 Here are some general notes about linux_base-f8 and linux emulation (mostly) in general. Other than these notes, almost (see #7) all appears to work for me with RELENG_7 (after latest commit today), linux_base-f8 and compat.linux.osrelease=2.6.16. Thank you. 1. I noticed that linux-glib conflicts at least with the glib20.mo files and glib2.sh. Is linux-glib even needed if linux_base-f8 is installed? Messages from acroread8: rm: cannot remove `/home/sean/.adobe/Acrobat/8.0/Preferences/mozilla/prefs.js': Function not implemented (acroread:76704): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Fontconfig error: "conf.d", line 1: not well-formed (invalid token) Fontconfig error: "conf.d", line 1: not well-formed (invalid token) (acroread:76704): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?) 2. I am not sure what is throwing the "Function not implemented" message. Running rm (FreeBSD or Linux binary) works. The Linux binary works even if executed from with /compat/linux/bin/bash. I checked with ktrace -d and linux_kdump. I do not see prefs.js mentioned, and the message does not show itself. ENOSYS nor 38 was found in the dump. 3. What is missing to make glibc happy with locales (LANG=en_US.UTF-8)? 4. Is an update needed for some other linux port to fix the Gdk-WARNING? Do other linux-* ports need updating to more current versions? Currently, they are fc4-level. 5. The "Beyond Adobe Reader" window that acroread shows if not run with a file to load is blank. According to this FAQ[1] #10 by Adobe, it could be a problem with gtkembedmoz (installed by the linux-nvu port). 6. Some Linux binaries try to print using /usr/bin/lp without success. I always install the following script to make them work: /compat/linux/usr/bin/lp: #!/bin/sh - exec /usr/bin/lpr "$@" 7. I still get core dumps within a Linux chroot (fc2-based) using cmake[2]. Sean 1. http://blogs.adobe.com/acroread/2007/09/adobe_reader_811_faqs.html 2. http://lists.freebsd.org/pipermail/freebsd-emulation/2008-March/004535.html -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 29 15:13:13 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 A194D106567B for ; Sat, 29 Mar 2008 15:13:13 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 5AACB8FC28 for ; Sat, 29 Mar 2008 15:13:13 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Jfck3-000JLW-Ka; Sat, 29 Mar 2008 18:13:11 +0300 To: Bernd-Michael Ruhe References: <20080329065645.GA1054@laotse.fqdn.th-h.de> <83695790@bb.ipt.ru> <20080329145813.GA1522@laotse.fqdn.th-h.de> From: Boris Samorodov Date: Sat, 29 Mar 2008 18:10:59 +0300 In-Reply-To: <20080329145813.GA1522@laotse.fqdn.th-h.de> (Bernd-Michael Ruhe's message of "Sat\, 29 Mar 2008 14\:58\:13 +0000") Message-ID: <17619836@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: FreeBSD 7.0 Handbook 6.2.4 Firefox, Mozilla Macromedia Flash plugin 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: Sat, 29 Mar 2008 15:13:13 -0000 Hi Michael, please don't top-post (fixed) and keep emulation@ (restored) CCed. On Sat, 29 Mar 2008 14:58:13 +0000 Bernd-Michael Ruhe wrote: > * Boris Samorodov [2008-03-29 16:31:45 +0300]: > > On Sat, 29 Mar 2008 06:56:45 +0000 Bernd-Michael Ruhe wrote: > > > > > when checking /usr/ports/emulators/linux_base I find different versions: > > > > > - linux_base-f7 > > > - linux_base-fc4 > > > - linux_base-fc6 > > > - linux_base-gentoo-stage1-3 > > > > > what is the right version to apply to avoid issues? > > > > You should install none of them. Install the (linux application) port > > you need instead and the port's (infrastructure) system will do the > > right thing. > thanks for the advice, but what exactly do you mean by installing "linux > application" port? I seems that this port is not in my > /usr/ports/....... I mean if you need to run an Acrobat Reader then go to PORTSDIR/print/acroread7 and install it. Or you may use packages. The apropriate linux base port will be installed. In general if one have a question like "which linux base port should I install" then then (s)he shouldn't install it. > I am a bit lost. FYI, while installing FreeBSD I also installed Linux > compatibility; that's all. > I installed linux_base-f7 before, was working for the current session, > but crashed X system thereafter. This port is not default and uses non-default linux.osrelease. Did you read/follow /usr/ports/UPDATING? > Any advice is highly recommended. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve