From owner-freebsd-emulation@FreeBSD.ORG Fri May 9 15:14:10 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 268371065674 for ; Fri, 9 May 2008 15:14:10 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 9D58E8FC2B for ; Fri, 9 May 2008 15:14:09 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2728331fgb.35 for ; Fri, 09 May 2008 08:14:08 -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=7Wk64rg4oW0EkJ3YE5jBJA7+hFw2GZFVkfglK+AWC+4=; b=GNtHvvv+02Jw9vJVTg9V4gyT/Ekbl8h6mCznx3fp/FStV3GqwTn4MHbY6SPbqE1VE8AmuSdHxMtbYkeMmcuWLvDyzOe+RGpNFkY/5Fj4/DY+7TeAPKKfB3IaLDNi5n+aO7nEaL+NleNXA1/SFa1pXk4OX0WbHqBkJ/fz0HQpWv4= 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=ZRW66PVwGjbN4C0x96g+h7yv+WLiGBcvNPIIqpeb3PS7jDozjL1B1VLw2V+M6Pu5P+IXJeB7yQl6Ip0RkkGmUL34g0SesNrhlW9HFIQc9G8WJhomEmkDcYRc+fqknUC1YjjRd8NOa7QSxpOdphsGHUEE6wS8gbutLak8d+0yfb0= Received: by 10.86.66.19 with SMTP id o19mr8708480fga.9.1210346048400; Fri, 09 May 2008 08:14:08 -0700 (PDT) Received: from ora.chd.net ( [81.200.6.196]) by mx.google.com with ESMTPS id 12sm4418908fgg.0.2008.05.09.08.14.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 May 2008 08:14:03 -0700 (PDT) Date: Fri, 9 May 2008 19:12:57 +0400 (MSD) To: Chagin Dmitry In-Reply-To: Message-ID: References: <20080506214738.GA31134@freebsd.org> <20080508165244.GA68088@freebsd.org> <20080508170819.GA68720@freebsd.org> <20080508172503.GA69463@freebsd.org> <20080508195310.GA74606@freebsd.org> <20080508210641.GA81647@freebsd.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2094977263-2078087853-1210345979=:3602" From: Chagin Dmitry Cc: freebsd-emulation@freebsd.org Subject: Re: [patch] linux-x86-64 (for comments) 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, 09 May 2008 15:14:10 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2094977263-2078087853-1210345979=:3602 Content-Type: TEXT/PLAIN; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8BIT On Fri, 9 May 2008, Chagin Dmitry wrote: > ora# /compat/linux/bin/pwd > 6078: > 6078: file=libc.so.6 [0]; needed by /compat/linux/bin/pwd [0] > 6078: find library=libc.so.6 [0]; searching > 6078: search cache=/etc/ld.so.cache > 6078: search path=/lib64/tls:/lib64:/usr/lib64/tls:/usr/lib64 > (system search path) > 6078: trying file=/lib64/tls/libc.so.6 > 6078: trying file=/lib64/libc.so.6 > /compat/linux/bin/pwd: error while loading shared libraries: > /lib64/libc.so.6: c > annot read file data: Error 9 ups... incorrect example, sorry. ldconfig hangs ora# /compat/linux/sbin/ldconfig -r /compat/linux Ошибка сегментации(core dumped) traced syscalls: newuname brk(0) brk(0x6adf20) arch_prctl(0x1002, 0x6ad860) brk(0x6cef20) brk(0x6cf000) pid 6362 (ldconfig), uid 0: exited on signal 11 (core dumped) thnx! -- Have fun! chd --2094977263-2078087853-1210345979=:3602--