Archive for August, 2007

Clavister: How to add an additional IP address to an interface?

August 22nd, 2007

What if you need an additional IP address on one of the security gateway’s interfaces?
After searching the cfw-users mailing list’s archive I found a solution:
Under Interfaces -> ARP I had to add an entry have the security gateway publish its arp address for the IP address on the desired interface:
Mode: Publish
Interface: Interface with the IP [...]

Linux: Image von CD oder DVD erstellen

August 17th, 2007

Unter Linux kann man mit dd komplette Datenträger auslesen und an eine beliebige Stelle schreiben. Um ein einfaches CD-Image zu erstellen, ist kein bedonderer Befehl nötig. Einfach die Quelle und das Ziel angeben:

dd if=/dev/cdrom of=image.iso

SQL Server 2005 - Wartungsplan lässt sich nicht anlegen

August 8th, 2007

Ich habe SQL Server 2005 installiert und konnte keinen Wartungsplan anlegen.
Die Fehlermeldung:
(…) The specified ‘@subsystem’ is invalid (valid values are returned by sp_enum_sqlagent_subsystems) (…)
Die Lösung:
Man muss SSIS (SQL Server Integration Services) nachinstallieren.
Wie installiert man SSIS?
Nicht so, wie man denkt. Über Software in der Systemsteuerung kommt man (entgegen Aussagen von Microsoft) nicht zu Ziel. Man [...]

Typo3: leerer Bildschirm nach Installation

August 3rd, 2007

Für alle, die nach der Installation von Typo3 (z.B. auf Centos 5) nur einen leeren Bildschirm sehen:
Wenn das Paket php-mysql fehlt, bringt Typo3 nur einen leeren Bildschirm und keine Fehlermeldung.
Wie konnte ich das Paket auch vergessen … ?!