On Fri, 31 Oct 2014 13:06:52 -0700
Joe Zeff wrote:

> However, there is one thought: we're pretty sure that there's something 
> about the rsync command that's failing.  Have you considered directing 
> stderr to a file?

Yep, I'd definitely stick something like this neat the front:

exec > /var/log/rclocal.log 2>&1
set -x

Then you'd see the commands echoed and the output in the log file.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to