Re: [gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-07 Thread Marco
On Tue, Oct 6, 2009 at 8:49 PM, Volker Armin Hemmann
volkerar...@googlemail.com wrote:
 On Dienstag 06 Oktober 2009, Grant Edwards wrote:
 On 2009-10-06, Marco listwo...@gmail.com wrote:
[...]
 there is a FAT warning. Maybe people should start reading the warnings and
 infos instead of panicing

I usully tend to read after I encounter an issue. So for the next
time, where can the postinst warns be found (log-file)?

--
Regards,
 Marco



Re: [gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-07 Thread Volker Armin Hemmann
On Mittwoch 07 Oktober 2009, Marco wrote:
 On Tue, Oct 6, 2009 at 8:49 PM, Volker Armin Hemmann
 
 volkerar...@googlemail.com wrote:
  On Dienstag 06 Oktober 2009, Grant Edwards wrote:
  On 2009-10-06, Marco listwo...@gmail.com wrote:
 
 [...]
 
  there is a FAT warning. Maybe people should start reading the warnings
  and infos instead of panicing
 
 I usully tend to read after I encounter an issue. So for the next
 time, where can the postinst warns be found (log-file)?
 
 --
 Regards,
  Marco
 

elogv

emerge it and follow the instructions.

PORTAGE_ELOG_CLASSES=warn error info log
PORTAGE_ELOG_SYSTEM=mail save
PORTAGE_ELOG_MAILURI=r...@localhost /usr/sbin/sendmail
PORTAGE_ELOG_MAILFROM=port...@localhost

in make.conf not only stores the stuff for elogv - it also sends a mail to 
root, for extra 'do not miss it'.

without mail and the later two lines it just stores the warnings and einfos.

have a look at make.conf.example. Also read manpages. Or use google.



Re: [gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-07 Thread Alan McKinnon
On Wednesday 07 October 2009 11:13:31 Marco wrote:
 On Tue, Oct 6, 2009 at 8:49 PM, Volker Armin Hemmann
 
 volkerar...@googlemail.com wrote:
  On Dienstag 06 Oktober 2009, Grant Edwards wrote:
  On 2009-10-06, Marco listwo...@gmail.com wrote:
 
 [...]
 
  there is a FAT warning. Maybe people should start reading the warnings
  and infos instead of panicing
 
 I usully tend to read after I encounter an issue. So for the next
 time, where can the postinst warns be found (log-file)?

/var/log/portage/elog/ usually

It's configured in make.conf

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Grant Edwards
On 2009-10-06, Marco listwo...@gmail.com wrote:

 after emerge --sync  emerge --update world --deep my
 keyboard (in X) does not work anymore.

I'm betting you need to re-emerge x11-drivers/xf86-input-keyboard
(and probably x11-drivers/xf86-input-mouse and any other
xf96-input-* packages you use).

That seems to happen to me regularly.  One might think that the
xorg-server ebuild should know that xf86-input-* needs to be
rebuilt as well, but it doesn't seem to work that way.

-- 
Grant Edwards   grante Yow! TONY RANDALL!  Is YOUR
  at   life a PATIO of FUN??
   visi.com




Re: [gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Marco
On Tue, Oct 6, 2009 at 4:24 PM, Grant Edwards grant.b.edwa...@gmail.com wrote:
 On 2009-10-06, Marco listwo...@gmail.com wrote:

 after emerge --sync  emerge --update world --deep my
 keyboard (in X) does not work anymore.

 I'm betting you need to re-emerge x11-drivers/xf86-input-keyboard
 (and probably x11-drivers/xf86-input-mouse and any other
 xf96-input-* packages you use).

That seems to be the problem! See my answer to Neil's mail.

 That seems to happen to me regularly.  One might think that the
 xorg-server ebuild should know that xf86-input-* needs to be
 rebuilt as well, but it doesn't seem to work that way.

Bug or feature?   ;-)



Re: [gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Albert Hopkins
On Tue, 2009-10-06 at 16:24 +, Grant Edwards wrote:
 That seems to happen to me regularly.  One might think that the
 xorg-server ebuild should know that xf86-input-* needs to be
 rebuilt as well, but it doesn't seem to work that way.

It does. And the postinst warns that you need to re-merge all installed
packages in the x11-drivers category.






Re: [gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Marco
On Tue, Oct 6, 2009 at 7:09 PM, Albert Hopkins mar...@letterboxes.org wrote:
 On Tue, 2009-10-06 at 16:24 +, Grant Edwards wrote:
 That seems to happen to me regularly.  One might think that the
 xorg-server ebuild should know that xf86-input-* needs to be
 rebuilt as well, but it doesn't seem to work that way.

 It does. And the postinst warns that you need to re-merge all installed
 packages in the x11-drivers category.

You might be right there. Did not really read carefully...



[gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Marco
On Tue, Oct 6, 2009 at 5:17 PM, Marco listwo...@gmail.com wrote:
 Hi all,
[...]

Problem solved! Thanks for all your tips and suggestions! Now back to
preparation of my job-interview tomorrow...

--
Best regards,
 Marco



Re: [gentoo-user] Re: URGENT: Dead Keyboard after emerge --update world --deep

2009-10-06 Thread Volker Armin Hemmann
On Dienstag 06 Oktober 2009, Grant Edwards wrote:
 On 2009-10-06, Marco listwo...@gmail.com wrote:
  after emerge --sync  emerge --update world --deep my
  keyboard (in X) does not work anymore.
 
 I'm betting you need to re-emerge x11-drivers/xf86-input-keyboard
 (and probably x11-drivers/xf86-input-mouse and any other
 xf96-input-* packages you use).
 
 That seems to happen to me regularly.  One might think that the
 xorg-server ebuild should know that xf86-input-* needs to be
 rebuilt as well, but it doesn't seem to work that way.
 

there is a FAT warning. Maybe people should start reading the warnings and 
infos instead of panicing