Re: Listing a non-existent network file

2010-06-04 Thread Andy Koppe
On 2 June 2010 15:53, Corinna Vinschen wrote: > On Jun  2 15:56, Corinna Vinschen wrote: >> On Jun  2 13:55, Christian Franke wrote: >> > Andy Koppe wrote: >> > > On Cygwin 1.7: >> > > $ ls -l //foo/bar >> > > -rw-r--r-- 1 andy Administrators 0 Dec  1  2006 //foo/bar >> > > >> > > Server 'foo' does

Re: Listing a non-existent network file

2010-06-02 Thread Corinna Vinschen
On Jun 2 15:56, Corinna Vinschen wrote: > On Jun 2 13:55, Christian Franke wrote: > > Andy Koppe wrote: > > > On Cygwin 1.7: > > > $ ls -l //foo/bar > > > -rw-r--r-- 1 andy Administrators 0 Dec  1  2006 //foo/bar > > > > > > Server 'foo' doesn't exist, and on both the reply comes after about 10

Re: Listing a non-existent network file

2010-06-02 Thread Corinna Vinschen
On Jun 2 13:55, Christian Franke wrote: > Andy Koppe wrote: > > On Cygwin 1.7: > > $ ls -l //foo/bar > > -rw-r--r-- 1 andy Administrators 0 Dec  1  2006 //foo/bar > > > > Server 'foo' doesn't exist, and on both the reply comes after about 10 > > seconds, presumably a server lookup timeout. I thin

Re: Listing a non-existent network file

2010-06-02 Thread Christian Franke
Andy Koppe wrote: > On Cygwin 1.7: > $ ls -l //foo/bar > -rw-r--r-- 1 andy Administrators 0 Dec  1  2006 //foo/bar > > Server 'foo' doesn't exist, and on both the reply comes after about 10 > seconds, presumably a server lookup timeout. I think the Cygwin 1.5 > reply is the correct one. > > This

Listing a non-existent network file

2010-06-02 Thread Andy Koppe
On Cygwin 1.5: $ ls //foo/bar ls: cannot access //foo/bar: No such file or directory On Cygwin 1.7: $ ls -l //foo/bar -rw-r--r-- 1 andy Administrators 0 Dec 1 2006 //foo/bar Server 'foo' doesn't exist, and on both the reply comes after about 10 seconds, presumably a server lookup timeout. I thi