From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 13 06:21:28 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 DB13F1065675 for ; Sun, 13 Jul 2008 06:21:28 +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 9201A8FC17 for ; Sun, 13 Jul 2008 06:21:27 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 35534683038; Sun, 13 Jul 2008 08:20:21 +0200 (CEST) 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 wfRbQkGixOkd; Sun, 13 Jul 2008 08:19:46 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 22C72682181; Sun, 13 Jul 2008 08:19:45 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m6D6Jhu4067636; Sun, 13 Jul 2008 08:19:43 +0200 (CEST) (envelope-from rdivacky) Date: Sun, 13 Jul 2008 08:19:43 +0200 From: Roman Divacky To: Peter Kostouros Message-ID: <20080713061943.GA67395@freebsd.org> References: <4870260D.1080203@melbpc.org.au> <20080706094332.4de443b0@deskjail> <4871E04B.305@melbpc.org.au> <20080707111515.GA41171@freebsd.org> <4877F898.9080905@melbpc.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4877F898.9080905@melbpc.org.au> User-Agent: Mutt/1.4.2.3i Cc: emulation@freebsd.org Subject: Re: Linux 2.6 emulation and Linux Java problem 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, 13 Jul 2008 06:21:28 -0000 > ktrace.out is about 500MB. > > Anyways, one java process looks to be looping: > > RET linux_sys_futex -1 errno 110 Unknown error: 110 what is the call of the futex that causes this error to happen? that might be the culprit > CALL linux_sys_futex(0x8092528,0x81,0x1,0xfffffffd,0x8092528,0x2affd250) > > RET linux_sys_futex 1 .... > RET linux_clock_gettime 0 > > CALL linux_sys_futex(0x80e0acc,0x80,0x1,0x2affd21c,0x1,0x2affd280) it looks like it's looping waiting for some condition to happen, dont you have a simpler example that exhibits this behaviour than those (big) apps you mentioned? > and another over sched_yield (although I am uncertain as I have not > examined the entire dump). > > Let me know if you want anything from the trace. the futex call that causes error 110 :) From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 13 06:25:42 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 9D1D61065676 for ; Sun, 13 Jul 2008 06:25:42 +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 51EC08FC18 for ; Sun, 13 Jul 2008 06:25:42 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 741B4683038; Sun, 13 Jul 2008 08:24:36 +0200 (CEST) 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 hwYNPF4Shkzw; Sun, 13 Jul 2008 08:24:34 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id ED28D682181; Sun, 13 Jul 2008 08:24:33 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m6D6OXHD067862; Sun, 13 Jul 2008 08:24:33 +0200 (CEST) (envelope-from rdivacky) Date: Sun, 13 Jul 2008 08:24:33 +0200 From: Roman Divacky To: Kostik Belousov Message-ID: <20080713062433.GB67395@freebsd.org> References: <20080711115436.GZ17123@deviant.kiev.zoral.com.ua> <4877BAB8.1030804@system.pl> <20080711201450.GB17123@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080711201450.GB17123@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i Cc: Marcin Cieslak , freebsd-emulation@freebsd.org, Chagin Dmitry Subject: Re: linux emulation: Preliminary support for more auxvec's [patch] 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, 13 Jul 2008 06:25:42 -0000 > > This was made against 7-STABLE, but there no major differences in > > -current. It is also trivial to port to 64-bit amd64 emulation. > Hmm, what are you referencing there ? I know only about one mostly > stalled effort. dmitry still has not got his p4 account :( or at least he's not able to access it. I cant comment more... maybe dmitry can tell us about the progress he's made? roman From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 13 22:02:11 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 4CEEB1065673 for ; Sun, 13 Jul 2008 22:02:11 +0000 (UTC) (envelope-from christof.schulze@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id A03508FC0C for ; Sun, 13 Jul 2008 22:02:10 +0000 (UTC) (envelope-from christof.schulze@gmx.net) Received: (qmail invoked by alias); 13 Jul 2008 21:35:29 -0000 Received: from dslb-092-078-031-214.pools.arcor-ip.net (EHLO localhost) [92.78.31.214] by mail.gmx.net (mp049) with SMTP; 13 Jul 2008 23:35:29 +0200 X-Authenticated: #3549759 X-Provags-ID: V01U2FsdGVkX1+6tKVFNDS6hHWpGIsjyp6v4RPyB8EB5UvrVEPBCx ymPkUF1bwX0lB2 From: Christof Schulze To: freebsd-emulation@freebsd.org Date: Sun, 13 Jul 2008 23:35:21 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart110562262.iRmbR3WToA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200807132335.27883.christof.schulze@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.00 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: qemu + bridging + setup script 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, 13 Jul 2008 22:02:11 -0000 --nextPart110562262.iRmbR3WToA Content-Type: multipart/mixed; boundary="Boundary-01=_bUneIaUHtBV7/cu" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_bUneIaUHtBV7/cu Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, this is my first post to this list. Recently I have written a script to automatically set up bridgin with qemu.= =20 So the script uses the tap devices passed to qemu to set up the tap=20 device. I attached the script because I would like to contribute it to FreeBSD. It works well enough for me but maybe some testing is still needed. I would be glad to read your feedback on this. Christof --Boundary-01=_bUneIaUHtBV7/cu-- --nextPart110562262.iRmbR3WToA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkh6dRsACgkQpZfyPAmdZJlVyQCffAVHgVIidHGNEnuWck3O+wSx jiAAoLGcWtl2M1D9/ga+2VI6KEAawER9 =WZOX -----END PGP SIGNATURE----- --nextPart110562262.iRmbR3WToA-- From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 14 00:49:12 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 7EBB81065685 for ; Mon, 14 Jul 2008 00:49:12 +0000 (UTC) (envelope-from christof.schulze@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id D9AD38FC18 for ; Mon, 14 Jul 2008 00:49:11 +0000 (UTC) (envelope-from christof.schulze@gmx.net) Received: (qmail invoked by alias); 14 Jul 2008 00:49:10 -0000 Received: from dslb-092-078-031-214.pools.arcor-ip.net (EHLO localhost) [92.78.31.214] by mail.gmx.net (mp031) with SMTP; 14 Jul 2008 02:49:10 +0200 X-Authenticated: #3549759 X-Provags-ID: V01U2FsdGVkX1+B5AI2nXiBUEiKnipCyVPfozCc8THMGwqNY0T13a Y5HS3bSWYqhQnV From: Christof Schulze To: freebsd-emulation@freebsd.org Date: Mon, 14 Jul 2008 02:49:07 +0200 User-Agent: KMail/1.9.7 References: <200807132335.27883.christof.schulze@gmx.net> In-Reply-To: <200807132335.27883.christof.schulze@gmx.net> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_EKqeIj7hMxQJeiR" Message-Id: <200807140249.08113.christof.schulze@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: qemu + bridging + setup script 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, 14 Jul 2008 00:49:12 -0000 --Boundary-00=_EKqeIj7hMxQJeiR Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, Sorry for double posting, it seems that the mailing list software did not like my gpg signature and that the attachment did not get to the list because of that. So here it is again. Regards. Christof On Sunday 13 July 2008 23:35:21 Christof Schulze wrote: > Hello, > > this is my first post to this list. > Recently I have written a script to automatically set up bridgin with > qemu. So the script uses the tap devices passed to qemu to set up the > tap device. > I attached the script because I would like to contribute it to FreeBSD. > It works well enough for me but maybe some testing is still needed. > > I would be glad to read your feedback on this. > > Christof --Boundary-00=_EKqeIj7hMxQJeiR-- From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 14 01:07: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 0FF401065683 for ; Mon, 14 Jul 2008 01:07:49 +0000 (UTC) (envelope-from christof.schulze@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 52D368FC0C for ; Mon, 14 Jul 2008 01:07:48 +0000 (UTC) (envelope-from christof.schulze@gmx.net) Received: (qmail invoked by alias); 14 Jul 2008 01:07:46 -0000 Received: from dslb-092-078-031-214.pools.arcor-ip.net (EHLO localhost) [92.78.31.214] by mail.gmx.net (mp054) with SMTP; 14 Jul 2008 03:07:46 +0200 X-Authenticated: #3549759 X-Provags-ID: V01U2FsdGVkX1+kSOZ9qR2kdL273nO6a+YL7TZjLVgCVsPFa4u0gI AtTYqp/z8vfeS9 From: Christof Schulze To: freebsd-emulation@freebsd.org Date: Mon, 14 Jul 2008 03:07:45 +0200 User-Agent: KMail/1.9.7 References: <200807132335.27883.christof.schulze@gmx.net> <200807140249.08113.christof.schulze@gmx.net> In-Reply-To: <200807140249.08113.christof.schulze@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807140307.45720.christof.schulze@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.78 Subject: Re: qemu + bridging + setup script 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, 14 Jul 2008 01:07:49 -0000 > [Mailinglist troubles] Since I do not want to put the script directly into an email and the mailinglist will not let me attach it, I put it into a pastebin: http://pastebin.com/f775380e1 I would be glad to receive your feedback. Christof From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 14 08:44:12 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 1A64F1065677 for ; Mon, 14 Jul 2008 08:44:12 +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 BEF9C8FC16 for ; Mon, 14 Jul 2008 08:44:11 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A567AD.dip.t-dialin.net [84.165.103.173]) by redbull.bpaserver.net (Postfix) with ESMTP id 8B2112E2E0; Mon, 14 Jul 2008 10:44:05 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 7749E1306D8; Mon, 14 Jul 2008 10:43:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1216025033; bh=awzFPNOF4rbZUtAeWLsq4Yt1oRD0R1D9q 3hOgFWM/ng=; h=Message-ID:Date:From:To:Cc:Subject:References: In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ryGyHMYNYZaI+w0MNzgsc5bepM7glEfBpk27UME3IOcskvhUt/UELkRlwH6ZN7Px0 fJ4F+2cLyGa6AgvO2GyCdIqQhLFwJ/iz/GYBOR3o1v04He3Xir5L6SAtElyoAn8rGip ysTyOfntke3Nii3p6hKMCra51Vfp3iucGDE8qh7IquDhPpQ0loQuHNDm8YMW+vjycCu hAD7YOphYi6IcdzhSEhlyODCEkfPbOizB5Hojc6HwUpTLdskj+iqBh7kYXBQVtbfWLU XnZBY9DJOOnOf4nrl6ObKMz+9J7n5gJK64KF0m/Mcwex4mYpIxL3QiaYip0Nt2vRyzI JkyJKUOXQ== Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m6E8hqJm034404; Mon, 14 Jul 2008 10:43:52 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Mon, 14 Jul 2008 10:43:52 +0200 Message-ID: <20080714104352.14951o38351fjnpc@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 14 Jul 2008 10:43:52 +0200 From: Alexander Leidinger To: Marcin Cieslak References: <20080711115436.GZ17123@deviant.kiev.zoral.com.ua> <4877BAB8.1030804@system.pl> In-Reply-To: <4877BAB8.1030804@system.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-RC2) / 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, ORDB-RBL, 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@freebsd.org Subject: Re: linux emulation: Preliminary support for more auxvec's [patch] 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, 14 Jul 2008 08:44:12 -0000 Quoting Marcin Cieslak (from Fri, 11 Jul 2008 =20 21:55:36 +0200): > The patch is here: > > http://akson.sgh.waw.pl/~saper/FreeBSD/linux/auxvec.diff I'm a little bit worried about this: ---snip--- --- sys/i386/include/elf.h=094 Oct 2006 21:37:09 -0000=091.17 +++ sys/i386/include/elf.h=0911 Jul 2008 11:20:03 -0000 @@ -104,8 +104,12 @@ #define=09AT_EUID=09=0912=09/* Effective uid. */ #define=09AT_GID=09=0913=09/* Real gid. */ #define=09AT_EGID=09=0914=09/* Effective gid. */ +#define=09AT_PLATFORM=0915=09/* CPU identification string. */ +#define=09AT_HWCAP=0916=09/* CPU capabilities (arch dependent). */ +#define=09AT_CLKTCK=0917=09/* Frequency at which times() increments */ +#define=09AT_SECURE=0923=09/* Secure mode */ -#define=09AT_COUNT=0915=09/* Count of defined aux entry types. */ +#define=09AT_COUNT=0918=09/* Count of defined aux entry types. */ ---snip--- I would expect that count is 24, not 18. But what happens if we =20 increase it to 24, is it expected to have some valid data by some =20 automatism based upon AT_COUNT then? What's in 18-22? Bye, Alexander. --=20 Only kings, presidents, editors, and people with tapeworms have the right to use the editorial "we". http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 14 10:23: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 84AA61065675 for ; Mon, 14 Jul 2008 10:23:34 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 10EE48FC1E for ; Mon, 14 Jul 2008 10:23:33 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KILDQ-0000x9-0o for freebsd-emulation@freebsd.org; Mon, 14 Jul 2008 10:23:32 +0000 Received: from 81.210.247.130 ([81.210.247.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jul 2008 10:23:32 +0000 Received: from saper by 81.210.247.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jul 2008 10:23:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Marcin Cieslak Date: Mon, 14 Jul 2008 12:23:16 +0200 Lines: 74 Message-ID: <487B2914.9020409@system.pl> References: <20080711115436.GZ17123@deviant.kiev.zoral.com.ua> <4877BAB8.1030804@system.pl> <20080714104352.14951o38351fjnpc@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig4277687B93FF810F9F019DAC" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.210.247.130 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.13) Gecko/20080405 SeaMonkey/1.1.9 Mnenhy/0.7.5.0 In-Reply-To: <20080714104352.14951o38351fjnpc@webmail.leidinger.net> X-Enigmail-Version: 0.95.6 Sender: news Subject: Re: linux emulation: Preliminary support for more auxvec's [patch] 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, 14 Jul 2008 10:23:34 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4277687B93FF810F9F019DAC Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable Alexander Leidinger wrote: > Quoting Marcin Cieslak (from Fri, 11 Jul 2008 21:55:3= 6=20 > +0200): >=20 >> The patch is here: >> >> http://akson.sgh.waw.pl/~saper/FreeBSD/linux/auxvec.diff >=20 >=20 > -#define AT_COUNT 15 /* Count of defined aux entry types. */ > +#define AT_COUNT 18 /* Count of defined aux entry types. */ > ---snip--- >=20 > I would expect that count is 24, not 18. But what happens if we increas= e=20 > it to 24, is it expected to have some valid data by some automatism=20 > based upon AT_COUNT then? What's in 18-22? Well, the count is the count - it's number of slots in the table. It is=20 used for the allocation of the structure space. As Kostik Belousov pointed, rtld uses this (incorrectly) in=20 libexec/rtld-elf/rtld.c in _rtld() an array of AT_COUNT elements is=20 created and only items with values (0..AT_COUNT) are included in the tabl= e. This should be probably be changed to something in similar to lib/libc/gen/tls.c (see _init_tls() at the very end). Solaris sys/auxv.h comments explain the 18-22 shift (Linux collided with PPC ABI values): http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/= sys/auxv.h You can also here that Solaris defines quite large AT_* values, so an=20 approach taken by rtld is not practical in the long term. I think in the long term (upstream, not in the linuxolator) we should=20 allow ELF stack fixup routine to dynamically allocate user stack and get = rid of AT_COUNT completely. I guess this could be done by extending=20 (struct sysentvec *) and changing the code around 457 of kern_exec.c to=20 separate "copy out strings" and "separate stack base" functions. This work-in-progress patch=20 (http://people.freebsd.org/~kib/misc/rtld-origin.1.patch) also requires=20 some allocation on the user stack. --Marcin --------------enig4277687B93FF810F9F019DAC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQCVAwUBSHspGT2W2v2wY27ZAQNsQgP+NWw6xaaJPYHU7bO+jBBcngM2N7alYgHH xuwI8PBZtYzI85doxbTJngUGCzxi/jkVtnPmkbuAU8/MOwu9a2f6dHvWHxxQVgeW YG7zWDqLatOorc0m9yxlk6nZY7Rh/gQeJzJMlBi+OGPa+mt0GBZHE0QygoH8ATS7 0C+/b6GYjGY= =636Q -----END PGP SIGNATURE----- --------------enig4277687B93FF810F9F019DAC-- From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 14 11:06:57 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 AAE1B1065671 for ; Mon, 14 Jul 2008 11:06:57 +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 D65F08FC15 for ; Mon, 14 Jul 2008 11:06:56 +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 m6EB6udT014384 for ; Mon, 14 Jul 2008 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6EB6uLp014380 for freebsd-emulation@FreeBSD.org; Mon, 14 Jul 2008 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Jul 2008 11:06:56 GMT Message-Id: <200807141106.m6EB6uLp014380@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, 14 Jul 2008 11:06:57 -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 [linux] linux_getdents() get something like buffer ove 3 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 a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o 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/121800 emulation x11-toolkits/linux-openmotif - OpenMotif upgrade to 2. o kern/122318 emulation [linux] [cmake]: Segmentation fault when running Linux o ports/123960 emulation Port fix: archivers/linux-par2cmdline - better handlin o ports/123964 emulation Mk fix: bsd.linux-rpm.mk - Handling of NOPORTDOCS 12 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 14 12:15:55 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 C776E1065671 for ; Mon, 14 Jul 2008 12:15:55 +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 6D1E28FC08 for ; Mon, 14 Jul 2008 12:15:54 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Mon, 14 Jul 2008 07:15:27 -0500 id 000D5509.487B4360.00014CF5 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 14 Jul 2008 07:15:26 -0500 id 0004AC1E.487B435E.0001684A Received: from dsl-189-190-8-164.prod-infinitum.com.mx (dsl-189-190-8-164.prod-infinitum.com.mx [189.190.8.164]) by intranet.encontacto.net (Horde Framework) with HTTP; Mon, 14 Jul 2008 07:15:26 -0500 Message-ID: <20080714071526.235574g9qopomfc4@intranet.encontacto.net> Date: Mon, 14 Jul 2008 07:15:26 -0500 From: eculp To: freebsd-emulation@freebsd.org References: <200807132335.27883.christof.schulze@gmx.net> <200807140249.08113.christof.schulze@gmx.net> In-Reply-To: <200807140249.08113.christof.schulze@gmx.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.2-cvs) Subject: Re: qemu + bridging + setup script 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, 14 Jul 2008 12:15:55 -0000 Quoting Christof Schulze : > Hello, > > Sorry for double posting, it seems that the mailing list software did not > like my gpg signature and that the attachment did not get to the list > because of that. > > So here it is again. Hi Christof. Maybe it is only I, but I still don't see your script. ed > > Regards. > > Christof > > On Sunday 13 July 2008 23:35:21 Christof Schulze wrote: >> Hello, >> >> this is my first post to this list. >> Recently I have written a script to automatically set up bridgin with >> qemu. So the script uses the tap devices passed to qemu to set up the >> tap device. >> I attached the script because I would like to contribute it to FreeBSD. >> It works well enough for me but maybe some testing is still needed. >> >> I would be glad to read your feedback on this. >> >> Christof > > > From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 14 16:02:14 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 E8A5E106567B for ; Mon, 14 Jul 2008 16:02:14 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id CE7B18FC1E for ; Mon, 14 Jul 2008 16:02:14 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so5950866rvf.43 for ; Mon, 14 Jul 2008 09:02:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=MkNoyLnPIeI0PiheeMwBmwthlSKNRam8nnqlLtUdPBk=; b=Ff82i5PQigT9MVKURVhGnmyAIKSUdN1/mSG5FTzvAYyjDhg0aB/4ILiEGsngGdKrmU /zjYlJQfCLEGaELATyFbn/iJ8PBU5maTvLLm7Q3JjSHi6SOMrBynBtG3tSkJxBBRG1dc K0gTTjiC0xCbeH1aUW5gRkwxBv+q0ZeI0MUW4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=edEcR4FBVozzNpc6RI/m2glBENj6o0S7tYa8875STYytt+Kt65gFh1r0B0dZOtAW5D KNSCIqMqDTpg2VVGaGUp/sL8ae+LO2SftKeajMmz9ptOFhu8ujFJG0kdBEgxxiGy96Y4 uxSZ08rDIOkeAtbFXghTFgXzYiyCUzb4dqcxo= Received: by 10.141.52.5 with SMTP id e5mr2874081rvk.125.1216049724587; Mon, 14 Jul 2008 08:35:24 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Mon, 14 Jul 2008 08:35:24 -0700 (PDT) Message-ID: <11167f520807140835i7abebc76l4ca1721135f24d7c@mail.gmail.com> Date: Mon, 14 Jul 2008 10:35:24 -0500 From: "Sam Fourman Jr." To: eculp In-Reply-To: <20080714071526.235574g9qopomfc4@intranet.encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807132335.27883.christof.schulze@gmx.net> <200807140249.08113.christof.schulze@gmx.net> <20080714071526.235574g9qopomfc4@intranet.encontacto.net> Cc: freebsd-emulation@freebsd.org Subject: Re: qemu + bridging + setup script 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, 14 Jul 2008 16:02:15 -0000 > Hi Christof. > > Maybe it is only I, but I still don't see your script. > > ed here it is http://pastebin.com/f775380e1 Sam Fourman Jr. Fourman Networks From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 15 18:04:54 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 4FBCD106564A for ; Tue, 15 Jul 2008 18:04:54 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id F38CF8FC13 for ; Tue, 15 Jul 2008 18:04:53 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so195880qwb.7 for ; Tue, 15 Jul 2008 11:04:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=s9xHGVq5teRgLQD6NjpxJCGFHrTwDHxlT4ZpYebNT54=; b=kAkgPbJimbQsKlRPx4bIVqqZq2O+A8AYpEptN/SqrQSIH7esLq7OcEOgY7OGHWLDli gi3cmsvWJt3+X3smQ80lh5illHkK/3n0nmbrdOyvxUIKB/y+N6TDZC3sdg1JMHtnO+Nu vC/KP3JIQxXT2kxYG6YqDZnO7tCpB3QEPEMR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=XlvvBsREjKOyuQQWCPcCmv6dOGlp9/wpcbKCb1YsdJySZcLmFxkFuqJ5X8r6zEWCGl dNcJOc2prnd4DvGDilnOE9tWVhczCfrzSo7EyRz1V8yllRJmgFDOhPHq5pBhWXKubyOv Q93zekKaLjtFJ4mN3FXwOUqyCqKl8hFxH7ais= Received: by 10.150.205.13 with SMTP id c13mr613787ybg.183.1216143422465; Tue, 15 Jul 2008 10:37:02 -0700 (PDT) Received: by 10.151.51.21 with HTTP; Tue, 15 Jul 2008 10:37:02 -0700 (PDT) Message-ID: <3cd3dd6a0807151037l5c14080am2fc13736b5b8239a@mail.gmail.com> Date: Tue, 15 Jul 2008 21:37:02 +0400 From: "Dmitry Chagin" To: "Roman Divacky" In-Reply-To: <20080713062433.GB67395@freebsd.org> MIME-Version: 1.0 References: <20080711115436.GZ17123@deviant.kiev.zoral.com.ua> <4877BAB8.1030804@system.pl> <20080711201450.GB17123@deviant.kiev.zoral.com.ua> <20080713062433.GB67395@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Marcin Cieslak , freebsd-emulation@freebsd.org Subject: Re: linux emulation: Preliminary support for more auxvec's [patch] 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, 15 Jul 2008 18:04:54 -0000 2008/7/13 Roman Divacky : > > > This was made against 7-STABLE, but there no major differences in > > > -current. It is also trivial to port to 64-bit amd64 emulation. > > Hmm, what are you referencing there ? I know only about one mostly > > stalled effort. > > dmitry still has not got his p4 account :( or at least he's not able > to access it. I cant comment more... maybe dmitry can tell us > about the progress he's made? > > Yesterday I have received the password to an account:) I shall setup p4 client now. about progress: All in the same place, I repair sendmsg/recvmsg, thnx! chd, Have fun! From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 16 07:36:07 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 653041065670; Wed, 16 Jul 2008 07:36:07 +0000 (UTC) (envelope-from kpeter@melbpc.org.au) Received: from hosted04.westnet.com.au (hosted04.westnet.com.au [203.10.1.217]) by mx1.freebsd.org (Postfix) with ESMTP id 72EC58FC12; Wed, 16 Jul 2008 07:36:06 +0000 (UTC) (envelope-from kpeter@melbpc.org.au) Received: from hosted04.westnet.com.au (hosted04.westnet.com.au [127.0.0.1]) by hosted04.westnet.com.au (Postfix) with SMTP id 8ED643DB292; Wed, 16 Jul 2008 15:36:04 +0800 (WST) Received: from baron.from.hell (dsl-124-150-95-242.vic.westnet.com.au [124.150.95.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hosted04.westnet.com.au (Postfix) with ESMTP id B7B053DB972; Wed, 16 Jul 2008 15:36:02 +0800 (WST) Message-ID: <487DA4E2.6080303@melbpc.org.au> Date: Wed, 16 Jul 2008 07:36:02 +0000 From: Peter Kostouros Organization: Melbourne PC User Group User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: Roman Divacky References: <4870260D.1080203@melbpc.org.au> <20080706094332.4de443b0@deskjail> <4871E04B.305@melbpc.org.au> <20080707111515.GA41171@freebsd.org> <4877F898.9080905@melbpc.org.au> <20080713061943.GA67395@freebsd.org> In-Reply-To: <20080713061943.GA67395@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Branch: TNG-Outgoing Cc: emulation@freebsd.org Subject: Re: Linux 2.6 emulation and Linux Java problem X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kpeter@melbpc.org.au List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2008 07:36:07 -0000 Roman Divacky wrote: >> ktrace.out is about 500MB. >> >> Anyways, one java process looks to be looping: >> >> RET linux_sys_futex -1 errno 110 Unknown error: 110 >> > > what is the call of the futex that causes this error to happen? that might > be the culprit > > >> CALL linux_sys_futex(0x8092528,0x81,0x1,0xfffffffd,0x8092528,0x2affd250) >> >> RET linux_sys_futex 1 >> > > .... > > >> RET linux_clock_gettime 0 >> >> CALL linux_sys_futex(0x80e0acc,0x80,0x1,0x2affd21c,0x1,0x2affd280) >> > > it looks like it's looping waiting for some condition to happen, dont > you have a simpler example that exhibits this behaviour than those > (big) apps you mentioned? > > I will see what I can do. >> and another over sched_yield (although I am uncertain as I have not >> examined the entire dump). >> >> Let me know if you want anything from the trace. >> > > the futex call that causes error 110 :) > > 1615 java CALL gettimeofday(0x2841f118,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841f128,0) 1615 java RET gettimeofday 0 1615 java CALL linux_mmap2(0,0x80000,0x7,0x22,0xffffffff,0) 1615 java RET linux_mmap2 720887808/0x2af7e000 1615 java CALL linux_mprotect(0x2af7e000,0x1000,0) 1615 java RET linux_mprotect 0 1615 java CALL linux_clone(0x3d0f00,0x2affd4b4,0x2affdbd8,0x2841f13c,0x2affdbd8) 1622 java RET linux_fork 0 1622 java CALL linux_set_robust_list(0x2affdbe0,0xc) 1622 java RET linux_set_robust_list 0 1622 java CALL linux_sched_getaffinity(0x656,0x20,0x809cb80) 1622 java RET linux_sched_getaffinity 4 1622 java CALL linux_sched_getaffinity(0x656,0x20,0x809cb80) 1622 java RET linux_sched_getaffinity 4 1622 java CALL linux_gettid 1622 java RET linux_gettid 1622/0x656 1622 java CALL linux_rt_sigprocmask(0,0,0x2affd2f0,0x8) 1622 java RET linux_rt_sigprocmask 0 1622 java CALL linux_rt_sigprocmask(0x1,0x6448480,0,0x8) 1622 java RET linux_rt_sigprocmask 0 1622 java CALL linux_rt_sigprocmask(0,0x6448500,0,0x8) 1622 java RET linux_rt_sigprocmask 0 1622 java CALL linux_sys_futex(0x80814dc,0x85,0x1,0x1,0x80814d8,0x4000001) 1622 java RET linux_sys_futex 2 1622 java CALL linux_sys_futex(0x809cbac,0x80,0x1,0,0x1,0x2affd2a8) 1615 java RET linux_sys_futex 0 1615 java CALL linux_sys_futex(0x8059e28,0x81,0x1,0x8059e00,0x8059e28,0x2841f080) 1615 java RET linux_sys_futex 1 1615 java CALL linux_sys_futex(0x809cbac,0x85,0x1,0x1,0x809cba8,0x4000001) 1615 java RET linux_sys_futex 2 1622 java RET linux_sys_futex 0 1622 java CALL linux_sys_futex(0x8092728,0x80,0x2,0,0,0x2affd270) 1615 java CALL linux_sys_futex(0x8092728,0x81,0x1,0x8092700,0x8092728,0x2841f130) 1615 java RET linux_sys_futex 2 1622 java RET linux_sys_futex 0 1622 java CALL linux_sys_futex(0x8092728,0x81,0x1,0x8092700,0x8092728,0x2affd2a0) 1622 java RET linux_sys_futex 1 1622 java CALL linux_sched_getaffinity(0x656,0x20,0x809cb80) 1622 java RET linux_sched_getaffinity 4 1622 java CALL linux_sched_getaffinity(0x656,0x20,0x809cb80) 1622 java RET linux_sched_getaffinity 4 1622 java CALL linux_sched_getaffinity(0x656,0x20,0x809cb80) 1622 java RET linux_sched_getaffinity 4 1622 java CALL linux_sched_getaffinity(0x656,0x20,0x809cb80) 1622 java RET linux_sched_getaffinity 4 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL gettimeofday(0x2affd240,0) 1622 java RET gettimeofday 0 1622 java CALL linux_clock_gettime(0,0x2affd21c) 1622 java RET linux_clock_gettime 0 1622 java CALL linux_sys_futex(0x809cc84,0x80,0x1,0x2affd21c,0x1,0x2affd280) <<<< Here? 1615 java CALL gettimeofday(0x2841f1d8,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841f2b8,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e838,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e838,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e658,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e658,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e718,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e718,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841ea88,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841ea88,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841eb48,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841eb48,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e554,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e554,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e614,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e614,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e0ec,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e0ec,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e05c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e05c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e1ac,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e1ac,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841dfa0,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841dfa0,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e060,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841d8e0,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841d8e0,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e060,0) 1615 java RET gettimeofday 0 1615 java CALL linux_stat64(0x80532d0,0x2841e200,0x281f1ff4) 1615 java NAMI "/compat/linux/usr/local/linux-sun-jdk1.6.0_10/jre/lib/ext/sunjce_provider.jar" 1615 java NAMI "/usr/local/linux-sun-jdk1.6.0_10/jre/lib/ext/sunjce_provider.jar" 1615 java UNKNOWN(8) 1615 java RET linux_stat64 0 1615 java CALL linux_stat64(0x8054100,0x2841e200,0x281f1ff4) 1615 java NAMI "/compat/linux/usr/local/linux-sun-jdk1.6.0_10/jre/lib/ext/sunpkcs11.jar" 1615 java NAMI "/usr/local/linux-sun-jdk1.6.0_10/jre/lib/ext/sunpkcs11.jar" 1615 java UNKNOWN(8) 1615 java RET linux_stat64 0 1615 java CALL linux_stat64(0x8054100,0x2841e200,0x281f1ff4) 1615 java NAMI "/compat/linux/usr/local/linux-sun-jdk1.6.0_10/jre/lib/ext/dnsns.jar" 1615 java NAMI "/usr/local/linux-sun-jdk1.6.0_10/jre/lib/ext/dnsns.jar" 1615 java UNKNOWN(8) 1615 java RET linux_stat64 0 1615 java CALL linux_stat64(0x8054100,0x2841e200,0x281f1ff4) 1615 java NAMI "/compat/linux/usr/local/linux-sun-jdk1.6.0_10/jre/lib/ext/localedata.jar" 1615 java NAMI "/usr/local/linux-sun-jdk1.6.0_10/jre/lib/ext/localedata.jar" 1615 java UNKNOWN(8) 1615 java RET linux_stat64 0 1615 java CALL gettimeofday(0x2841e698,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e698,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e758,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e758,0) 1615 java RET gettimeofday 0 1622 java RET linux_sys_futex -1 errno 110 Unknown error: 110 1622 java CALL linux_sys_futex(0x8092528,0x81,0x1,0xfffffffd,0x8092528,0x2affd250) 1622 java RET linux_sys_futex 1 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL gettimeofday(0x2affd2a8,0) 1622 java RET gettimeofday 0 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL gettimeofday(0x2affd240,0) 1622 java RET gettimeofday 0 1622 java CALL linux_clock_gettime(0,0x2affd21c) 1622 java RET linux_clock_gettime 0 1622 java CALL linux_sys_futex(0x809cc84,0x80,0x1,0x2affd21c,0x1,0x2affd280) 1620 java CALL gettimeofday(0x2ad7d038,0) 1620 java RET gettimeofday 0 1620 java CALL gettimeofday(0x2ad7d188,0) 1620 java RET gettimeofday 0 1620 java CALL gettimeofday(0x2ad7d188,0) 1620 java RET gettimeofday 0 1620 java CALL gettimeofday(0x2ad7d048,0) 1620 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e0e8,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e0e8,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e1a8,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e1a8,0) 1615 java RET gettimeofday 0 1620 java CALL gettimeofday(0x2ad7d038,0) 1620 java RET gettimeofday 0 1620 java CALL linux_sys_futex(0x808e0c4,0x80,0x5,0,0x5,0x2ad7d098) 1615 java CALL gettimeofday(0x2841dc1c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841dc1c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841dcdc,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841dcdc,0) 1615 java RET gettimeofday 0 1615 java CALL linux_stat64(0x80532d0,0x2841dd40,0x281f1ff4) 1615 java NAMI "/compat/linux/mnt/cvs2/Desktop/netbeans/netbeans-6.1/platform8/lib/boot.jar" 1615 java NAMI "/mnt/cvs2/Desktop/netbeans/netbeans-6.1/platform8/lib/boot.jar" 1615 java UNKNOWN(8) 1615 java RET linux_stat64 0 1622 java RET linux_sys_futex -1 errno 110 Unknown error: 110 1622 java CALL linux_sys_futex(0x8092528,0x81,0x1,0xfffffffd,0x8092528,0x2affd250) 1622 java RET linux_sys_futex 1 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL gettimeofday(0x2affd2a8,0) 1622 java RET gettimeofday 0 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL gettimeofday(0x2affd240,0) 1622 java RET gettimeofday 0 1622 java CALL linux_clock_gettime(0,0x2affd21c) 1622 java RET linux_clock_gettime 0 1622 java CALL linux_sys_futex(0x809cc84,0x80,0x1,0x2affd21c,0x1,0x2affd280) 1615 java CALL gettimeofday(0x2841dc1c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841dc1c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841db8c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841db8c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841dcdc,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841d83c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841d83c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841dcdc,0) 1615 java RET gettimeofday 0 1615 java CALL linux_stat64(0x80532d0,0x2841dd00,0x281f1ff4) 1615 java NAMI "/compat/linux/mnt/cvs2/Desktop/netbeans/netbeans-6.1/platform8/lib/boot.jar" 1615 java NAMI "/mnt/cvs2/Desktop/netbeans/netbeans-6.1/platform8/lib/boot.jar" 1615 java UNKNOWN(8) 1615 java RET linux_stat64 0 1615 java CALL linux_open(0x80532d0,0x8000,0) 1615 java NAMI "/compat/linux/mnt/cvs2/Desktop/netbeans/netbeans-6.1/platform8/lib/boot.jar" 1615 java NAMI "/mnt/cvs2/Desktop/netbeans/netbeans-6.1/platform8/lib/boot.jar" 1615 java RET linux_open 3 1615 java CALL linux_fstat64(0x3,0x2841dcc0,0x281f1ff4) 1615 java UNKNOWN(8) 1615 java RET linux_fstat64 0 1615 java CALL linux_fcntl64(0x3,0x1,0) 1615 java RET linux_fcntl64 0 1615 java CALL linux_fcntl64(0x3,0x2,0x1) 1615 java RET linux_fcntl64 0 1615 java CALL linux_llseek(0x3,0,0,0x2841dc90,0x2) 1615 java RET linux_llseek 0 1615 java CALL linux_llseek(0x3,0,0x3c3a3,0x2841dac0,0) 1615 java RET linux_llseek 0 1615 java CALL read(0x3,0x2841dbe0,0x80) 1615 java GIO fd 3 read 128 bytes "ageAccessibleClassLoader.classPK\^A\^B \0 \0\0\0\0\0\M-0\M^^\M^U8\^A\M-?h\^V\M-:1\0\0\M-:1\0\0\^W\0\0\0\0\0\0\0\0\0\0\0\0\0\M-?~\^C\0org/netbeans/Util.classPK\^E\^F\0\0\0\ \0=\0=\0X\^S\0\0\M-.\M-0\^C\0\a\0PACK200" 1615 java RET read 128/0x80 1615 java CALL linux_mmap2(0,0x141c,0x1,0x1,0x3,0x3b) 1615 java RET linux_mmap2 675479552/0x28430000 1615 java CALL gettimeofday(0x2841da4c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841da4c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841db0c,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841db0c,0) 1615 java RET gettimeofday 0 1622 java RET linux_sys_futex -1 errno 110 Unknown error: 110 1622 java CALL linux_sys_futex(0x8092528,0x81,0x1,0xfffffffd,0x8092528,0x2affd250) 1622 java RET linux_sys_futex 1 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL gettimeofday(0x2affd2a8,0) 1622 java RET gettimeofday 0 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL linux_clock_gettime(0x1,0x2affd290) 1622 java RET linux_clock_gettime 0 1622 java CALL gettimeofday(0x2affd240,0) 1622 java RET gettimeofday 0 1622 java CALL linux_clock_gettime(0,0x2affd21c) 1622 java RET linux_clock_gettime 0 1622 java CALL linux_sys_futex(0x809cc84,0x80,0x1,0x2affd21c,0x1,0x2affd280) 1615 java CALL gettimeofday(0x2841e364,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e364,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e424,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e424,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e460,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e460,0) 1615 java RET gettimeofday 0 1615 java CALL gettimeofday(0x2841e520,0) 1615 java RET gettimeofday 0 From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 17 22:24:00 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 3FB091065679 for ; Thu, 17 Jul 2008 22:24:00 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id DE8598FC27 for ; Thu, 17 Jul 2008 22:23:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id C95E22C50D16 for ; Fri, 18 Jul 2008 01:23:58 +0300 (EEST) Date: Fri, 18 Jul 2008 01:23:52 +0300 From: Ion-Mihai Tetcu To: freebsd-emulation@freebsd.org Message-ID: <20080718012352.66ad7829@it.buh.tecnik93.com> In-Reply-To: <200805242050.m4OKoANj032302@freefall.freebsd.org> References: <200805242050.m4OKoANj032302@freefall.freebsd.org> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/x=/C6ntB+gAIbJEFYcRe2Re"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: ports/123964: Mk fix: bsd.linux-rpm.mk - Handling of NOPORTDOCS 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, 17 Jul 2008 22:24:00 -0000 --Sig_/x=/C6ntB+gAIbJEFYcRe2Re Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Is there anything wrong with this patch or can I commit it? Do you want me to do a tindy run over the ports that set AUTOMATIC_PLIST with NOPORTDOCS defined? Or anything else I can do to help get this in the tree? Thanks, --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/x=/C6ntB+gAIbJEFYcRe2Re Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkh/xn4ACgkQJ7GIuiH/oeU/WQCaA4OFxRoqXUpDwIQAbYX169I9 wDwAn1eqnGiuCuRVnLFJf/TTYM554Eq+ =IH7i -----END PGP SIGNATURE----- --Sig_/x=/C6ntB+gAIbJEFYcRe2Re-- From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 17 22:24: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 A736D106566B for ; Thu, 17 Jul 2008 22:24:48 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 501CE8FC0A for ; Thu, 17 Jul 2008 22:24:48 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 72FC32C50D16; Fri, 18 Jul 2008 01:24:47 +0300 (EEST) Date: Fri, 18 Jul 2008 01:24:36 +0300 From: Ion-Mihai Tetcu To: "Ganael LAPLANCHE" Message-ID: <20080718012436.3f895d44@it.buh.tecnik93.com> In-Reply-To: <20080717114042.M73703@martymac.com> References: <20080710023555.0E12612E434A@quark.ds9.tecnik93.com> <20080710065039.M30672@martymac.com> <20080710161135.161d4632@it.buh.tecnik93.com> <20080717114042.M73703@martymac.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/mCk=YSNnroE9BKOCZ7zl9r3"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-emulation@FreeBSD.org Subject: Re: archivers/linux-par2cmdline - fails: FAIL 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, 17 Jul 2008 22:24:48 -0000 --Sig_/mCk=YSNnroE9BKOCZ7zl9r3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 17 Jul 2008 13:40:42 +0200 (CEST) "Ganael LAPLANCHE" wrote: > On Thu, 10 Jul 2008 16:11:35 +0300, Ion-Mihai Tetcu wrote >=20 > Hi, >=20 > >> Please bug me in a week if a fix is not committed. Thanks, > > > > Ok, it is now on my TODO list ! >=20 > As you asked me, here is a reminder :) Nothing has been committed > yet ; can you take a look at ports/123964 ? Ping'ed the "maintainer" about it, let see what happens ... --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/mCk=YSNnroE9BKOCZ7zl9r3 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkh/xq8ACgkQJ7GIuiH/oeWklwCeMe4tHYylX9C7r6ejdTrPT9Wt +mYAn3S0mHroDNZh5xDsZGM/RfggcwcN =Oqaf -----END PGP SIGNATURE----- --Sig_/mCk=YSNnroE9BKOCZ7zl9r3-- From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 18 06:23:55 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 CD732106564A for ; Fri, 18 Jul 2008 06:23:55 +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 595128FC14 for ; Fri, 18 Jul 2008 06:23:55 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A55AA5.dip.t-dialin.net [84.165.90.165]) by redbull.bpaserver.net (Postfix) with ESMTP id 5ACA42E323; Fri, 18 Jul 2008 08:23:47 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 8D5F93786C; Fri, 18 Jul 2008 08:23:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1216362215; bh=TeEwIx4Hp/SigBCblq0J6XGdQqzhZmtY8 42ciX2Dq3g=; h=Message-ID:Date:From:To:Cc:Subject:References: In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=e91e0wnwwBCKmXuLpKZzob2gnD5gYyG7mF1pFEoBlH6aPV/H9V7yNqEB5cWQzfPcE NiHPYxdRkILEHaaVZzYxYghVaIVzTWGRnKBtjdQRU1o59d0SVyhN22FayJ7YcIKz53v 5D1citYaxmuVFII4M+W5oJwOBYSzvpCLjoBEp+QrDrVkBaI2009xm4/1cIdTAu2zNXg zSmypYdqfp7lB1koNGtoxTsXf1QsmRjQnJ9aK+qQKAhD3i8mWffPpsyWl2NXWtihJ0i LZi5cPhT9hJQclp/bcDdazRhClozHI0WHk5ooVgB6qE3n53tRFieUGq7tPSTm8+Sybx 4M9W2oYfA== Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m6I6NZfm096803; Fri, 18 Jul 2008 08:23:35 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Fri, 18 Jul 2008 08:23:35 +0200 Message-ID: <20080718082335.59641it1ufxgg64k@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 18 Jul 2008 08:23:35 +0200 From: Alexander Leidinger To: Ion-Mihai Tetcu References: <200805242050.m4OKoANj032302@freefall.freebsd.org> <20080718012352.66ad7829@it.buh.tecnik93.com> In-Reply-To: <20080718012352.66ad7829@it.buh.tecnik93.com> 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.2-RC2) / 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, ORDB-RBL, 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@FreeBSD.org Subject: Re: ports/123964: Mk fix: bsd.linux-rpm.mk - Handling of NOPORTDOCS 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, 18 Jul 2008 06:23:55 -0000 Quoting Ion-Mihai Tetcu (from Fri, 18 Jul 2008 01:23:52 +0300): > Is there anything wrong with this patch or can I commit it? Personally I don't like the "x" as a variable name, and I would use a shell loop instead of a make loop, but at this moment this is more cosmetics than a requirement. The real problem here is lack of time. Boris just returned from vacations and is catching up with whatever piled up, and I am still busy with more important things. > Do you want me to do a tindy run over the ports that set > AUTOMATIC_PLIST with NOPORTDOCS defined? Or anything else I can do to > help get this in the tree? That would be great. Bye, Alexander. -- Everyone was born right-handed. Only the greatest overcome it. 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 Fri Jul 18 12:42: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 F09D510656C7 for ; Fri, 18 Jul 2008 12:42:25 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 684618FC20 for ; Fri, 18 Jul 2008 12:42:25 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: by ug-out-1314.google.com with SMTP id q2so57531uge.37 for ; Fri, 18 Jul 2008 05:42:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:cc:subject :in-reply-to:message-id:references:user-agent:mime-version :content-type:from; bh=GgY44gX87i/SSK7yq8RZkDtIs3wQW2YfLFbOvYirBKg=; b=ZZ+m456Oy4eLn+ebE3ymzRURphCUAnTpB0Fs0sMRcEH3OGUKUwfIy+KBEaY/vjINX6 NFW2R7tc8x0YWT6iF3P06ttniTtfPdEdKySy0SqDWCaKJSzwlM1624tcxVAeMU79U2za 5IHSI7jl4jrOU6O5MikV4EYtL3mRbjJ+uic2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:in-reply-to:message-id:references:user-agent :mime-version:content-type:from; b=Ca1u2pXc1dmlSFce+tiSaU08rmPC36Qng/lrGvmS1z+mOuzhEbPYSXOluAMEo/W4gp cCGpbvS/5HDBhSaAj3TmAL76ODCEmCSDSSuzqjRUECyC4HZbafsJuWiu3FrZtErJ3Swj NvfMTRwCvEAqu4fZGnuufkVTeyG2dfh9KydbE= Received: by 10.67.26.7 with SMTP id d7mr259448ugj.44.1216384943642; Fri, 18 Jul 2008 05:42:23 -0700 (PDT) Received: from ora.chd.net ( [78.107.232.239]) by mx.google.com with ESMTPS id 24sm1182691ugf.86.2008.07.18.05.42.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 18 Jul 2008 05:42:22 -0700 (PDT) Date: Fri, 18 Jul 2008 16:40:30 +0400 (MSD) To: Kostik Belousov In-Reply-To: <20080711201450.GB17123@deviant.kiev.zoral.com.ua> Message-ID: References: <20080711115436.GZ17123@deviant.kiev.zoral.com.ua> <4877BAB8.1030804@system.pl> <20080711201450.GB17123@deviant.kiev.zoral.com.ua> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Chagin Dmitry Cc: Marcin Cieslak , freebsd-emulation@freebsd.org Subject: Re: linux emulation: Preliminary support for more auxvec's [patch] 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, 18 Jul 2008 12:42:26 -0000 On Fri, 11 Jul 2008, Kostik Belousov wrote: > On Fri, Jul 11, 2008 at 09:55:36PM +0200, Marcin Cieslak wrote: >> Kostik Belousov wrote: >>> On Fri, Jul 11, 2008 at 01:43:55PM +0200, Marcin Cieslak wrote: >>>> Hello, >>>> >> >> This was made against 7-STABLE, but there no major differences in >> -current. It is also trivial to port to 64-bit amd64 emulation. > Hmm, what are you referencing there ? I know only about one mostly > stalled effort. > I have created branch linuxolator64 on perforce.freebsd.org, welcome :) Now I work above corrections in sendmsg/recvmsg, the rest like works. thnx! -- Have fun! chd