cant install on centos 7


ms2oo8

Recommended Posts

So I've tried to install Resilio on Centos 7 by following the instructions in the FAQ.

I get stuck when I try to log into the web interface. The server is hosting in AWS with a static IP attached. I've edited the AWS Security Group to allow port 8888 and by all appearances Resilio is listening on port 8888, but no joy yet.

On the server

Firewall ports are open

[root@control ~]# firewall-cmd --list-ports
443/tcp 49152-65535/tcp 139/tcp 138/tcp 6789/tcp 8888/tcp 80/tcp 20-21/tcp 8000/tcp 445/tcp 1088/tcp 137/tcp 901/tcp 22/tcp

Resilio is listening on port 8888

[root@control ~]# nmap -sT -O localhost

PORT     STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
25/tcp   open  smtp
80/tcp   open  http
111/tcp  open  rpcbind
443/tcp  open  https
3306/tcp open  mysql
8888/tcp open  sun-answerbook


 

[root@control ~]# systemctl status resilio-sync
● resilio-sync.service - Resilio Sync service
   Loaded: loaded (/usr/lib/systemd/system/resilio-sync.service; enabled; vendor preset: disabled)
   Active: active (running) since Thu 2017-10-05 16:12:00 UTC; 17min ago
     Docs: https://help.getsync.com/
  Process: 16124 ExecStart=/usr/bin/rslsync --config /etc/resilio-sync/config.json (code=exited, status=0/SUCCESS)
  Process: 16121 ExecStartPre=/bin/chown -R rslsync:rslsync /var/run/resilio-sync (code=exited, status=0/SUCCESS)
  Process: 16119 ExecStartPre=/bin/mkdir -p /var/run/resilio-sync (code=exited, status=0/SUCCESS)
 Main PID: 16127 (rslsync)
   CGroup: /system.slice/resilio-sync.service
           └─16127 /usr/bin/rslsync --config /etc/resilio-sync/config.json

Oct 05 16:12:00 control.x.ca systemd[1]: Starting Resilio Sync service...
Oct 05 16:12:00 control.x.ca systemd[1]: Failed to read PID from file /var/run/resilio-sync/sync.pid: Invalid argument
Oct 05 16:12:00 control.x.ca systemd[1]: Started Resilio Sync service.

Config file is default

    "webui" :
    {
        "listen" : "127.0.0.1:8888"
    }
}

Not sure where to go from here

 

 

 

 

 

Link to comment
Share on other sites

  • 2 weeks later...

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.