Page head image

Viewing posts from 2008

How not to travel the desert

Convoy Rescued After GPS Led to Utah Cliff

Bardentreffen 2008

Another year, another Bardentreffen in Nürnberg. It was last weekend, to be exact. lynard_ and doco stayed at my place, reasha and her boyfriend came from Bayreuth to join us on Friday night. The festival was even more crowded than ever and I had several loud arguments with idiots that were squeezing themselves between us with raw force.

Went shopping

Obamamania comes to Germany

The US presidential candidate Barack Obama is currently on tour through Europe, speaking in Berlin right now as I type this. It's been top news here in Germany for at least a week now. One could get the impression that Senator Obama is running for president in Germany. Or at least, that he already is a president.

Pawpet show rehearsal 2/2008

Last weekend, we had the second pawpet show rehearsal for the new show. Very productive, though some important props are still missing. We had one unexpected interruption due to flooding. The rehearsal room is a garage in the basement of a warehouse. And if it rains too hard, the pump of the drain cannot cope anymore, and...

The e1000 driver is broken!

That's what the customer said last Friday. The Linux driver for the Intel e1000 card doesn't work on their hardware. No syslog messages, though. And it's urgent! Their setup should go live in a week! O-kay. Personally, I didn't think it was the driver. Sounds more like a hardware issue. Does the switch show hardware link? What, they have an Ethernet bonding configuration in a high availability setup? Turn that off first. So they told us that they had turned off HA and Ethernet bonding, but still it doesn't work. But what do they mean by "does not work"? They told us that the switch wasn't accessible, in a different location or so. How about getting some cheap Longshine switch and try it, just to see if there is Ethernet link beat.

One reason why I moved away from OX5

I don't understand much about SQL, but even I know it's not supposed to be done like this...

CREATE TABLE prg_knowledge (
creating_date timestamp with time zone,
created_from text,
changing_date timestamp with time zone,
changed_from text,
user_right text,
group_right text,
sid text,
tid text,
order_crit text,
timestampfield01 timestamp with time zone,
timestampfield02 timestamp with time zone,
intfield01 integer,
intfield02 integer,
intfield03 integer,
intfield04 integer,
intfield05 integer,
intfield06 integer,
field01 text,
field02 text,
field03 text,
field04 text,
field05 text,
field06 text,
field07 text,
field08 text,
field09 text,
field10 text
);

And that's just one of numerous tables where all of the relevant information (including the relations to other tables) is stored in intfield* and field*. Granted, OX6 has fewer tables like this. But it doesn't work for me. And there is no migration tool from the old open-xchange version to OX6, thus I would have had to do what I had done today anyway: getting data from the old database and convert it to something that can be imported by the new system. At least the data base schema of Horde is much better than the OX one.

More breakage...

I drove to the data center yesterday. The machine didn't even shutdown. All fans running, memory okay...Okay, no hardware issue after all. In fact, it was a broken maintenance script which was supposed to set up the chroot environment for postfix. Instead, it copied everything to the root directory and changed the permission of /tmp to 755 and ownership to user "postfix". Thus, a couple of processes just crashed. At least the machine continued to process incoming e-mail. Well, almost exclusively.