Le Sat, 31 May 2008 21:33:32 -0700 vous écriviez: > Emmanuel, let me know if this fixes the problem on your kernel. It may > or may not build since some of these > function callbacks are probably only available on newer kernels.
OK, it's much better now, however it still has its quirks. I had a couple of warnings about unknown symbols at kernel module compilation, so maybe you upgraded the kernel? (I'm still using 2.6.24.7) NFS share seems to work mostly, though it still fails in strange ways sometimes : Copying with dd seems to workh however there is an error at the end : $ cp /home/Downloads/images_iso/partlogic-0.67-iso.zip . cp: fermeture de `./partlogic-0.67-iso.zip': Argument invalide The copied file looks OK, size match ... $ ll /home/Downloads/images_iso/partlogic-0.67-iso.zip -rw-r--r-- 1 emmanuel users 4609825 avr 4 2007 /home/Downloads/images_iso/partlogic-0.67-iso.zip $ ll partlogic-0.67-iso.zip -rw-r--r-- 1 emmanuel users 4609825 jun 10 23:20 partlogic-0.67-iso.zip ... But md5sum doesn't! $ md5sum /home/Downloads/images_iso/partlogic-0.67-iso.zip 9f6761f945fe9607b011c0426133add7 /home/Downloads/images_iso/partlogic-0.67-iso.zip $ md5sum partlogic-0.67-iso.zip d41d8cd98f00b204e9800998ecf8427e partlogic-0.67-iso.zip $ file partlogic-0.67-iso.zip partlogic-0.67-iso.zip: empty Huh? The cp'ed file still appears actually empty after a umount/remount. Weird.... I still have this: /usr/src/pvfs-CVS/pvfs2/src/kernel/linux-2.6/file.c line 2611: pvfs2_file_aio_write_iovec: not implemented yet (aio with 38 segments) Though I compiled with "--disable-kernel-aio", what am I doing wrong? I don't get it. -- -------------------------------------------------- Emmanuel Florac www.intellique.com -------------------------------------------------- _______________________________________________ Pvfs2-developers mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
