| Summary: | FreeBSD 4.4 mkfs on install failed (virtual timer expired) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Gregor Jasny <gjasny> |
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Gregor Jasny
2001-10-09 21:10:02 UTC
On Tue, Oct 09, 2001 at 01:05:06PM -0700, Gregor Jasny wrote:
> If I format my 19GB Partition during the installation-process,
> mkfs breaks with sig 29 (virtual timer expired)
This is almost certainly due to a bug which was fixed just after
4.4-RELEASE. You can fix the problem by either upgrading to 4.4-STABLE
or by changing /usr/src/sys/i386/include/param.h and then building
a new kernel.
You'll need to edit that file, look for the "#define UPAGES 2"
and change the 2 to 3. Then rebuild, reinstall and reboot.
David.
State Changed From-To: open->feedback Wait to see if problem is fixed by changing UPAGES from 2 to 3. State Changed From-To: feedback->closed Problem has been fixed, feedback time-out. |