Mobile B-Rail website

· irail, www

Only one and a half year after I launched iRail, the NMBS/SNCB launched their own mobile website (with a few additional functions, but not all of them optimized for mobile view).

Well done I’d say. Just a tiny bit late. :) And too bad there doesn’t seem to be an iPhone optimized version (later?).

Oh well, finally. I’ll be testing it next time I’ll be taking the train. :)

nginx + fastcgi PHP

· errors, linux, software, www

I recently migrated vm1 to nginx instead of lighttpd. Just for the sake of playing and testing around.

As there’s a PHP page as well, I had to set up fastcgi with PHP. I mainly followed this tutorial to try to get PHP working.

However, every PHP page I visited returned following error:

No input file specified.

As I was fairly sure it was path (or variable) related, I played around with:

Uptime

· misc

A scheduled post while I’m at the KdG ombudsman for “fraud”.

VMware Server and kernel 2.6.33

· errors, linux

Trying to recompile the VMware Server 2.0.2 on kernel 2.6.33 I came upon these two errors:

# uname -a Linux Sauron 2.6.33 #1 SMP Tue Mar 9 15:09:05 CET 2010 x86_64 AMD Opteron(tm) Processor 248 AuthenticAMD GNU/Linux

This is a Gentoo machine.

Error 1:

The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.6.33).  Even if the module were to compile
successfully, it would not load into the running kernel.
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]

This can be resolved by editing version.h (usually in /usr/src/linux/include/linux) and adding this line: