RE: kernel support for non-English user messages

Alan Cox (alan@lxorguk.ukuu.org.uk)
11 Apr 2003 13:16:35 +0100


On Fri, 2003-04-11 at 10:21, Riley Williams wrote:
> 1. If the printk() messages are internationalised, we are going to
> see log extracts posted here in various languages, including some
> that the relevant maintainers don't understand. To stand any
> realistic chance of dealing with the resultant bug reports, we
> need to include the message code in the report so we can just
> feed the various reports through a tool that translates them into
> our preferred language.

Providing the viewer is translating the originals always exist. Indeed
you can do

LANG=es view-logs
LANG=ru view-logs
...

You can have sysadmins with no common language("not a recommended
configuration" ;))

You are right about needing to log parameters, but given a log line
of the form

%s: went up in flames\n\0eth0\0\0

that can be handled by the log viewer

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/