Search found 6 matches

by rccypher
Tue Jun 14, 2016 9:34 pm
Forum: Support
Topic: Ubuntu 16 Server "page isn't working" (solved)
Replies: 6
Views: 6534

Re: Ubuntu 16 Server "page isn't working"

*bangs head on desk* yep, that did it. TY for your help.
by rccypher
Tue Jun 14, 2016 8:09 pm
Forum: Support
Topic: Ubuntu 16 Server "page isn't working" (solved)
Replies: 6
Views: 6534

Re: Ubuntu 16 Server Connection Refused

I added the 58846 port to ufw. This has not changed anything but it does eliminate one more potential issue.
by rccypher
Tue Jun 14, 2016 7:19 pm
Forum: Support
Topic: Ubuntu 16 Server "page isn't working" (solved)
Replies: 6
Views: 6534

Re: Ubuntu 16 Server Connection Refused

Ok so now if I try to connect to port <server IP>:58846 I receive: "Page isn't working" <IP> didn't send any data.
by rccypher
Tue Jun 14, 2016 7:04 pm
Forum: Support
Topic: Ubuntu 16 Server "page isn't working" (solved)
Replies: 6
Views: 6534

Re: Ubuntu 16 Server Connection Refused

I just had this message pop up on me:

Code: Select all

[ERROR   ] 14:01:18 rpcserver:376 Couldn't listen on localhost:58846: [Errno 98] Address already in use.
by rccypher
Tue Jun 14, 2016 6:56 pm
Forum: Support
Topic: Ubuntu 16 Server "page isn't working" (solved)
Replies: 6
Views: 6534

Re: Ubuntu 16 Server Connection Refused

Ok, so I fixed the service crashing issues. I had a rogue deluge process running that I found with ps -A | grep deluge then killed with sudo kill -9 PID. Also I had a typo in the config file for the web-service. So now both my services are running. MediaVault:/var/log$ systemctl status deluge-web.se...
by rccypher
Tue Jun 14, 2016 6:42 pm
Forum: Support
Topic: Ubuntu 16 Server "page isn't working" (solved)
Replies: 6
Views: 6534

Ubuntu 16 Server "page isn't working" (solved)

So I installed Deluged via this guide: http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd I was very careful to follow each step in the chain. I stopped at the section about only starting if mount exists as the disks I am using are internal. I can start each service, however it fails almos...