Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2001 13:53:00 +0000
From:      Josef Karthauser <joe@tao.org.uk>
To:        Julian Elischer <julian@elischer.org>
Cc:        Jun Kuriyama <kuriyama@imgsrc.co.jp>, net@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: HEADSUP! New netgraph code coming
Message-ID:  <20010113135300.B987@tao.org.uk>
In-Reply-To: <3A5F1788.9AD8509A@elischer.org>; from julian@elischer.org on Fri, Jan 12, 2001 at 06:41:12AM -0800
References:  <3A5567A7.A11F47E3@elischer.org> <3A566BCB.BFD6FA2D@elischer.org> <7m1yu9mdlt.wl@waterblue.imgsrc.co.jp> <3A5F1788.9AD8509A@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 12, 2001 at 06:41:12AM -0800, Julian Elischer wrote:
> Jun Kuriyama wrote:
> > 
> > Hi Julian,
> > 
> > I tried netgraph for the first time to work with latest vmware2 port.
> > 
> > When I try to load netgraph kernel module, it failed with:
> > 
> > # kldload ng_bridge
> > kldload: can't load ng_bridge: Exec format error
> 
> something is terribly broken with the kld loading at the moment.
> netgraph actually tries to load modules it needs but it hasn't been 
> able to for some months. Also kldload ca SEE what the dependency is 
> so the module is telling it correctly, just the kernel is failing 
> to load the dependency.. I don't think this is Netgraph's fault.
> we haven;t changed anything.. it just stopped working one day.

It was broken for me last week - but upon testing yesterday it appeared
to work again:

genius# uname -a
FreeBSD genius.tao.org.uk 5.0-CURRENT FreeBSD 5.0-CURRENT #12: Thu Jan
11 15:32:11 GMT 2001
joe@genius.tao.org.uk:/usr/obj/usr/src/sys/GENIUS  i386
genius# kldload /boot/kernel/ng_bridge.ko 
genius# kldstat
Id Refs Address    Size     Name
 1   13 0xc0100000 2c90f0   kernel
 2    1 0xc144c000 7000     linprocfs.ko
 3    3 0xc1454000 12000    linux.ko
 4    1 0xc14b9000 3000     daemon_saver.ko
 5    1 0xc0a7c000 2000     rtc.ko
 6    1 0xc0a86000 9000     vmmon_up.ko
 7    1 0xc0a92000 4000     if_tap.ko
 8    1 0xc1adb000 5000     ng_bridge.ko
 9    1 0xc1ae1000 4000     ng_ether.ko

Joe


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




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