All of lore.kernel.org
 help / color / mirror / Atom feed
From: Phil Nadeau <phil@innercite.com>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] Kernel idles in loop after loading IPv4
Date: Tue, 27 Jan 2004 12:54:02 -0800	[thread overview]
Message-ID: <1075236841.15950.10.camel@rocket.innercite.com> (raw)

Hello UML developers,

I'm trying to use UML to set up a simulator for a high-availability
cluster. I encounter the following unexpected behavior -

On any kernel that I compile with IPv4 support, the kernel will stop
intializing drivers after loading IPv4 support. The last message I see
from the kernel is:
NET: Registered protocol family 2

Compiling with debug allows me to single-step through the kernel. I've
traced execution from inet_init(), to synchronize_net(), to
synchronize_kernel(), to a call to wait_for_completion(), to
switch_to_tt(), after which the kernel spends all its time in the idle
loop. This happens whether I'm using SKAS or TT mode.

Host kernel is 2.6.1 with Stephen William's 2.6.1 SKAS patch (thanks
Stephen). Guest kernel is 2.6.1 with the latest patch from Sourceforge
(January 15th), without modules, and with nearly everything disabled at
compile except core functionality and IPv4.

I've tried to find similar cases in the FAQ's and the list archives, but
I'm not seeing anything. It seems like the kernel is waiting for an
event related to IPv4 initialization that it never gets, but I'm not
familiar enough with the kernel proper to know what that might be. Does
anyone have any ideas?

Thanks in advance.

-- 
Phil Nadeau
Software Services Manager
phil.nadeau@innercite.com
(916)932-3200, (800)921-5513



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

             reply	other threads:[~2004-01-27 21:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-27 20:54 Phil Nadeau [this message]
2004-01-27 23:28 ` [uml-devel] Kernel idles in loop after loading IPv4 Steven James
2004-01-28  4:39   ` Jeff Dike
2004-01-30 21:23     ` Phil Nadeau
2004-02-15 17:12       ` BlaisorBlade
2004-02-16 16:48         ` Phil Nadeau
2004-02-16 18:16           ` Christopher Olson
2004-02-14 21:45 ` roland

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=1075236841.15950.10.camel@rocket.innercite.com \
    --to=phil@innercite.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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.