Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2014 14:48:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194663] New: net/aoe and VIMAGE enabled kernel
Message-ID:  <bug-194663-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194663

            Bug ID: 194663
           Summary: net/aoe and VIMAGE enabled kernel
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: andreas.neiser@gmail.com
 Attachment #148740 maintainer-approval+
             Flags:

Created attachment 148740
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148740&action=edit
patch aonet.c to compile with -DVIMAGE, does not work!

When building the net/aoe kernel module, loading it into a kernel with VIMAGE
support results in the following dmesg error message:

link_elf_obj: symbol ifnet undefined
linker_load_file: Unsupported file type

Of course, kldload is not successful.

I then added to the Makefile of net/aoe (just as a quick try)

CFLAGS+= -DVIMAGE

and patched aoenet.c to make it compile again, see attachment. This gives the
following dmesg output when loading:

aoe: aoenet_init: ifp->if_input != ether_input
aoe: aoe_loader: AoE version 1.2.0 initialized

But after some minutes, the system crashes and reboots. So far, I was not able
to get a kernel error message. If anyone knows how to patch aoenet.c properly
to work with -DVIMAGE, this would help I guess. I'm just a FreeBSD beginner!

Thanks!

By the way: I'm doing this on a FreeNAS 9.2.1.8 machine (based on FreeBSD
9.2.1), since aoe would be nice there...

--- Comment #1 from Andreas Neiser <andreas.neiser@gmail.com> ---
*** Bug 194665 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194663-13>