From owner-freebsd-emulation Sat Aug 19 13: 5:56 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 2060037B43C for ; Sat, 19 Aug 2000 13:05:54 -0700 (PDT) Received: from dreamscape.com (sA15-p35.dreamscape.com [209.217.195.98]) by io.dreamscape.com (8.9.3/8.8.4) with ESMTP id QAA24701; Sat, 19 Aug 2000 16:02:44 -0400 (EDT) X-Dreamscape-Track-A: sA15-p35.dreamscape.com [209.217.195.98] X-Dreamscape-Track-B: Sat, 19 Aug 2000 16:02:44 -0400 (EDT) Received: (from krentel@localhost) by dreamscape.com (8.9.3/8.9.3) id QAA03384; Sat, 19 Aug 2000 16:04:15 -0400 (EDT) (envelope-from krentel) Date: Sat, 19 Aug 2000 16:04:15 -0400 (EDT) From: "Mark W. Krentel" Message-Id: <200008192004.QAA03384@dreamscape.com> To: marcel@cup.hp.com Subject: Re: Linuxulator, getdents and Citrix Cc: freebsd-emulation@FreeBSD.ORG, scott@zorch.sf-bay.org Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I think it's significant. You and Mark might be discussing different > bugs. Keep me posted; I'll get to it eventually. Yes, they seem to be different. For me, the bug only happens with non-UFS partitions (ext2 or cdrom), which is not what Scott has. Everything works fine on UFS. I'll ask the general audience: (1) Does anyone else see this problem? Compile the readdir program from my previous mail in Linux, and run it in the Linuxulator on ext2 or cdrom partitions. (2) For me, linux_getdents(2) returns the right answer, but readdir(3) does not. That suggests the problem is in the Linux readdir(3) library, but I've looked at the source, and there doesn't appear to be anything wrong. Furthermore, I'm using RH 6.1 and linux_base_6.1 and they both have /lib/libc.so.6 -> libc-2.1.2.so and cmp reports the files are identical. So, I'm kinda stumped on where to look next. Any suggestions? --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message