Re: [libvirt] debugging daemon-conf failure

2010-03-09 Thread Eric Blake
On 02/26/2010 11:49 AM, Chris Lalancette wrote: On 02/26/2010 01:29 PM, Eric Blake wrote: Ever since I first started playing with libvirt last month, 'make check' has been failing for me on the same test: $ VIR_TEST_DEBUG=2 make -C tests check TESTS=daemon-conf ... 1) corrupted config

Re: [libvirt] debugging daemon-conf failure

2010-03-05 Thread Jim Meyering
Eric Blake wrote: - Jim Meyering j...@meyering.net wrote: Eric Blake wrote: Ever since I first started playing with libvirt last month, 'make check' has been failing for me on the same test: $ VIR_TEST_DEBUG=2 make -C tests check TESTS=daemon-conf What type of system are you

Re: [libvirt] debugging daemon-conf failure

2010-03-05 Thread Daniel P. Berrange
On Wed, Mar 03, 2010 at 06:20:31PM -0500, Eric Blake wrote: - Jim Meyering j...@meyering.net wrote: Eric Blake wrote: Ever since I first started playing with libvirt last month, 'make check' has been failing for me on the same test: $ VIR_TEST_DEBUG=2 make -C tests check

Re: [libvirt] debugging daemon-conf failure

2010-03-05 Thread Jim Meyering
Daniel P. Berrange wrote: ... To be honest this whole test is complete overkill for checking the config file. The config file syntax allow 3 data types, integer, string and array. There is no need for us to be running the libvirtd daemon, and munging each possible setting in turn - we just

Re: [libvirt] debugging daemon-conf failure

2010-03-03 Thread Eric Blake
- Jim Meyering j...@meyering.net wrote: Eric Blake wrote: Ever since I first started playing with libvirt last month, 'make check' has been failing for me on the same test: $ VIR_TEST_DEBUG=2 make -C tests check TESTS=daemon-conf What type of system are you using? This is on a

[libvirt] debugging daemon-conf failure

2010-02-26 Thread Eric Blake
Ever since I first started playing with libvirt last month, 'make check' has been failing for me on the same test: $ VIR_TEST_DEBUG=2 make -C tests check TESTS=daemon-conf ... 1) corrupted config listen_tls ... OK 2) corrupted config listen_tcp

Re: [libvirt] debugging daemon-conf failure

2010-02-26 Thread Jim Meyering
Eric Blake wrote: Ever since I first started playing with libvirt last month, 'make check' has been failing for me on the same test: $ VIR_TEST_DEBUG=2 make -C tests check TESTS=daemon-conf ... 1) corrupted config listen_tls ... OK 2) corrupted config

Re: [libvirt] debugging daemon-conf failure

2010-02-26 Thread Chris Lalancette
On 02/26/2010 01:29 PM, Eric Blake wrote: Ever since I first started playing with libvirt last month, 'make check' has been failing for me on the same test: $ VIR_TEST_DEBUG=2 make -C tests check TESTS=daemon-conf ... 1) corrupted config listen_tls ... OK