From: Matthias Schwarzott <zzam@gentoo.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: On fedora/redhat,
Date: Wed, 18 Apr 2007 13:14:06 +0000 [thread overview]
Message-ID: <200704181514.06395.zzam@gentoo.org> (raw)
On Mittwoch, 18. April 2007, Bill Nottingham wrote:
> Dave Olson (dave.olson@qlogic.com) said:
> > On SLES10, RHEL4U4 and Fedora Core 5 and 6, this works ok.
> >
> > On Fedora Core 4 (2.6.17, fully yum update'd), at least, the hotplug
> > rules in /etc/udev/rules.d immediately cause the module to be reloaded.
> > The only way I've found to prevent this is to edit the hotplug.rules
> > file to disable hotplug, or to edit the /etc/hotplug/net.agent file.
>
> It's a bug. Probably something in net.agent that was fixed later. Note
> that FC4 is EOL and it's probably best to upgrade to something more
> recent.
>
Perhaps it is just a rule like:
ATTRS{modalias}="?*", RUN+="modprobe $env{modalias}"
that should look like this to not be run on removal of modalias but just when
it gets added.
ACTION="add", ATTRS{modalias}="?*", RUN+="modprobe $env{modalias}"
Matthias
--
Matthias Schwarzott (zzam)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
reply other threads:[~2007-04-18 13:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200704181514.06395.zzam@gentoo.org \
--to=zzam@gentoo.org \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).