Question within a question (from the Debian wiki):
Should I use sid on my desktop?
If you think you can handle a broken Debian system, sure. Do you know what to do if libpam0g breaks, preventing all logins? Do you know what to do if grep breaks, causing the boot process to hang forever? These things have happened. They will happen again.
My question is, how does a broken grep cause the boot process to hang forever?
grepisgrep -r pattern . > pattern.grep. Since the shell creates the output file before invokinggrep, thegrepcommand searches the output file, which grows until the disk fills up. I have no idea whether this is related to anything that could cause the boot process to hang forever. – Keith Thompson Feb 8 '12 at 22:11