litespeed running but no website open

pardis

Well-Known Member
#1
Hello :

from few months ago , we have any problem on litespeed that occur sudden , when this error occur no website open , but litespeed running , restart and other thing not help to solve problem. only reboot server resolve problem or waiting around 1 hrs . I checked /var/log/messages and error_log and nothing helpful information find there.
I attached error_log in this post,

as you can see lsws stop.
 

Attachments

pardis

Well-Known Member
#5
root@# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 169G 131G 30G 82% /
tmpfs 32G 93M 32G 1% /dev/shm
/dev/sda2 504M 163M 317M 34% /boot
/dev/sda3 20G 218M 19G 2% /tmp
/dev/sdb1 74G 62G 8.0G 89% /home2
/dev/sdb2 147G 88G 52G 64% /mysql
/dev/sdc1 459G 435G 237M 100% /home3
/dev/sdc2 3.2T 198G 2.8T 7% /home5
/var/share/optimumcache/DiskDescriptor.xml
15G 15G 0 100% /var/cache/optimumcache
root@# df -hi
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda5 11M 4.1M 6.7M 38% /
tmpfs 7.9M 8.2K 7.9M 1% /dev/shm
/dev/sda2 32K 64 32K 1% /boot
/dev/sda3 1.3M 25 1.3M 1% /tmp
/dev/sdb1 4.7M 1.3M 3.5M 27% /home2
/dev/sdb2 9.4M 228K 9.1M 3% /mysql
/dev/sdc1 30M 9.3M 20M 32% /home3
/dev/sdc2 204M 2.3M 202M 2% /home5
/var/share/optimumcache/DiskDescriptor.xml
960K 343K 618K 36% /var/cache/optimumcache
 

NiteWave

Administrator
#6
/home3 is full:
/dev/sdc1 459G 435G 237M 100% /home3

only 237M available

/var/share/optimumcache/DiskDescriptor.xml is full,
15G 15G 0 100% /var/cache/optimumcache

0 byte available.

maybe you can disable cloudlinux's optimumcache to see if any difference.
 
#7
Hello :

from few months ago , we have any problem on litespeed that occur sudden , when this error occur no website open , but litespeed running , restart and other thing not help to solve problem. only reboot server resolve problem or waiting around 1 hrs . I checked /var/log/messages and error_log and nothing helpful information find there.
I attached error_log in this post,

as you can see lsws stop.
Does not looks to be related to cloudlinux or litespeed service. How do you check a site? With browser? What if you connect to port 80 from your machine and to port 80 from server itself? Maybe you are blocked by some smart firewall or so?
 

pardis

Well-Known Member
#8
again on another server this problem occur , litespeed hung , even restart not help , but when kill all litespeed process and restart again problem resolved.

before kill process :

Code:
# ps aux | grep litespeed
root      324676  0.0  0.0  42128 17600 ?        S    05:11   0:03 litespeed (lshttpd)
root      400710  0.0  0.0 113332  1424 ?        S    05:56   0:00 sh -c gdb --batch --command=/usr/local/lsws//admin/misc/gdb-bt /usr/local/lsws//bin/litespeed /tmp/l
shttpd/core* >> /tmp/m-3nMxDH
root      400711  0.0  0.0 176532 25992 ?        S    05:56   0:00 gdb --batch --command=/usr/local/lsws//admin/misc/gdb-bt /usr/local/lsws//bin/litespeed /tmp/lshttpd
/core.324689
root      490861  0.0  0.0 112652   976 pts/1    S+   08:53   0:00 grep --color=auto litespeed
 
Top