dimikot / dklab_realsync

dkLab RealSync: replicate developer's files over SSH in realtime
202 stars 41 forks source link

Notification daemon is terminated unexpectedly #35

Open clintburgos opened 7 years ago

clintburgos commented 7 years ago

Hello,

I'm attempting to run realsync through the Linux subsystem in Windows 10, which probably has something to do with this problem but I'm not sure what.

[16:33:50] Notification daemon is terminated unexpectedly, restarting. Command was: [16:33:50] "/opt/dklab_realsync/bin/linux/notify"

Any insight into this error?

Thanks

dimikot commented 7 years ago

Hi. Try to run this command:

/opt/dklab_realsync/bin/linux/notify /var/log

(/var/log is just for testing) manually and check what it says. (Actually, I never tried to run it in "Lindows" or "Winux".)

Nejivoi commented 6 years ago

Hello. @DmitryKoterov Got the same problem as @clintburgos

Try to run this command: /opt/dklab_realsync/bin/linux/notify /var/log

Can not run it. Input: /mnt/c/Program Files/dklab_realsync-master/bin/linux$ ./notify /var/log Output: -bash: ./notify: cannot execute binary file: Exec format error

Input: /mnt/c/Program Files/dklab_realsync-master/bin/linux$ perl ./notify /var/log Output: Unrecognized character \x7F; marked by <-- HERE after <-- HERE near column 1 at ./notify line 1.

Am i doing something wrong? Thanks.