[Bug 794720] New: virt-manager / libvirtd floods log file
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c0 Summary: virt-manager / libvirtd floods log file Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: KVM AssignedTo: kvm-bugs@forge.provo.novell.com ReportedBy: novell-aenei9ei@accounts.hauke-laging.de QAContact: jdouglas@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Firefox/17.0 On several systems (all AMD E-350 or E-450) with openSUSE 12.2 the system log file gets flooded with nonsensical error messages (about one per second) like these while virt-manager is connected to the system: libvirtd[6285]: [...] error : nc_bad_reference:118 : br0 references unknown interface eth0 libvirtd[6285]: [...] error : nc_hw_address_parse:73 : setting addrs not yet implemented for 10 libvirtd[6285]: [...] error : interfaceGetXMLDesc:411 : Interner Fehler could not get interface XML description: other error Except for these annoying error messages both KVM/libvirt and virt-manager seem to work. As soon as the connection to the system is closed no more error messages appear. This happens with both localhost and remote systems. Google does not find anything about this. Reproducible: Always Steps to Reproduce: 1. Connect with virt-manager to the local or a remote libvirtd 2. Have a look at the system log file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c1 --- Comment #1 from Hauke Laging <novell-aenei9ei@accounts.hauke-laging.de> 2012-12-19 07:32:28 UTC --- Workaround: Filter the nonsense in /etc/rsyslog.conf (early enough in the file): if ($msg contains 'nc_bad_reference' or $msg contains 'nc_hw_address_parse' or $msg contains 'interfaceGetXMLDesc') then ~ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c Bruce Rogers <brogers@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brogers@suse.com AssignedTo|kvm-bugs@forge.provo.novell |jfehlig@suse.com |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c2 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mt@suse.com --- Comment #2 from James Fehlig <jfehlig@suse.com> 2013-01-04 04:27:31 UTC --- The errors you mention come from libnetcontrol. But I could have botched our libvirt-suse-netcontrol.patch over the many rebases. Marius is the original author of that patch. Marius, could you review the latest version of that patch in the OBS Virtualization project? https://build.opensuse.org/package/view_file?expand=1&file=libvirt-suse-netcontrol.patch&package=libvirt&project=Virtualization I just reviewed the patch again, and it still looks correct to me. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c3 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jfehlig@suse.com |mt@suse.com --- Comment #3 from Marius Tomaschewski <mt@suse.com> 2013-01-07 10:13:43 UTC --- Yes, I reassign to me. We have some patches here in the queue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c6 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |novell-aenei9ei@accounts.ha | |uke-laging.de --- Comment #6 from Marius Tomaschewski <mt@suse.com> 2013-01-08 13:12:00 UTC --- Could you install the libnetcontrol0-0.2.6*.rpm package you can find at: http://download.opensuse.org/repositories/home:/mtomaschewski:/branches:/ope... then restart "libvirtd" and verify if the errors are gone. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c7 --- Comment #7 from Marius Tomaschewski <mt@suse.com> 2013-01-08 13:44:06 UTC --- BTW: I've found a bnc#753387 regression (bridge forward-delay time value expression) in sysconfig. Working on it... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c8 --- Comment #8 from Marius Tomaschewski <mt@suse.com> 2013-01-08 14:47:46 UTC --- Created an attachment (id=519331) --> (http://bugzilla.novell.com/attachment.cgi?id=519331) sysconfig ifup-bridge: handle 1/100 sec precision stp times -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c9 --- Comment #9 from Marius Tomaschewski <mt@suse.com> 2013-01-08 17:21:33 UTC --- The sysconfig (> 0.76.4-1.14.1) in same repository as in comment 6 builds with the patch applied. Please install it too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c10 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|novell-aenei9ei@accounts.ha | |uke-laging.de | Resolution| |FIXED --- Comment #10 from Marius Tomaschewski <mt@suse.com> 2013-01-11 14:19:35 UTC --- Works fine for me with libnetcontrol 0.2.6. -> fixed & submitted. When there is still something please reopen or open a new bug report please. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c12 --- Comment #12 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-11 16:00:58 CET --- This is an autogenerated message for OBS integration: This bug (794720) was mentioned in https://build.opensuse.org/request/show/148056 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c13 --- Comment #13 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-11 23:00:20 CET --- This is an autogenerated message for OBS integration: This bug (794720) was mentioned in https://build.opensuse.org/request/show/148140 Maintenance / https://build.opensuse.org/request/show/148141 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c14 --- Comment #14 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-12 00:00:31 CET --- This is an autogenerated message for OBS integration: This bug (794720) was mentioned in https://build.opensuse.org/request/show/148144 Maintenance / https://build.opensuse.org/request/show/148147 Maintenance / https://build.opensuse.org/request/show/148148 Maintenance / https://build.opensuse.org/request/show/148150 Factory / sysconfig -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c18 --- Comment #18 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-22 11:00:58 CET --- This is an autogenerated message for OBS integration: This bug (794720) was mentioned in https://build.opensuse.org/request/show/149522 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:50702:low -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c20 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:50702:low |maint:running:50702:low | |maint:released:sle11-sp2:50 | |983 --- Comment #20 from Swamp Workflow Management <swamp@suse.de> 2013-02-05 20:22:22 UTC --- Update released for: sysconfig, sysconfig-debuginfo, sysconfig-debugsource Products: SLE-DEBUGINFO 11-SP2 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP2 (i386, x86_64) SLE-SERVER 11-SP2 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP2 (i386, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=794720 https://bugzilla.novell.com/show_bug.cgi?id=794720#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:50702:low |maint:released:sle11-sp2:50 |maint:released:sle11-sp2:50 |983 |983 | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com