Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390029 - app-emulation/libvirt-0.9.* fails to create network with iproute2[minimal]
Summary: app-emulation/libvirt-0.9.* fails to create network with iproute2[minimal]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 21:06 UTC by zasire
Modified: 2011-11-10 22:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
iproute dep patch (iproute_dep_fix.patch,421 bytes, patch)
2011-11-09 21:09 UTC, Erik Hoppe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zasire 2011-11-09 21:06:18 UTC
compiling iproute2 with minimal useflag won't create "ip". its needed to create a network like virbr0 with libvirt. this likely causes apps like virt-manager to crash while creating new machines.

Reproducible: Always

Steps to Reproduce:
1. USE="minimal" emerge iproute2
2. emerge libvirt
3. /etc/init.d/libvirt start

Actual Results:  
with running network manager you can see this in /var/log/messages/

NetworkManager[7453]: <warn> /sys/devices/virtual/net/virbr0: couldn't determine device driver; ignoring...

Starting virt-manager will not show any network device and most likely crash while creating and starting a new machine.

Expected Results:  
existing virtual device like virbr0.
Comment 1 Erik Hoppe 2011-11-09 21:09:13 UTC
Created attachment 292055 [details, diff]
iproute dep patch

build iproute without minimal flag
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2011-11-10 22:10:15 UTC
Fixed. Thanks.