From owner-freebsd-emulation@FreeBSD.ORG Sun Jan 27 17:19:24 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 0879F16A419 for ; Sun, 27 Jan 2008 17:19:24 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id B4E7A13C4D9 for ; Sun, 27 Jan 2008 17:19:23 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C67AD66C763; Sun, 27 Jan 2008 18:19:21 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CMyRr7P+cmll; Sun, 27 Jan 2008 18:19:09 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 19CE366C720; Sun, 27 Jan 2008 18:19:09 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id m0RHJ8wc028923; Sun, 27 Jan 2008 18:19:08 +0100 (CET) (envelope-from rdivacky) Date: Sun, 27 Jan 2008 18:19:08 +0100 From: Roman Divacky To: Tomasz Formanowski Message-ID: <20080127171908.GA28837@freebsd.org> References: <1096069283.20080122130241@pifpaf.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1096069283.20080122130241@pifpaf.pl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org Subject: Re: getdents() 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 17:19:24 -0000 On Tue, Jan 22, 2008 at 01:02:41PM +0100, Tomasz Formanowski wrote: > Hi, > > Is there any hope that this: > http://www.freebsd.org/cgi/query-pr.cgi?pr=117010 > > will be fixed soon ? > > Linux emulation is unusable now for newer software, like game servers > etc. just a note... it looks like fbsd getdents() and linux getdents() differ. I dont know the exact details but it causes some problems to samba it's all described here: https://bugzilla.samba.org/show_bug.cgi?id=4715 I think "our" problem might connected to this one roman