axllent

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by axllent

  1. I'm getting this exact same issue with the LInux i386 build on a Debian Squeeze VPS. It's causing all kinds of sync issues - new files not all getting added etc. I have another amd64 box (also with Squeeze) which works fine - both running 1.1.42

    The only noticeable difference is that the i386 machine doesn't run the web interface - configured through a config file. The other box is configured through the web.

    {
    "device_name": "Data Server",
    "listening_port" : 0,
    "storage_path" : "/home/user/.sync",
    "check_for_updates" : true,
    "use_upnp" : true,
    "download_limit" : 0,
    "upload_limit" : 0,
    "shared_folders" :
    [
    {
    "secret" : "xxxx",
    "dir" : "/home/user/data/",
    "use_relay_server" : true,
    "use_dht" : false,
    "search_lan" : false,
    "use_sync_trash" : false
    }
    ]
    }