is there something missing in recent F15-Kernels?
i prepare this machine for play wireless-ap and what is much more worse currently in our company is running a openvpn-server with F14 using brdige-utils which should be upgraded soon to F15
[root@srv-rhsoft:~]$ /usr/sbin/brctl addbr br0 add bridge failed: Package not installed
[root@srv-rhsoft:~]$ uname -r 2.6.41.2-1.fc15.x86_64 #1 SMP Tue Nov 22 08:56:55 UTC 2011
http://edeca.net/articles/bridging/questions.html#braddbridgenotinstalled Q: I get the error "br_add_bridge: Package not installed" when trying to add a bridge, why is that?
A: This happens if you don't have bridging support compiled into your kernel, or the module isn't loaded. Read the section about the host kernel.
Am 27.11.2011 18:52, schrieb Reindl Harald:
is there something missing in recent F15-Kernels?
i prepare this machine for play wireless-ap and what is much more worse currently in our company is running a openvpn-server with F14 using brdige-utils which should be upgraded soon to F15
[root@srv-rhsoft:~]$ /usr/sbin/brctl addbr br0 add bridge failed: Package not installed
[root@srv-rhsoft:~]$ uname -r 2.6.41.2-1.fc15.x86_64 #1 SMP Tue Nov 22 08:56:55 UTC 2011
http://edeca.net/articles/bridging/questions.html#braddbridgenotinstalled Q: I get the error "br_add_bridge: Package not installed" when trying to add a bridge, why is that?
A: This happens if you don't have bridging support compiled into your kernel, or the module isn't loaded. Read the section about the host kernel.
seems to be this: https://bugzilla.redhat.com/show_bug.cgi?id=711154
On Sun, 2011-11-27 at 19:23 +0100, Reindl Harald wrote:
Am 27.11.2011 18:52, schrieb Reindl Harald:
is there something missing in recent F15-Kernels?
i prepare this machine for play wireless-ap and what is much more worse currently in our company is running a openvpn-server with F14 using brdige-utils which should be upgraded soon to F15
[root@srv-rhsoft:~]$ /usr/sbin/brctl addbr br0 add bridge failed: Package not installed
[root@srv-rhsoft:~]$ uname -r 2.6.41.2-1.fc15.x86_64 #1 SMP Tue Nov 22 08:56:55 UTC 2011
http://edeca.net/articles/bridging/questions.html#braddbridgenotinstalled Q: I get the error "br_add_bridge: Package not installed" when trying to add a bridge, why is that?
A: This happens if you don't have bridging support compiled into your kernel, or the module isn't loaded. Read the section about the host kernel.
seems to be this: https://bugzilla.redhat.com/show_bug.cgi?id=711154
I just ran into this in Rawhide, and I don't have ipv6 blacklisted. But still:
[root@adam adamw]# virsh net-start default error: Failed to start network default error: cannot create bridge 'virbr0': Package not installed [root@adam adamw]# rpm -qa | grep bridge bridge-utils-1.5-2.fc16.x86_64
What else could cause this error? Anyone?
On 12/02/2011 10:49 PM, Adam Williamson wrote:
[root@adam adamw]# virsh net-start default error: Failed to start network default error: cannot create bridge 'virbr0': Package not installed [root@adam adamw]# rpm -qa | grep bridge bridge-utils-1.5-2.fc16.x86_64
What else could cause this error? Anyone?
run as root from cli and you should get a bit more descriptive and less misleading output.
# LIBVIRT_DEBUG=1 virsh net-start default
JBG
On Fri, Dec 02, 2011 at 02:49:26PM -0800, Adam Williamson wrote:
I just ran into this in Rawhide, and I don't have ipv6 blacklisted. But still:
[root@adam adamw]# virsh net-start default error: Failed to start network default error: cannot create bridge 'virbr0': Package not installed [root@adam adamw]# rpm -qa | grep bridge bridge-utils-1.5-2.fc16.x86_64
What else could cause this error? Anyone?
Do you have kernel-modules-extra installed? bridge was moved there in rawhide.
On Sat, Dec 3, 2011 at 2:04 AM, Chuck Anderson cra@wpi.edu wrote:
On Fri, Dec 02, 2011 at 02:49:26PM -0800, Adam Williamson wrote:
I just ran into this in Rawhide, and I don't have ipv6 blacklisted. But still:
[root@adam adamw]# virsh net-start default error: Failed to start network default error: cannot create bridge 'virbr0': Package not installed [root@adam adamw]# rpm -qa | grep bridge bridge-utils-1.5-2.fc16.x86_64
What else could cause this error? Anyone?
Do you have kernel-modules-extra installed? bridge was moved there in rawhide.
It should be back in today's main rawhide kernel. Was a mistake.
And for those that might be confused, that only pertains to rawhide. F15 doesn't have the modules-extra stuff.
josh
On Sat, 2011-12-03 at 08:31 -0500, Josh Boyer wrote:
On Sat, Dec 3, 2011 at 2:04 AM, Chuck Anderson cra@wpi.edu wrote:
On Fri, Dec 02, 2011 at 02:49:26PM -0800, Adam Williamson wrote:
I just ran into this in Rawhide, and I don't have ipv6 blacklisted. But still:
[root@adam adamw]# virsh net-start default error: Failed to start network default error: cannot create bridge 'virbr0': Package not installed [root@adam adamw]# rpm -qa | grep bridge bridge-utils-1.5-2.fc16.x86_64
What else could cause this error? Anyone?
Do you have kernel-modules-extra installed? bridge was moved there in rawhide.
It should be back in today's main rawhide kernel. Was a mistake.
And for those that might be confused, that only pertains to rawhide. F15 doesn't have the modules-extra stuff.
Thanks, folks.