
DTC-Xen
Dedicated servers

Find out how to get one of the best dedicated server hosting services available on the market. Have a 160GBytes transfer per month server for only $90 a month !
Get one and start reselling.
CALL NOW ! +1.(302)-213-1611
Shared hosting
Shared hosting service with certified bandwidth, your own IP addresses + SSL + CERT for the same site hosted on both sides of the ocean : YES ! GPL.Host makes it possible for less than $5.5/month !
dtc-xen: brings a full Xen control panel to your Xen server
by connecting a DTC panel to it
3. Download
Download
Current version is 0.2.2.Be sure to use the lastest CVS version of the DTC panel to connect to it. To download it and build dtc-xen, issue the following command:
cvs -d :pserver:anonymous@gplhost.com:/var/lib/cvs checkout dtc-xen cd dtc-xen dpkg-buildpackageDTC-Xen package can now be downloaded from our debian repository. Here is the mirror list:
Florida (USA) main ftp:
deb ftp://ftp.gplhost.com/debian/ stable xen
Paris (France) mirror:
deb ftp://ftp.gplhost.fr/debian/ stable xen
Singapore (south-east asia) mirror:
deb ftp://ftp.gplhost.sg/debian/ stable xen
Then apt-get install dtc-xen in your dom0. Note that this repository also has rpmstrap and yada package. Those repository are built for both i386 and amd64. The i386 repository also has a TLS+Xen libc6 package suite (amd64 arch don't need it), so you wont worry anymore about the slow libc6 TLS emulation warning displayed by Xen.
Last thing: if you used version prior 0.2.2, we strongly suggest that you upgrade to this version for security reasons (there was some issues on the remote physical console access: using ssh port forwarding if not disabled, a user could connect to somebody's else console).
Fixing python-soappy on debian Sarge + amd64 + Xen 3
When running this configuration, you will see that the dtc-xen SOAP server will generate an exeption when trying to dump a long. In fact this is not a bug in dtc-xen itself, but in python-soappy. To fix, you need to edit the following file line 51:/usr/lib/python2.3/site-packages/SOAPpy/fpconst.py
Change the ll by ii, and it will work as normal. On a AMD64 system, 'l', which long, is 64-bits wide, that's why this fails. Using ii instead seems to fix the problem.
