Kloxo and Hypervm

Alert: A vps with the id 110 already exists on the system. This either means this was created outside of hyperVM or else it got orphaned because hyperVM was interrupted forcibly in the midst of a migration

“Alert: A vps with the id 110 already exists on the system. This either means this was created outside of hyperVM or else it got orphaned because hyperVM was interrupted forcibly in the midst of a migration”

If you get above error ,it means a vps or orphaned vps already exists

Below are the steps you need to resolve this issue

SSH to server —-> vzctl destroy 110

Now try to create vps from Hypervm panel  :)

 

 

 

Comments Off more...

Reset password for Kloxo

SSH to server

cd /usr/local/lxlabs/kloxo/httpdocs

/usr/bin/lphp.exe  ../bin/common/resetpassword.php master <password>

This would rest your password for kloxo admin panel

 

 

Comments Off more...

Mail account cannot be added in Kloxo

You can often see issues in Kloxo where you may not be able to add email accounts and get error domais file not found or maiil account cannot be added.

In such case backup all your data for the domain in question including Mysql.

Remove the domain  and create it once again.

This will resolve this issue permanently.

Comments Off more...

How to install Kloxo on Linux

SSH to server as root to dedicate server  or VPS.

wget  http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh

sh ./kloxo-install-master.sh

One done you can check Kloxo via https://ipaddress:7777

Userame: admin

Password : admin

This is default login  and needs to be changed once you login.

Comments Off more...

FTP problems in Kloxo ?

You cannot login inspite of resetting password in Kloxo ?

First check the logs

tail -n 200 /var/log/messages | grep ftp

See if you get the most common error

[ERROR] Unable to switch capabilities : Operation not permitted

Follow the below steps

Remove the pure-ftpd

yum remove pure-ftpd

Download  latest  FTP from http://download.pureftpd.org/pub/pure-ftpd/releases/

Unzip the FTP zipped file

cd pure-ftpd

./configure –with-everything –with-paranoidmsg –without-capabilities –with-virtualchroot

make && make install

Now cd /etc/xinetd.d/

vi pure-ftp.conf

remove all entries and add the below entries,

service ftp
{
disable = no
socket_type     = stream
wait            = no
user            = root
server          = /usr/local/sbin/pure-ftpd
server_args     = -A -c5000 -C8 -D -fftp  -H -I15 -lpuredb:/etc/pure-ftpd/pureftpd.pdb -lunix -L2000:8 -m4 -s -p30000:50000 -U133:022 -u100 -E -Oclf:/var/log/kloxo/pureftpd.log -g/var/run/pure-ftpd.pid -k99 -Z
groups          = yes
flags           = REUSE
}

Once done restart using command

“service xinetd restart”

Now your FTP should work

Comments Off more...

Hillock's Wiki

Unlimited Hosting Solutions
  • Categories

  • Twitter Updates

    • Calendar

      February 2012
      M T W T F S S
      « Aug    
       12345
      6789101112
      13141516171819
      20212223242526
      272829  
    • SMS Text Message

      Phone number

      Carrier

      *Standard text messaging rates may apply from your carrier*
    • © 2011 Hillock Hosting. All rights reserved
      Jarrah theme by Templates Next | Powered by WordPress