[resolved] lsws not starting

#1
I've read the docs on troubleshooting and nothing has worked so far. I'm running lsws under a KVM environment on a local test network (10.x private lan), I've even tried running it under different Linux distros, lsws fails to start on each of them. Here's the error log output:


Code:
-bash-3.2# service lsws start
-bash-3.2# cat error.log
2010-07-13 12:12:53.736 [NOTICE] [4921] Loading LiteSpeed/4.0.15 Standard ...
2010-07-13 12:12:53.941 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7435
2010-07-13 12:12:53.942 [NOTICE] Loading configuration from /usr/local/lsws/conf/httpd_config.xml ...
2010-07-13 12:12:53.944 [INFO] old priority: 0, new priority: -19
2010-07-13 12:12:53.944 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2010-07-13 12:12:53.949 [NOTICE] [PID: 4923]: start cgid: 4926, /usr/local/lsws/bin/httpd
2010-07-13 12:12:53.951 [NOTICE] The maximum number of file descriptor limit is set to 2048.
2010-07-13 12:12:53.957 [NOTICE] lshttpd (4923) is ready
2010-07-13 12:12:53.959 [NOTICE] [child: 4927] Successfully change current user to nobody
2010-07-13 12:12:53.959 [NOTICE] [Child: 4927] Core dump is enabled.
2010-07-13 12:12:53.959 [NOTICE] [Child: 4927] Setup swapping space...
2010-07-13 12:12:53.960 [NOTICE] [AutoRestarter] new child process with pid=4927 is forked!
2010-07-13 12:12:53.960 [NOTICE] [Child: 4927] LiteSpeed/4.0.15 Standard starts successfully!
2010-07-13 12:12:54.103 [NOTICE] [AutoUpdate] Checking for new releases...
2010-07-13 12:12:54.258 [INFO] Stop listener *:8088.
2010-07-13 12:12:54.258 [INFO] Stop listener *:7080.
2010-07-13 12:12:54.258 [NOTICE] [Child: 4927] Start shutting down gracefully ...
2010-07-13 12:12:54.258 [NOTICE] New lshttpd process is ready, stop listeners
2010-07-13 12:12:54.258 [INFO] Stop listener *:8088.
2010-07-13 12:12:54.258 [INFO] Stop listener *:7080.
2010-07-13 12:12:54.258 [NOTICE] [Child: 4927] Shut down successfully!
2010-07-13 12:12:54.261 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 4927 !
2010-07-13 12:12:54.363 [NOTICE] [AutoRestarter] child process with pid=4927 exited with status=0!
2010-07-13 12:12:54.363 [NOTICE] [PID:4923] Server Stopped!
Also note that i am not running any firewalls.

Thanks for your time/support.
 
Last edited by a moderator:

mistwang

LiteSpeed Staff
#2
Are you using a trial key? maybe this IP has used trial a while ago, so it is not allowed, have to be cleared in our trial tracking DB. Please contact sales.
 
#3
Are you using a trial key? maybe this IP has used trial a while ago, so it is not allowed, have to be cleared in our trial tracking DB. Please contact sales.
I'm using the free edition so this shouldn't be an issue. I was thinking that maybe 10. IPs were blocked from running lsws or something though..
 

mistwang

LiteSpeed Staff
#6
Sorry about that. It is usually the case when people cannot start LSWS. Please send your external IP to sales@... for verification.
 
Top