PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Zimbra lässt sich nicht auf VServer installieren



Moonshine
22.08.07, 15:22
Moin

Ich versuche die Groupware Zimbra auf einem Debian VServer zu installieren, doch das install.sh script versagt ohne sinnvolle Fehlermeldung.
Also hab ichs mit dem Paket manager:


:~/zcs/packages# dpkg --install zimbra-core_4.5.5_GA_838.DEBIAN3.1_i386.deb
(Reading database ... 34739 files and directories currently installed.)
Preparing to replace zimbra-core 4.5.5_GA_838.DEBIAN3.1 (using zimbra-core_4.5.5_GA_838.DEBIAN3.1_i386.deb) ...
Unpacking replacement zimbra-core ...
Setting up zimbra-core (4.5.5_GA_838.DEBIAN3.1) ...
chown: cannot access `/opt/zimbra/a*': No such file or directory
chown: cannot access `/opt/zimbra/perdition-1.17': No such file or directory
chown: cannot access `/opt/zimbra/apache-tomcat-*': No such file or directory
mkdir: cannot create directory `/opt/zimbra/ssl': File exists
mkdir: cannot create directory `/opt/zimbra/.ssh': File exists
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
dpkg: error processing zimbra-core (--install):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
zimbra-core


Was steht da genau; zu wenig RAM, VM falsch konfiguriert oder what? :confused:

Vielen Dank für eure Hilfe!

GreetZ MoOnShIn3

Roger Wilco
22.08.07, 22:55
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
Du hast zuwenig Speicher.

Moonshine
22.08.07, 23:46
Okee Danke. Kann ich das irgendwie umgehen? Z.B. virtueller Speicher für die VM festlegen?

Roger Wilco
23.08.07, 00:18
$ java -X|grep heap
-Xms<size> set initial Java heap size
-Xmx<size> set maximum Java heap size
Aber das wird dir auf einem Virtual-Server nicht viel bringen. Unter 512 MB RAM würde ich damit nicht anfangen...