From: "Skidley" <skidley@roadrunner.nf.net>
To: Mauricio Pretto <pretto@interage.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.20-pre3 boot hang
Date: Mon, 19 Aug 2002 09:08:49 -0230 [thread overview]
Message-ID: <20020819113849.GA352@hendrix> (raw)
In-Reply-To: <3D60D2DB.3050202@interage.com.br>
On Mon, Aug 19, 2002 at 08:13:31AM -0300, Mauricio Pretto wrote:
> Same Problem Here, athlon 1.1 , Right after Rt netlink socket it hangs.
> My .config goes attach.
>
>
> Klaus Dittrich wrote:
>
> >SMP, P-III, Intel-BX
> >
> >booting Linux 2.4.20-pre3 stops after
> >
> >Linux NET4.0 for Linux 2.4
> >Based upon Swansea University Computer Society NET3.039
> >Initializing RT netlink socket
> >
> >
>
>
> --
> Mauricio Pretto
> Gerente de Produtos
> Interage Integradora
> http://www.interage.com.br
>
> T?cnico Certificado Conectiva Linux
This patch was posted to lkml earlier, it fixed the same problem for me:
diff -urN linux-2.4/kernel/sched.c pmac/kernel/sched.c
--- linux-2.4/kernel/sched.c Wed Aug 7 18:10:01 2002
+++ pmac/kernel/sched.c Mon Aug 19 10:39:39 2002
@@ -1081,6 +1081,7 @@
{
set_current_state(TASK_RUNNING);
sys_sched_yield();
+ schedule();
}
void __cond_resched(void)
--
"I mean they are gonna kill ya so like if ya give em a quick, short, sharp,
shock they won't do it again. Dig it! I mean he got off lightly cuz I would
have given him a thrashing. I only hit him once. It was only a difference of
opinion but really... I mean good manners don't cost nothin do they. Eh?"
next prev parent reply other threads:[~2002-08-19 11:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-18 15:31 2.4.20-pre3 boot hang Klaus Dittrich
2002-08-18 18:06 ` Markus Plail
2002-08-18 18:22 ` Alan Cox
2002-08-19 7:57 ` Markus Plail
2002-08-19 12:18 ` Alan Cox
2002-08-19 12:46 ` Markus Plail
2002-08-18 18:42 ` Erik Andersen
2002-08-18 20:03 ` Andre Hedrick
2002-08-18 20:18 ` Erik Andersen
2002-08-19 11:13 ` Mauricio Pretto
2002-08-19 11:38 ` Skidley [this message]
2002-08-19 12:40 ` Mauricio Pretto
-- strict thread matches above, loose matches on Subject: below --
2002-08-19 17:32 Klaus Dittrich
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=20020819113849.GA352@hendrix \
--to=skidley@roadrunner.nf.net \
--cc=linux-kernel@vger.kernel.org \
--cc=pretto@interage.com.br \
/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.