public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] module-init-tools : masked opponent
@ 2013-03-09 13:07 Philip Webb
  2013-03-09 14:15 ` Alan McKinnon
  2013-03-10  0:29 ` [gentoo-user] " »Q«
  0 siblings, 2 replies; 8+ messages in thread
From: Philip Webb @ 2013-03-09 13:07 UTC (permalink / raw
  To: Gentoo User

Doing my usual Saturday system update, I saw a prominent msg
telling me that 'module-init-tools' has been masked
& to use 'kmod' or 'modutils' -- the msgs vary -- to replace it.
When I did so (both), Nvidia wouldn't start, even after remerging it.
Back with 'module-init-tools' -- now in 'package.unmask' -- all is well.

Does anyone know what's going on ? -- did I miss a 'news' item ?

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] module-init-tools : masked opponent
  2013-03-09 13:07 [gentoo-user] module-init-tools : masked opponent Philip Webb
@ 2013-03-09 14:15 ` Alan McKinnon
  2013-03-09 14:40   ` Philip Webb
  2013-03-10  0:29 ` [gentoo-user] " »Q«
  1 sibling, 1 reply; 8+ messages in thread
From: Alan McKinnon @ 2013-03-09 14:15 UTC (permalink / raw
  To: gentoo-user

On 09/03/2013 15:07, Philip Webb wrote:
> Doing my usual Saturday system update, I saw a prominent msg
> telling me that 'module-init-tools' has been masked
> & to use 'kmod' or 'modutils' -- the msgs vary -- to replace it.
> When I did so (both), Nvidia wouldn't start, even after remerging it.
> Back with 'module-init-tools' -- now in 'package.unmask' -- all is well.
> 
> Does anyone know what's going on ? -- did I miss a 'news' item ?
> 

Did you reboot after the updates? My last nVidia card was >1 year ago
but I always found they needed to be fully rebooted before loading the
module would work right



-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] module-init-tools : masked opponent
  2013-03-09 14:15 ` Alan McKinnon
@ 2013-03-09 14:40   ` Philip Webb
  0 siblings, 0 replies; 8+ messages in thread
From: Philip Webb @ 2013-03-09 14:40 UTC (permalink / raw
  To: gentoo-user

130309 Alan McKinnon wrote:
> On 09/03/2013 15:07, Philip Webb wrote:
>> Doing my usual Saturday system update, I saw a prominent msg
>> telling me that 'module-init-tools' has been masked
>> & to use 'kmod' or 'modutils' -- the msgs vary -- to replace it.
>> When I did so (both), Nvidia wouldn't start, even after remerging it.
>> Back with 'module-init-tools' -- now in 'package.unmask' -- all is well.
>> Does anyone know what's going on ? -- did I miss a 'news' item ?
> Did you reboot after the updates?

Of course : second nature (smile).

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re: module-init-tools : masked opponent
  2013-03-09 13:07 [gentoo-user] module-init-tools : masked opponent Philip Webb
  2013-03-09 14:15 ` Alan McKinnon
@ 2013-03-10  0:29 ` »Q«
  2013-03-10  2:22   ` Philip Webb
  1 sibling, 1 reply; 8+ messages in thread
