diff for duplicates of <20070301153918.GA2420@DervishD> diff --git a/a/1.txt b/N1/1.txt index 191fc71..8fb7f74 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,14 +7,14 @@ weird (and known) interaction between modules. I was having a problem using this rule: -ACTION="add", ENV{MODALIAS}="?*", RUN+="/sbin/modprobe $env{MODALIAS}" +ACTION=="add", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}" and I finally found the module that was hanging the system: something with alias "serio:alotofnumbersanddigits". I've replaced the rule above by this one: -ACTION="add", ENV{MODALIAS}="?*", ENV{MODALIAS}!="serio*", +ACTION=="add", ENV{MODALIAS}=="?*", ENV{MODALIAS}!="serio*", RUN+="/sbin/modprobe $env{MODALIAS}" But the question is: why?. And: who is causing the request?. As far @@ -45,13 +45,3 @@ until I found the culprit. Hard, but fruitful ;)) Thanks :) -- Linux Registered User 88736 | http://www.dervishd.net It's my PC and I'll cry if I want to... RAmen! - -------------------------------------------------------------------------- -Take Surveys. Earn Cash. Influence the Future of IT -Join SourceForge.net's Techsay panel and you'll get the chance to share your -opinions on IT & business topics through brief surveys-and earn cash -http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV -_______________________________________________ -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 diff --git a/a/content_digest b/N1/content_digest index 67833d2..0c9b6e5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0DervishD <udev@dervishd.net>\0" "Subject\0udev rule makes the system hang: revisited\0" - "Date\0Thu, 01 Mar 2007 15:39:18 +0000\0" + "Date\0Thu, 1 Mar 2007 16:39:18 +0100\0" "To\0Udev/Hotplug <linux-hotplug-devel@lists.sourceforge.net>\0" "Cc\0Linux-kernel <linux-kernel@vger.kernel.org>\0" "\00:1\0" @@ -14,14 +14,14 @@ "\n" " I was having a problem using this rule:\n" "\n" - "ACTION=\"add\", ENV{MODALIAS}=\"?*\", RUN+=\"/sbin/modprobe $env{MODALIAS}\"\n" + "ACTION==\"add\", ENV{MODALIAS}==\"?*\", RUN+=\"/sbin/modprobe $env{MODALIAS}\"\n" "\n" " and I finally found the module that was hanging the system:\n" "something with alias \"serio:alotofnumbersanddigits\".\n" "\n" " I've replaced the rule above by this one:\n" "\n" - "ACTION=\"add\", ENV{MODALIAS}=\"?*\", ENV{MODALIAS}!=\"serio*\",\n" + "ACTION==\"add\", ENV{MODALIAS}==\"?*\", ENV{MODALIAS}!=\"serio*\",\n" " RUN+=\"/sbin/modprobe $env{MODALIAS}\"\n" "\n" " But the question is: why?. And: who is causing the request?. As far\n" @@ -51,16 +51,6 @@ "\n" "-- \n" "Linux Registered User 88736 | http://www.dervishd.net\n" - "It's my PC and I'll cry if I want to... RAmen!\n" - "\n" - "-------------------------------------------------------------------------\n" - "Take Surveys. Earn Cash. Influence the Future of IT\n" - "Join SourceForge.net's Techsay panel and you'll get the chance to share your\n" - "opinions on IT & business topics through brief surveys-and earn cash\n" - "http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID\303\236VDEV\n" - "_______________________________________________\n" - "Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net\n" - "Linux-hotplug-devel@lists.sourceforge.net\n" - https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel + It's my PC and I'll cry if I want to... RAmen! -1943819c54f3a9298f4bc6f1d4716f45efef9113a05ebb3899c3962a4420c0a4 +8bdabaa12e5de79cf5223a3ff49f81c7204a86ccf70245e8bc15b30c4b4c9282
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.