Re: /dev/stderr gets unlinked 8]

From: Denis Vlasenko
Date: Wed Mar 15 2006 - 08:33:54 EST


On Wednesday 15 March 2006 15:14, Andreas Schwab wrote:
> Stefan Seyfried <seife@xxxxxxx> writes:
>
> > any good daemon closes stdout, stderr, stdin
>
> A real good daemon would redirect them to /dev/null.

Yeah, yeah, let's first close stderr, and then proceed and
add some code to handle command line --log=file, and to do
logging to that file.

Why good ol' fprintf(stderr,...) isn't enough? Why do you
want to complicate things?

What's so hard in doing "daemon 2>/dev/null &" if you don't
want to save log?
--
vda
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/