==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=4916

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================





--- Comment #1 from Christian Szpilfogel <[email protected]>  
2009-01-15 19:32:25 ---
I did some debugging in the script and I found that in some cases rsync returns
code 23 if it found non-fatal issues. This then causes the script to quit and
not proceed with further "Includes" yet returns success.

Examples of these "soft fails" include filename or path to long say due to
Internet Explorer cache file:
Wed Jan  7 20:42:25[10729]: Exec Out: rsync: readlink "c/Documents and
Settings/LocalService/Local Settings/Temporary Internet F
iles/Content.IE5/JXZIIH22/8ZLM0ZCA6NACF2CAQN7FQ1CAOH1B7KCA6DM968CA45HIV6CAAQVM63CADFCINSCAEZX26BCA470FQQCAVMTCU8CAL1HLOICAGOFSFF
CAO5OFPOCAY469QXCAF8PESHCA4R5JYWCAT7OPGXCAAUW2QX.txt" (in AFFA) failed: File
name too long (91)

or if the file is in use say an email file or browser file or other:
Wed Jan  7 20:42:32[10729]: Exec Out: rsync: send_files failed to open
"c/Documents and Settings/christian/Local Settings/Applic
ation Data/Google/Chrome/User Data/Safe Browsing-journal" (in AFFA): Device or
resource busy (16)

Other relevent log entries:
Wed Jan  7 20:42:33[10729]: Exec Out: rsync error: some files/attrs were not
transferred (see previous errors) (code 23) at main
.c(1506) [generator=3.0.5]
Wed Jan  7 20:42:33[10729]: Exec Out: exitstatus=23
Wed Jan  7 20:42:33[10729]: Statis is (23)

The "Statis" line is one of my insertions in the code when I was tracing the
issue. (didn't notice the spelling error until now ;-) ).

Ideally it shouldn't fail on either of these but at least it should keep going
and simply report say a "transient error: please check log file for more
details". rsync itself doesn't fail so affa shouldn't stop either.

Christian


-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam

Reply via email to