View Single Post
Old 07-06-2010, 10:28 AM   #3
Junior Member
 
Join Date: Jun 2010
Posts: 5
maurice is on a distinguished road
Default

Quote:
Originally Posted by slava View Post
Please write a ticket to our technical support through billing (where you ordered the license), because not having access to your server is difficult to give proper advice on setting.

The problem with licenses is likely due to the fact that you have the server has no IP-address to which the license is ordered.
If I'm wrong, then try to download a license manually
Code:
wget -O /usr/local/ispmgr/etc/vdsmgr.lic "http://lic.ispsystem.com/vdsmgr.lic?ip=you_lic_ip"
To solve the problem with VDSmanager need to create a symbolic link to
Code:
ln -s /usr/local/ispmgr/lib/xen1.so /usr/local/ispmgr/lib/xen.so
and add password hash to /usr/local/ispmgr/etc/vdsmgr.conf such as
Code:
User admin teH0wLIpW0gyQ
- this will create the user admin with password test.

But this is only supposition, it is necessary to look to our developers.

the license and ip are both "valid"

the symlink solved the problem, installation worked after that.

10x for the advice
maurice is offline   Reply With Quote