Re: kernel error when upgrading to 7.0

2008-03-11 Thread Matthew Seaman
Dave wrote: Hello, I've got a 6.2 or 3 box that i'm wanting to update to 7.0. I've cvsupped my source, made world, and built a kernel, all went successfully. This is the GENERIC kernel. When i do a make installkernel i am getting the error kldxref: file isn't dynamically linked Is thi

Re: kernel error when upgrading to 7.0

2008-03-10 Thread D Hill
ot;Norman Maurer" <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2008 12:58 AM Subject: Re: kernel error when upgrading to 7.0 On Tue, 11 Mar 2008 at 00:41 -0400, [EMAIL PROTECTED] confabulated: Hello, Previously i've done make buildworld, make buildkernel, make install

Re: kernel error when upgrading to 7.0

2008-03-10 Thread Dave
Hi, Thanks for your reply. What's my issue with this kernel msg? Thanks. Dave. - Original Message - From: "D Hill" <[EMAIL PROTECTED]> To: "Dave" <[EMAIL PROTECTED]> Cc: ; "Norman Maurer" <[EMAIL PROTECTED]> Sent: Tuesday, M

Re: kernel error when upgrading to 7.0

2008-03-10 Thread D Hill
On Tue, 11 Mar 2008 at 00:41 -0400, [EMAIL PROTECTED] confabulated: Hello, Previously i've done make buildworld, make buildkernel, make installkernel, shutdown to single user mode, mergemaster -p, make installworld, mergemaster, boot multiuser. Has this procedure changed? Thanks. Dave. Ac

Re: kernel error when upgrading to 7.0

2008-03-10 Thread Dave
t;[EMAIL PROTECTED]> To: "Dave" <[EMAIL PROTECTED]> Cc: Sent: Monday, March 10, 2008 10:40 PM Subject: Re: kernel error when upgrading to 7.0 Hi, you have to exec "make installworld" before exec "make installkernel" .. bye Norman Am Montag, den 10.03.2008

Re: kernel error when upgrading to 7.0

2008-03-10 Thread Norman Maurer
Hi, you have to exec "make installworld" before exec "make installkernel" .. bye Norman Am Montag, den 10.03.2008, 21:11 -0400 schrieb Dave: > Hello, > I've got a 6.2 or 3 box that i'm wanting to update to 7.0. I've cvsupped > my source, made world, and built a kernel, all went successfully

kernel error when upgrading to 7.0

2008-03-10 Thread Dave
Hello, I've got a 6.2 or 3 box that i'm wanting to update to 7.0. I've cvsupped my source, made world, and built a kernel, all went successfully. This is the GENERIC kernel. When i do a make installkernel i am getting the error kldxref: file isn't dynamically linked Is this a show stopp