CoolRaoul

New Members
  • Posts

    2
  • Joined

  • Last visited

CoolRaoul's Achievements

New User

New User (1/3)

  1. The reason of my initial post is that I would be interested to know how to prevent this behaviour: it makes the NAS unable to enter sleep mode.
  2. Hello everybody, After having installed and configured btsync on my Synology NAS I have noticed that that the btsync process was constantly consuming cpu cycles. By using strace, it appears that it wakes every seconds. Here's the sequence of system calls done at each cycle: 1.008407 futex(0x34f15c, FUTEX_WAKE_PRIVATE, 1) = 00.000131 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2944, ...}) = 00.000544 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2944, ...}) = 00.000315 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2944, ...}) = 00.000328 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2944, ...}) = 00.000341 gettimeofday({1385367603, 787625}, NULL) = 00.000221 gettimeofday({1385367603, 787845}, NULL) = 00.000267 clock_gettime(CLOCK_REALTIME, {1385367603, 788114999}) = 0I thought that btsync was using inotify (http://en.wikipedia.org/wiki/Inotify) or similar mechanism to be awaken only by modifications inside watched directories. So why does it needs to be awaken every second?