public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Ford <david@blue-labs.org>
To: Josh Logan <josh@wcug.wwu.edu>
Cc: Andrea Arcangeli <andrea@suse.de>,
	Trond Myklebust <trond.myklebust@fys.uio.no>,
	Andrew Morton <andrewm@uow.edu.au>,
	Klaus Dittrich <kladit@t-online.de>,
	linux-kernel@vger.kernel.org
Subject: Re: 2.4.7p6 hang
Date: Mon, 16 Jul 2001 15:34:56 -0400	[thread overview]
Message-ID: <3B5341E0.7010006@blue-labs.org> (raw)
In-Reply-To: <Pine.BSO.4.21.0107161214160.11198-100000@sloth.wcug.wwu.edu>

Chances are that you have TEQL as one of your packet schedulers?

Try the patch Dave M posted this morning, let me fetch it...

--- net/core/dev.c.~1~	Mon Jul  9 22:19:33 2001
+++ net/core/dev.c	Sat Jul 14 17:25:51 2001
@@ -2654,10 +2654,6 @@
 	if (!dev_boot_phase)
 		return 0;
 
-#ifdef CONFIG_NET_SCHED
-	pktsched_init();
-#endif
-
 #ifdef CONFIG_NET_DIVERT
 	dv_init();
 #endif /* CONFIG_NET_DIVERT */
@@ -2771,6 +2767,10 @@
 
 	dst_init();
 	dev_mcast_init();
+
+#ifdef CONFIG_NET_SCHED
+	pktsched_init();
+#endif
 
 	/*
 	 *	Initialise network devices


David

Josh Logan wrote:

>I just tried 2.4.6-ac5 and I had the same problem.  I'll go try 2.4.7-pre4
>next.
>
>							Later, JOSH
>
>
>On Wed, 11 Jul 2001, Josh Logan wrote:
>
>>
>>On Wed, 11 Jul 2001, Andrea Arcangeli wrote:
>>
>>>On Wed, Jul 11, 2001 at 11:33:40AM -0700, Josh Logan wrote:
>>>
>>>>I'm having a hang right after the floppy is initialised with pre5 and pre6
>>>>(2.4.3 works fine)  I tried this patch, but it did not make any
>>>>
>>>is the problem introduced in pre5? Can you reproduce under 2.4.7pre4?
>>>
>>I'll have to go try it...
>>
>>>>improvments.  The machine still has SysRq commands available.  Please let
>>>>me know what other information you would like to debug this problem.
>>>>
>>>SYSRQ+T
>>>
>>Floppy Drives(s): fd0 is 1.44M
>>FDC 0 is a post-1991 82077
>>SysRq: Show State
>>
>>  task		     PC    stack    pid father child younger older
>>swapper		D C03EDEC0  4980      1      0     7               (L-TLB)
>>keventd		S C1234560  6624      2      1             3       (L-TLB)
>>ksoftirqd_CPU   S C1232000  6468      3      1             4     2 (L-TLB)
>>kswapd		S C1231FA8  6588      4      1             5     3 (L-TLB)
>>kreclaimd	S 00000286  6656      5      1             6     4 (L-TLB)
>>bdflush		S 00000286  6652      6      1             7     5 (L-TLB)
>>kupdated	S C7F9BFC8  6620      7      1                   6 (L-TLB)
>>
>>I can add Call Traces if needed, this is done by hand.
>>
>>>>BTW, I also tried to disable the floppy in the BIOS and got:
>>>>...
>>>>Floppy OK
>>>>task queue still active
>>>><HANG>
>>>>
>>>I'll soon have a look at this message.
>>>
>>>Andrea
>>>
>>							Later, JOSH
>>
>>
>>
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>



  reply	other threads:[~2001-07-16 19:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-11  8:49 2.4.7p6 hang Klaus Dittrich
2001-07-11 12:56 ` Trond Myklebust
2001-07-11 13:38   ` Andrew Morton
2001-07-11 14:22     ` Trond Myklebust
2001-07-11 15:58       ` Andrea Arcangeli
2001-07-11 16:30         ` Trond Myklebust
2001-07-11 16:53           ` Andrea Arcangeli
2001-07-11 17:19         ` Mike Kravetz
2001-07-11 18:33         ` Josh Logan
2001-07-11 19:05           ` Andrea Arcangeli
2001-07-11 19:28             ` Josh Logan
2001-07-16 19:16               ` Josh Logan
2001-07-16 19:34                 ` David Ford [this message]
2001-07-16 21:07                   ` Josh Logan
2001-07-11 19:27           ` David Ford
2001-07-12  0:17         ` Johan Kullstam
2001-07-11 15:49   ` Andrea Arcangeli

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=3B5341E0.7010006@blue-labs.org \
    --to=david@blue-labs.org \
    --cc=andrea@suse.de \
    --cc=andrewm@uow.edu.au \
    --cc=josh@wcug.wwu.edu \
    --cc=kladit@t-online.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trond.myklebust@fys.uio.no \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox