dimad

New Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by dimad

  1. I have a big problem on my debian 7.2 vServer.

     

    I start btsync with /etc/init.d/btsync and after 1-2 minutes btsync makes shutdown.

     

    here the sync.log

     

     

    [20140130 20:37:38.791] total physical memory 536870912 max disk cache 2097152

    [20140130 20:37:38.792] Using IP address 127.0.0.2
    [20140130 20:37:38.792] Loading config file version 1.2.82
    [20140130 20:37:38.807] Loaded folder /var/www/virtual/axx.xx/la
    [20140130 20:37:38.820] Loaded folder /var/www/virtual/anexxnus
    [20140130 20:38:01.815] Received shutdown request via signal 2
    [20140130 20:38:01.843] Shutdown. Saving config sync.dat

     

    the config:

     

    //!/usr/lib/btsync/btsync-daemon --config
    //
    // Default instance automatically created by debconf
    //
    // DO NOT EDIT THIS FILE MANUALLY - SERIOUSLY!!!
    //
    // THIS FILE WILL BE OVERWRITTEN AT EVERY UPDATE
    // OR RECONFIGURATION SO DO NOT EVEN TRY IT
    //
    // USE dpkg-reconfigure btsync INSTEAD TO MODIFY
    // THE CONFIGURATION

    // DAEMON_UID=www-data

    // DAEMON_GID=www-data
    {
    "device_name": "gxxr.de",
    "storage_path" : "/var/lib/btsync",
    "listening_port" : 0,
    "check_for_updates" : false,
    "use_upnp" : false,
    "download_limit" : 0,
    "upload_limit" : 0,
    "disk_low_priority" : false,
    "lan_encrypt_data" : false,
    "lan_use_tcp" : false,
    "rate_limit_local_peers" : false,
    "folder_rescan_interval" : 600,
    "webui" :
    {
    "listen" : "0.0.0.0:9999",
    "login" : "xx",
    "password" : "xxxx"
    }
    }

     

    can any one help me?

    thx