I'm using the binary for irix provided on the site: rsync version 2.5.6 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, no IPv6, 64-bit system inums, 64-bit internal inums
The system is an origin 2000 running 6.5.20. I am doing filesystem replication on a few machines, and on two of them I have run into a problem where rsync will not descend into directories, regardless of where I start. No directory on the filesystem will rsync properly. Other filesystems work, and it works fine on some systems even with larger volumes. Here's an example of what I try: winssgi1 21# df -h /raid Filesystem Type Size use avail %use Mounted on /dev/xvm/raid01 xfs 5.1T 922G 4.2T 18% /raid winssgi1 22# rsync -avP /raid/ /snapshot/backup.0/raid/ building file list ... 1 file to consider wrote 40 bytes read 20 bytes 120.00 bytes/sec total size is 0 speedup is 0.00 So, I ran par against rsync, and here is something I noticed in the one that fails, that doesn't show up on one that runs successfully on a different filesystem: 13mS[ 6] : write(1, "building file list ... \n", 24) = 24 13mS[ 6] : brk(0x10024000) OK 13mS[ 6] : lstat64("/raid/.", 0x7fff2da8) OK 14mS[ 6] : chdir("/raid") OK 14mS[ 6] : lstat64(".", 0x7fff2488) OK 14mS[ 6] : write(1, " 0 files...\r", 12) = 12 14mS[ 6] : open(".", O_RDONLY|O_NONBLOCK, 02000265070) = 3 14mS[ 6] : fcntl(3, F_SETFD, 1) OK 14mS[ 6] : fstat64(3, 0x7fff2048) OK 14mS[ 6] : brk(0x10028000) OK 14mS[ 6] : ngetdents(3, 0x10023f40, 16384, 0x7fff20dc) errno = 79 (Value too large for defined data type) 14mS[ 6] : close(3) OK 14mS[ 6] : chdir("/raid/foo/scripts") OK 14mS[ 6] : write(1, "1 file to consider\n", 19) = 19 Any ideas on how I can get this to work? Thank you, -- Jerry Adlersfluegel -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html