FC5 - install j2sdk1.4.2_06

I just tried to install j2sdk1.4.2_06 under FC5 and got:

[root@w0004 stage]# bash j2sdk-1_4_2_06-linux-i586.bin

...

Do you agree to the above license terms? [yes or no]
yes
Unpacking...
tail: cannot open `+486' for reading: No such file or directory
Checksumming...
1
The download file appears to be corrupted.  Please refer
to the Troubleshooting section of the Installation
Instructions on the download page for more information.
Please do not attempt to install this archive file.

hmm... well, Google is always your best friend :-).

You need to set:

[root@w0004 stage]# unset _POSIX2_VERSION=199209

to work around that problem.

3. Pforzheimer Linux Infotag

Am Samstag, 15. Juli 2006, findet der 3. Pforzheimer Linux Infotag an der Fachhochschule Pforzheim statt. Die Veranstalter erwarten ca. 1000 Besucher und haben ein sehr interessantes Vortragsprogramm zusammengestellt.

Ich bin auf dieser Veranstaltung mit einem eigenen Stand vertreten und werde unter anderem ein Demo-Systeme für:

  • Oracle 10g Express Edition
  • VMware Server
  • Shared Storage Cluster mit iSCSI und GFS

ausstellen. Außerdem halte ich im Rahmen des Vortragsprogramms meinen Vortrag "iSCSI unter Linux".

Sie haben Zeit für einen Besuch auf dem Linux Infotag? Ich freue mich schon heute auf die interessanten Gespräche und Kontakte an meinem Stand.

iSCSI unter Linux - das SAN für zuhause

Die Virtualisierung von Festplatten mit iSCSI ermöglicht den Aufbau von einfachen und kostengünstigen Testumgebungen. Der Vortrag stellt iSCSI im Gesamtzusammenhang mit anderen Technologien wie NFS, GNDB und VMware dar. Abgerundet wird der Vortrag mit einer Demonstration, wie sich in kurzer Zeit ein Shared Storage Cluster mit iSCSI und dem GFS (Global File System) zuhause aufbauen lässt.

Folien des Vortrages als PDF: http://www.fm-berger.de/download/iscsi09.pdf

Linkliste

Creating Windows EXE-Files under Linux

Sometimes a cross-compile environment can be very handy. Sam Lantinga form the libsdl.org project made a shell script (build-cross.sh) that makes it very easy to setup an GCC cross-compile environment for MinGW.

I used the follwing changes for the script:

  • GCC_VERSION=3.4.2-20040916-1
  • BINUTILS=binutils-2.15.91-20040904-1
  • MINGW=mingw-runtime-3.3
  • W32API=w32api-2.5

The EXE-files are a little bit large in size, but when you strip them the size is reduced drastically.