On Mon, 15.07.13 10:32, Vivek Goyal (vgo...@redhat.com) wrote:

> CCing Lennart.
> 
> This is important functionality for us. makeudmpfile utility (utility which 
> filters kernel crash dump and shows the progress bar), run in kdump
> kernel. For large machines it displays the progress bar in kernel. Right
> now all the code runs from initramfs in the context of a service and
> we don't get progress messages. Just we get a 100% message at the end.
> 
> Right now we bypassed journal by sending everything to /dev/console but
> it is a generic question that any serivce displaying some kind of
> progress bar, how is it handled with current journal mechanism.

if you want to do fancier output then do facnier ouput directly on the
console, but do not pumpt this through a log system, that's really not
what it is for...

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to