sshd: fatal: daemon() failed:

October 23, 2006

I had a few systems crash over the weekend, and one in particular had some filesystem corruption. It also happened that the file corruption was on the root filesystem, and it was a SAN boot machine. Anyhow, after booting up into a rescue disk (using pxe boot), I was able to fsck the root filesystem.

Read more

View last X posts in phpBB

October 18, 2006

This will query your phpBB database and display the last SHOW_HOWMANY post subjects. I couldn’t find anything that did this already, so I wrote this.

Use at your own risk. Read more