Don't understand german? Read or subscribe to my english-only feed.

Archive for the 'Rants' Category

/etc/security/limits.conf

Saturday, September 29th, 2007

This file exists because you want to avoid downtime caused by WTF-of-the-day-stuff like: % ls ~/bin/ foo bar baz % cat > ~/bin/cronjob << EOF #!/bin/sh for file in ~/bin/* ; do $file ; done EOF % ~/bin/cronjob Wuups.

Es happert im Detail…

Thursday, September 27th, 2007

Eine große, österreichische Firma (nein, Namen nenne ich nicht) kann Server zu meiner Überraschung auch mit Debian vorinstalliert ausliefern (der Klassiker ist dort nämlich eigentlich wie so oft RedHat). Die Basisinstallation für die in diesem Fall eingesetzten HP ProLiant DL360 G5-Server sieht auf den ersten Blick auch ganz OK aus. Es ist sogar ein Debian/Etch, […]

Best. Spam. Ever.

Wednesday, September 5th, 2007

From: Matt Cotter […] Date: Wed, 5 Sep 2007 14:29:08 -0700 Subject: I’d like to buy an ad on michael-prokop.at […] Hi Michael, I’m interested in buying an ad on: http://michael-prokop.at/blog/2006/02/02/addicted-to-vim/ for a website that provides help for people battling an alcohol or drug addiction. I can pay you $35 for this ad. Please get […]

Danke für Ihren Besuch im A1 Shop

Wednesday, August 8th, 2007

Danke für Ihren Besuch im A1 Shop! Wie gut war unsere Betreuung? Antworten Sie bitte per Gratis SMS mit einer Note von 1=sehr gut bis 5=nicht gut. Ihr A1 Team. Eine solche SMS hab ich schon beim 1. Besuch eines Shops von A1 (österreichischer Handy-Provider) am 27. Juli bekommen. Und auch heute wieder gab es […]

Kill your server with slrn

Tuesday, August 7th, 2007

No, that’s not a joke. Today I had to (hard-)reboot one of my servers because the console newsreader slrn produced such a high load on the system that it was everything but responsive as a consequence. Huh. What? Yes, right. It was the fault of slrn. I had not set up any default limits on […]

Eine Luftmatraze die keine ist…

Thursday, August 2nd, 2007

Aus der Gebrauchsanweisung meiner neu erstandenen Luftmatraze: Nicht für den Gebrauch im Wasser geeignet! Äh… Bisher bin ich zumindest nicht untergegangen. 8-) Grüße vom Wörthersee.

Und noch ein idiotischer Dialog…

Friday, July 13th, 2007

Gefunden im Zuge der Cisco VPN Client-Installation auf Windows XP:

Stuff you don’t want to read

Wednesday, July 11th, 2007

This is UNPUBLISHED PROPRIETARY SOURCE CODE of CyberTAN Inc. the contents of this file may not be disclosed to third parties, copied or duplicated in any form without the prior written permission of CyberTAN Inc. This software should be used as a reference only, and it not intended for production use! Found in HTML source […]

Rejects am Mailserver

Friday, June 22nd, 2007

Die PDF-Spamwelle dieser Tage hat wohl jeder Mailserver-Admin mitbekommen (siehe Heise: "Nach Bild-Spam nun PDF-Spam"). Ich habe das zum Glück sehr zeitnahe bemerkt und die Welle schon direkt am Mailserver unterbunden. Die Zahlen für die letzten 2 Tage auf einem einzelnen Mailserver sprechen für sich selbst: # grep -c ‘PDF-Spam detected’ /var/log/mail.log* /var/log/mail.log:1006 /var/log/mail.log.0:1272 Dieses […]

Tunneln von Tor + Privoxy

Tuesday, June 12th, 2007

Mein Internetzugang über den Virtuellen Campus Graz (VCG) stinkt dank der Einführung eines Intrustion Prevention Systems (IPS) von McAfee seitens der TU Graz ohne Ende. Nicht nur diverse Ports, sondern auch jeglicher Bittorrent-Traffic und sogar das Tor-Netzwerk werden gefiltert. Das betrifft übrigens nicht nur den VCG, sondern (teilweise) auch die TU Graz als Ganzes. Man […]

