0xdefec

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by 0xdefec

  1. nope, sorry. disabling btsync --> NAS goes to sleep after 10 minutes. enabling btsyns --> no sleep. I could reproduce this several times. The logs from above are still correct, some files get accessed every 10 minutes although folder rescan interval is set very high. I disabled the webui and set the config via file:

    {   "device_name": "NAS",  "listening_port": 55555,  "storage_path": "/usr/local/btsync/var",  "pid_file": "/usr/local/btsync/var/syncapp.pid",  "check_for_updates": false,  "use_upnp": false,  "folder_rescan_interval": 43200,  "shared_folders" :    [        {        "secret" : "XXX",        "dir" : "/volume1/andreas/cloud/",        "use_relay_server" : false,        "use_tracker" : false,        "use_dht" : false,        "search_lan" : false,        "use_sync_trash" : true        }   ]}
  2. hi!

     

    Btsync keeps accessing .SyncID files every ten minutes

    Apr  3 18:02:55 NAS kernel: [369020.784442] [/volume1/andreas/cloud/.SyncID] opened by pid 20699 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]Apr  3 18:11:13 NAS kernel: [369519.088913] [/usr/local/btsync/var/sync.dat.new] opened by pid 20699 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]Apr  3 18:12:41 NAS kernel: [369607.324039] [/volume1/andreas/cloud/.SyncID] opened by pid 20699 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]Apr  3 18:12:56 NAS kernel: [369621.498196] [/volume1/andreas/cloud/.SyncID] opened by pid 20699 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]Apr  3 18:21:13 NAS kernel: [370118.714891] [/usr/local/btsync/var/sync.dat.new] opened by pid 20699 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]Apr  3 18:22:42 NAS kernel: [370208.167892] [/volume1/andreas/cloud/.SyncID] opened by pid 20699 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]Apr  3 18:22:56 NAS kernel: [370222.141964] [/volume1/andreas/cloud/.SyncID] opened by pid 20699 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]Apr  3 18:31:13 NAS kernel: [370718.306918] [/usr/local/btsync/var/sync.dat.new] opened by pid 20699 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]

    my config file:

    {   "device_name": "NAS",  "storage_path" : "/usr/local/btsync/var",  "pid_file" : "/usr/local/btsync/var/syncapp.pid",  "webui" :  {    "listen" : "0.0.0.0:8888",    "login" : "admin",    "password" : "xxx"  },  "folder_rescan_interval" : 21600}

    I have configured one shared folder (named cloud) and run the 32bit version of btsync for linux.

  3. hi!

     

    i can confirm this bug. btsync keeps active on my ds 412+ and thus stops the system from going to hibernation. the hibernation log reads:

    Jan 24 15:11:48 NAS kernel: [ 2171.580154] [/usr/local/btsync/var/settings.dat] opened by pid 11653 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]Jan 24 15:13:35 NAS kernel: [ 2278.198996] [/usr/local/btsync/var/sync.dat.new] opened by pid 11660 [u:(/usr/local/btsync/bin/btsync), comm:(btsync)]

    i'm running the latest ds software (DSM 4.3-3810 Update 4) and BTSync Version 1.2.82. I have only one shared folder and it's readonly, so there is absolutely no need for BTSync to access the files (they won't change unless BTSync changes them because of an external update).

     

    With this bug BTSync is not useable, the DS would keep running 24/7 without any need.. =(