»
Juan RP sent me a patch to upgrade libshout to 2.1 (about a week ago). I ran out of time to test it on GW Radio last weekend, but now I got around to it and committed the upgrade. Thanks to Juan — enjoy!

Suomenkielinen WordPress

Kirjoitettu nukkumaanmenoaikaan suomeksi • Tägit: , ,

WordPress on ”henkilökohtainen julkaisualusta” eli bloggaus-ohjelma. Se on toteutettu PHP-kielellä ja käyttää artikkeleiden talletukseen MySQL-tietokantaa. Olen käyttänyt WordPressiä osana oman sivustoni toteutusta vajaan vuoden, ja olen ollut erittäinen tyytyväinen. Niin tyytyväinen, että vietin muutaman yön ja päivän monitorin ääressä kääntämässä sen uutta versiota suomen kielelle.

WordPress 1.5:n käännös on nyt valmis. Samalla minusta on tullut suomenkielisen version ylläpitäjä.

Käännetyn version voi ladata WordPress (FI) -sivulta.

DoFollow plugin for WordPress

Written late in the afternoon in English • Tags: ,

Due to the low volume of comments on my site, I didn’t think it is necessary to tag links in comments with the rel="nofollow" attribute. All the links in the handful of comments that exist are just fine. I created a plugin to disable such automatic tagging.

Download: dofollow.php

(more…)

Time Zone plugin for WordPress

Written early in the evening in English • Tags: ,

WordPress implements a nice wide selection of hooks for plugins to modify the functionality of the software. I’ve used some of the most recent ones to override the time offset value with information derived from the operating system. The benefit is that WordPress can now automatically observe DST changes.

The result: timezone.php — download it now!

(more…)

EtherIP added to NetBSD

Written at evening time in English • Tags: , ,

Hans Rosenfeld ported EtherIP support from OpenBSD to NetBSD 2.0. Today I’ve committed that work to NetBSD-current, to be included in future releases of NetBSD.

EtherIP (RFC-3378) makes it possible to bridge Ethernet networks using tunnels over the Internet. While you could already use tunnels for IP traffic, now they can be used for any Ethernet traffic. I’m looking forward to using the Internet with my friends to play legacy networked games that only use IPX for LAN communication.

To setup a bridged network using tunnels, you need to create gif(4) interfaces for the tunnels, and a bridge(4) interface to connect the tunnels and the Ethernet (LAN) interfaces. (more…)

Apache::Gallery upgrade

Written in the mid-afternoon in English • Tags: ,

I finally got around to upgrading Apachce::Gallery to version 0.9.1. The upgrade is relatively easy: just edit your templates to change variable expansions from $FOO to {$FOO}. If you are using a copyright image, you now have the option of using a text string in the config (rendered using a TrueType font of your choice). It’s worth glancing through the manual (use perldoc Apache::Gallery to see the manual).

If you are having a problem with new pictures not showing up, check the version of imlib2 you have installed. I had to downgrade to 1.1.2nb3 to be able to generate cached images again. There is possibly some glitch between p5-Image-Imlib2 and the new imlib2 1.2.0 code. I’ve filed PR pkg/29054 as a reminder.

Leafnode Xref: overview fixed

Written late at night in English • Tags: ,

I’ve upgraded the leafnode package to version 1.10.7 in order to get Xref: headers in the XOVER responses. There was a bug since 1.9.50 that inadvertently caused Xref: to be dropped out when creating the overview database.

If you think it is no more deja vu when reading an article again, this could be the reason. At least nn depends exclusively on overview data for the Xref: header contents when determining cross-posts you have already read.

Microsoft OneNote

Written in the mid-afternoon in English • Tags:

I’m beginning to like OneNote a lot for making notes. The key features I like are:

  • ability to flag any item for follow-up, and to get a summary of all such items
  • ability to search all my notes (can’t do that with paper)

I started using it after reading some comments about it and looking at the tutorial videos. Yes, it is M$ stuff, but it is really nice. I haven’t found any Open Source products like it. (It also integrates nicely with Outlook…)

OneNote also supports collaborative editing over the network. It seems like a cool feature, but currently I have nobody to try it out with. Another way to share or centralize notes is to use regular Windows folder synchronization or SharePoint. I’d like to see if I can just use a DAV-capable web server to achieve centralization for myself.

Mailman file permissions

Written early in the afternoon in English • Tags: ,

Another long-standing nuisance resolved: the files in the Mailman package end up with incorrect permissions, resulting in a non-functional installation. Running check_perms -f will report the problem and fix the permissions. (See PR pkg/24041 for details.)

After some more learning about the bsd.pkg.install.mk machinery, I’ve committed a fix that makes sure files are installed correctly.

Killed by signal 11

Written in the mid-morning in English • Tags: ,

I’ve been getting segmentation violation deaths in the Postfix smtp client for quite some time. I don’t remember which upgrade introduced them — especially because the problem only exhibited itself on the busiest mail server I have, relay.gw.com. It handles between 50,000 and 100,000 transactions daily.

Yesterday I dug into the topic with the help of Google. Many of the threads discussing the “killed by signal 11” problem suggested removing TLS or SASL or both from Postfix, which was not an option for me. I also didn’t think they would be the problem, because both have been deployed before the errors started. (more…)