Tralapo

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Tralapo

  1. Thanks for your help. I did what you said, but still get the same error: Failed to start, please check the configuration file.
  2. The WebUI doesn't work for me on my webserver, I think it gets lost somewhere in the current Apache/Nginx config. So I wanted to add a shared folder by doing it with a .conf file. Created a folder and added the secret key from a folder on my other server. Everything looked right, so I was happy. But after I created the new .conf file in /etc/btsync/ and restarted the service, I got an error: "Failed to start btsync instance x - please check the configuration file /etc/btsync/x.conf". But I can't find what's wrong. //!/usr/lib/btsync/btsync-daemon --config//// DAEMON_UID=btsync// DAEMON_GID=btsync// DAEMON_UMASK=002{ "storage_path" : "/var/lib/btsync/", "check_for_updates" : false, "display_new_version": false, "disk_low_priority" : true, "lan_encrypt_data" : true, "rate_limit_local_peers" : true, "folder_rescan_interval" : 600, "folder_defaults.delete_to_trash" : true, "folder_defaults.use_dht" : false, "folder_defaults.use_lan_broadcast" : true, "folder_defaults.use_relay" : true, "folder_defaults.use_tracker" : true, "folder_defaults.known_hosts" : "","shared_folders" : [ { "secret" : "****", // required field - use --generate-s$ "dir" : "/folder/", // * required field } ]}