rsync not running with upstart

2013-05-13 Thread bert
Thanks Francis, Tried it but unfortunally it did not solve the problem. The rsync process still exits with error 14. Do you know what ipc codes are? I suppose it has something to do with inter process communication. But why would there a problem with ipc when running from upstart? Kind

rsync not running with upstart

2013-05-03 Thread bert
Hi all, I need some help by solving a strange problem: Situation: I wrote a scrip that uses rsync to send backups to another server. It does something like: /usr/bin/rsync -azi --numeric-ids --exclude tmp --exclude var/spool/ --delete -e ssh root@10.0.0.65:/ /storage/volumes/65 The

Re: rsync not running with upstart

2013-05-03 Thread Francis . Montagnac
Hi. On Fri, 03 May 2013 11:45:24 +0200 bert wrote: When running the script from upstart, rsync exists with a error 14, some error that has something to do ipc codes. (What are ipc codes?) I think I saw that already. It was a bug in a library that assumes that stdin stdout stderr are opened.