travis+ml-rsync at subspacefield.org
2011-Apr-05 23:18 UTC
IO error encountered, skipping file deletion - WTF?
Anyone know what this is supposed to mean? 366305 files to consider IO error encountered -- skipping file deletion I keep getting this, and so it refuses to delete any files from a mirror. But what is the supposed I/O error? Can we have it give us some kind of clue? dmesg doesn't show any clues. -vv --stats --progress doesn't help much. I suppose I could strace/ktrace it, but is it local or remote? I can't even tell where to start. rsync should give us a better error message. -- Effing the ineffable since 1997. | http://www.subspacefield.org/~travis/ My emails do not usually have attachments; it's a digital signature that your mail program doesn't understand. If you are a spammer, please email john at subspacefield.org to get blacklisted. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 834 bytes Desc: not available URL: <http://lists.samba.org/pipermail/rsync/attachments/20110405/256f2528/attachment.pgp>
On Tue 05 Apr 2011, travis+ml-rsync at subspacefield.org wrote:> Anyone know what this is supposed to mean? > > 366305 files to consider > IO error encountered -- skipping file deletion > > I keep getting this, and so it refuses to delete any files from a mirror. > > But what is the supposed I/O error? > > Can we have it give us some kind of clue?It probably already does. Unreadable files/directories (for e.g. permissions reasons, it doesn't have to be a hardware IO error) will cause this. Google will show numerous examples and how to fix those. Paul
On Tue, Apr 5, 2011 at 4:18 PM, <travis+ml-rsync at subspacefield.org> wrote:> 366305 files to consider > IO error encountered -- skipping file deletionIs that to an rsync daemon? If so, check the daemon's log for an error. The daemon may have decided to just log the error and not send it to the client. ..wayne..
Maybe Matching Threads
- feature request: "remote user is root, make remote owner is foo"
- two bugs in rsync 3.0.6 - ampersands in filenames, double quoting required
- HDB, a hard drive backup program
- does rsync work in lockstep? parallel could improve high latency performance
- IO error encountered - skipping file deletion