Re: Differences between netgraph nodes in 4.x and 5.x'
From: Max Khon (fjoe_at_iclub.nsu.ru)
Date: 07/29/03
- Previous message: Paolo Pisati: "Re: Differences between netgraph nodes in 4.x and 5.x"
- In reply to: Paolo Pisati: "Re: Differences between netgraph nodes in 4.x and 5.x"
- Next in thread: Eicke: "Off Topic - Broadcasts"
- Reply: Eicke: "Off Topic - Broadcasts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jul 2003 18:53:00 +0700 To: Paolo Pisati <flag@libero.it>
hi, there!
On Tue, Jul 29, 2003 at 12:30:42PM +0200, Paolo Pisati wrote:
> And while you are listening, i can show u something else... =)
>
> I have NETGRAPH in my kernel, and this is what i get when i
> try to load ng_ether the first time:
>
> [root@newluxor root]# kldload ng_ether
> module_register: module netgraph already exists!
> linker_file_sysinit "netgraph.ko" failed to register! 17
> kldload: can't load ng_ether: Exec format error
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> it fails to load the node...
yes, kernel loader in RELENG_4 fails when some of the dependancies
are linked into the kernel.
> [root@newluxor root]# kldload ng_ether
>
> while the second time it works... =O
>
> [root@newluxor root]# kldunload ng_ether
> kldunload: can't unload file: Device busy
>
> and if i try to unload it, it always says that it's busy:
> i think this is due to the inability to delete
> an interface, isn't it?
/fjoe
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Paolo Pisati: "Re: Differences between netgraph nodes in 4.x and 5.x"
- In reply to: Paolo Pisati: "Re: Differences between netgraph nodes in 4.x and 5.x"
- Next in thread: Eicke: "Off Topic - Broadcasts"
- Reply: Eicke: "Off Topic - Broadcasts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|