..ein wenig googeln ist nie verkehrt
Ich fand heraus, daß man den Installationsprozeß loggen kann, und siehe da:
./netbeans-5_5-solaris-x86.bin -is:log install.log
gibt folgendes aus:
# more install.log
Log file created by MultiPlatform installer @Donnerstag, 9. November 2006, 12:0
8:14 Uhr CET
INSTALLER_PATH=/home/kessnet/./netbeans-5_5-solaris-x86.bin
Checking the environment variables specifed in the JVM files to find the JVM...
Verifying... /usr/bin/java -cp /tmp/istemp8702313120814/Verify.jar Verify jav
a.vendor java.specification.version
$JDK_HOME is not defined in the shell environment specifed in the JVM FILE jdk16
unix_sun.jvm
$JDKHOME is not defined in the shell environment specifed in the JVM FILE jdk16u
nix_sun.jvm
$JAVA_PATH is not defined in the shell environment specifed in the JVM FILE jdk1
6unix_sun.jvm
$JAVA_HOME is not defined in the shell environment specifed in the JVM FILE jdk1
6unix_sun.jvm
Verifying... /usr/bin/java -cp /tmp/istemp8702313120814/Verify.jar Verify jav
a.vendor java.specification.version
Verification passed for /usr/bin/java using the JVM file /tmp/istemp870231312081
4/jdk15unix_sun.jvm.
-cp:p operand is empty
-cp:a operand is empty
checking disk space on the parition /tmp/istemp8702313120814 for /tmp/istemp8702
313120814/setup.jar
90488 512 bytes disk blocks required.
118518 512 bytes disk blocks available on the partition /tmp/istemp870231312081
4
Disk space check on the parition /tmp/istemp8702313120814 succeeded.
Extracted Installer JAR archive file size incorrect. archive may be corrupt. Fai
led to launch the application.
Launch Script can't not be resolved. Run the installer with -is:log <logfile> to
view the errors.
Das das Installationsarchiv beschädigt ist, habe ich mir gestern schon gedacht, und das ganze nochmals runtergeladen.
Aber nun kommt es: Nachdem ich die Umgebungsvariablen $JAVA_PATH und $JAVA_HOME gesetzt hatte, lief der Installer etwas weiter und berichtete mir, daß nicht genügend Platz zum Entpacken des Archivs in /tmp ist.
Völlig einleuchtend, ich habe nämlich bei der Festplattenaufteilung /tmp auf gnadenlos kleine 64MB gesetzt (in der Annahme, daß dort sowieso nie irgendwas reingeschrieben wird, und beiße mir nun gut in den Allerwertesten
)
Des Rätsels Lösung also :
./netbeans-5_5-solaris-x86.bin -is:tempdir /opt, oder, wenn ihr erst ein Logfile haben wollt, ./netbeans-5_5-solaris-x86.bin -is:log install.log o.ä.
Das sollte es tun.