Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2001 13:19:47 +0000 (UTC)
From:      naddy@mips.inka.de (Christian Weisgerber)
To:        freebsd-emulation@freebsd.org
Subject:   Linuxulator: sysvipc as modules?
Message-ID:  <97li9j$cvg$1@kemoauc.mips.inka.de>

next in thread | raw e-mail | index | archive | help
5.0-CURRENT (Feb 20), alpha.

I've removed SYSV* from my kernel configuration and instead rely on
loading the corresponding modules (rc.conf: sysvipc_enable=YES):

$ kldstat
Id Refs Address            Size     Name
[...]
10    1 0xfffffe0000b48000 14000    sysvmsg.ko
11    1 0xfffffe0000b66000 16000    sysvsem.ko
12    1 0xfffffe0000b80000 14000    sysvshm.ko
[...]

With this the Linuxulator fails to load:

# kldload linux
kldload: can't load linux: No such file or directory

Accompanied by a kernel message:

link_elf: symbol shmctl undefined

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?97li9j$cvg$1>