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
[EMAIL PROTECTED]:/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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message