Categories
Toys WTF

Another annoyance… :-(

I’m trying to establish an encrypted connection to my self-operated e-mail server. For this, I need to get the root certificate of the CA (CAcert) which certified my server’s public key installed on my mobile phone (a SonyEricsson V630i, remember?).

However, regardless what I try, the mobile doesn’t accept the certificate.

Categories
Toys

SonyEricsson V630i

So I got myself a new toy — it has been a while since the last one… 🙂

It’s a SonyEricsson V630i, a device (as the letter “V” in the model name also suggests) which has been specifically designed for Vodafone. Apart from the case and a modified firmware, the mobile is identical to SonyEricsson’s K610i, tho.

Categories
Computers Development WTF

Nightmare on Elm^H^H^HWordPress upgrade…

I just had a nightmarish experience when I upgraded Debian’s unstable WordPress package to version 2.1. When I invoked my site for the first time, WordPress prompted me to upgrade its database — which I did, of course, or rather “I tried to do.”

After I started the upgrade, I saw a dozen or so error messages rushing over my screen. When I analyzed them, I quickly recognized that the database user didn’t have sufficient permissions to perform certain table alterations. I thought, “Hey, no prob, correct the permission problems, and re-run everything.”

But “Not so!” WordPress was able to write the new WP database version no. into the database in the last step of the upgrade procedure, so the upgrade refused to run again because it thought the database was already current.

So what could I do?