lkml.org 
[lkml]   [1999]   [Feb]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: A module bug in 2.2.1?
Date
> 
> >Hi,
> >
> >I made unix domain socket as a module in 2.2.1. When I booted up, I
> >got so many
> >
> >insmod: a module named /lib/modules/2.2.1/misc/unix already exists
> >
> >Any ideas?
>
> kmod in the kernel is trying to demand load unix domain sockets with
> 'modprobe -s -k unix'. modprobe gets some error. Because modprobe
> was given "-s", it calls syslog to record the error. syslog tries to
> use a unix domain socket, causing the kernel to again 'modprobe -s -k unix'
> again, continuing the recursive cycle.

But it works just fine on linux 2.1.131 and 2.1.132. I think linux
2.2.0 is ok also. I will double check on 2.2.0.

>
> I am not sure why you are getting an error in the first place though,
> especially that error. Do you perhaps have a custom module of your own
> named "unix"?
>

No.


H.J.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:50    [W:0.080 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site