Tech notes
April 4, 2007 • 1 min read • Technology
Kill and defunct (zombie) processes (kill, pstree, xkill)
Sometimes you cannot kill some processes via the regular command kill -9 PID When you list them with ps -aux you will see the entry defunct Those defunct processes are apparently still hanging around mostly because their parent application is waiting for them to receive something.
April 4, 2007 • 1 min read • Technology
How to back up hidden files
tar cvf backupfile.tar .[a-zA-Z0-9]Any better ideas?
April 4, 2007 • 2 min read • Technology
Hardware (harddisk) failure (dma timeout error, dma_timer_expiry)
A while ago our server seems to have a hard disk failure as the following error messages kept coming up: hda: dma timeout error: […] hda: dma_timer_expiry: […] We exchanged the 20 GB HD against my old Mac's 4.7 GB HD and reinstalled the system.