On 12/29/10 8:54 AM, Monthadar Al Jaberi wrote:
Hi,
I am running FreeBSD Current 201010 on RouterStation Pro (mips CPU).
I recompiled the kernel with the following options:
options VIMAGE
device epair
options NULLFS
but when I try to load ng_ether I get this error:
lin
On Thu, 30 Dec 2010, Nikos Vassiliadis wrote:
Hi,
I bumped into this. The following script will cause
a kernel panic.
...
what version is this?
--
Bjoern A. Zeeb You have to have visions!
Going to jail sucks -- All my daemons like it!
http://www.f
Hi,
I bumped into this. The following script will cause
a kernel panic.
jail -c vnet persist name=h0
jail -c vnet persist name=h1
ifconfig epair10 create
ifconfig epair10a vnet h0
ifconfig epair10b vnet h1
jexec h0 ifconfig lo0 127.1
jexec h1 ifconfig lo0 127.1
jexec h0 ifconfig epair10a inet6 12
Hi,
I am running FreeBSD Current 201010 on RouterStation Pro (mips CPU).
I recompiled the kernel with the following options:
options VIMAGE
device epair
options NULLFS
but when I try to load ng_ether I get this error:
link_elf_obj: symbol ifnet undefined
linker_load_file