2006-11-18 00:38

by Vasil Kolev

You’re reading this from the new marla :)

Around 15:30 I brought the machine to the co-lo, for about a hour I synced what was left from /home, after which I started working on the services, which lasted until a hour ago… There are still some things missing, but they’ll be fixed when someone complains :)
(at marla.ludost.net you can see some info about the hardware, the picture will be changed later)

There was a pile of problems (mostly because the new machine was with pure etch install), but the most annoying one was with the mysql. These people will never stop to surprise me with their effort to make the database so annoying – this time the problem was that if you have a SELECT query with FROM pesho p LEFT JOIN gencho g ON (p.id=g.id) it will bomb out with ‘no such column p.id’, because you have to write FROM pesho p LEFT JOIN gencho g ON (id=g.id) instead… Of course, there were again problems with the encodings, but this time I fixed them with some experiments.

Leave a Reply