number3

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by number3

  1. Update on issue, I did solve the issue, but it toke me some hunting, some tips:

    • Make sure your windows share is writeable (hint, hint)
    • Do not use a guest account on your SAMBA Windows Share, but create a users.
    • Do create a user and find out userid
    • Add userID specifically to mount command.

    If all goes well, then it works. But beleive me, I had to puzzle for a few hours.

     

    If you need an example of my mnt command, just give me a shout.

  2. I have a raspberry pi, mounting a smb share on my synology nas.

    The mount takes place with all right (777) required on the /mnt/share/

     

    And then I try to sync from a laptop to the share (in readonly mode).

    The mount is not empty, actually it already contains a full copy of what is going to be synced, if not it can delete stuff (I don't care).

     

    Now I get the error "don't have permissions to write to the selected folder."

     

    When I do the same thing, but now create a directory within the /mnt/share/syncdir/

    Now it just syncs fine...

     

    What is going on here? Please explain this behaviour, so I understand what I am doing wrong.

     

    Thanks,

    #3

  3. Great work... I've been pushing the btsync on my boxes to just test it and see the performance. I see the problems with NAS and low memory systems. The Windows boxes with plenty of memory do work reasonable good. Even though I see some files "hang" in sync, they keep syncing forever.

    Anyway I can deliver debug information?

  4. Why don't you have remote SSH set up?

    Because it's not mine. So I had to go over and setup the btsync.

    With #3 I mean the interface freezes if you have a NAS box that it memory and cpu starved. The process takes anywhere betwee 60-85MB, on a DS409 with only 256MB this is about 25% of the system memory you are eating up. When calling the webgui it just does not come back with a "full" GUI screen. Also it takes forever, I rather have a little information instead.

    I don't think "ajax" style GUI is the most important (it's handy though). But on a NAS box like this you want the relevant information (its slow enough), I rather have the information once a minute, then non at all. The app needs to be responsive I guess...

    Glad to hear you do not find these issues. I however do have these problems, it might just be that btsync is no very usable on a DS409 because of memory shortage and CPU lack, that's a shame IMHO since the box is only 3 years old and I bet its quite a common system out there.

  5. I started using the BTSync just last week. Just soon after the package was released by the team from SynoCommunity. They are on top releasing your product as an easy to install product.

    The package installed just fine, checking out the install code it seems it should just work fine for all Synology products, install fetches the right architecture (if available).

    After installing I ran over to another synology across town to go ahead and try it... it works great. After about 20sec installing the secret it was found and started synching... before I used a complex setup using a ftp account and syncing tools. This should simplify the secure backup scheme we have had in place for the last two years ;-)

    Anyway, so feedback to:

    1. The synology DS409 is underpowered and memore starved (256MB) running a the Synology firmware (a debian linux system). Saying this I have noticed that because it's one code base for the sync and the gui serving it seems to be very slow.

    Now I realize this could be temperary, since it needs to calculate and sync a 30GB of data storage. So it wakes a while before it syncs up.

    2. The webinterface

    The webinterface is showing some strange behaviours. When selecting a directory and then selecting a directory to sync. The icons get displaced. Now in the end it does select the correct directory, so its primarly "optical" GUI stuff, but it does mean the user needs to be a bit tech savvy.

    3. Meaning of GUI items

    Now I am ok with a little information, however I don't need it to be a live update (on a webinterface). I rather have the NAS box calculating hashes and syncing out files. I do wonder how it detects changes, or, if there is even a way to force a sync action.

    4. Connected or not?

    As a user I cannot find out what is going on with the connection. Is it syncing, is it in touch with the other deviced, is it... a little clue from the interface would really be usefull.

    5. Keep resource use low... it seems to eat up all CPU available... not sure about memory. I see the NAS box slow down. To me this is fine, for a while, however I want BTsync to sit in the "background" and never use more then xx amount. So when I interact with the box it will be responsive, remember this is a real CPU & memory starved NAS box.

    Hope to see frequent and great releases.... Looking forward to future releases.

    Later

    Robert