--- busybox-1.13.0/init/init.c Sun Nov 9 01:13:06 2008 +++ busybox-1.13.0-init/init/init.c Sat Nov 29 07:48:06 2008 @@ -209,8 +209,9 @@ /* Make sure fd 0,1,2 are not closed * (so that they won't be used by future opens) */ bb_sanitize_stdio(); - /* Make sure init can't be blocked by writing to stderr */ - fcntl(STDERR_FILENO, F_SETFL, fcntl(STDERR_FILENO, F_GETFL) | O_NONBLOCK); +// Users report problems +// /* Make sure init can't be blocked by writing to stderr */ +// fcntl(STDERR_FILENO, F_SETFL, fcntl(STDERR_FILENO, F_GETFL) | O_NONBLOCK); } s = getenv("TERM");