2004-02-10 00:20:17

by Vincent Roqueta

[permalink] [raw]
Subject: Another bug....

I still not have understood the previous bug (mounting; rebooting without=20
umounting ; remounting) I found others bugs.

I was creating big big files with bonnie++.

I used vim to write "program.c" on a shared NFSv4 remote directory.


=2Drw-r--r-- 1 4294967294 4294967294 0 oct 31 1970 4913
=2Drw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 5036
=2Drw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 5159
=2Drw-r--r-- 1 4294967294 4294967294 0 nov 2 1970 5282
=2Drwxr-xr-x 1 4294967294 4294967294 11326 f=E9v 9 2004 program
=2Drw-r--r-- 1 4294967294 4294967294 136 f=E9v 9 2004 program.c
=2Drw-r--r-- 1 4294967294 4294967294 0 oct 31 1970 program.c~
=2Drw-r--r-- 1 4294967294 4294967294 0 nov 2 1970 program.x~
=2Drw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 program.y~
=2Drw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 program.z~



Creating program.c, vim tell me that it found an old swaped file!
(So I suppose when vim is trying to detect a swaped file, it CREATE this=20
file?)

Well... and for sure this file was not created in october/november 1970 !!!





-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs


2004-02-10 14:50:24

by J. Bruce Fields

[permalink] [raw]
Subject: Re: Another bug....

On Mon, Feb 09, 2004 at 04:01:48PM +0100, Vincent ROQUETA wrote:
> I still not have understood the previous bug (mounting; rebooting without
> umounting ; remounting) I found others bugs.
>
> I was creating big big files with bonnie++.
>
> I used vim to write "program.c" on a shared NFSv4 remote directory.
>
>
> -rw-r--r-- 1 4294967294 4294967294 0 oct 31 1970 4913
> -rw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 5036
> -rw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 5159
> -rw-r--r-- 1 4294967294 4294967294 0 nov 2 1970 5282
> -rwxr-xr-x 1 4294967294 4294967294 11326 f?v 9 2004 program
> -rw-r--r-- 1 4294967294 4294967294 136 f?v 9 2004 program.c
> -rw-r--r-- 1 4294967294 4294967294 0 oct 31 1970 program.c~
> -rw-r--r-- 1 4294967294 4294967294 0 nov 2 1970 program.x~
> -rw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 program.y~
> -rw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 program.z~
>
>
>
> Creating program.c, vim tell me that it found an old swaped file!
> (So I suppose when vim is trying to detect a swaped file, it CREATE this
> file?)
>
> Well... and for sure this file was not created in october/november 1970 !!!

Which kernel are you using, and which patches?--Bruce Fields


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs

2004-02-11 08:21:01

by Vincent Roqueta

[permalink] [raw]
Subject: Re: Another bug....

Le Mardi 10 F=E9vrier 2004 15:50, J. Bruce Fields a =E9crit :
> On Mon, Feb 09, 2004 at 04:01:48PM +0100, Vincent ROQUETA wrote:
> > I still not have understood the previous bug (mounting; rebooting witho=
ut
> > umounting ; remounting) I found others bugs.
> >
> > I was creating big big files with bonnie++.
> >
> > I used vim to write "program.c" on a shared NFSv4 remote directory.
> >
> >
> > -rw-r--r-- 1 4294967294 4294967294 0 oct 31 1970 4913
> > -rw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 5036
> > -rw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 5159
> > -rw-r--r-- 1 4294967294 4294967294 0 nov 2 1970 5282
> > -rwxr-xr-x 1 4294967294 4294967294 11326 f=E9v 9 2004 program
> > -rw-r--r-- 1 4294967294 4294967294 136 f=E9v 9 2004 program.c
> > -rw-r--r-- 1 4294967294 4294967294 0 oct 31 1970 program.c~
> > -rw-r--r-- 1 4294967294 4294967294 0 nov 2 1970 program.x~
> > -rw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 program.y~
> > -rw-r--r-- 1 4294967294 4294967294 0 nov 1 1970 program.z~
> >
> >
> >
> > Creating program.c, vim tell me that it found an old swaped file!
> > (So I suppose when vim is trying to detect a swaped file, it CREATE this
> > file?)
> >
> > Well... and for sure this file was not created in october/november 1970
> > !!!
>
> Which kernel are you using, and which patches?--Bruce Fields

My kernel is linux 2.6.2 without kernel patches...=20



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs