From: Jim McCloskey <mcclosk@ucsc.edu>
To: linux-kernel@vger.kernel.org
Cc: rusty@rustcorp.com.au
Subject: Re: net-pf-10, 2.6.1
Date: Sun, 01 Feb 2004 01:28:55 -0800 [thread overview]
Message-ID: <E1AnDuR-0000Jj-00@toraigh> (raw)
--text follows this line--
* On Sat Jan 31 2004 - 21:36:58 EST, Steve Youngs wrote:
|> > |> > install net-pf-10 /bin/true
|>
|> This _is_ what you want in your modprobe.conf file. Or possibly
|> `install net-pf-10-* /bin/true', but I'm pretty sure that Rusty has
|> added some backward compatibility code so that either _should_ work.
|>
|> The other thing that you need to do once you have updated
|> modprobe.conf is to run `depmod' to regenerate the dependency
|> files.
I've tried the variations I can think of---putting the line:
install net-pf-10 /bin/true
in /lib/modules/modprobe.conf via update-modules, or directly by hand-editing.
Then depmod; then reboot. Also:
install net-pf-10-* /bin/true
install net-pf-* /bin/true
All variations still lead to:
Jan 31 23:08:01 ohlone kernel: request_module: failed /sbin/modprobe -- net-pf-10. error = 256
Jan 31 23:23:01 ohlone kernel: request_module: failed /sbin/modprobe -- net-pf-10. error = 256
on each run of exim from cron (Debian exim has ipv6 support compiled
in). If I run modprobe manually, I get:
ohlone# modprobe net-pf-10
FATAL: Module ipv6 not found.
indicating that modprobe knows about the alias, but is not running
/bin/true when requested to load the module.
However: if I manually edit /etc/modprobe.d/aliases (which you're not
supposed to do), so as to comment out:
# alias net-pf-10 ipv6
and then add:
install ipv6 /bin/true
(update-modules; depmod; reboot), `modprobe ipv6' from the
command-line completes silently and without error (but without loading
the module, of course, since it doesn't exist). Which I think is the
expected behaviour.
But even at that point, in the logs we still get:
Feb 1 00:53:01 ohlone /USR/SBIN/CRON[280]: (mail) CMD ( if [ -x /usr/lib/exim/exim3 -a -f /etc/exim/exim.conf ]; then /usr/lib/exim/exim3 -q ; fi)
Feb 1 00:53:01 ohlone kernel: request_module: failed /sbin/modprobe -- net-pf-10. error = 256
(because exim is trying to load the module under the name net-pf-10??)
Here are some pointers to what seems to be the same or a similar problem:
http://www.mail-archive.com/debian-user-german@lists.debian.org/msg66557.html
http://www.spinics.net/lists/kernel/msg236360.html
http://lkml.org/lkml/2004/1/13/72
http://forum.hardware.fr/hardwarefr/OSAlternatifs/citer-24424-387523-58.htm
Oh well, it is a very small problem (all it does is clutter the
log-files). Thanks very much to all who helped,
Jim
next reply other threads:[~2004-02-01 9:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-01 9:28 Jim McCloskey [this message]
2004-02-01 9:46 ` net-pf-10, 2.6.1 Kiko Piris
2004-02-01 20:31 ` Jim McCloskey
2004-02-01 9:59 ` Russell King
-- strict thread matches above, loose matches on Subject: below --
2004-01-30 8:36 root
2004-01-30 8:51 ` Russell King
2004-01-31 17:00 ` Greg Norris
[not found] ` <Pine.LNX.4.44.0401301532260.9270-100000@gaia.cela.pl>
2004-01-31 23:35 ` Jim McCloskey
2004-02-01 2:21 ` Steve Youngs
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=E1AnDuR-0000Jj-00@toraigh \
--to=mcclosk@ucsc.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/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