From owner-freebsd-current@FreeBSD.ORG Thu May 2 16:40:03 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E182D505 for ; Thu, 2 May 2013 16:40:03 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from mailhost.dlr.de (mailhost.dlr.de [129.247.252.33]) by mx1.freebsd.org (Postfix) with ESMTP id 506B81840 for ; Thu, 2 May 2013 16:40:03 +0000 (UTC) Received: from DLREXHUB01.intra.dlr.de (172.21.152.130) by dlrexedge02.dlr.de (172.21.163.101) with Microsoft SMTP Server (TLS) id 14.2.328.9; Thu, 2 May 2013 18:39:38 +0200 Received: from KNOP-BEAGLE.kn.op.dlr.de (129.247.178.136) by smtp.dlr.de (172.21.152.151) with Microsoft SMTP Server (TLS) id 14.2.328.9; Thu, 2 May 2013 18:39:40 +0200 Date: Thu, 2 May 2013 18:39:54 +0200 From: Hartmut Brandt X-X-Sender: brandt_h@KNOP-BEAGLE.kn.op.dlr.de To: Freddie Cash Subject: Re: files disappearing from ls on NFS In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [129.247.178.136] Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 02 May 2013 16:40:03 -0000 On Thu, 2 May 2013, Freddie Cash wrote: FC>There was just a security update that dealt with changes to getdirent or FC>something along those lines. FC> FC>Check the security notices, and then see if reverting that change makes a FC>difference. FC> FC>It was just in the past week here. If you mean SA-13:05.nfsserver that seams to be related to the NFS server only. My problem is in the client. harti FC> FC> FC>On Thu, May 2, 2013 at 9:11 AM, Hartmut Brandt FC>wrote: FC> Hi, FC> FC> I've updated one of my -current machines this week (previous FC> update was in february). Now I see a strange effect (it seems FC> only on NFS mounts): ls or even echo * will list only some files FC> (strange enough the first files from the normal, alphabetically FC> ordered list). If I change something in the directory (delete a FC> file or create a new one) for some time the complete listing FC> will appear but after sime time (seconds to a minute or so) FC> again only part of the files is listed. FC> FC> A ktrace on ls /usr/src/lib/libc/gen shows that getdirentries is FC> called only once (returning 4096). For a full listing FC> getdirentries is called 5 times with the last returning 0. FC> FC> I can still open files that are not listed if I know their name, FC> though. FC> FC> The NFS server is a Windows 2008 server with an OpenText NFS FC> Server which works without problems to all the other FreeBSD FC> machines. FC> FC> So what could that be? FC> FC> Regards, FC> harti FC> _______________________________________________ FC> freebsd-current@freebsd.org mailing list FC> http://lists.freebsd.org/mailman/listinfo/freebsd-current FC> To unsubscribe, send any mail to FC> "freebsd-current-unsubscribe@freebsd.org" FC> FC> FC> FC> FC>-- FC>Freddie Cash FC>fjwcash@gmail.com FC> FC>