From: mlachwani <mlachwani@mvista.com>
To: ashlesha@kenati.com
Cc: Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org
Subject: Re: request_module: runaway loop modprobe net-pf-1
Date: Wed, 22 Nov 2006 16:10:02 -0800 [thread overview]
Message-ID: <4564E6DA.1030504@mvista.com> (raw)
In-Reply-To: <1164239075.6511.13.camel@sandbar.kenati.com>
CONFIG_UNIX is defined in net/unix/Kconfig or simply do a "make
menuconfig" and search for UNIX.
It depends on CONFIG_NET. Check your .config ...
thanks,
Manish Lachwani
Ashlesha Shintre wrote:
> On Wed, 2006-11-22 at 22:17 +0000, Ralf Baechle wrote:
>
>> On Wed, Nov 22, 2006 at 11:42:39AM -0800, Ashlesha Shintre wrote:
>>
>>
>>> During boot up on the Encore M3 board (AU1500 MIPS) of the 2.6.14.6
>>> kernel, the process stops after the NFS filesystem has been mounted,
>>> memory freed and spits out the following message:
>>>
>>>
>>>
>>>> request_module: runaway loop modprobe net-pf-1
>>>>
>> The kernel tried to open UNIX domain socket but because support is not
>> compiled it will load the module instead. Now, glibc-based programs
>> happen to try to connect to nscd via a UNIX domain socket on startup
>> and the whole show starts all over. After a few iterations the kernel
>> gets tired of the whole game and prints this friendly message.
>>
>>
>>> What does the net-pf-1 mean?
>>>
>> net-pf-1 is PF_UNIX, see the definitions in include/linux/socket.h. So
>> you should set CONFIG_UNIX to y.
>>
>
> Thanks for your reply Ralf, but I dont see he CONFIG_UNIX option in my
> Makefile, so I created one, but still get the same error!
> is there anything else that i should try?
>
> Thanks again,
> Ashlesha.
>
>> Building it as a module won't work
>> as you just found :).
>>
>> Ralf
>>
>
>
>
next prev parent reply other threads:[~2006-11-23 0:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-22 19:42 request_module: runaway loop modprobe net-pf-1 Ashlesha Shintre
2006-11-22 19:38 ` sjhill
2006-11-22 22:17 ` Ralf Baechle
2006-11-22 23:44 ` Ashlesha Shintre
2006-11-23 0:10 ` mlachwani [this message]
2006-11-23 1:55 ` init cannot spawn shell Ashlesha Shintre
2006-11-23 6:45 ` Andre.Messerschmidt
2006-11-23 6:45 ` Andre.Messerschmidt
2006-11-23 14:09 ` Ralf Baechle
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=4564E6DA.1030504@mvista.com \
--to=mlachwani@mvista.com \
--cc=ashlesha@kenati.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/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 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.