python - Using Unison "-repeat watch" in FreeBSD (10.2) after installing from ports yields error -
after installing unison /usr/ports/net/unison x11 disabled via make config, running command unison -repeat watch /dir/mirror/1 /dir/mirror/2
yields message:
fatal error: no file monitoring helper program found
from here decided try using pkg install unison-nox11 , yields same error message.
i've tried copying fsmonitor.py file unison-2.48.3.tar.gz /usr/bin/unison-fsmonitor , got following error:
fatal error: unexpected response 'usage: unison-fsmonitor [options] root [path] [path]...' filesystem watcher (expected version)
running command unison-fsmonitor version shows message
unsupported platform freebsd10
anyone have ideas on how fix this?
i think message pretty clear: unison-fsmonitor
can't run on freebsd10 because it's not supported, can't use unison -repeat
option.
since it's written in python, though, don't see why shouldn't supported. maybe message developer.
Comments
Post a Comment