ispCP unter Xen ? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +--- Thread: ispCP unter Xen ? (/thread-10282.html) |
ispCP unter Xen ? - Nuke - 04-07-2010 01:41 AM Hallo Habe ein Reseller account auf einem Xen Server Nun hab ich mein eigenen vServer auf dem ich mein Hosting weiter führen möchte. Der vServer hat folgende Distri: xen05:~# uname -a Linux xen05 2.6.18-6-xen-686 #1 SMP Sat Dec 27 13:17:00 UTC 2008 i686 GNU/Linux Gibt eis ein HowTo fpr den Xen ? oder kann ich nach einer anderen gehen ? Gruss RE: ispCP under Xen ? - Top44 - 04-07-2010 02:26 AM Mach es wie es in der Docu steht, da gibt es nichts besonderes also nichts angepasstes BS = BS egal ob virtualisiert oder nicht. grüße RE: ispCP under Xen ? - Nuke - 04-07-2010 02:38 AM Hallo Also ich bin nun nach der Debian Howto gegangen. Alles so weit ok bis auf den Punkt 4. Kompillieren/Vorbereiten des Systems make install von da an geht nichts mehr. make install cd ./tools && make install make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/tools' (cd ./daemon; \ make ispcp_daemon make[2]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/tools/daemon' gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c make[2]: gcc: Command not found make[2]: *** [ispcp_daemon.o] Error 127 make[2]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/tools/daemon' make[1]: *** [daemon/ispcp_daemon] Error 2 make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.5/tools' make: *** [install] Error 2 Fehler gefunden ;p apt-get install gcc Also nun komm ich wirklich net mehr weiter. xen05:/var/www/ispcp/engine/setup# perl ./ispcp-setup Can't locate Term/ReadKey.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./ispcp-setup line 36. BEGIN failed--compilation aborted at ./ispcp-setup line 36. Wo liegt der Bug ? RE: ispCP under Xen ? - Nuke - 04-07-2010 04:19 AM So weit hat alles geklapt. jetzt meldet er /bin/cp: cannot create regular file `/etc/bind/named.conf': No such file or directory Google hat mir nicht viel weiter geholfen. Hat geklapt :=) Nun kommt ERROR: File '/etc/ispcp/courier/backup/authdaemonrc.system' does not exist ! Punkt 4 und 5 sind 100% ausgeführt worden Erledigt /bin/cp: cannot create regular file `/var/cache/bind/': Is a directory RE: ispCP unter Xen ? - ZooL - 04-07-2010 04:50 PM boa wenn du nach dem howto vorgegangen wärst hättest das palaber aber nicht, ##################### STEP 3 - Install the required packages Make sure that the non-free repository is present in your /etc/apt/sources.list like in the following example. When the non-free repository is not available on your system, all-important packages will be missing. # stable deb http://ftp.de.debian.org/debian/ lenny main contrib non-free deb http://security.debian.org/ lenny/updates main contrib non-free Now install the nescessary packages using aptitude: # aptitude update # aptitude safe-upgrade # aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`) ############################ mfg RE: ispCP under Xen ? - gOOvER - 04-07-2010 05:04 PM (04-07-2010 04:19 AM)Nuke Wrote: Punkt 4 und 5 sind 100% ausgeführt worden Und was ist mit STEP 3??? *kopfschüttel* (04-07-2010 04:50 PM)ZooL Wrote: boa *malherztablettenreich* RE: ispCP unter Xen ? - ephigenie - 04-07-2010 05:37 PM Das ist das coole an virtuellen Maschinenen .. man kann die auch viel einfacher einreißen und von vorne starten -> diesmal mit Doku lesen RE: ispCP unter Xen ? - ZooL - 04-07-2010 07:58 PM hrhr.... |