Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 1997 17:54:38 +0100 (MET)
From:      hm@hcs.de (Hellmuth Michaelis)
To:        mobile@freebsd.org
Subject:   Re: 2.1.6.1 + PAO: occasional panic at boot
Message-ID:  <m0vtcWU-0000axC@hcswork.hcs.de>
In-Reply-To: <m0vtFzW-0000EWC@hcswork.hcs.de> from "Hellmuth Michaelis" at "Feb 8, 97 05:51:06 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
>From the keyboard of Hellmuth Michaelis:

> > The only problem i'm experiencing so far is that i get panics from time
> > to time at boot time, after the message for the apm0 driver: "cannot mount
> > root".
> 
> I've isolated the problem, it is in wd.c at the label reset_ok: (~ line 524)
> and this fragment of the code fails when the panic occurs:
> 
>        /* execute a controller only command */
>         if (wdcommand(du, 0, 0, 0, 0, WDCC_DIAGNOSE) != 0
>             || wdwait(du, 0, TIMEOUT) < 0)
                 ^^^^^^^^^^^^^^^^^^^^^^

Ok, that's it - it is the wdwait() which returns with an timeout error. I've
changed that TIMEOUT to (TIMEOUT*10) and the panic has not occured anymore.
Shall i send-pr it ? (I have the feeling its a PAO speciality, before i had
PAO up and running i had a pure 2.1.6 running for quite a while and it never
occured).

hellmuth
-- 
Hellmuth Michaelis    HCS Hanseatischer Computerservice GmbH    Hamburg, Europe
    In their infinite wisdom, the folks at HP have decided that mere mortals
    such as you and I don't need to know what the kernel's proc structure looks
    like. (William LeFebvre, top 3.4 README, HP-UX 10.10)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0vtcWU-0000axC>