21 April 10 - 19:52mc2xml: relocation error: /usr/lib32/libnss_mdns4_minimal.so.2
I noticed this message today. After some searching I found nothing that could help. Then, just for kicks, I
downloaded the current mc2xml binary and replaced the old one. Now it works again!
managementboy - elkin-wide -
-
§ ¶
12 April 10 - 22:56Willi MythTV 0.23 Theme
Over the weekend I started work on a new 16:10 theme at 1680x1050. This one is somewhat more "modern" than my other themes. Right now only the main menu and the watched recordings screen have been partially themed. A lot has to be done to get it looking well, but for now check it out and give me feedback.
(thumbnail)
(thumbnail)
(thumbnail)
(thumbnail)
managementboy - elkin-wide -
-
§ ¶
23 April 10 - 11:36Database backends mismatch!
Everytime I upgrade my system I end up having my cyrus IMAP server borked due to database upgrade problems. The latest was from Ubuntu 9.10 to 10.04 that gave me the following error:
/etc/init.d/cyrus2.2: Database backends mismatch! You must manually
/etc/init.d/cyrus2.2: verify and update the Cyrus databases to the
/etc/init.d/cyrus2.2: new backends.
/etc/init.d/cyrus2.2: Please refer to /usr/share/doc/cyrus-common-2.2/README.Debian
/etc/init.d/cyrus2.2: for instructions.
To fix this I had to edit a bit fo my old instructions for SuSE. The next few steps should get your server working again.
cd /var/lib/cyrus
rm db/*
rm db.backup1/*
rm db.backup2/*
rm deliver.db
rm tls_sessions.db
sudo -u cyrus ctl_mboxlist -d > /tmp/mailboxes.txt
mv mailboxes.db mailboxes.db.old
cvt_cyrusdb /tmp/mailboxes.txt flat /var/lib/cyrus/mailboxes.db skiplist
rm /usr/lib/cyrus/cyrus-db-types.active
sudo chown -R cyrus:mail /var/lib/cyrus
dpkg-reconfigure cyrus-common-2.2
managementboy - Linux -
-
§ ¶