Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 14 May 2005 23:26:10 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Please test latest snapshot Message-ID: <20050514212610.GA16282@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <051420051944 DOT 25910 DOT 42865531000371D90000653622007507840A050E040D0C079D0A AT comcast DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <051420051944.25910.42865531000371D90000653622007507840A050E040D0C079D0A@comcast.net> User-Agent: Mutt/1.4.2i On May 14 19:44, Eric Blake wrote: > > Additional to a couple of bugfixes there's also a new feature which needs a > > bit of testing. You can now list servers in the machine's domain/workgroup > > with > > > > $ ls // > > > > and accessible disk shares on a server with > > > > $ ls //server > > AWESOME! Thanks for doing this; it even worked on my Win98 box, and coreutils-5.3.0-6 `mkdir -p' now works flawlessly. There are still a couple of caveats: > > First, the directory permissions of // and //server are 111 instead of 555, which would make more sense since you now have a working readdir(). I've fixed it in CVS. > Second, directories on my XP share show as size 4294967295 on my win98 box: > $ ls -l //eblake > dr-xr-xr-x 0 eblake unknown 4294967295 Dec 31 1969 SharedDocs/ > drwxr-xr-x 0 eblake unknown 4294967295 Dec 31 1969 eblake_c/ > > But this is probably a pre-existing limitation of Win98 being unable to stat() directories on remote machines, since it appears even when I access directories through a drive letter as well. Yes, that's the root cause of the strange directory size, but it's actually a bug in Cygwin which missed to catch this situation and set the filesize back to 0. Fixed in CVS, too. > Also, it appears that cygcheck is doing work, but not printing any output. -v, please. It prints a lot of stuff for me. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/