Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsync errors #38

Open
danarky opened this issue Aug 11, 2011 · 0 comments
Open

rsync errors #38

danarky opened this issue Aug 11, 2011 · 0 comments

Comments

@danarky
Copy link

danarky commented Aug 11, 2011

when running /usr/local/bin/lipsyncd, I get the following error messages in lipsyncd.log:

Thu Aug 11 15:53:49 2011 Debug: daemonizing now.
Thu Aug 11 15:53:49 2011 Function: Inotify.addWatch(/media/Garbage/sync/, (true), (nil), (nil))
Thu Aug 11 15:53:49 2011 Inotify: addwatch(/media/Garbage/sync/)->1
Thu Aug 11 15:53:49 2011 Function: Inotify.addWatch(/media/Garbage/sync/sync/, (true), (nil), (nil))
Thu Aug 11 15:53:49 2011 Inotify: addwatch(/media/Garbage/sync/sync/)->2
Thu Aug 11 15:53:49 2011 Normal: recursive startup rsync: /media/Garbage/sync/ -> 192.168.5.1:/mnt/home/danarky/sync/
Thu Aug 11 15:53:49 2011 Exec: /usr/bin/rsync [--delete] [-r] [-lts] [/media/Garbage/sync/] [192.168.5.1:/mnt/home/danarky/sync/]
Thu Aug 11 15:53:49 2011 Call: getAlarm()
Thu Aug 11 15:53:49 2011 Debug: getAlarm returns: (false)
Thu Aug 11 15:53:49 2011 Masterloop: going into select (no timeout).
DD-WRT v24-sp2 mini (c) 2010 NewMedia-NET GmbH
Release: 08/12/10 (SVN revision: 14929)
Enhanced with OTRW

rsync: failed to set times on "/mnt/home/danarky/sync/.": Operation not permitted (1)
rsync: recv_generator: mkdir "/mnt/home/danarky/sync/sync" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1060) [sender=3.0.7]
Thu Aug 11 15:53:50 2011 Call: collectProcess()
Thu Aug 11 15:53:50 2011 Delay: collected an event
Thu Aug 11 15:53:50 2011 Error: Failure on startup of '/media/Garbage/sync/'.

Any ideas what might be causing this?

On a separate note, I believe I found two typos. In install.sh, line 203, '$REMOTE_HOST':'$LOCAL_DIR' '$REMOTE_DIR' should be changed to '$REMOTE_HOST':'$REMOTE_DIR' '$LOCAL_DIR'

And in /usr/local/bin/lipsync, line 50, $REMOTE_HOST:$LOCAL_DIR $REMOTE_DIR should be changed to $REMOTE_HOST:$REMOTE_DIR $LOCAL_DIR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant