Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2008 12:44:13 +0100
From:      Jan Henrik Sylvester <me@janh.de>
To:        stable-list freebsd <freebsd-stable@freebsd.org>
Subject:   7.1-RC2: link_elf: symbol cp_time undefined
Message-ID:  <4953720D.8090201@janh.de>

next in thread | raw e-mail | index | archive | help
During boot I see: link_elf: symbol cp_time undefined

I have realized it now with RC2, but looking at my logs, I have had that 
message during boot since upgrading this machine from 7.0-RELEASE to 
7.1-RC1 via freebsd-update a at Dec-8. (I did recompile kernel modules 
from ports: fusefs-kmod and kqemu-kmod.)

What is the easiest way to find out what tried to link to the unknown 
symbol? The context in which the messages appear is:

savecore: no dumps found
Initial i386 initialization:.
Additional ABI support: linux.
Starting local daemons:kldload: can't load ntfs: File exists
link_elf: symbol cp_time undefined
kldload: can't load linprocfs: No such file or directory
link_elf: symbol cp_time undefined
mount: linprocfs : Operation not supported by device
.
Updating motd.
Starting fusefs.
fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
Mounting late file systems:.

In my rc.local, I have
   kldload ntfs
   kldload linprocfs
   mount -t linprocfs linprocfs /usr/compat/linux/proc
which used to work (I think). /boot/kernel/linprocfs.ko does exist.

Cheers,
Jan Henrik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4953720D.8090201>