RE: [gentoo-user] udev-103 and blacklisting

2006-12-22 Thread Nelson, David \(ED, PARD\)

 -Original Message-
 From: Marco Calviani [mailto:[EMAIL PROTECTED]
 Sent: 22 December 2006 10:36
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] udev-103 and blacklisting
 
 
 Hi users,
 some days ago i've upgraded to udev-103 since it became stable.
 However after this operation, as most of you know,
 /etc/hotplug/blacklist stops working. There have been reportings on
 this http://bugs.gentoo.org/show_bug.cgi?id=130766 but since now, no
 reliable solution have been found (AFAIK).
 However the problem is that the evbug module is loaded and it fills my
 /var/log files with tons of

--snipsnip--

 
 Any solution is envisaged for this?
 
 Best regards,
 mc
 -- 
 gentoo-user@gentoo.org mailing list
 
 

Can you divert output to /dev/null?

Or cron a job that chops out all those errors?

PS apologies for the previous mail, I goofed up and hit the wrong button.

David

Note: These views are my own, advice is provided with no guarantee of success. 
I do not represent anyone else in any emails I send to this list.



-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] udev-103 and blacklisting

2006-12-22 Thread Nelson, David \(ED, PARD\)

 -Original Message-
 From: Marco Calviani [mailto:[EMAIL PROTECTED]
 Sent: 22 December 2006 10:36
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] udev-103 and blacklisting
 
 
 Hi users,
 some days ago i've upgraded to udev-103 since it became stable.
 However after this operation, as most of you know,
 /etc/hotplug/blacklist stops working. There have been reportings on
 this http://bugs.gentoo.org/show_bug.cgi?id=130766 but since now, no
 reliable solution have been found (AFAIK).
 However the problem is that the evbug module is loaded and it fills my
 /var/log files with tons of

 -- snip snip --

 Any solution is envisaged for this?
 
 Best regards,
 mc
 -- 
 gentoo-user@gentoo.org mailing list
 
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev-103 and blacklisting

2006-12-22 Thread Marco Calviani

Hi Nelson,


Can you divert output to /dev/null?

Or cron a job that chops out all those errors?


Those are good ideas, but i'm questioning how is it possible to mark
stable a so important package that has such improvements over the
previous stable one, without good amplification of the changes

There must be a solution for the blacklist other than those!

However thanks for your reply, i'll do that until a solution for the
problem is found!

Cheers,
mc
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev-103 and blacklisting

2006-12-22 Thread Hans-Werner Hilse
Hi,

On Fri, 22 Dec 2006 11:36:07 +0100 Marco Calviani
[EMAIL PROTECTED] wrote:

 some days ago i've upgraded to udev-103 since it became stable.
 However after this operation, as most of you know,
 /etc/hotplug/blacklist stops working. There have been reportings on
 this http://bugs.gentoo.org/show_bug.cgi?id=130766 but since now, no
 reliable solution have been found (AFAIK).
 However the problem is that the evbug module is loaded and it fills my
 /var/log files with tons of

But you need the evbug module? Otherwise, just delete it (or just don't
compile it at all).

FWIW, this should also get rid of it being loaded:

$ echo alias evbug off  /etc/modules.d/my-aliases
$ update-modules

-hwh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev-103 and blacklisting

2006-12-22 Thread Marco Calviani

Hi Hans,


$ echo alias evbug off  /etc/modules.d/my-aliases
$ update-modules


thanks this solution is working. Will this be the solution for the
future or a blacklist file will be reintroduced?

Cheers,
mc
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev-103 and blacklisting

2006-12-22 Thread Richard Fish

On 12/22/06, Marco Calviani [EMAIL PROTECTED] wrote:

thanks this solution is working. Will this be the solution for the
future or a blacklist file will be reintroduced?


If you don't want udev to load any modules at all, you can set
RC_COLDPLUG=no in /etc/conf.d/rc. [1] This should restore the old udev
behavior, and you can then use modules.autoload.d/ to load whatever
modules you need.

For preventing specific modules from loading, the modules.d/ files are
the way to go.

-Richard

[1] http://article.gmane.org/gmane.linux.gentoo.devel/44743
--
gentoo-user@gentoo.org mailing list