On Tue, May 14, 2013 at 08:28:48AM -0500, Dennis Jenkins wrote:We need to get more debug info from this file. Stop libvirtd and edit
/etc/libvirt/lxc.conf
and set
log_with_libvirtd=1
and then run libvirtd with
LIBVIRT_LOG_OUTPUTS=1:stderr LIBVIRT_LOG_FILTERS="3:event 3:json 3:object 1:util 1:lxc" /usr/sbin/libvirtd
and then try to start a container again. The container log
file above should now get much more verbose data (i don't
care about the log output from libvirtd itself - just the
container log file).
Daniel