Google can tell time?

Today I made a ‘cut and paste’ error and ended up Googling for the word “Time”. This is not a great deal, but the result surprised me:

Google Time

They even know where I am!!

Entering things like “Time India” even gave the correct results. Nice.

Old 

It's been a while

It has been a while since the last entry, but I’ve been busy like hell and on a holiday as well. But a short update was in order. I’m now running a PFSense server on a Lanner netbox (FW-7530) as my firewall. My old Soekris 4801 could not keep up with my 90Mbps internet connection. The Soekris could only cope with about 45Mbps so that’s not very good. The Lanner gives me 88. [Read More]
Old 

Got asciidoc working again

On my own server I tried to build the Git RPM’s and that worked, but on the server at work it borked on building the documentation. The message I got was asciidoc: FAILED: [tabledef-default] missing section: [tabletags-header] and Google has never heard of it. Both servers are running CentOS 5.4 i386, so no differences there. I started looking for the responsible program and I found out that at home I have asciidoc version 8. [Read More]
Old 

Got asciidoc working again

On my own server I tried to build the Git RPM’s and that worked, but on the server at work it borked on building the documentation. The message I got was asciidoc: FAILED: [tabledef-default] missing section: [tabletags-header] and Google has never heard of it. Both servers are running CentOS 5.4 i386, so no differences there. I started looking for the responsible program and I found out that at home I have asciidoc version 8. [Read More]
Old 

New MySQLBackup

It’s been a while, but now there is a new version of the MySQLBackup script. This version has a few enhancements and some configuration options were added. The main new feature is that it now supports multiple dumps per day. The old backups will be removed, of course, but only when they are over a day old. An added configuration option is that it’s no possible to choose whether you want the databases locked during the backup. [Read More]
Old 

(Not) building git RPM's

Today I saw that git version 1.7.0.1 was out and while I missed out on 1.7.0 I decided it was time for some RPM’s again. Well, NOT. The sources built like a charm and I’m using 1.7.0.1 now for the daily work. The big problem is the documentation, as always. When I want to build the docs, the build proces fails with some strange table-header and table-definition error, that even Google has never heard off. [Read More]
Old 

Nanoblogger update

Today I saw that a new version of Nanoblogger was released, so I decided to update. I thought this would be a breeze, but it turned out that Kevin (the maintainer of Nanoblogger) changed a lot between the last two versions. Nanoblogger calls (in my setup) Markdown to format the webpages and that’s where it stopped. A little debugging got things going again and I mailed Kevin the patch. I guess it will be resolved in the next release. [Read More]
Old 

Git version 1.6.6.1

This morning a git (1.6.6.1) arrived with a copule of nice bug fixes. I created complete CentOS5 RPM’s for this again.

These new RPM’s can be found in the files section.

Old 

Software patents

They have started again, those EU nitwits. When does the EU just stop with this madness?

stopsoftwarepatents.eu petition banner

Stop them now and (re)sign the petition against software patents.

Old 

Nanoblogger upgrade

Today I upgraded my NanoBlogger software from version 3.3 to version 3.4.1.

This whole process was completely painless. Just installed Nanoblogger 3.4.1 and regenerated everything and that was it.

A quick ‘side by side’ compare of the old and the new one revealed nothing special.

If you see any errors, please let me know.

Old 

SSH troubles resolved

When I was installing a new server I thought that it would be nice to have the server display a nice banner when I contact it. With OpenSSH this is rather easy to achieve. Just setting the Banner option in /etc/ssh/sshd_config should do the trick. I also thought it would be nice to have the servername displayed, created with Figlet. So when I login the screen should look something like this: [Read More]
Old 

Git version 1.6.6

A new git (1.6.6) arrived and I thought I should create RPM’s for this again.

These new RPM’s can be found in the files section.

Old 

It's broken again

A new git (1.6.5.3) arrived and I thought I should create RPM’s for this again. This turned out to be rather tedious and frustrating. Running rpmbuild -ba git.spec as usual gave me this error I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd /home/tonk/rpmbuild/BUILD/git-1.6.5.2/Documentation/git-add.xml:2: warning: \ failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" Hmm, never seen that one before. Digging around in the Makefile and adding a lot of echos to display some debugging info, I found it. [Read More]
Old 

MDNS name resolving problem

