Bug#599394: init script logging broken with parallel booting

Stanislav Maslovski stanislav.maslovski at gmail.com
Fri Oct 8 20:16:04 UTC 2010


Hello,

On Fri, Oct 08, 2010 at 08:01:27PM +0200, Andreas Metzler wrote:
> is there a commonly used solution yet? The examples in latest policy
> basically work the same way.

Hm, the simple scripts use

log_daemon_msg "Starting $DESC" "$NAME"

which outputs the description followed by the daemon name in a single
atomic write, AFAIK.

In the case of several daemons started by an init script a possible
solution could be to abandon the idea of reporting the _progress_ in
real time, and instead report atomically just the final _result_.

-- 
Stanislav





More information about the Pkg-exim4-maintainers mailing list