NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/47603: Failed installing NetBSD 6.0.1
The following reply was made to PR install/47603; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: Stefanus Hermawan <slashwaves%yahoo.com@localhost>,
"gnats-bugs%NetBSD.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc: "install-manager%netbsd.org@localhost"
<install-manager%netbsd.org@localhost>,
"gnats-admin%netbsd.org@localhost" <gnats-admin%netbsd.org@localhost>,
"netbsd-bugs%netbsd.org@localhost" <netbsd-bugs%netbsd.org@localhost>
Subject: Re: install/47603: Failed installing NetBSD 6.0.1
Date: Fri, 1 Mar 2013 09:28:38 -0500
On Mar 1, 9:24pm, slashwaves%yahoo.com@localhost (Stefanus Hermawan) wrote:
-- Subject: Re: install/47603: Failed installing NetBSD 6.0.1
| Can you give me step by step for debuging? And how to dump the result to the=
| file? I really new to netbsd.
|
| I have try NetBSD/amd64 and i386 have the same result. Last time I try using=
| NetBSD 6.1_RC1, and get the same result.=20
|
Assuming your sources are in /usr/src:
cd /usr/src/sys/dev/ic
vi pckbc.c (add debugging printfs in places where it loops)
cd /usr/src/sys/arch/i386/conf (assuming you are i386)
config GENERIC
cd ../compile/GENERIC
make
mv /netbsd /netbsd.old
cp netbsd /
shutdown -r now
christos
Home |
Main Index |
Thread Index |
Old Index