From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 21 20:33:22 2007 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 8874516A419 for ; Tue, 21 Aug 2007 20:33:22 +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 37B3913C4B7 for ; Tue, 21 Aug 2007 20:33:19 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 382EB8C15E0; Tue, 21 Aug 2007 22:33:18 +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 mDgqdNulbKhq; Tue, 21 Aug 2007 22:33:16 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 32EF28C15AC; Tue, 21 Aug 2007 22:33:16 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l7LKXFP4001112; Tue, 21 Aug 2007 22:33:15 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 21 Aug 2007 22:33:15 +0200 From: Roman Divacky To: sam Message-ID: <20070821203315.GA1068@freebsd.org> References: <46CB0F1F.9000700@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CB0F1F.9000700@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: linuxolator problem on amd64 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, 21 Aug 2007 20:33:22 -0000 > # truss ./run.sh | less dont use truss. use ktrace/linux_kdump instead thnx