RE: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-26 Thread Roe, Kevin L.
alf Of Corinna Vinschen > Sent: Monday, April 26, 2010 8:15 AM > To: cygwin@cygwin.com > Subject: Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in > is unstable) > > On Apr 23 13:12, Corinna Vinschen wrote: > > I didn't like this solution at all. I just app

Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-26 Thread Corinna Vinschen
On Apr 23 13:12, Corinna Vinschen wrote: > I didn't like this solution at all. I just applied another patch which > handles that differently. Instead of stripping the leading spaces and > trailing dots and spaces, they now get converted the same way as > described in > http://cygwin.com/cygwin-ug

Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-23 Thread Corinna Vinschen
On Apr 23 10:45, Corinna Vinschen wrote: > On Apr 22 19:51, Corinna Vinschen wrote: > > On Apr 22 14:12, Corinna Vinschen wrote: > > > Thank you. Oh well. When trying to open the file to check for its > > > existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which is > > > equivalent t

Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-23 Thread Corinna Vinschen
On Apr 22 19:51, Corinna Vinschen wrote: > On Apr 22 14:12, Corinna Vinschen wrote: > > Thank you. Oh well. When trying to open the file to check for its > > existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which is > > equivalent to the POSIX errno ENOENT, "No such file or director

Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-22 Thread Corinna Vinschen
On Apr 22 14:12, Corinna Vinschen wrote: > On Apr 22 13:44, DEWI - N. Zacharias wrote: > > > > Hi Corinna, > > > > please have a look at the attachment. > > Thank you. Oh well. When trying to open the file to check for its > existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which

Re: [bulk] - Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-22 Thread Corinna Vinschen
On Apr 22 13:44, DEWI - N. Zacharias wrote: > > Hi Corinna, > > please have a look at the attachment. Thank you. Oh well. When trying to open the file to check for its existance, the NT status code is STATUS_OBJECT_NAME_NOT_FOUND which is equivalent to the POSIX errno ENOENT, "No such file or

Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-22 Thread Corinna Vinschen
On Apr 7 19:27, Corinna Vinschen wrote: > On Apr 7 19:06, Corinna Vinschen wrote: > > On Apr 7 09:06, Roe, Kevin L. wrote: > > > Corinna, > > > > > > My problem system is the netapp you previously in this thread helped me > > > with (the issue with the cp command). It is not a Samba system. >

Re: Re: PLEASE TEST YOUR FS

2010-04-08 Thread Corinna Vinschen
On Apr 8 13:15, Lemke, Michael SZ/HZA-ZSB2 wrote: > On Thu, 8 Apr 2010 10:01:42 +0200 Corinna Vinschen wrote: > > On Apr 7 19:56, Lemke, Michael SZ/HZA-ZSB2 wrote: > > > Here's one data point: > > > > > > pc> touch '/i/abc.' > > > touch: cannot touch `/i/abc.': No such file or directory > > >

Re: Filesystem Filename touch fail [ was: PLEASE TEST YOUR FS ]

2010-04-08 Thread Corinna Vinschen
On Apr 8 07:59, Morgan Gangwere wrote: > On 4/8/2010 2:06 AM, Corinna Vinschen wrote:[snip] > > Here's a simple C# app to try and write under NTFS two files Sure it fails since it's using the Win32 API. Cygwin is using the NT API. Did you *read* the link I sent you? Did you *try* to create th

Re: Filesystem Filename touch fail [ was: PLEASE TEST YOUR FS ]

2010-04-08 Thread Morgan Gangwere
On 4/8/2010 2:06 AM, Corinna Vinschen wrote:[snip] Here's a simple C# app to try and write under NTFS two files -- V cake.cs V -- using System; namespace delicious.cake { class test { static int Main(string[] args) { try {

RE: Re: PLEASE TEST YOUR FS

2010-04-08 Thread Lemke, Michael SZ/HZA-ZSB2
On Thu, 8 Apr 2010 10:01:42 +0200 Corinna Vinschen wrote: > On Apr 7 19:56, Lemke, Michael SZ/HZA-ZSB2 wrote: > > Here's one data point: > > > > pc> touch '/i/abc.' > > touch: cannot touch `/i/abc.': No such file or directory > > pc> touch '/i/abc' > > pc> touch '/i/abc ' > > touch: cannot to

