jox

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by jox

  1. Just a heads up for any one using  the aur package on arch linux. It seems like the resilio sync from aur has the wrong pid_file option in the default config in /etc/. This line "pid_file" : "/var/run/btsync/btsync.pid" should be "pid_file" : "/var/run/rslsync/rslsync.pid". The error disabled the startup service. 

    systemctl status rslsync.service

    returned

    ● rslsync.service - Resilio Sync service
       Loaded: loaded (/usr/lib/systemd/system/rslsync.service; enabled; vendor preset: disabled)
       Active: failed (Result: exit-code) since Fri 2016-11-11 14:25:25 CET; 19min ago
     Main PID: 10007 (code=exited, status=1/FAILURE)
    
    Nov 11 14:25:22 PC-NAME systemd[1]: Started Resilio Sync service.
    Nov 11 14:25:22 PC-NAME rslsync[10007]: [14:25:22.163] Debug log mask has been set to FFFFFFFF
    Nov 11 14:25:22 PC-NAME rslsync[10007]: [14:25:22.163] Features mask has been set to 0
    Nov 11 14:25:22 PC-NAME rslsync[10007]: [20161111 14:25:22.166] ZIP: Can't locate [version] in zip, error -100.
    Nov 11 14:25:22 PC-NAME rslsync[10007]: [20161111 14:25:22.167] I! Configuration from file "/etc/rslsync.conf" has been ap
    Nov 11 14:25:25 PC-NAME systemd[1]: rslsync.service: Main process exited, code=exited, status=1/FAILURE
    Nov 11 14:25:25 PC-NAME systemd[1]: rslsync.service: Unit entered failed state.
    Nov 11 14:25:25 PC-NAME systemd[1]: rslsync.service: Failed with result 'exit-code'.