From owner-freebsd-current@FreeBSD.ORG Mon Jan 8 17:31:55 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15B0C16A40F for ; Mon, 8 Jan 2007 17:31:55 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mx1.freebsd.org (Postfix) with ESMTP id A1F7B13C442 for ; Mon, 8 Jan 2007 17:31:54 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.8/8.13.7) with ESMTP id l08HVqD9003188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Jan 2007 18:31:52 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id l08HVqM7003187; Mon, 8 Jan 2007 18:31:52 +0100 (CET) Date: Mon, 8 Jan 2007 18:31:52 +0100 From: Divacky Roman To: Gary Jennejohn Message-ID: <20070108173152.GA2859@stud.fit.vutbr.cz> References: <20070108165157.GA94941@stud.fit.vutbr.cz> <200701081716.l08HGphN020871@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701081716.l08HGphN020871@peedub.jennejohn.org> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: current@freebsd.org Subject: Re: broken linuxulator in -current as of Jan 8 17:51:45 CET X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2007 17:31:55 -0000 On Mon, Jan 08, 2007 at 06:16:51PM +0100, Gary Jennejohn wrote: > > Divacky Roman writes: > > hi > > > > can someone confirm that running for example /bin/ls > > in linux compat doesnt work. here it goes like: > > > > witten ~# /compat/linux/bin/ls > > /compat/linux/bin/ls: error while loading shared libraries: /usr/lib/librt.so > > .1: ELF file OS ABI invalid > > > > I cannot see what can be wrong. I tried to backout all changes that > > alexander commited yesterday but it didnt help. is it regression > > local to my machine or is the problem -current wide? > > > > Works for me. > > garyj:peedub:garyj:-bash:26> uname -a > FreeBSD peedub.jennejohn.org 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Sun Jan 7 20:48:48 CET 2007 garyj@peedub.jennejohn.org:/u4/obj/u7/test/src/sys/amd64 i386 thats from within chroot, right? it DOES work for me as well what doesnt work is running it from outside like: /compat/linux/bin/ls also.. please try RECENT current thnx roman