Within a mixed Linux and Microsoft Windows network I ran into the following problem: A host with the hostname linux1.firm.local could be pinged and found with nslookup and dig, but it was impossible to start a ssh session. The result kept being: Unknown host. Playing Cherlock Holmes revealed that this had to do with Avahi and mdns, so with the .local part of the hostname. In my /etc/nsswitch.conf the hosts: line read: (Using Ubuntu 8. [Read More]
Old 

UNIX version 7 on x86

A co-worker at our company found a VMware image for an ancient UNIX version, called UNIX V7. This version dates back to the good old days of 1979, and therefore it is now already 30 years old. He found this at Nordier. It’s is incredible that a UNIX version of so long ago already supports multi-processing and multi-user. I tried to run this version of UNIX on my VMware server version 2. [Read More]
Old 

Git 1.6.5.1 RPM's online

Again, there is a new version of the Git Version Control System available, named version 1.6.5.1. This version contains some bug-fixes, no feature enhancements.

This new version (1.6.5.1) is now packaged and online in the files section.

Enjoy!

Old 

Git 1.6.5 RPM's online

This morning I found out that there is a new version for the Git Version Control System. This new version (1.6.5) in now packaged and online in the files section.

Enjoy!

Old 

OpenFiler repair exercise

At our local radio station (Omroep Groesbeek) we use OpenFiler version 2.3 for our storage solution. Yesterday, however, we didn’t have a storage solution but a storage problem. None of the exported disks could be accessed, neither through Samba nor NFS. Further investigation showed that the operating disk was completely kaputt. I tried to make a clone of the disk with CloneZilla but the clone failed and the new file systems where unusable as well. [Read More]
Old 

git RPM's online

Using git on a daily basis now, it bugged me that there are no RPM’s for git on CentOS 5.3. At the git download site it’s possible to download versions for Fedora 9, but that’s not what I want or need. So I decided to make my own. Downloading the source, unpacking and running make git.spec gave me a basic spec file to start with. After minor tweaks I tried to cook the RPM, but I was in for a surprise. [Read More]
Old 

My git Hash filter

Some time ago I told you about the vigit program, to combine editing and submitting to git. This had some disadvantages, that made me search for a better solution. I found this in the git filtering capabilities. The major problem was that the file was modified by vigit after it was checked in to git. This means that the command git diff always showed differences. That was something I didn’t like at all. [Read More]
Old 

Switching to git completely

OK, it took some time, but the holidays where in my way. I finally switched completely to git, the best version control system out there, at this moment. I found a bug in the vigit program, that I corrected and my header program is now default for git and I have removed CVS. Nobody should use that anymore, because it’s rather old and served it’s purpose. I’m now experimenting with git filters to make the checkin and checkout better and that there’s no difference between the file on disk and the one in the repository. [Read More]
Old 

Completely had it with OpenSolaris

Some time ago I blogged about installing OpenSolaris and how impressed I was with it. Well, as things progress and ideas change, I now completely have had it with OpenSolaris. A lot of packages installed from the repositories do not work and it is slooooooowww (hence the nickname Slowlaris). I still think ZFS rocks, but OpenSolaris isn’t there yet. As a UNIX/Linux consultant I do not mind a little puzzle now and then, but for my laptop it just has to work. [Read More]
Old 

Jaunty up and running

Oke, that’s it. Ubuntu Jaunty up and running. After hardly two hours of installing and configuring it’s done. I have Ubuntu up and running. With zsh, Firefox 3.5, OpenOffice 3.1 (although I never use it), all the VPN connections I need, TeX Live, Mutt, ext4, XFCE 4.6, Wifi, webcam and all the things I forgot. I didn’t need Google, hack it or whatever. Just configure it the way I want. Out of the box, no problems. [Read More]
Old 

Adding repositories to OpenSolaris

After a week of Prince2 and coming back to my old self again I started my laptop in OpenSolaris. There where some minor things that needed to be resolved. Trying to resolve these was not at all easy, because I needed some extra software not available in the OpenSolaris repository. Searching the web (Google is certainly your friend) I found some extra repositories I could use. These can be easily installed using the package manager, so I’ll give the URL’s only. [Read More]
Old 

Prince2 foundation exam

The last 3 days were very hectic. I attended the course “Prince2 Foundation” which prepared me for the Prince2 exam. Three days of good old, hardcore studying. I really felt like an old man, not a student. I can hardly believe I did this for years non-stop and partied all the time. I even get exhausted thinking about it. Those were really good times, with very fond memories. But all the hard work payed off. [Read More]
Old