Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!spdcc!ima!esegue!Postmaster From: johnl@esegue.segue.boston.ma.us (John R. Levine) Newsgroups: comp.unix.i386 Subject: Re: Wildcards don't work on NFS mounted file system Message-ID: <9008061421.AA01427@esegue.segue.boston.ma.us> Date: 6 Aug 90 18:21:50 GMT Sender: Postmaster@esegue.segue.boston.ma.us Organization: Segue Software, Cambridge MA Lines: 20 In-Reply-To: In article you write: >Is this an Interactive bug? Or is it a bug in the MIPS fileserver? >Even emacs file name completion does not work. What a royal pain that >is! It's a bug in the client-side application software. I expect you are using csh rather than sh. Programs that use the directory library with opendir() and readdir() work with files over NFS, those that use the traditional Sys V approach of opening the directory and reading 16-byte chunks only work over NFS if the remote system happens to use Sys V directory formats. Interactive fixed sh for 2.0.2, but missed a bunch of other programs. If emacs has problems, you can probably fix it in a few minutes by finding the place that it reads the directory and making it use opendir() and readdir(). Regards, John Levine, johnl@esegue.segue.boston.ma.us, {spdcc|ima|lotus}!esegue!johnl