Wednesday, November 24, 2010

lazy umount

sometimes lsof grep your-stuck-mount isn't enough. and umount force and other nonsense doesn't work. just be lazy, why don't you?

fuser -m /dev/mount <- kill them all
umount -l /dev/mount 

just be sure to clean up after yourself.

Monday, November 1, 2010

slapd and me and inittab

And sometimes, you just want to reload inittab because svscan is being a punk...

# init q