From: »Q« @ 2013-03-10  0:29 UTC (permalink / raw
  To: gentoo-user

On Sat, 9 Mar 2013 08:07:45 -0500
Philip Webb <purslow@ca.inter.net> wrote:

> Doing my usual Saturday system update, I saw a prominent msg
> telling me that 'module-init-tools' has been masked
> & to use 'kmod' or 'modutils' -- the msgs vary -- to replace it.
> When I did so (both), Nvidia wouldn't start, even after remerging it.
> Back with 'module-init-tools' -- now in 'package.unmask' -- all is
> well.
> 
> Does anyone know what's going on ? -- did I miss a 'news' item ?

ISTR you start with USE="-*".  When you built kmod, was it with the
tools flag enabled?  The virtual requires it, so probably you did, but I
thought it was worth asking.

I went with kmod because of what the masking comment for
module-init-tools said, and I haven't noticed any
trouble.  I've got nvidia-drivers-310.32.  I know, WFM doesn't help
much.  Sorry, and good luck!  





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: module-init-tools : masked opponent
  2013-03-10  0:29 ` [gentoo-user] " »Q«
@ 2013-03-10  2:22   ` Philip Webb
  2013-03-10  3:02     ` »Q«
  2013-03-11 12:31     ` [gentoo-user] Re: module-init-tools : masked opponent : SOLVED Philip Webb
  0 siblings, 2 replies; 8+ messages in thread
From: Philip Webb @ 2013-03-10  2:22 UTC (permalink / raw
  To: gentoo-user

130309 »Q« wrote:
> 130309 Philip Webb <purslow@ca.inter.net> wrote:
>> Doing my usual Saturday system update, I saw a prominent msg
>> telling me that 'module-init-tools' has been masked
>> & to use 'kmod' or 'modutils' -- the msgs vary -- to replace it.
>> When I did so (both), Nvidia wouldn't start, even after remerging it.
>> Back with 'module-init-tools' -- now in 'package.unmask' -- all is well.
>> Does anyone know what's going on ? -- did I miss a 'news' item ?
> ISTR you start with USE="-*".

Yes & I do need to remember to check the USE flags for sensitive pkgs.

> When you built kmod, was it with the tools flag enabled ?
> The virtual requires it.

  root:502 ~> emerge -pv kmod
    ...
    sys-apps/kmod-12-r1 USE="-debug -doc -lzma -static-libs -tools zlib" ...

Apparently not, so that's something to try.

> I went with kmod because of what the masking comment
> for module-init-tools said, and I haven't noticed any trouble.
> I've got nvidia-drivers-310.32.

Same here.

The actual Xorg error was "can't find module Nvidia",
so another question is whether it has to be listed somewhere for Kmod ?

Thanks so far.  It looks as if the change needs a 'news' msg.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re: module-init-tools : masked opponent
  2013-03-10  2:22   ` Philip Webb
@ 2013-03-10  3:02     ` »Q«
  2013-03-10  3:13       ` »Q«
  2013-03-11 12:31     ` [gentoo-user] Re: module-init-tools : masked opponent : SOLVED Philip Webb
  1 sibling, 1 reply; 8+ messages in thread
From: »Q« @ 2013-03-10  3:02 UTC (permalink / raw
  To: gentoo-user

On Sat, 9 Mar 2013 21:22:23 -0500
Philip Webb <purslow@ca.inter.net> wrote:

> It looks as if the change needs a 'news' msg.

If it turns out to be solved by the tools flag for kmod, I gotta
disagree.  I also use -* , but I don't think we should get news items
whenever that's going to break something for us;  we've effectively
waived that expectation.  I do, however, very much appreciate you and
others posting heads-ups about possible breakage for us *- hardheads.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re: module-init-tools : masked opponent
  2013-03-10  3:02     ` »Q«
@ 2013-03-10  3:13       ` »Q«
  0 siblings, 0 replies; 8+ messages in thread
From: »Q« @ 2013-03-10  3:13 UTC (permalink / raw
  To: gentoo-user

On Sat, 9 Mar 2013 21:02:02 -0600
»Q« <boxcars@gmx.net> wrote:

> On Sat, 9 Mar 2013 21:22:23 -0500
> Philip Webb <purslow@ca.inter.net> wrote:
> 
> > It looks as if the change needs a 'news' msg.
> 
> If it turns out to be solved by the tools flag for kmod, I gotta
> disagree.  I also use -* , but I don't think we should get news items
> whenever that's going to break something for us;  we've effectively
> waived that expectation.  I do, however, very much appreciate you and
> others posting heads-ups about possible breakage for us *- hardheads.

Also I'm sorry I didn't post a heads-up about setting this flag.  I did
notice it had to be done, but I didn't think it would bite anybody
because virtual/modutils does depend on kmod[tools].




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: module-init-tools : masked opponent : SOLVED
  2013-03-10  2:22   ` Philip Webb
  2013-03-10  3:02     ` »Q«
@ 2013-03-11 12:31     ` Philip Webb
  1 sibling, 0 replies; 8+ messages in thread
From: Philip Webb @ 2013-03-11 12:31 UTC (permalink / raw
  To: gentoo-user

130309 Philip Webb wrote:
> 130309 »Q« wrote:
>> 130309 Philip Webb <purslow@ca.inter.net> wrote:
>>> Doing my usual Saturday system update, I saw a prominent msg
>>> telling me that 'module-init-tools' has been masked
>>> & to use 'kmod' or 'modutils' -- the msgs vary -- to replace it.
>>> When I did so (both), Nvidia wouldn't start, even after remerging it.
>>> Back with 'module-init-tools' -- now in 'package.unmask' -- all is well.
>>> Does anyone know what's going on ? -- did I miss a 'news' item ?
>> When you built kmod, was it with the tools flag enabled ?
>> The virtual requires it.

Thanks : Kmod needs USE=tools & Udev + virtual need USE=kmod .
With those in  package.use  the problem is solved.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-03-11 12:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-09 13:07 [gentoo-user] module-init-tools : masked opponent Philip Webb
2013-03-09 14:15 ` Alan McKinnon
2013-03-09 14:40   ` Philip Webb
2013-03-10  0:29 ` [gentoo-user] " »Q«
2013-03-10  2:22   ` Philip Webb
2013-03-10  3:02     ` »Q«
2013-03-10  3:13       ` »Q«
2013-03-11 12:31     ` [gentoo-user] Re: module-init-tools : masked opponent : SOLVED Philip Webb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox