linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 2.4 problems
  2000-08-31 19:03   ` Joseph Garcia
@ 2000-08-31 19:18     ` Michel Dänzer
  2000-08-31 19:25       ` Dan Malek
  0 siblings, 1 reply; 8+ messages in thread
From: Michel Dänzer @ 2000-08-31 19:18 UTC (permalink / raw)
  To: Joseph Garcia; +Cc: Gabriel Paubert, linuxppc-dev


Joseph Garcia wrote:

> > A few days ago, I rsynced linux-pmac-devel and tried 2.4.0-test7(-pre?) .
> > I had problems with the network, no TCP connection could be established.
> > Anyone seen this?
>
> When I tried 2.4, it takes forever for a name to resolve.  connections seem
> ok once they are made.

For me, the names got resolved, but no HTTP, IMAP, ... connection could be
established. As ICQ also worked, I conclude that TCP didn't work but UDP did.


> My system also seems to have a fork problem in 2.4.  su hangs for 2-3
> minutes.

Haven't seen that.


Michel


--
Earthling Michel Dänzer (MrCooper)  \  CS student and free software enthusiast
Debian GNU/Linux (powerpc,i386) user \   member of XFree86 and the DRI project

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.4 problems
  2000-08-31 19:18     ` 2.4 problems Michel Dänzer
@ 2000-08-31 19:25       ` Dan Malek
  2000-08-31 20:36         ` Martin Costabel
  2000-08-31 21:30         ` Michel Lanners
  0 siblings, 2 replies; 8+ messages in thread
From: Dan Malek @ 2000-08-31 19:25 UTC (permalink / raw)
  To: daenzerm; +Cc: Joseph Garcia, Gabriel Paubert, linuxppc-dev


Michel Dänzer wrote:

> Haven't seen that.

My 7200 won't even boot.....


	-- Dan

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.4 problems
  2000-08-31 19:25       ` Dan Malek
@ 2000-08-31 20:36         ` Martin Costabel
  2000-08-31 21:47           ` Benjamin Herrenschmidt
  2000-08-31 21:30         ` Michel Lanners
  1 sibling, 1 reply; 8+ messages in thread
From: Martin Costabel @ 2000-08-31 20:36 UTC (permalink / raw)
  To: Dan Malek; +Cc: daenzerm, Joseph Garcia, Gabriel Paubert, linuxppc-dev


Dan Malek wrote:
>
> Michel Dänzer wrote:
>
> > Haven't seen that.
>
> My 7200 won't even boot.....

On my 6400, both bk-test8 and pmac-devel-test7 are running nicely. The
one major problem is random sudden freezes that can happen after some
minutes or after 3 days and which have been reported a couple of times
by others, too. It is like the ADB interrupt dies. There are no
messages, the computer is still alive, it goes on compiling or
downloading, and today I even could ssh in over the net, but locally,
keyboard and mouse are dead, even MagicSysRq, the only working key combo
is ctrl-cmd-power :-(

I never saw this with 2.2.X kernels (not recently, in any case).

--
Martin

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.4 problems
  2000-08-31 19:25       ` Dan Malek
  2000-08-31 20:36         ` Martin Costabel
@ 2000-08-31 21:30         ` Michel Lanners
  1 sibling, 0 replies; 8+ messages in thread
From: Michel Lanners @ 2000-08-31 21:30 UTC (permalink / raw)
  To: dan; +Cc: daenzerm, jpgarcia, paubert, linuxppc-dev


On  31 Aug, this message from Dan Malek echoed through cyberspace:
>
> Michel Dänzer wrote:
>
>> Haven't seen that.
>
> My 7200 won't even boot.....

And my G3-graded 7600 will only boot one out of 10-20 tries. The other
times, it dies at random places somewhere in init/main.c. When it does
boot up, it dies awfully while processing the rc scripts, with the oops
not showing any apparent problem. That crash is evil, since all
partitions except root will appear to be clean when in fact they are
not.

Which means major havoc will start to appear on my disks if I don't
force an immediate clean fsck....

I'd help debug the 2.4 kernels further, if I could get past these two
problems.... I've just now re-rsync'ed Paul's tree, lets see if there's
any difference....

Michel

-------------------------------------------------------------------------
Michel Lanners                 |  " Read Philosophy.  Study Art.
23, Rue Paul Henkes            |    Ask Questions.  Make Mistakes.
L-1710 Luxembourg              |
email   mlan@cpu.lu            |
http://www.cpu.lu/~mlan        |                     Learn Always. "


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.4 problems
  2000-08-31 20:36         ` Martin Costabel
@ 2000-08-31 21:47           ` Benjamin Herrenschmidt
  2000-09-01  1:12             ` Martin Costabel
  0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2000-08-31 21:47 UTC (permalink / raw)
  To: Martin Costabel, linuxppc-dev


>On my 6400, both bk-test8 and pmac-devel-test7 are running nicely. The
>one major problem is random sudden freezes that can happen after some
>minutes or after 3 days and which have been reported a couple of times
>by others, too. It is like the ADB interrupt dies. There are no
>messages, the computer is still alive, it goes on compiling or
>downloading, and today I even could ssh in over the net, but locally,
>keyboard and mouse are dead, even MagicSysRq, the only working key combo
>is ctrl-cmd-power :-(
>
>I never saw this with 2.2.X kernels (not recently, in any case).

Interesting. Do you have the new input layer enabled or are you still
running the old keyboard and mouse drivers ? If you telnet to the box, do
you still see ADB interrupts increasing when typing keys or not ?


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.4 problems
  2000-08-31 21:47           ` Benjamin Herrenschmidt
@ 2000-09-01  1:12             ` Martin Costabel
  2000-09-01 10:57               ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Costabel @ 2000-09-01  1:12 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev


Benjamin Herrenschmidt wrote:
>
> >On my 6400, both bk-test8 and pmac-devel-test7 are running nicely. The
> >one major problem is random sudden freezes that can happen after some
> >minutes or after 3 days and which have been reported a couple of times
> >by others, too. It is like the ADB interrupt dies. There are no
> >messages, the computer is still alive, it goes on compiling or
> >downloading, and today I even could ssh in over the net, but locally,
> >keyboard and mouse are dead, even MagicSysRq, the only working key combo
> >is ctrl-cmd-power :-(
> >
> >I never saw this with 2.2.X kernels (not recently, in any case).
>
> Interesting. Do you have the new input layer enabled or are you still
> running the old keyboard and mouse drivers ?

I am now running the new input layer (with old keycodes). But I saw
(rather, suffered from) these freezes already before the arrival of the
new input layer. For a while I blamed it on Xpmac, where I seem to
remember having had these even with 2.2.x kernels, but I am using now
XFree-4.0.1-fbdev.

>                                              If you telnet to the box, do
> you still see ADB interrupts increasing when typing keys or not ?

You mean when I type on the local "dead" keyboard? I couldn't test this
yet, because the machine from which I sshed in was 15 km away at work.
And after a while I had the bad idea to type "hwclock -r", upon which
the 6400 was really dead, so I could not test it any further. While I
observed it, the ADB interrupt did not increase.

--
Martin

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.4 problems
  2000-09-01  1:12             ` Martin Costabel
@ 2000-09-01 10:57               ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2000-09-01 10:57 UTC (permalink / raw)
  To: Martin Costabel, linuxppc-dev


>You mean when I type on the local "dead" keyboard? I couldn't test this
>yet, because the machine from which I sshed in was 15 km away at work.
>And after a while I had the bad idea to type "hwclock -r", upon which
>the 6400 was really dead, so I could not test it any further. While I
>observed it, the ADB interrupt did not increase.

Ok, so it looks like Cuda gets dead.

Iain Sandoe recently did work to improve the robustness of the Cuda state
machine. I didn't yet have time to look at his code, but it may be
interesting for you to test his patch.

Ben.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.4 problems
@ 2000-09-01 11:29 Iain Sandoe
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Sandoe @ 2000-09-01 11:29 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Martin Costabel, linuxppc-dev


>>You mean when I type on the local "dead" keyboard? I couldn't test this
>>yet, because the machine from which I sshed in was 15 km away at work.
>>And after a while I had the bad idea to type "hwclock -r", upon which
>>the 6400 was really dead, so I could not test it any further. While I
>>observed it, the ADB interrupt did not increase.
>
> Ok, so it looks like Cuda gets dead.
>
> Iain Sandoe recently did work to improve the robustness of the Cuda state
> machine. I didn't yet have time to look at his code, but it may be
> interesting for you to test his patch.

It's not 2.4.0 (sorry)

- but, you can (a) either wait a few days - and I'll have a go or (b) take a
look at the 2.2.17 one and see (IMHO it shouldn't be difficult - the 2.4.0
via-cuda doesn't look much different from the 2.2.17 one).

Iain.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-09-01 11:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-01 11:29 2.4 problems Iain Sandoe
  -- strict thread matches above, loose matches on Subject: below --
2000-08-31 16:10 Platform configuration (was: Re: CONFIG_PPC != Mac) Gabriel Paubert
2000-08-31 16:20 ` Michel Dänzer
2000-08-31 19:03   ` Joseph Garcia
2000-08-31 19:18     ` 2.4 problems Michel Dänzer
2000-08-31 19:25       ` Dan Malek
2000-08-31 20:36         ` Martin Costabel
2000-08-31 21:47           ` Benjamin Herrenschmidt
2000-09-01  1:12             ` Martin Costabel
2000-09-01 10:57               ` Benjamin Herrenschmidt
2000-08-31 21:30         ` Michel Lanners

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).