On Sat, 17 Feb 2001 02:12:40 -0500, 
Shawn Starr <[EMAIL PROTECTED]> wrote:
> grep -r "216.234.235.46" *
>Im using grep in /etc and its just waiting....

grep -r follows symlinks and tries to open named pipes.  If you have
qmail installed then /etc/qmail is a symlink to /var/qmail and named
pipe /var/qmail/queue/lock/trigger lives down there.  grep hangs trying
to open the pipe.  Not a reiserfs problem, just a badly designed
application.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to