Errors within WHM

GaryT

Active Member
#21
login as: root
root@***.***.***.***'s password:
Last login: Mon Jun 21 00:53:31 2010 from ***.***.***.***
root@hosting [~]# ps -ef|grep admin_php
nobody 21640 28092 42 10:24 ? 00:00:17 admin_php -c ../conf/php.ini
root 22163 22025 0 10:24 pts/1 00:00:00 grep admin_php
root@hosting [~]#

Anything I need to run.

By the way you replies are HIGHLY appreciated.

edit .. left my IP init :p
 
Last edited:
#22
so just what I experienced.
nobody 21640 28092 42 10:24 ? 00:00:17 admin_php -c ../conf/php.ini
admin_php is running as nobody. should be lsadm

please check if user "lsadm" exist in your VPS.

following commands should fix your issues -- for a quick and temporary solution.
chown -R nobody:nobody /usr/local/lsws/conf
chmod -R 700 /usr/local/lsws/conf
chown -R nobody:nobody /usr/local/lsws/admin/conf
chmod -R 700 /usr/local/lsws/admin/conf
have your installed 2 copies of lsws in your server? one is running in chroot mode?
 

GaryT

Active Member
#23
Not that I know of.

Im going to uninstall and removbe it all - Run a fresh install and those commands.

Once done ill run the cmd again see what output it gives
 
Last edited:

GaryT

Active Member
#26
My HOST failed to fix this and advised me to work with you only.

Dear Gary
I just did a fresh installation of litespeed to and the same error occurs- You seriously need to speak to litespeed ASAP.
After the command above I get the output:

login as: root
root@***.***.**.**'s password:
Last login: Tue Jun 22 02:16:19 2010 from**.**.**.**
root@hosting [~]# pstree -p|grep lshttpd
|-lshttpd(28118)-+-httpd(28119)
| |-lshttpd(28120)
| `-lshttpd(28121)-+-lsphp5(28150)
root@hosting [~]#

EDIT:


Dedicated server - Same cPanel build has same issues. I can only guess the cPanel/WHM - " Latest Version " Is knocking something out.
 
Last edited:

NiteWave

Administrator
#30
one of major causes is he can't change folder's owner:group(using chown) in his VPS even as root. so /usr/local/lsws/conf and /usr/local/lsws/admin/conf have wrong owner:group and lsws failed to change them.
 
Top