From owner-freebsd-hackers Wed Jan 24 10:46:59 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from gypsy.vrac.iastate.edu (gypsy.vrac.iastate.edu [129.186.232.122]) by hub.freebsd.org (Postfix) with ESMTP id 4F91037B402 for ; Wed, 24 Jan 2001 10:46:27 -0800 (PST) Received: from 137.org (howe-193-222.dhcp.iastate.edu [129.186.193.222]) by gypsy.vrac.iastate.edu (Postfix) with ESMTP id CEB6819; Wed, 24 Jan 2001 12:46:26 -0600 (CST) Message-ID: <3A6F2302.1C35E034@137.org> Date: Wed, 24 Jan 2001 12:46:26 -0600 From: Chris X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Cc: arla-drinkers@stacken.kth.se Subject: FreeBSD Linux emulation / arla 0.34.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have discovered a rather interesting bug with this combination, and was wondering if anyone could point me in the right direction to help me track it down. The problem is that linux binaries which call getdirents on an afs directory do not report the last directory entry: /afs/whatever% /bin/ls -f 1 2 3 4 /afs/whatever% /compat/linux/bin/ls 1 2 3 I believe that this might also be what is causing linux-netscape to wedge the machine (with home directories on afs), although I'm not positive. Any ideas where to start the search for the offending code? Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message