mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* does /proc/sys/kernel/modprobe actually do anything?
@ 2007-11-29  9:41 Robert P. J. Day
  2007-11-29 10:07 ` Alexey Dobriyan
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2007-11-29  9:41 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  (i asked about this earlier on the newbies list, but after poking
around a bit more, i thought i'd ask here.)

  according to Documentation/debugging-modules.txt:

The correct way of debugging module problems is something like this:

echo '#! /bin/sh' > /tmp/modprobe
echo 'echo "$@" >> /tmp/modprobe.log' >> /tmp/modprobe
echo 'exec /sbin/modprobe "$@"' >> /tmp/modprobe
chmod a+x /tmp/modprobe
echo /tmp/modprobe > /proc/sys/kernel/modprobe

  i've tried that and i don't see that it does anything whatsoever.  i
ran modprobe under "strace" and it doesn't appear to make any effort
to check /proc/sys/kernel/modprobe.  i even downloaded the source to
the module-init-tools package and scanned the source and ... nothing.

  so what's up with that?

rday

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================

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

end of thread, other threads:[~2007-11-29 17:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-29  9:41 does /proc/sys/kernel/modprobe actually do anything? Robert P. J. Day
2007-11-29 10:07 ` Alexey Dobriyan
2007-11-29 10:19   ` Robert P. J. Day
2007-11-29 12:58   ` Robert P. J. Day
2007-11-29 17:14     ` Kay Sievers
2007-11-29 17:21       ` Robert P. J. Day

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

all inboxes | Powered by JetHome®