Bug 673527 - Downed ppp interface causes error messages
Summary: Downed ppp interface causes error messages
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libvirt
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-28 15:24 UTC by Eli Billauer
Modified: 2016-03-23 11:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-23 11:21:15 UTC


Attachments (Terms of Use)

Description Eli Billauer 2011-01-28 15:24:51 UTC
Description of problem:

When /etc/sysconfig/network-scripts contains an ifcfg file corresponding to dialup inteface (in my case, ppp0 for ADSL dialup), and the interface doesn't exist, the system log (/var/log/messages) gets filled with messages like these:

Jan 28 16:58:23 myhost libvirtd: 16:58:23.005: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `ppp0`)
Jan 28 16:58:24 myhost libvirtd: 16:58:24.005: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `ppp0`)
Jan 28 16:58:25 myhost libvirtd: 16:58:25.006: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `ppp0`)
Jan 28 16:58:26 myhost libvirtd: 16:58:26.007: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `ppp0`)
Jan 28 16:58:27 myhost libvirtd: 16:58:27.007: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `ppp0`)
Jan 28 16:58:28 myhost libvirtd: 16:58:28.009: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `ppp0`)
Jan 28 16:58:29 myhost libvirtd: 16:58:29.009: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `ppp0`)

Version-Release number of selected component (if applicable):

libvirtd --version responds 0.8.2. I know it's outdated (so is Fedora 12) but I haven't seen any hint about this being fixed since.

How reproducible: Always.

Steps to Reproduce:
1. Create a dialup interface, but keep it down
2. Run virt-manager with the interface down.
3. Check /var/log/messages
 
Actual results:
A lot of messages.

Expected results:
No messages.

Additional info:

Comment 1 Cole Robinson 2016-03-23 11:21:15 UTC
Sorry this never received a response. virt-manager + libvirt interfaces used to be a lot noisier... I suspect this is fixed nowadays, so closing. If anyone can still reproduce with modern libvirt, please reopen, and provide the /etc/sysconfig/network-scripts entry that is causing the issue


Note You need to log in before you can comment on or make changes to this bug.