hecksums disabled
and an entry like this in my syslog:
modprobe: modprobe: Can't locate module net-pf-16
Any ideas?
Thanks,
Liam
--
Liam Ward
DV4
t: +353 1 672 7250
e: [EMAIL PROTECTED]
w: www.dv4.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe&
I get the following error message once or twice an hour in my syslog:
May 31 13:25:55 ren kernel: request_module[net-pf-10]: fork failed, errno 11
This happens whether or not I have
#alias net-pf-10 off# IPv6
commented out in my /etc/modutils/aliases file (and I did remember
to run
I keep getting these reports in '/var/log/ksymoops/*.log'.
20010504 02 start /sbin/modprobe -s -k net-pf-10 safemode=1
20010504 02 probe ended
20010504 000203 start /sbin/modprobe -s -k net-pf-10 safemode=1
20010504 000203 probe ended
20010504 000712 start /sbin/modprobe -s
It seems almost all network packages in woody are ipv6-enabled.
I think those try to use ipv6, all the more so as you have ipv6 host
declarations in your /etc/hosts (have a look at it, commenting them out
should solve most of the log messages problems)
--
I'm an occurence of the I love GNU virus.
Hello,
Under debian unstable (which is relly stable), I see in my log regularly
a message "insmod: unable to load net-pf-10 module".
It seems to be related to ipv6.
If I add "alias net-pf-10 off" in my modules.conf, the message no more
appears but I would like to now why (w
* Nathan <[EMAIL PROTECTED]> (2001-04-19 14:22):
> could anyone help me with this:
> Apr 19 21:53:03 basha modprobe: modprobe: Can't locate module net-pf-10
>
> This module has been missing ever since i installed Debian, does anyone
> else have this missing or has any
could anyone help me with this:
Apr 19 21:53:03 basha modprobe: modprobe: Can't locate module net-pf-10
This module has been missing ever since i installed Debian, does anyone
else have this missing or has anyone else found this module and fixed
there problem??
any help would be apprec
On Wed, 11 Apr 2001, I wrote:
> /var/log/syslog/ keeps mentioning it can't find the module net-pf-10:
What I should have done before posting a question: check the archives
through google:
net-pf-10 is the IPv6 network module. If you're not planning on using
IPv6, add this line
/var/log/syslog/ keeps mentioning it can't find the module net-pf-10:
maui:/home/frederik# tail -f /var/log/syslog
Apr 11 16:19:31 maui last message repeated 2 times
Apr 11 16:19:32 maui modprobe: modprobe: Can't locate module net-pf-10
Apr 11 16:21:22 maui last message repeated 2 times
After a recent problem with my Debian testing system, I have to question
the thought process behind two build decision in the Debian packages.
First off, in the kernel, why is net-pf-1 included as a module? Just
about every system needs Unix Sockets to run well. And in my case, I was
using
9 Jan 2001 11:45:30 +0100 (CET)
To: debian-user@lists.debian.org
Subject: net-pf-10?
My log files are full of complaints on this module:
Jan 29 22:52:39 host modprobe: modprobe: Can't locate module net-pf-10
Where to find more info about it? It is not found in
.../linux-2.4.0/Documentation/de
My log files are full of complaints on this module:
Jan 29 22:52:39 host modprobe: modprobe: Can't locate module net-pf-10
Where to find more info about it? It is not found in
.../linux-2.4.0/Documentation/devices.txt or
...linux-2.4.0/Documentation/networking/netdevices.txt!
Or is it desc
Ethan Benson <[EMAIL PROTECTED]> wrote on 19/01/2001 (14:11) :
>
> thats because this file is not supposed to be edited directly, (which
> is really contrary to debian policy) you need to instead edit
> /etc/modutils/aliases and then run update-modules.
>
> changes made directly to module.conf
On Fri, Jan 19, 2001 at 01:58:26PM +0100, Preben Randhol wrote:
>
> [...]
>
> > # alias net-pf-10 off # IPv6
> >
> > Uncomment all those entries for protocols you don't use/need (don't
> > uncomment net-pf-[12] !)
>
> I see thanks.
Ernst Martin Witte <[EMAIL PROTECTED]> wrote on 19/01/2001 (13:50) :
> Have a look at your /etc/modules.conf file. There you'll find some entries
> like
>
> # Uncomment the network protocols you don't want loaded:
[...]
> # alias net-pf-10 off # IPv6
&
> After upgrading to unstable I keep getting in my logs:
>
>modprobe: modprobe: Can't locate module net-pf-10
>
> I cannot find out what this module is nor how to tell modprobe to look
> for it.
Have a look at your /etc/modules.conf file. There you'll find som
After upgrading to unstable I keep getting in my logs:
modprobe: modprobe: Can't locate module net-pf-10
I cannot find out what this module is nor how to tell modprobe to look
for it.
Any hints appreciated.
--
Preben Randhol -- http://www.pvv.org/~ra
I got this error message in syslog:
Can't locate module net-pf-18. Anyone know what this is?
Would it have something to do with the fact that I cannot ping my kids'
machine any more? (nor vice versa, even though ping seems to work
within both systems.
TIA
Cam
Cam Ellison, Ph.D
I expect that you're receiving some packets over the network, with the
address family set to 18. I don't know what "ash" is in the networking
sense, but I'm certain that it's not related to the shell.
I'd just add "alias net-pf-18 off" to /etc/modut
from some nosing around, i gather that
net-pf-18 is related to 'ash' which
apt-cache show ash
says can be used as a replacement for bash...
but why'd it suddenly show up in my logs?
Aug 24 12:51:27 server modprobe: modprobe: Can't locate module net-pf-18
Aug 24
net-pf-1 maps to unix-domain sockets... trust me, you want that.
You should make sure that either /etc/conf.modules contains the entry
``alias net-pf-1 unix'', or that it's compiled directly into your kernel.
On Sat, Oct 09, 1999 at 02:43:02PM -0700, Michael Perry wrote:
>
I recently updated the kernel sources using the 2.2.12 kernel deb package
and all went well. I have noticed that I get a duplicate request for module
net-pf-1 and if I alias it to off that x does not start up but finally
critically stops without a connection.
What exactly is module net-pf-1? I
What version of modutils are you using? According to the changelog, this
was fixed in 2.1.121-20
Otherwise, just add the line "alias net-pf-19 off" to
/etc/modutils/aliases, then run update-modules.
On Tue, 18 May 1999, Armin Wegner wrote:
> Hi,
>
> I'm running pota
On 18-May-99 Armin Wegner wrote:
> Hi,
>
> I'm running potato with kernel 2.2.5. At boot it prints
>
> modeprobe: can't find module net-pf-19
>
> two times. What's missing?
I have the same problem. I am getting rid of the messages by editing
/etc/con
Hi,
I'm running potato with kernel 2.2.5. At boot it prints
modeprobe: can't find module net-pf-19
two times. What's missing?
Armin
On 15-Apr-99 Allan M. Wind wrote:
> On 1999-04-15 03:43, Ingvaldur Þ. Sigurjonsson wrote:
>
>> > Apr 15 03:29:59 debbie modprobe: can't locate module net-pf-19
>>
>> I've had this message coming up now for a long time and it doesn't go
>> away...
On 1999-04-15 03:43, Ingvaldur Þ. Sigurjonsson wrote:
> > Apr 15 03:29:59 debbie modprobe: can't locate module net-pf-19
>
> I've had this message coming up now for a long time and it doesn't go
> away...
Put the following in your /etc/conf.modules:
ali
Hi,
> Apr 15 03:29:59 debbie modprobe: can't locate module net-pf-19
I've had this message coming up now for a long time and it doesn't go
away...
Can anyone tell what it is and why it's coming.
I've run /dev> ./MAKEDEV update
several times with all needed mo
On Wed, Mar 24, 1999 at 10:58:26PM -, Pollywog wrote:
>
> Isn't net-pf-19 for Appletalk? I had to disable it also.
I believe Appletalk is "net-pf-5".
rd of it either - I was running 2.2.3 at the time, tho.
> Guess I'll just leave it disabled, since it's very definitively
> something which I'm not using.
>
> It's good to know which file to look at for the full protocol-family
> list, however. Thanx!
Isn&
On Wed, Mar 24, 1999 at 06:34:18AM -0600, Jonathan Guthrie wrote:
> On Tue, 23 Mar 1999, Gregory T. Norris wrote:
>
> > Since it doesn't seem to be hurting anything, I've disabled it for now
> > by adding "alias net-pf-19 off" to /etc/modutils/aliases... st
On Tue, 23 Mar 1999, Gregory T. Norris wrote:
> Since it doesn't seem to be hurting anything, I've disabled it for now
> by adding "alias net-pf-19 off" to /etc/modutils/aliases... still, I'm
> curious about what it was trying to load.
According to /us
I upgraded to poptato yesterday, and since then I've been getting the
message "modprobe: can't locate module net-pf-19" whenever the ifconfig
command is used. Does anyone know what module that corresponds to? I've
looked in all the usual places, and haven't been ab
Which module does net-pf-19 refer to?
Mike
--
Mike Merten
[EMAIL PROTECTED]
ICQ# 28460680
Subject: RE: what is module net-pf-5 ?
Date: Mon, Mar 08, 1999 at 09:48:39PM -
In reply to:Pollywog
Quoting Pollywog([EMAIL PROTECTED]):
>
> On 08-Mar-99 Shaleh wrote:
> >
> > On 08-Mar-99 Pollywog wrote:
> >> What is module net-pf-5 ? I keep ge
"Ralf G. R. Bergs" wrote:
>
> On Mon, 08 Mar 1999 16:58:55 -0500, Ed Cogburn wrote:
>
> [...]
> > Or modules.conf, or etc/modutils/aliases. conf.modules and
> >modules.conf are allegedly going away, but my system isn't reading
> >anything in /etc/modutils/ so I have to keep modules.conf an
On Mon, 08 Mar 1999 16:58:55 -0500, Ed Cogburn wrote:
[...]
> Or modules.conf, or etc/modutils/aliases. conf.modules and
>modules.conf are allegedly going away, but my system isn't reading
>anything in /etc/modutils/ so I have to keep modules.conf anyway.
You have to invoke "update-modules
On 08-Mar-99 Shaleh wrote:
>>
>
> conf.modules. and it is not your fault. Everything is on by default. This
> has changed in slink and beyond.
Thanks. I fixed that one. It's just odd that I never saw that error before
even though I already recompiled the kernel twice since installing Debia
On 08-Mar-99 George Bonser wrote:
>
> Because you probably built a new kernel that had different stuff built-in
> than the Debian kernel you started with and you did not build these into
> the new kernel yet the stuff in modconf is trying to still load them.
>
> net-pf-5
On 08-Mar-99 Pollywog wrote:
>
> On 08-Mar-99 Shaleh wrote:
>>
>> On 08-Mar-99 Pollywog wrote:
>>> What is module net-pf-5 ? I keep getting modprobe errors about this
>>> module.
>>>
>>> I am using Debian 2.0 (Hamm) and kernel 2.0.35
>
On 08-Mar-99 Shaleh wrote:
>
> On 08-Mar-99 Pollywog wrote:
>> What is module net-pf-5 ? I keep getting modprobe errors about this
>> module.
>>
>> I am using Debian 2.0 (Hamm) and kernel 2.0.35
>>
>
> Net pf 5 is apple talk, you can a) ignore the er
Shaleh wrote:
>
> On 08-Mar-99 Pollywog wrote:
> > What is module net-pf-5 ? I keep getting modprobe errors about this module.
> >
> > I am using Debian 2.0 (Hamm) and kernel 2.0.35
> >
>
> Net pf 5 is apple talk, you can a) ignore the error, b) put alias
On 08-Mar-99 Pollywog wrote:
> What is module net-pf-5 ? I keep getting modprobe errors about this module.
>
> I am using Debian 2.0 (Hamm) and kernel 2.0.35
>
Net pf 5 is apple talk, you can a) ignore the error, b) put alias net-pf-5 off
in your conf.modules.
What is module net-pf-5 ? I keep getting modprobe errors about this module.
I am using Debian 2.0 (Hamm) and kernel 2.0.35
thanks
--
Andrew
--
PGP Key ID 0x5EE61C37
PGP5.0
--
Take a peak in /etc/modutils/aliases (or /etc/conf.modules if running hamm and
older). net-pf-5 is appletalk. Adding a line of :
alias net-pf-5 off # DDP / appletalk
will help.
On 18-Jan-99 Michael Dahlberg wrote:
> I keep getting an error in my syslog from modprobe that states it ca
I keep getting an error in my syslog from modprobe that states it can't
locate module net-pf-5. Does anyone know what this particular module is?
Thanks in advance for any help.
Mike
dule
> anyway??
This is for the appletalk ; You can add a line like
alias net-pf-5 off # DDP / appletalk
to Your `/etc/conf.modules'
and the message gone away , ;)
cYa
--
Peter
Shao Zhang wrote:
> So how do I avoid this message? What is the use of this module
> anyway??
Edit your file /etc/modutils/aliases and uncomment the line:
alias net-pf-5 off # DDP / appletalk
It seems it's used for appletalk.
--
Conrado Badenas (Assista
On Thu, Jan 07, 1999 at 23:35:08 +1100, Shao Zhang wrote:
> On boot up, I got the above message.
Add
alias net-pf-5 off # DDP / appletalk
to /etc/modutils/aliases .
HTH,
Ray
--
Tevens ben ik van mening dat Nederland overdekt dient te worden.
Hello All,
On boot up, I got the above message.
I only had two lines in my /etc/modules:
auto
sound
So how do I avoid this message? What is the use of this module
anyway??
Thx
It is appletalk. Add a alias net-pf-5 off line to your modules conf
file. I had a similar problem.
--
---
How can you see, when your mind is not open?
How can you think, when your eyes are closed?
- Jason Bonham Band, "Ordinary Black and
I keep getting messages about not finding the net-pf-5 module.. what is
this module and what does it do? If I don't need it, how can I get rid of
the error messages?
May 16 13:13:11 serv1 modprobe: can't locate module net-pf-5
Thanks
-Paul
--
To UNSUBSCRIBE, email to [EMAIL PROTECT
Carl,
I have just recently changed my ISP to Bell Atlantic, and have
had to make changes to my pppd options file in order to establish a
working connection. This info may help in your case, I'm not at all
sure, but it might apply.
>Trying to make a PPP connection to AT&T's Worldnet servic
Trying to make a PPP connection to AT&T's Worldnet service, I have
created a script that will dial. The modem connection is made, but
ifconfig never reports a ppp0 route.
The daemon.log file reports missing modules, alternating between
net-pf-5 and net-pf-5, a message that on cursory ex
dprobe: Can't locate module net-pf-4
> Jan 11 15:56:38 gbr modprobe: Can't locate module net-pf-5
>
> I learned how to shut them up by adding
>
> alias net-pf-4 off
> alias net-pf-5 off
>
> to /etc/conf.modules, but this seems that it only cu
With the recent upgrade to kernel 2.0.27 and diald 0.14-8 I'm
getting the following messages in /var/log/daemon.log:
Jan 11 15:56:34 gbr modprobe: Can't locate module net-pf-4
Jan 11 15:56:38 gbr modprobe: Can't locate module net-pf-5
I learned how to shut th
Alan Eugene Davis wrote:
>
> This message has suddenly begun to appear whenever I run ifconfig.
> This was never noticed before, but apparently this has been logged
> into the daemon.log for awhile.
>
> Oct 1 17:15:55 modprobe: Can't locate module net-pf-4
I had the
This is an update to my earlier post.
When I tried to install a newer version of the modules packages,
from modules_2.0.0-11.deb, I was asked whether I wanted to
install the package maintainer's version of the file
/etc/conf.modules, I checked it out. There is a line in these files
abou
This message has suddenly begun to appear whenever I run ifconfig.
This was never noticed before, but apparently this has been logged
into the daemon.log for awhile.
Oct 1 17:15:55 modprobe: Can't locate module net-pf-4
I haven't a clue as to what net-pf-4 is, or why ifconfig su
On Tue, 4 Jun 1996, Yves Arrouye wrote:
> Since 1.99, I get messages like:
>
> Jun 4 00:03:50 marin modprobe: Can't locate module net-pf-4
> Jun 4 00:03:52 marin modprobe: Can't locate module net-pf-5
>
> in my daemon.log. Do you know what they mean?
Net-pf-3
Hello,
Since 1.99, I get messages like:
Jun 4 00:03:50 marin modprobe: Can't locate module net-pf-4
Jun 4 00:03:52 marin modprobe: Can't locate module net-pf-5
in my daemon.log. Do you know what they mean?
Thanks,
Yves.
Michael Harnois writes:
> For no particular reason I ran ifconfig on ppp0. I received the console
> messages
>
> modprobe: can't locate module net-pf-3
> modprobe: can't locate module net-pf-4
> modprobe: can't locate module net-pf-5
Michael Harnois writes:
> For no particular reason I ran ifconfig on ppp0. I received the console
> messages
>
> modprobe: can't locate module net-pf-3
> modprobe: can't locate module net-pf-4
> modprobe: can't locate module net-pf-5
> alias net-pf-3 off # AX.25
> alias net-pf-4 ipx # IPX
> alias net-pf-5 appletalk # Appletalk
>
> I don't compile the AX.25 module, so I don't know the name of
> the object file for it. I leave it turned off. If you don't
> use either of the
On Wed, 1 May 1996 00:11:46 -0600 (MDT), Gerry Jensen <[EMAIL PROTECTED]>
wrote:
>> modprobe: can't locate module net-pf-3
>> modprobe: can't locate module net-pf-4
>> modprobe: can't locate module net-pf-5
>
>I get this too but ha
Michael Harnois writes:
>
> For no particular reason I ran ifconfig on ppp0. I received the console
> messages
>
> modprobe: can't locate module net-pf-3
> modprobe: can't locate module net-pf-4
> modprobe: can't locate module net-p
On Tue, 30 Apr 1996, Michael Harnois wrote:
> modprobe: can't locate module net-pf-3
> modprobe: can't locate module net-pf-4
> modprobe: can't locate module net-pf-5
I get this too but haven't a clue as to why. I get this whenver I connect
with e
67 matches
Mail list logo