What's new

Problem Installing Pixelserv-tls through AB Solution

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

DoctorDERP

New Around Here
I'm having some trouble installing Pixelserv-tls through the menu in AB Solution. I have Entware installed. My DHCP server assigns addresses from 100 to 199 and my NAS is on 250. I tried with the 240 address and get the same error. Has anyone else experienced this? Any solutions?
Code:
 AB-Solution 3.10.0: pixelserv-tls install

 pixelserv-tls server stats not available,
 trying to start pixelserv-tls again, with verbose output:


 stopping pixelserv-tls
 Checking pixelserv-tls (AB-Solution)...              dead.

 removing pixelserv-tls virtual IP 192.168.1.2

 starting pixelserv-tls virtual IP 192.168.1.2

 starting pixelserv-tls

 writing the pixelserv-tls startup script
 restarting pixelserv-tls to apply changes
 Starting pixelserv-tls (AB-Solution)...              done.

 trying to get pixelserv-tls server stats, in verbose mode:
--2017-12-05 14:52:25--  http://192.168.1.2/servstats.txt
Connecting to 192.168.1.2:80... failed: Connection refused.
Retrying.

--2017-12-05 14:52:26--  (try: 2)  http://192.168.1.2/servstats.txt
Connecting to 192.168.1.2:80... failed: Connection refused.
Retrying.

--2017-12-05 14:52:28--  (try: 3)  http://192.168.1.2/servstats.txt
Connecting to 192.168.1.2:80... failed: Connection refused.
Retrying.

--2017-12-05 14:52:31--  (try: 4)  http://192.168.1.2/servstats.txt
Connecting to 192.168.1.2:80... failed: Connection refused.
Retrying.

--2017-12-05 14:52:35--  (try: 5)  http://192.168.1.2/servstats.txt
Connecting to 192.168.1.2:80... failed: Connection refused.
Retrying.

--2017-12-05 14:52:40--  (try: 6)  http://192.168.1.2/servstats.txt
Connecting to 192.168.1.2:80... failed: Connection refused.
Giving up.

 ---------------------------------------------------

 pixelserv-tls server stats not available
 at 192.168.1.2/servstats.txt

 You now have three options:

 1. Abort installation, to continue again from here
 2. Abort installation and reset pixelserv-tls settings
 3. Continue anyway, forcing the install

 Select what to do: [1-3]
 
Sorry can't help on this installation issue but I can offer some general recommendation.

If your NAS supports Entware-ng, you'd be better off running pixelserv-tls standalone there. The CPU speed in NAS is generally faster than a router. Hence, you'll get much better performance out of pixelserv-tls and a smoother browsing experience.

AB-SOLUTION is like a religion. There is a big & dedicate thread to its support. You'd better ask there :)

btw thanks for trying pixelserv-tls.
 
AB-SOLUTION is like a religion. There is a big & dedicate thread to its support. You'd better ask there :)
Code:
[ "thelonelycoder" = "Pope" ] && echo Argh! || echo Phew!
 
Is there another service listening on port 80 besides the router WebUI @DoctorDERP ?
This shows the output of netstat -tuln | grep :80, only pixelserv-tls and the WebUI listen on port 80:
Code:
user@RT-AC87U:/tmp/home/root# netstat -tuln | grep :80
tcp        0      0 192.168.2.2:80          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:80            0.0.0.0:*               LISTEN
tcp        0      0 192.168.2.1:80          0.0.0.0:*               LISTEN
 
Is there another service listening on port 80 besides the router WebUI @DoctorDERP ?
This shows the output of netstat -tuln | grep :80, only pixelserv-tls and the WebUI listen on port 80:
Code:
user@RT-AC87U:/tmp/home/root# netstat -tuln | grep :80
tcp        0      0 192.168.2.2:80          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:80            0.0.0.0:*               LISTEN
tcp        0      0 192.168.2.1:80          0.0.0.0:*               LISTEN
Nope. Nothing else is listening on port 80. Any possibility that there's some kind of conflict or error in one of the config files?
 
Use the dedicated thread, thanks.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top