Re: if_bridge problem



Scott Robbins wrote:
I updated (after a couple of weeks) last night.

uname -a

FreeBSD mail.scottro.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Feb 25 01:16:20 EST 2007 root@xxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/S11 i386

Suddenly I can no longer create a bridge. I use it with qemu and
usually do

kldload if_bridge

Then

ifconfig bridge0 create

When I did that today I got

ifconfig: SIOCIFCREATE2: Invalid argument

I see a mention of an almost identical problem from August of last year.



http://docs.freebsd.org/cgi/getmsg.cgi?fetch=546442+0+archive/2006/freebsd-current/20060813.freebsd-curren

(Sorry about the wordwrap on the link.)

However, I've seen nothing recent so I don't know if this is just me or
not.

Thank you to anyone who can offer some insight.



dmesg|tail will likely tell you the bridgestp module is missing.

Sam
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: if_bridge crash
    ... I use this script to set up the bridge: ... ifconfig bridge0 addm vr0 addm tap0 up ... confused and managed to ignore the pcb_onfault marker left by copyout. ...
    (freebsd-current)
  • Re: if_bridge crash
    ... I use this script to set up the bridge: ... ifconfig bridge0 addm vr0 addm tap0 up ... confused and managed to ignore the pcb_onfault marker left by copyout. ...
    (freebsd-current)
  • Re: Adding interfaces to bridge0
    ... I have benn using qemu to roll a windows XP machine, ... I closed qemu and tried to set up the bridge manually. ... ifconfig bridge0 addm rl0 addm tap0 up ...
    (freebsd-questions)
  • if_bridge crash
    ... I've been using if_bridge and if_tap to join various qemu virtual ... I use this script to set up the bridge: ... ifconfig bridge0 addm vr0 addm tap0 up ... As far as I can see, the bridge code is calling copyout with a mutex ...
    (freebsd-current)
  • if_bridge problem
    ... Suddenly I can no longer create a bridge. ... I use it with qemu and ... ifconfig bridge0 create ...
    (freebsd-current)