From Bugzilla Helper: User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.2-2 i686) Description of problem: We have a PC under Red Hat Linux, version 7.1, kernel 2.4.2. Users'files reside on a HP server under HP-UX 10.20. They are nfs-mounted by the PC. When we 'cd' to a user's directory with a large number of entries, the following error messages appear on the console screen, as well as in /var/log/messages: NFS: short packet in readdir reply! NFS: giant filename in readdir (len 0xeaeaeaea)! If we then do an 'ls', the result is either nothing (except the above messages) or a very incomplete listing. For example the command 'ls | wc' gives, for the same directory, on the PC : 254 254 2561 on the HP server: 936 936 9964 On another directory 'ls' gives nothing. This behavior varies in time. None of these phenomena seemed to occur with the previous release, Red Hat 7.0, on the same machine. How reproducible: Always Steps to Reproduce: 1. Mount large directory by NFS from HP-UX 10-20 2. ls that directory 3. Actual Results: Nothing or partial listing. Files with known names can be accessed, even though not listed. Error messages: NFS: short packet in readdir reply! NFS: giant filename in readdir (len 0xeaeaeaea)! Expected Results: Complete listing of directory Additional info: