|
List Info
Thread: kernel error when upgrading to 7.0
|
|
| kernel error when upgrading to 7.0 |
  United States |
2008-03-10 20:11:49 |
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 stopping error/ if so is there a
workaround?
Thanks.
Dave.
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: kernel error when upgrading to 7.0 |
  Germany |
2008-03-10 21:40:42 |
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. 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 stopping error/ if so is there a
workaround?
> Thanks.
> Dave.
>
> _______________________________________________
> freebsd-questions freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: kernel error when upgrading to 7.0 |
  United States |
2008-03-10 23:41:08 |
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.
----- Original Message -----
From: "Norman Maurer" <norman apache.org>
To: "Dave" <dmehler26 woh.rr.com>
Cc: <freebsd-questions freebsd.org>
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, 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. 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 stopping error/ if so is there a
workaround?
>> Thanks.
>> Dave.
>>
>> _______________________________________________
>> freebsd-questions freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
>> To unsubscribe, send any mail to
>> "freebsd-questions-unsubscribe freebsd.org"
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: kernel error when upgrading to 7.0 |
  United States |
2008-03-10 23:58:33 |
On Tue, 11 Mar 2008 at 00:41 -0400, dmehler26 woh.rr.com 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.
According to:
http://www.freebsd.org/doc/en_US.ISO8859
-1/books/handbook/makeworld.html
under the heading "23.4.1 The Canonical Way to Updating
Your System" you
would be correct.
-----
_|_
|_| |
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: kernel error when upgrading to 7.0 |
  United States |
2008-03-11 00:23:36 |
Hi,
Thanks for your reply. What's my issue with this kernel
msg?
Thanks.
Dave.
----- Original Message -----
From: "D Hill" <d.hill yournetplus.com>
To: "Dave" <dmehler26 woh.rr.com>
Cc: <freebsd-questions freebsd.org>;
"Norman Maurer" <norman apache.org>
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, dmehler26 woh.rr.com 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.
>
> According to:
>
> http://www.freebsd.org/doc/en_US.ISO8859
-1/books/handbook/makeworld.html
>
> under the heading "23.4.1 The Canonical Way to
Updating Your System" you
> would be correct.
>
> -----
> _|_
> |_| |
> _______________________________________________
> freebsd-questions freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe freebsd.org"
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: kernel error when upgrading to 7.0 |
  United States |
2008-03-11 00:48:49 |
On Tue, 11 Mar 2008 at 01:23 -0400, dmehler26 woh.rr.com confabulated:
> Hi,
> Thanks for your reply. What's my issue with this
kernel msg?
> Thanks.
> Dave.
>
> ----- Original Message ----- From: "D Hill"
<d.hill yournetplus.com>
> To: "Dave" <dmehler26 woh.rr.com>
> Cc: <freebsd-questions freebsd.org>;
"Norman Maurer" <norman apache.org>
> 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, dmehler26 woh.rr.com 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.
>>
>> According to:
>>
>> http://www.freebsd.org/doc/en_US.ISO8859
-1/books/handbook/makeworld.html
>>
>> under the heading "23.4.1 The Canonical Way to
Updating Your System" you
>> would be correct.
Someone else will have to pipe in as I do not know the
answer to your
question. I was just reponding to your procedural response
on updating the
FBSD OS.
-----
_|_
|_| |
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Re: kernel error when upgrading to 7.0 |
  United Kingdom |
2008-03-11 02:09:34 |
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 this a show stopping error/ if so is there a
workaround?
This is harmless and can be ignored. It's caused by 6.x
utilities
trying to operate on a 7.0 kernel and its loadable modules,
which
doesn't work. Just proceed with the next steps in the
upgrade
procedure and it will all work fine.
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. 7 Priory
Courtyard
Flat 3
PGP: http://www.i
nfracaninophile.co.uk/pgpkey Ramsgate
Kent, CT11
9PW
|
|
[1-7]
|
|