From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Lw0j4-0007O6-LB for garchives@archives.gentoo.org; Mon, 20 Apr 2009 21:08:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C21BAE0771; Mon, 20 Apr 2009 21:08:24 +0000 (UTC) Received: from r00tworld.com (r00tworld.com [212.85.137.21]) by pigeon.gentoo.org (Postfix) with ESMTP id 642C7E0771 for ; Mon, 20 Apr 2009 21:08:24 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by r00tworld.com (8.13.1/8.13.1) with ESMTP id n3KL8Mh6020799 for ; Mon, 20 Apr 2009 23:08:22 +0200 Received: from r00tworld.com ([127.0.0.1]) by localhost (r00tworld.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17825-07 for ; Mon, 20 Apr 2009 23:08:21 +0200 (CEST) Received: from [192.168.1.14] (x.r00tworld.com [212.85.137.21]) by r00tworld.com (8.13.1/8.13.1) with ESMTP id n3KL8FMr020787 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 20 Apr 2009 23:08:15 +0200 From: pageexec@freemail.hu To: gentoo-hardened@lists.gentoo.org Date: Mon, 20 Apr 2009 23:07:37 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-hardened@lists.gentoo.org Reply-to: gentoo-hardened@lists.gentoo.org MIME-Version: 1.0 Subject: Re: [gentoo-hardened] Re: foldingathome and PAX Message-ID: <49ECE419.14244.539017F@pageexec.freemail.hu> Priority: normal In-reply-to: <1240259888.12686.16.camel@lillen.dodi> References: <1240254225.12686.8.camel@lillen.dodi>, <49ECD4DA.15428.4FD726D@pageexec.freemail.hu>, <1240259888.12686.16.camel@lillen.dodi> X-mailer: Pegasus Mail for Windows (4.50 PB1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.12 (r00tworld.com [212.85.137.21]); Mon, 20 Apr 2009 23:08:16 +0200 (CEST) X-Virus-Scanned: r00tworld Anti-Virus System X-Archives-Salt: d132914f-cff2-47f4-b67e-c02ff856ecb9 X-Archives-Hash: 38cdc05789daa162df47fd522ac270ba On 20 Apr 2009 at 22:38, Peter Hjalmarsson wrote: > strace ./FahCore_a0.exe -dir work/ -suffix 01 -checkpoint 15 -verbose > -version 602 > ~/fah6-stdout 2> ~/fah6-stderr try strace -f, it seems the app is forking and that's probably where something goes wrong. -ff -o are also useful switches for saving the log files.