Re: kldload: Unsupported file type
- From: John Baldwin <jhb@xxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 09:04:35 -0500
On Wednesday 30 January 2008 01:21:06 am Daniel O'Connor wrote:
On Wed, 30 Jan 2008, Bruce M Simpson wrote:
Since updating to 6.3-RELEASE on two machines I see this message a
lot.
Hooray I am not alone!
I have a thread in stable called ' kldstat causes kernel to print odd
message' (not the best subject since it's wrong AND undescriptive),
message ID is 200801171410.38488.doconnor@xxxxxxxxxxxxx
It is printed whenever a kernel module is loaded.
The modules load OK. Nothing special or different about them.
It seems to be harmless, but any idea why it's started happening
since the release?
It is printed by sys/kern/link_elf.c - amd64 uses this for historical
reasons.
The issue is that it is being called before the stuff in link_elf_obj.c
and printing an error, the kernel then tries _obj and it works.
I tried #ifdef'ing out link_elf.c but it panicd my machine on boot and I
haven't had time to find out why.
The kernel is a link_elf type object I believe, so you have to have it.
--
John Baldwin
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: kldload: Unsupported file type
- From: Bruce M Simpson
- Re: kldload: Unsupported file type
- From: Daniel O'Connor
- Re: kldload: Unsupported file type
- References:
- kldload: Unsupported file type
- From: Bruce M Simpson
- Re: kldload: Unsupported file type
- From: Daniel O'Connor
- kldload: Unsupported file type
- Prev by Date: 4.8 -> 4.11 in-place upgrade ?
- Next by Date: Re: New KTR trace for mouse freezing/stuttering in 7.0-RC1
- Previous by thread: Re: kldload: Unsupported file type
- Next by thread: Re: kldload: Unsupported file type
- Index(es):
Relevant Pages
|
|