Orsiris de Jong

Results 513 comments of Orsiris de Jong

Hummm... Just tested your config file against current master without problems (just changed INITIATOR_SYNC_DIR, TARGET_SYNC_DIR, SSH_RSA_PRIVATE_KEY and REMOTE_3RD_PARTY_HOSTS in order to have a running config). To be fair, I did...

I have found the issue, which indeed seems FreeBSD related as the same code executes differently on my dev box. I'll fire up a FreeBSD VM soon and see how...

I found the issue where FreeBSD expr does not like extented regular expressions. I've updated those in order to work with FreeBSD. Can you test again with commit https://github.com/deajan/osync/commit/a5f5b3a800f369f79ca6e7abf7b77c35210cabf7 ?

I've pushed some cleanup patches yesterday to remove the temorary files on target. Also, if there is nothing under the line `TIME: 21 - File conflicts: INITIATOR > TARGET`, then...

I've tested current branch 1.3 against FreeBSD and well... found a couple of quirks. Daemon mode should work now on BSD, can you test again ?

Loool... I finally made a virtual ping pong game played by computers only :) More seriously, I am aware of a problem that strikes inotifywait under BSD, which does not...

Yep, the problem actually strikes inotifywait < 3.20... I've made some changes that will make initiator and target daemons play nice, and limit updates to two runs. Would you mind...

Good, thank you for your beta testing patience. Keep in mind that before releasing an RC, I can break like anything anytime in the beta developpment process, so keep with...

The problem with read -r is that it will read line per line, and I'm not sure that putting it in a while loop will make things faster.

Would love to hear your solution, so I can add a note to the documentation.