From owner-freebsd-emulation@FreeBSD.ORG Sun Jan 27 13:13:20 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 11B4716A468 for ; Sun, 27 Jan 2008 13:13:20 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [213.186.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id CAF6113C478 for ; Sun, 27 Jan 2008 13:13:19 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from roxette.lamaiziere.net (unknown [77.192.6.103]) by smtp.lamaiziere.net (Postfix) with ESMTP id 8AE4811805CE; Sun, 27 Jan 2008 13:57:12 +0100 (CET) Received: from roxette.lamaiziere.net (localhost [127.0.0.1]) by roxette.lamaiziere.net (Postfix) with ESMTP id 6076040EB; Sun, 27 Jan 2008 13:57:14 +0100 (CET) Date: Sun, 27 Jan 2008 13:57:13 +0100 From: Patrick Lamaiziere To: freebsd-emulation@freebsd.org Message-ID: <20080127135713.743d2d40@roxette.lamaiziere.net> In-Reply-To: <20080127123219.7bf68cd7@deskjail> References: <4798B45D.4080509@gwdg.de> <20080125130817.k206b7ugw00wwcos@webmail.leidinger.net> <479BAF5B.1060301@gwdg.de> <20080127123219.7bf68cd7@deskjail> Organization: /dave/nulle X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alexander Leidinger Subject: Re: de-acroread8 not starting any more 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, 27 Jan 2008 13:13:20 -0000 Le Sun, 27 Jan 2008 12:32:19 +0100, Alexander Leidinger : > > >>> acroread > > >> rm: cannot remove > > >> `/home/rhurlin/.adobe/Acrobat/8.0/Preferences/mozilla/prefs.js': > > >> Function not implemented > > > > > > This is strange... I wouldn't expect a "Function not implemented" > > > for an rm. I think this is because the '/compat/linux/bin/rm' from Fedora 7 uses linux_fstatat64() $ truss /compat/linux/bin/rm /home/patrick/test linux_fstatat64(0xffffff9c,0xbfbfe9bd,0xbfbfe600,0x100,0x281c4ff4,0x6) ERR#78 'Function not implemented' > That's bad (for 2.6 emulation). This means there's some ind of problem > with either 2.6 and/or f7. I don't think f7 is a problem (else the > linux camp would have the same problem). So... I CC emulation@ for > some more eyes for the problem. I've got the same problem with RELENG_7/i386, Fedora 7, compat.linux.osrelease: 2.6.21. $ truss acrodread8 : [...] linux_mprotect(0x1a000,0x1000,0x1,0x360,0x219176d8,0x6) = 0 (0x0) munmap(0x20f73000,10515) = 0 (0x0) linux_set_tid_address(0x21917768,0x2155dff4,0x1,0x21917720,0x2155ded0,0x6) = 64114 (0xfa72) I put the complete truss output of acroread8 here : http://user.lamaiziere.net/patrick/truss-acroread8.txt Let me know if i can help, thanks.