LVE Manager not working anymore , CloudLinux Issue

tigerti

Verified User
Joined
May 6, 2014
Messages
16
Dear sirs.
First of all we know that this is not cloudlinux forum and it may not be related to directadmin at all but since we are experiencing it on directadmin we thought that someone here may be able to help us.

We have installed CloudLinux on our CentOS 5.9 with Directadmin control panel.
Within the "LVE MANAGER" plugin in DIRECTADMIN we were editing some packages for restricting their resource usage and suddenly we noticed that within the "LVE MANAGER" plugin we can't not see the packages in SETTING SECTION and DEFAULT PACKAGES sections.
We see some tables with empty fields. everything in SETTING and PACKAGES are shown as empty tables.
In setting page we should see all of the customers with their current resource limit which is not visible yet.

We searched around a little and we are suspicious that it has something to do with MOD_HOSTINGLIMITS

** This is a production server with 200-300 websites on it. So we can't do any action with risk on it.


This is the output of some commands :
[root@server26 etc]# uname -a
Linux server26.bertina.us 2.6.18-448.4.1.el5.lve0.8.69.1 #1 SMP Tue Jul 2 18:36:25 EEST 2013 x86_64 x86_64 x86_64 GNU/Linux


[root@server26 etc]# rpm -qa | grep lve
lve-utils-1.2-11.el5.cloudlinux
lve-1.2-0.5.el5.cloudlinux
pam_lve-0.3-4.el5.cloudlinux
kernel-devel-2.6.18-448.4.1.el5.lve0.8.69.1
liblve-1.2-0.5.el5.cloudlinux
kmod-microsoft-hyper-v-2.6.18-448.4.1.el5.lve0.8.69.1-3.4-66.el5
lve-stats-0.10-8.el5
kernel-2.6.18-448.4.1.el5.lve0.8.69.1
liblve-devel-1.2-0.5.el5.cloudlinux
lvemanager-0.6-21.el5


#/usr/sbin/lveps
ID EP PNO TNO CPU MEM I/O
bazarosa 2 4 4 9% 56 0
mehrarab 0 0 0 0% 0 0
iertebat 0 0 0 3% 0 0
webapps 0 0 0 1% 0 0


[root@server26 init.d]# /etc/init.d/httpd -M | grep hosting
[root@server26 init.d]#

Above command don't have any result.
Please help us on this case as we believe cloudlinux is not restricting the user's resource usages anymore.



Best Regards
Bertina
setting.jpg
 
dont be too concerned if the answer doesnt come to quickly, I know of two that are looking into this :)
 
Please try the following to get mod_hostinglimits installed:
Code:
cd /usr/local/directadmin/custombuild
./build set cloudlinux yes
./build update
./build apache
 
Hi,

May You please try to use this command in command line?
Code:
/usr/sbin/lvectl paneluserslimits

LVE manager plugin uses this command to get the list of users with packages. So most likely it will give an error for a start of problem search.
Currently we do do not have enough info to help You :)
 
Back
Top