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

Problem start lsyncd #384

Closed
marcelodelta opened this issue Jun 8, 2016 · 4 comments
Closed

Problem start lsyncd #384

marcelodelta opened this issue Jun 8, 2016 · 4 comments

Comments

@marcelodelta
Copy link

$ lsyncd -rsyncssh -nodaemon . root@192.168.0.105 /var/www/html/Temp
Error: There cannot be command line syncs and config file together.

@axkibe
Copy link
Collaborator

axkibe commented Jun 8, 2016

Options must be first.

$ lsyncd -nodaemon -rsyncssh . root@192.168.0.105 /var/www/html/Temp

@marcelodelta
Copy link
Author

Thanks axkibe.
Now the problem is another.

$ lsyncd -nodaemon -rsyncssh . root@192.168.0.105 /var/www/html/Temp

Warn: Using /dev/fsevents which is considered an OSX internal interface.
Warn: Functionality might break across OSX versions (This is for 10.5.X)
Warn: A hanging Lsyncd might cause Spotlight/Timemachine doing extra work.
Error: Cannot access /dev/fsevents monitor! (1:Operation not permitted)

@axkibe
Copy link
Collaborator

axkibe commented Jun 8, 2016

A this is OSX, currently I don't advice using Lsyncd on OSX, sorry, the interface is old and has bugs with exchange events.

Otherhwise Lysncd must currently be run on OSX to use this direct access.

@axkibe
Copy link
Collaborator

axkibe commented Jun 10, 2016

I suppose I can close this, sorry for the OSX backend being so lousy. It was once an experiment, that not got updated much.

@axkibe axkibe closed this as completed Jun 10, 2016
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

2 participants