Re: [NFS] nfs write problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sure, easily. I gziped a capture of a single test. http://www.panix.com/~bobk/typescript.gz

the program is a simple one...

#include <stdio.h>

main()

{

 unsigned long long k=0;

 unsigned char byte;

 while(!feof(stdin))

 {

   byte=getc(stdin);

   if(byte!=0)

     printf("nonzero (0%o) found at byte %d\n",byte,k);

   k++;

 }

 printf("file size = %d bytes\n",k);

}



J. Bruce Fields wrote:
On Wed, Oct 03, 2007 at 06:21:51AM -0400, Bob Kryger wrote:
Trond Myklebust wrote:
Feel free to describe your test in a bit more detail. Without more
information, we obviously can't rule out the existence of an NFS bug,
I was trying to be thorough, I hope I succeeded.

The dd test sounded simple enough, but if you could include a transcript
of the commands you ran (together with the C code of any test programs)
just to be sure, that might help.

--b.



--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux