On 8/7/05, Rodrigo Lazo Paz <[EMAIL PROTECTED]> wrote:
Hi, I've been looking and I haven't found a way to
record the emerge's messages like

* Warning! Gentoo's GLIBC with NPTL enabled now
behaves like the
* glibc from almost every other distribution out
there

There's a log or a tool that records that?

There's a log in /var/log/emerge.log
or you could direct the output to a file:
emerge "package" > file.log
or
emerge "package" > /var/log/emerge-"package".log 2>&1 &

Cheers,
Fernando

Reply via email to