Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2004 07:04:18 -0000
From:      "Rob MacGregor" <freebsd.macgregor@blueyonder.co.uk>
To:        <current@freebsd.org>
Subject:   RE: grep bug
Message-ID:  <200402090704.i1974IVa032065@the-macgregors.org>
In-Reply-To: <20040209023623.GA30071@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: owner-freebsd-current@freebsd.org 
> [mailto:owner-freebsd-current@freebsd.org] On Behalf Of Kris Kennaway
> Sent: 09 February 2004 02:36
> 
> kkenn@rot13:~ grep -r foo / > /dev/null
> grep: /dev/network: Permission denied
> grep: /dev/geom.ctl: Permission denied
> grep: /dev/devctl: Permission denied
> grep: /dev/ata: Permission denied
> grep: /dev/console: Permission denied
> grep in realloc(): error: allocation failed
> ^C^C^CAbort (core dumped)

I can confirm this behaviour under 5.2-CURRENT from the 5th of February:

-bash-2.05b$ grep -r foo / >/dev/null
grep: /dev/network: Permission denied
grep: /dev/geom.ctl: Permission denied
grep: /dev/devctl: Permission denied
grep: /dev/ata: Permission denied
grep in realloc(): error: allocation failed
Abort trap (core dumped)
Feb  9 06:59:59 phoenix kernel: pid 55974 (grep), uid 1001: exited on signal
6 (
core dumped)

-- 
 Rob | Oh my God! They killed init! You bastards! 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402090704.i1974IVa032065>