Subject: Re: port-shark/22355
To: None <port-shark-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Julio M. Merino Vidal <jmmv84@gmail.com>
List: netbsd-bugs
Date: 07/29/2007 22:10:03
The following reply was made to PR port-shark/22355; it has been noted by GNATS.
From: "Julio M. Merino Vidal" <jmmv84@gmail.com>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-shark/22355
Date: Mon, 30 Jul 2007 00:06:34 +0200
Now that -current kernels are unbootable due to the problem described
in this report (the lack of the callout implemented by nfs), I've
been doing some tests.
If I program a repeating callout with a timeout of 1, the system
works. But it has to be 1, which is by pure chance the value that
nfs_ticks had. Even using 2 does not work.
The callout needn't do nothing special to keep the system up. It
just needs to reprogram itself with the same frequency.
At last, without the above workaround and when the machine gets
locked, nothing gets called; not even clockintr.
--
Julio M. Merino Vidal <jmmv84@gmail.com>