Select Page

Hyper-V: Compact or modify VHD file: Error 2424869

Problem: You want to modify a Hyper-V VHD virtual hard disk, but the wizard ends with an error. The event log shows the error code. Solution: You maybe have shadow copies on the guest machine. Start the VM and try the commands “vssadmin list shadows” and...

Nagios, NRPE: check_procs returning wrong number

If you use Nagios for checking if a certain process running under Linux, you might have recognized that check_procs does not always work correctly. If you have a long process name to check (e.g. /usr/bin/php meow.php asdf), it shows you 0 running processes, even if it...

PHP Linux Daemon

Today I found the package System_Daemon. It lets you run your (maybe never-ending) PHP daemon script in the background, generates Ubuntu start-stop files for init.d and is easy to install. It can be very useful if you want to write a server script with PHP, because...