Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-09-01 Thread Neil Bothwick
On Fri, 1 Sep 2006 03:11:22 +0200, Nico wrote:

 PORT_LOGDIR=/var/log/portage
 PORTAGE_ELOG_CLASSES=warn error log
 PORTAGE_ELOG_SYSTEM=save

The messages are saved to $PORT_LOGDIR/elog, have you checked there?


-- 
Neil Bothwick

An unemployed Court Jester is nobody's fool.


signature.asc
Description: PGP signature


Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-09-01 Thread Nico
The messages are saved to $PORT_LOGDIR/elog, have you checked there?--
Neil BothwickYep, that's what I mean : I don't have many information in those files, and less files than before : some warning messages that I can see during the compilation are not stored like before in this directory, I must checked the full log in $PORT_LOGDIR to see those warning.



Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-08-31 Thread Rumen Yotov
On Thu, 31 Aug 2006 12:08:20 -0700
David Grant [EMAIL PROTECTED] wrote:

 If I re-emerge hotplug, for example, I get a big fat warning about
 hotplug's init.d script being dead and buried. When I look at my elog
 directory I don't see anything there, nor do I get an email about it.
 Am I doing something wrong? I get some ELOG messages but nothing very
 important. I also have enotice installed and I get nothing compared
 to what I get through enotice. Anyone else experiencing this? I
 searched the mailing list for anything elog related and didn't find
 anything similar to my problem.
 
Hi,
Had the same problem (for some time) until i removed 'enotice' leaving
only elog. Before that (in elog) only had some patching messages.
HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-08-31 Thread David Grant
On 8/31/06, Rumen Yotov [EMAIL PROTECTED] wrote:
On Thu, 31 Aug 2006 12:08:20 -0700David Grant [EMAIL PROTECTED] wrote: If I re-emerge hotplug, for example, I get a big fat warning about
 hotplug's init.d script being dead and buried. When I look at my elog directory I don't see anything there, nor do I get an email about it. Am I doing something wrong? I get some ELOG messages but nothing very
 important. I also have enotice installed and I get nothing compared to what I get through enotice. Anyone else experiencing this? I searched the mailing list for anything elog related and didn't find
 anything similar to my problem.Hi,Had the same problem (for some time) until i removed 'enotice' leavingonly elog. Before that (in elog) only had some patching messages.
Ok, I'll give that a try. Thanks.-- David Granthttp://www.davidgrant.ca


Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-08-31 Thread Nico
Same problem here, but I've foun the messages in the log files in /var/log/portage/ instead, i was thinking my system was badly configured, but i'm 'pleased' to see that's not just me :)


Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-08-31 Thread David Grant
On 8/31/06, Rumen Yotov [EMAIL PROTECTED] wrote:
On Thu, 31 Aug 2006 12:08:20 -0700David Grant [EMAIL PROTECTED] wrote: If I re-emerge hotplug, for example, I get a big fat warning about
 hotplug's init.d script being dead and buried. When I look at my elog directory I don't see anything there, nor do I get an email about it. Am I doing something wrong? I get some ELOG messages but nothing very
 important. I also have enotice installed and I get nothing compared to what I get through enotice. Anyone else experiencing this? I searched the mailing list for anything elog related and didn't find
 anything similar to my problem.Hi,Had the same problem (for some time) until i removed 'enotice' leavingonly elog. Before that (in elog) only had some patching messages.HTH.Rumen
Yep removing enotice fixed it for me. Now I'm getting all the warnings and everything. Thanks.-- David Granthttp://www.davidgrant.ca


Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-08-31 Thread Nico
Sorry, but what do you mean by 'removing enotice' ?


Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-08-31 Thread Nico
oops, I've speak too fast :)sorry for noob-styling


Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-08-31 Thread David Grant
deleting /usr/local/sbin/enoticedeleting /usr/local/share/man/man1/enotice.1deleting /etc/portage/profiledeleting /var/tmp/portage/enoticeremoving ENOTICE_LOGDIR from /etc/make.confI may have gotten some of those directories wrong...but that's what I mean by removing enotice.
DaveOn 8/31/06, Nico [EMAIL PROTECTED] wrote:
Sorry, but what do you mean by 'removing enotice' ?

-- David Granthttp://www.davidgrant.ca


Re: [gentoo-user] ELOG doesn't seem to be logging much

2006-08-31 Thread Nico
mmmh.Well, I don't have those files so what can I do ?here is my make.conf :PORT_LOGDIR=/var/log/portagePORTAGE_ELOG_CLASSES=warn error logPORTAGE_ELOG_SYSTEM=save