search for: ioerr_vanished

Displaying 4 results from an estimated 4 matches for "ioerr_vanished".

2004 Jan 07
1
2.6.0 "file has vanished" fails to set exit code on local client
A new 2.6.0 feature is supposed to use a different exit code when the only 'errors' were from files that disappeared between the building of the file list and the actual transfer of files. But if the client is local and the server is remote, IOERR_VANISHED gets set on the remote server, but is never passed to the local client (the io_error value is passed at the end of the file list, not during or after the file transfer phase). The old scheme used FERROR for the ""send_files failed to open" message. The new scheme uses FINFO for the...
2004 Jan 19
1
File that "vanish"es between readdir and stat is not IO error
...le the file list was being built, it was there when the directory was read but had vanished by the time the stat() was done to get the file details. In make_file(), when readlink_stat() fails, if error is NOENT then perhaps do the same that that send_files() now does and report as vanished and set IOERR_VANISHED? -- John Van Essen Univ of MN Alumnus <vanes002@umn.edu>
2006 Apr 03
30
DO NOT REPLY [Bug 3653] New: Silence 'vanished files' messages
https://bugzilla.samba.org/show_bug.cgi?id=3653 Summary: Silence 'vanished files' messages Product: rsync Version: 2.6.8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: count-samba@flatline.de
2017 Feb 07
12
[Bug 12569] New: Missing directory errors not ignored
...mp;& (*dn != '.' || dn[1]) /* Avoid an issue with --relative and the "." dir. */ && (prior_dir_file && strcmp(dn, f_name(prior_dir_file, NULL)) != 0) && flist_find_name(cur_flist, dn, 1) < 0) { + io_error |= IOERR_VANISHED; rprintf(FERROR, - "ABORTING due to invalid path from sender: %s/%s\n", + "WARNING: invalid path from sender: %s/%s\n", dn, file->basename); - exit_cleanup(RERR_PROTOCOL); +...