| To: | Ashlesha Shintre <ashlesha@kenati.com> |
|---|---|
| Subject: | Re: request_module: runaway loop modprobe net-pf-1 |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Wed, 22 Nov 2006 22:17:12 +0000 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <1164224559.6511.4.camel@sandbar.kenati.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1164224559.6511.4.camel@sandbar.kenati.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.2.2i |
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. Building it as a module won't work as you just found :). Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Problems booting Linux 2.6.18.1 on MIPS34K core, Ralf Baechle |
|---|---|
| Next by Date: | Re: Problems booting Linux 2.6.18.1 on MIPS34K core, David McCullough |
| Previous by Thread: | Re: request_module: runaway loop modprobe net-pf-1, sjhill |
| Next by Thread: | Re: request_module: runaway loop modprobe net-pf-1, Ashlesha Shintre |
| Indexes: | [Date] [Thread] [Top] [All Lists] |