On Apr 30 14:53, Yitzchak Scott-Thoennes wrote:
> On Wed, Apr 28, 2004 at 12:02:21PM -0700, Yitzchak Scott-Thoennes wrote:
> > On Tue, Apr 27, 2004 at 02:45:38AM -0700, Yitzchak Scott-Thoennes wrote:
> > > you can create files ending with a . which are
> > > not stat'able unless another file exists
On Wed, Apr 28, 2004 at 12:02:21PM -0700, Yitzchak Scott-Thoennes wrote:
> On Tue, Apr 27, 2004 at 02:45:38AM -0700, Yitzchak Scott-Thoennes wrote:
> > you can create files ending with a . which are
> > not stat'able unless another file exists with the same name without
> > the dot. (and even then
On Tue, Apr 27, 2004 at 12:04:14PM +0200, "Gerrit P. Haase" wrote:
> Yitzchak wrote:
> >> I have still an older snapshot version of cygwin running here:
> >> $ uname -r
> >> 1.5.8s(0.110/4/2)
>
> > And you get the ENOENT error?
>
> When issuing the perl command, yes.
> BTW, this happens also with
On Tue, Apr 27, 2004 at 02:45:38AM -0700, Yitzchak Scott-Thoennes wrote:
> you can create files ending with a . which are
> not stat'able unless another file exists with the same name without
> the dot. (and even then rm on the dotted name removes the non-dotted
> file):
>
> $ cat >foo.
> bar
> ^D
> From: Gerrit P. Haase
> Sent: Monday, April 26, 2004 10:40 PM
> Hallo Yitzchak,
>
> Am Sonntag, 25. April 2004 um 21:16 schriebst du:
>
> > It seems to be creating files that cygwin cannot thereafter open.
>
FAT32 disk:
( /cygdrive/d/ -> used for $TEMP and /tmp, windows page files... )
To me
Yitzchak wrote:
> On Mon, Apr 26, 2004 at 10:40:02PM +0200, "Gerrit P. Haase" wrote:
>> Hallo Yitzchak,
>>
>> Am Sonntag, 25. April 2004 um 21:16 schriebst du:
>>
>> > It seems to be creating files that cygwin cannot thereafter open.
>>
>> > $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File",
On Mon, Apr 26, 2004 at 10:40:02PM +0200, "Gerrit P. Haase" wrote:
> Hallo Yitzchak,
>
> Am Sonntag, 25. April 2004 um 21:16 schriebst du:
>
> > It seems to be creating files that cygwin cannot thereafter open.
>
> > $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo",
> > O_RDWR()|O
Hallo Yitzchak,
Am Sonntag, 25. April 2004 um 21:16 schriebst du:
> It seems to be creating files that cygwin cannot thereafter open.
> $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo",
> O_RDWR()|O_CREAT(), 0666 or die "error: $!"'
> Name "main::h" used only once: possible typo a
It seems to be creating files that cygwin cannot thereafter open.
$ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo", O_RDWR()|O_CREAT(),
0666 or die "error: $!"'
Name "main::h" used only once: possible typo at -e line 1.
error: No such file or directory at -e line 1.
$ ls *bugaboo*
9 matches
Mail list logo