Hello,
I recently used the multiprocessor kernel on my OpenBSD 7.1 computer,
using this command :
cp bsd bsd.sp && cp bsd.mp bsd
Since then, I have this message in /var/log/messages :
Jul 25 20:17:05 server reorder_kernel: failed -- see
/usr/share/relink/kernel/GENERIC.MP/relink.log
Here is the contents of the relink.log file :
(SHA256) /bsd: OK
LD="ld" sh makegap.sh 0xcccccccc gapdummy.o
ld -T ld.script -X --warn-common -nopie -o newbsd ${SYSTEM_HEAD} vers.o
${OBJS}
ld: error: duplicate symbol: i915_get_bridge_dev
>>> defined at i915_drv.c:106
(/usr/src/sys/dev/pci/drm/i915/i915_drv.c:106)
>>> i915_drv.o:(i915_get_bridge_dev)
>>> defined at i915_dma.c:206
(/usr/src/sys/dev/pci/drm/i915/i915_dma.c:206)
>>> i915_dma.o:(.text+0x0)
*** Error 1 in /usr/share/relink/kernel/GENERIC.MP (Makefile:999
'newbsd': @echo ld -T ld.script -X --warn-common -nopie -o newbsd
'${SYSTEM...)
I did a :
sha256 -h /var/db/kernel.SHA256 /bsd
That did not change anything.
Here is what I have in / :
-rwx------ 2 root wheel 22977229 Jul 20 20:10 bsd
-rwx------ 1 root wheel 15629818 Sep 19 2019 bsd.backup
-rwx------ 2 root wheel 22977229 Jul 20 20:10 bsd.booted
-rw-r--r-- 1 root wheel 22977229 Apr 22 13:40 bsd.mp
-rw------- 1 root wheel 4606368 Apr 22 13:40 bsd.rd
-rw------- 1 root wheel 22863908 Jul 20 20:09 bsd.sp
The computer seems to run fine. I don't know if that error message is
important.
What's you opinion, could you help me with that message ?
Thank you !
Nicolas, Paris
PS : BTW, that's the computer which freezed some time ago. I sent some
messages about that issue in the past. From then, it hasn't freezed
anymore ! Fingers crossed !