Error handling: ENOSPC

Tuesday, June 12th, 2007

Hopefully fuzz testing is well known nowadays, right? But did you check how smart your software can handle ENOSPC – the ‘No space left on device’ error? I like stress testing software (to be honest: no, not really). Yesterday I debugged a problem regarding zsh history writing on ENOSPC. Usually I use the grml Linux […]

Python and Twisted on Windows – stupid installer

Wednesday, May 23rd, 2007

I’ve installed python-2.5.1.msi on Windows using power user rights (in german: Hauptbenutzerrechte) and it works fine: Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32 Type “help”, “copyright”, “credits” or “license” for more information. >>> Ok, let’s take a look at Twisted (an event-driven networking engine written in Python). There […]

Ohne Worte

Wednesday, May 16th, 2007

Mercurial: ‘remote: abort: No space left on device’

Tuesday, May 1st, 2007

I got ‘remote: abort: No space left on device:’ when running ‘hg push’ via ssh during a repository migration (from subversion to mercurial). Huh?! The partition with all the repositories on it has enough free space, so what? Ah, wait a second. When pushing data via ssh, mercurial does a ‘ssh $HOST hg -R /path/to/repos […]

Sprachkultur im ORF

Wednesday, April 25th, 2007

Ein Tag ORF und schon sind die Gender gemainstreamed. Heute in ‘WIE BITTE?‘ auf ORF1 gehört. Äh, wie bitte?! Hab ich mich verhört? Passt aber zum ORF. Oder wie es Michael Niavarani bei der Romy 2007 mit einem Seitenhieb auf die neue ORF-Serie namens ‘Mitten im Achten’ treffend formulierte: Mitten im Achten ist der teuerste […]

Delegateninstanz?!

Thursday, April 5th, 2007

Erstellen Sie eine System.Threading.WaitCallback-Delegateninstanz, die die Methode referenziert. Rufen Sie die statische Methode QueueUserWorkItem der System.Threading.ThreadPool-Klasse auf, und übergeben Sie die Delegateninstanz als Parameter. Die Laufzeit reiht dann die Delegateninstanz ein und führt sie aus, sobald ein Thread-Pool-Thread verfügbar wird. Quelle: "C# Tipps, Teil 1 – Threads, Prozesse und Synchronisierung" @ MSDN Setzt Microsoft BWL-er […]

AltGr does not work within VMware?

Sunday, April 1st, 2007

I just had the annoying problem, that the AltGr key did not work in VMware Server on my 64bit system via SSH whereas it worked fine within the 32bit local system. xev, ‘cat /dev/input/event0’ & CO verified that not a single keystroke reached my client system within VMware. Solution? Add the following line to /etc/vmware/config: […]

Kampf mit Windows…

Wednesday, March 28th, 2007

Es ist also soweit: eine Windows-Benutzerin aus meinem Arbeitsumfeld ist bei mir angetanzt und wollte Vista durch XP ersetzt haben. Grund? Diverse Spiele – die ihr Freund zocken will – funktionieren nicht mehr. Und “es schaut alles so anders aus und nichts findet man mehr”. Ah, das ist also dieses WOW. OK, sollte ja nebenbei […]

Murphy!

Friday, March 23rd, 2007

Nein, es reicht ja nicht, dass einem die Platte stirbt. Man holt Ersatz in Form einer 120GB 2.5"-Festplatte, weil man damit auch genug Platz fürs Entwickeln hätte. Dann aber lässt mich OpenFirmware vom Efika-Board nicht von der Platte booten: channel 0 unit 0 : ata | SAMSUNG HM120JC | YL100-19 ATA device not present or […]

Sterbende Festplatte….

Thursday, March 22nd, 2007

Hardware-Probleme hat man genau dann, wenn man sie nicht brauchen kann: […] Mar 21 20:22:48 grmlppc kernel: ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 Mar 21 20:22:55 grmlppc kernel: ata1.00: tag 0 cmd 0x20 Emask 0x9 stat 0x51 err 0x40 (media error) Mar 21 20:23:01 grmlppc kernel: ata1: EH complete […] root@grmlppc […]