Re: [bulk] - PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-08 Thread Corinna Vinschen
On Apr 8 07:41, DEWI - N. Zacharias wrote: > > > Hi , > > > Von: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com] > > Gesendet: Mittwoch, 7. April 2010 19:27 > > An: cygwin@cygwin.com > > Betreff: [bulk] - PLEASE TEST YOUR FS (was Re: 1.7.1: cvs v

Re: Filesystem Filename touch fail [ was: PLEASE TEST YOUR FS ]

2010-04-08 Thread Corinna Vinschen
On Apr 7 20:17, Morgan Gangwere wrote: > On 4/7/2010 4:07 PM, Charles Wilson wrote: > >MVFS (ClearCase dynamic view) seems to work fine with both "foo." and " > >foo " > Thats because it's a virtual file system. IBM can say whatever it > wants defines a filename. > > [...] > > One is a simple sha

Re: PLEASE TEST YOUR FS

2010-04-08 Thread Corinna Vinschen
On Apr 7 18:07, Charles Wilson wrote: > MVFS (ClearCase dynamic view) seems to work fine with both "foo." and " > foo ". > > We have a few "network drives" that do not: > > $ touch foo. > touch: cannot touch `foo.': No such file or directory > > $ touch " foo " > touch: cannot touch ` foo ': No

Re: PLEASE TEST YOUR FS

2010-04-08 Thread Corinna Vinschen
On Apr 7 19:56, Lemke, Michael SZ/HZA-ZSB2 wrote: > Here's one data point: > > pc> touch '/i/abc.' > touch: cannot touch `/i/abc.': No such file or directory > pc> touch '/i/abc' > pc> touch '/i/abc ' > touch: cannot touch `/i/abc ': No such file or directory > pc> /usr/lib/csih/getVolInfo /i

AW: [bulk] - PLEASE TEST YOUR FS (Addendum)

2010-04-07 Thread DEWI - N. Zacharias
Hi, in addition to my previous mail /usr/lib/csih/getVolInfo /cygdrive/j Device Type: 7 Characteristics: 30 Volume Name: Serial Number : 2887515393 Max Filenamelength : 255 Filesystemname : Flags : 2 FILE_CASE_SENSITIVE_SEARCH : FALSE FILE_CASE_PR

AW: [bulk] - PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-07 Thread DEWI - N. Zacharias
Hi , > Von: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com] > Gesendet: Mittwoch, 7. April 2010 19:27 > An: cygwin@cygwin.com > Betreff: [bulk] - PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is > unstable) [...] > Can anybody reproduce this problem with

Re: Filesystem Filename touch fail [ was: PLEASE TEST YOUR FS ]

2010-04-07 Thread Tim McDaniel
On Wed, 7 Apr 2010, Morgan Gangwere wrote: On 4/7/2010 4:07 PM, Charles Wilson wrote: One is a simple shared NTFS drive, I think (volinfo-1.txt). The other is a weird distributed filesystem of some kind (volinfo-2.txt). Both are NTFS unless one is not. $ touch foo. touch: cannot touch `foo.'

Filesystem Filename touch fail [ was: PLEASE TEST YOUR FS ]

2010-04-07 Thread Morgan Gangwere
On 4/7/2010 4:07 PM, Charles Wilson wrote: MVFS (ClearCase dynamic view) seems to work fine with both "foo." and " foo " Thats because it's a virtual file system. IBM can say whatever it wants defines a filename. [...] > One is a simple shared NTFS drive, I think (volinfo-1.txt). The other is

Re: PLEASE TEST YOUR FS

2010-04-07 Thread Peter Rosin
Den 2010-04-08 00:37 skrev John P. Rouillard: On Wed, 7 Apr 2010 19:27:00 +0200 Corinna Vinschen asked: Can anybody reproduce this problem with trailing dots and spaces in filenames on other filesytems than netapp? It would be quite helpful to get feedback from people using filesystems which ar

PLEASE TEST YOUR FS

2010-04-07 Thread John P. Rouillard
On Wed, 7 Apr 2010 19:27:00 +0200 Corinna Vinschen asked: >Can anybody reproduce this problem with trailing dots and spaces in >filenames on other filesytems than netapp? > >It would be quite helpful to get feedback from people using filesystems >which are recognized by Cygwin as nwfs, unixfs, mvf

RE: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-07 Thread Garber, Dave (GE Infra, Energy, Non-GE)
27 PM To: cygwin@cygwin.com Subject: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable) On Apr 7 19:06, Corinna Vinschen wrote: > On Apr 7 09:06, Roe, Kevin L. wrote: > > Corinna, > > > > My problem system is the netapp you previously in this thread helped m

Re: PLEASE TEST YOUR FS

2010-04-07 Thread Lemke, Michael SZ/HZA-ZSB2
Here's one data point: pc> touch '/i/abc.' touch: cannot touch `/i/abc.': No such file or directory pc> touch '/i/abc' pc> touch '/i/abc ' touch: cannot touch `/i/abc ': No such file or directory pc> /usr/lib/csih/getVolInfo /i/ Device Type: 7 Characteristics: 10 Volume Name

PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-07 Thread Corinna Vinschen
On Apr 7 19:06, Corinna Vinschen wrote: > On Apr 7 09:06, Roe, Kevin L. wrote: > > Corinna, > > > > My problem system is the netapp you previously in this thread helped me > > with (the issue with the cp command). It is not a Samba system. > > Ok, back to square one. I add the problem to my