On Tue, 26 Nov 2013 08:22:56 -0700
Eric Blake <eblake(a)redhat.com> wrote:
On 11/26/2013 08:06 AM, Franky Van Liedekerke wrote:
> apparently the %doc entries that are different with 1.1.2 prevent
> rpmbuild to succeed on
> CentOS servers. Using the %doc lines as per the 1.1.2 spec file
> results in a working rpmbuild.
Should be fixed in caaeb69.
> The 1.1.4 version has issues with a symbol not found after
> compiling and letting it run:
>
> error : virDriverLoadModule:78 : failed to load module
> /usr/lib64/libvirt/connection-driver/libvirt_driver_network.so
> /usr/lib64/libvirt/connection-driver/libvirt_driver_network.so:
> undefined symbol: virNetworkList
Not sure what you're seeing here.
>
> And every time libvirt segfaults, there's this in the logs:
> debug : virJSONValueToString:1133 :
>
result={"id":"libvirt-6","error":{"class":"CommandNotFound","desc":"The
> command qom-list has not been
found","data":{"name":"qom-list"}}}
> debug : virEventPollRunOnce:627 : EVENT_POLL_RUN: nhandles=32
> timeout=1684 9479: debug : qemuMonitorJSONCheckError:341 : unable
> to execute QEMU command
>
{"execute":"qom-list","arguments":{"path":"/"},"id":"libvirt-6"}:
>
{"id":"libvirt-6","error":{"class":"CommandNotFound","desc":"The
> command qom-list has not been
found","data":{"name":"qom-list"}}}
> 9479: error : qemuMonitorJSONCheckError:352 : internal error:
> unable to execute QEMU command 'qom-list': The command qom-list has
> not been found
Should be fixed in 730af8f.
>
> Any insights on any of these issues?
Please try again with 1.2.0-rc1 (contains both fixes mentioned above,
and several others), so we can determine whether we need more patches
prior to actually releasing 1.2.0.
I just got around to testing this last week, and version 1.2.0 indeed
solves all mentioned issues. Thanks guys, and enjoy the holidays!
Franky