View Full Version : [solved] [ERROR] Unknown response from server
mars_taxi
08-08-2010, 07:07 AM
Hi guys!
I am recently updating my Litespeed web server, and when I do that, I get this output:
Checking for new release... [2010-08-08 14:45:14] [ERROR] Unknown response from server.
Is there any manner that I can get update information automatically other than do that mannually?Thks.
HarrySX
10-29-2011, 02:58 AM
Anybody got a fix for this?
An installation of LSWS isn't automatically updating. /usr/local/lsws/autoupdate/update.log is full of the following:
[2011-10-29 06:07:36] [ERROR] Unknown response from server.
[2011-10-29 06:33:11] Checking for new release...
[2011-10-29 06:33:11] [ERROR] Unknown response from server.
[2011-10-29 07:07:01] Checking for new release...
[2011-10-29 07:07:01] [ERROR] Unknown response from server.
[2011-10-29 08:14:12] Checking for new release...
[2011-10-29 08:14:12] [ERROR] Unknown response from server.
[2011-10-29 10:11:10] Checking for new release...
[2011-10-29 10:11:10] [ERROR] Unknown response from server.
[2011-10-29 10:52:57] Checking for new release...
[2011-10-29 10:52:57] [ERROR] Unknown response from server.
It appears it has NEVER been automatically updated.
NiteWave
10-29-2011, 08:00 AM
what's your lsws version?
#/usr/local/lsws/bin/lshttpd -v
HarrySX
10-29-2011, 08:07 AM
what's your lsws version?
#/usr/local/lsws/bin/lshttpd -v
This server is running 4.1.4.
Thanks.
mistwang
10-29-2011, 01:37 PM
If you can PM me a temp root access, we can take a look see what is wrong.
HarrySX
10-29-2011, 02:01 PM
If you can PM me a temp root access, we can take a look see what is wrong.
Kindly check your inbox, thank you.
mistwang
10-29-2011, 08:49 PM
It is caused by a bug in early release. fixed in 4.1.7.
And you can also run
/usr/local/lsws/bin/lshttpd -U
from command line to check new release.
HarrySX
10-30-2011, 03:18 AM
It is caused by a bug in early release. fixed in 4.1.7.
And you can also run
/usr/local/lsws/bin/lshttpd -U
from command line to check new release.
Thank you very much.