[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tiger: howto manage flood of `deleted files' alerts ???



On Wed, Jan 07, 2004 at 02:13:19PM -0600, Michael D Schleif wrote:
> 
> > Server /usr/sbin/apache \(pid \d+\) is using deleted files
> > The parent process of server /usr/sbin/apache \(pid \d+\) is using deleted files
> > Program apache \(pid \d+, parent \d+\) is using a deleted file: .* /tmp/session_mm_apache0.sem \(deleted\)
> <snip />
> 
> Yes, I found these helpful.  However, `\d' does *NOT* work on my system;
> rather, I had to change these to `[0-9]' -- and, yes, I did debug these
> with egrep, with same result.

Oops. You are right, it should be [[:digit:]]+ instead of \d+

Javi

Attachment: signature.asc
Description: Digital signature


Reply to: