On Tue, Oct 27, 2009 at 8:38 PM, Ciaran McCreesh
<[email protected]> wrote:
> On Tue, 27 Oct 2009 20:35:09 +0100
> Damian <[email protected]> wrote:
>> Thanks Richard. If not with log mailer hook, I'll try with some other
>> kind of hook. But I cannot imagine what do the rest of the people do
>> with these logs. As I said, reading them with less, one by one, is
>> very annoying.
>
> We pretty much ignore them. Unfortunately, Gentoo developers insist
> upon using elog for pointless spam, so it's usually less effort to
> ignore the messages and then go back and hunt if something breaks than
> it is to read them at all.
Sorry for the late update, but it wasn't until today that I've started
worrying by all the green spam (or elog messages) that I saw scrolling
through my console while I was updating 40 packages.

So I've found a simple command to read all the post install messages.
Go to /var/log/paludis/ and then run less for all the files modified
today:
    find . -mtime -1 \! -type d -exec less {} \;
This can be improved, bu it is a quick and dirty solution for a dirty method.

Regards,
Damian.


> News items are a different matter. You should read those.
>
> --
> Ciaran McCreesh
>
> _______________________________________________
> paludis-user mailing list
> [email protected]
> http://lists.pioto.org/mailman/listinfo/paludis-user
>
>
_______________________________________________
paludis-user mailing list
[email protected]
http://lists.pioto.org/mailman/listinfo/paludis-user

Reply via email to