"Site can't be reached" for Webgui shows up, after Config change and reinstall [Pi]


patach

Recommended Posts

I wanted to get Sync working on my Raspberry Pi, and used this guide to help me:

https://www.resilio.com/blog/sync-wd-raspberry-pi

 

I was able to get the web Gui to work so I could access the sync with Windows, but it wouldn't grant me access to any of the folders I wanted to sync.

 

Using a different guide on this forum, I edited my config file to be this:

{
  "listening_port" : 0,
  "storage_path" : "/home/pi/data/.syncsystem",
  "pid_file" : "/home/pi/data/.syncsystem/btsync.pid",
  "use_upnp" : true,
  "download_limit" : 0,
  "upload_limit" : 0,
  "delete_folder_from_disk" : true,
  "folder_defaults.delete_to_trash" : true,
  "webui" :
  {
"directory_root" : [ "/home/pi/share", "shares" ]
    "listen" : "0.0.0.0:8888",
  },
  "vendor" : "PiDrive",
  "display_new_version": false
}

 

After a reload, the web gui was gone, and this showed up instead:

 

Quote

This site can’t be reached

192.168.0.3 refused to connect.

Try:

ERR_CONNECTION_REFUSED

I reinstalled the btsync service, deleted it (and installed again), rebooted several times, and tried to play around with the config, and I could never get back to the web gui that I had originally.  It seems not even the Raspberry Pi itself can reach it, and I wonder if it's even on.

 

I'm still fairly new to the Pi, if anybody have any suggestions to solve this, let me know.

Link to comment
Share on other sites

1. did you install v 2.0.128??  that's pretty old. better use the latest either just via launching the binary from our site , or package 

2. does Sync process run at all? Check with "ps aux | grep sync" command. I suspect is does not. Armhf vs arm arch for RPi has been discussed quite alot here on forum, perhaps you need arm arch. 

3. not sure which exactly guide you've been using when compiling your config, but it seems too outdated with some deprecated parameters. The latest config guides are here 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.