Orlandowave

New Members
  • Posts

    5
  • Joined

  • Last visited

Orlandowave's Achievements

New User

New User (1/3)

  1. Thanks - Here is what I got back DiskStation> netstat -tulpn | grep 8888 netstat: showing only processes with your user ID tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN 7776/btsync DiskStation> netstat -tulpn | grep 8890 netstat: showing only processes with your user ID DiskStation> ls -al /proc/7776/exe lrwxrwxrwx 1 admin users 0 Jan 13 23:02 /proc/7776/exe -> /volume1/@appstore/bittorrentsync/bin/btsync DiskStation> Most of this is way over my head. I am not sure if "already running" command is correct. DiskStation> ps aux | grep btsync ps: invalid option -- 'a' BusyBox v1.16.1 (2015-10-28 13:24:11 CST) multi-call binary. Usage: ps Report process status Options: w Wide output DiskStation> exit My Synology DS213j show the status of bit sync is running. So I am not sure why I can't pull the Web interface @ NAS_IP:8888 or 8890. I change the sync.conf file to try port8888. Any suggestions of what I should try next? Is there a way to try a clean install (removing all files of bit sync first) Just an idea? Thanks again
  2. Bit sync is running. But I can't pull up Web interface @ NAS_IP:8888 DiskStation> /usr/local/bittorrentsync/bin/btsync --config /usr/local/bittorrent sync/var/sync.conf --nodaemon Can't lock pid file. It seems BitTorrent Sync is already running with pid 7776 DiskStation> How do I check to see if btsync is listen to 8888 port?
  3. Thanks for posting the file. I made the changes and also tried adding my bit sync username/password. However, I still can't get bit sync to work for me. Any suggestions what I should try next? { "storage_path" : "/usr/local/bittorrentsync/var", "pid_file" : "/usr/local/bittorrentsync/var/syncapp.pid", "display_new_version" : false, "vendor" : "Synology", "webui" : { "listen" : "0.0.0.0:8888", "login" : "Nas.home", "password" : "XXXXXXX", "allow_empty_password" : false, "directory_root" : "/", "dir_whitelist" : ["/volume1","/volume2","/volume3","/volume4","/volume5","/volume6","/volume7","/volume8","/volume9","/volume10","/volume11","/vol "directory_root_policy":"belowroot" } } Thanks
  4. Can you post the sync.conf file change? "listen" : "0.0.0.0:8890", "allow_empty_password" : false, "directory_root" : "/", "dir_whitelist" : ["/volume1","/volume2","/volume3","/volume4","/volume5","/volume6","/volume7","/volume8","/v "directory_root_policy":"belowroot" } }
  5. I am running into the same problem. My synology D213j is running DSM 5.2-5644 and the Bittorrent sync version is 2.2.7-1. I tried bit sync 2.2.5-1 but it kept crashing, so I update it to 2.2.7-1. Anyway I can't get it to work. I need a little help to change the port in the sync.conf file. I can login into via ssh admin@192.168.1.114, but I need step by step after that. Thanks