<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I see that libvirt 1.1.0 should now support virtualbox 4.2, but I'm
    having problems getting it to work in OSX.<br>
    <br>
    I have built it using homebrew, which now has 1.1.0 in its formulae.<br>
    <br>
    The error I get when tying to connect is shown below. Any
    suggestions for where I should look next?<br>
    <br>
    The error about "Failed to find user record for uid 'NNNNN'" is odd.
    libvirtd *is* started automatically, and runs as my own userid
    (brian, id 502). Each time libvirtd times out, and restarts again,
    it shows a different uid in this error message.<br>
    <br>
    Thanks,<br>
    <br>
    Brian.<br>
    <br>
    <tt><small>Brians-MacBook-Air:~ $ virsh -c vbox:///session list</small></tt><tt><br>
    </tt><tt><small>error: failed to connect to the hypervisor</small></tt><tt><br>
    </tt><tt><small>error: no valid connection</small></tt><tt><br>
    </tt><tt><small>error: Failed to find user record for uid '32691':
        Success</small></tt><tt><br>
    </tt><tt><small><br>
        Brians-MacBook-Air:~ $ virsh -V</small></tt><tt><br>
    </tt><tt><small>Virsh command line tool of libvirt 1.1.0</small></tt><tt><br>
    </tt><tt><small>See web site at <a class="moz-txt-link-freetext" href="http://libvirt.org/">http://libvirt.org/</a></small></tt><tt><br>
    </tt><tt><small><br>
        Compiled with support for:</small></tt><tt><br>
    </tt><tt><small> Hypervisors: VMWare VirtualBox ESX Test</small></tt><tt><br>
    </tt><tt><small> Networking: Remote</small></tt><tt><br>
    </tt><tt><small> Storage: Dir SCSI</small></tt><tt><br>
    </tt><tt><small> Miscellaneous: Daemon Secrets Debug Readline
        Modular</small></tt><tt><br>
    </tt><tt><small><br>
        Brians-MacBook-Air:~ $ LIBVIRT_DEBUG=1 virsh -c vbox:///session
        list</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        info : libvirt version: 1.1.0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virGlobalInit:436 : register drivers</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virRegisterDriver:762 : driver=0x10e39fa58 name=Test</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virRegisterDriver:774 : registering Test as driver 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virRegisterNetworkDriver:609 : registering Test as
        network driver 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virRegisterInterfaceDriver:636 : registering Test as
        interface driver 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virRegisterStorageDriver:663 : registering Test as
        storage driver 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virRegisterNodeDeviceDriver:690 : registering Test as
        device driver 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virRegisterSecretDriver:717 : registering Test as secret
        driver 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.004+0000: 18446744073709551615:
        debug : virRegisterNWFilterDriver:744 : registering Test as
        network filter driver 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterDriver:762 : driver=0x10e3a10e8 name=VMWARE</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterDriver:774 : registering VMWARE as driver 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterDriver:762 : driver=0x10e3a16e0 name=ESX</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterDriver:774 : registering ESX as driver 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterInterfaceDriver:636 : registering ESX as
        interface driver 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterNetworkDriver:609 : registering ESX as
        network driver 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterStorageDriver:663 : registering ESX as
        storage driver 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterNodeDeviceDriver:690 : registering ESX as
        device driver 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterSecretDriver:717 : registering ESX as secret
        driver 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterNWFilterDriver:744 : registering ESX as
        network filter driver 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterDriver:762 : driver=0x10e3a0420 name=remote</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterDriver:774 : registering remote as driver 3</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterNetworkDriver:609 : registering remote as
        network driver 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterInterfaceDriver:636 : registering remote as
        interface driver 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterStorageDriver:663 : registering remote as
        storage driver 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterNodeDeviceDriver:690 : registering remote as
        device driver 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterSecretDriver:717 : registering remote as
        secret driver 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virRegisterNWFilterDriver:744 : registering remote as
        network filter driver 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventRegisterDefaultImpl:230 : registering default
        event implementation</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollAddHandle:111 : Used 0 handle slots, adding
        at least 10 more</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollInterruptLocked:712 : Skip interrupt, 0 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollAddHandle:136 : EVENT_POLL_ADD_HANDLE:
        watch=1 fd=4 events=1 cb=0x10e1b313f opaque=0x0 ff=0x0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventRegisterImpl:203 : addHandle=0x10e1b1b1b
        updateHandle=0x10e1b1df6 removeHandle=0x10e1b1f2d
        addTimeout=0x10e1b2064 updateTimeout=0x10e1b2212
        removeTimeout=0x10e1b2385</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventRunDefaultImpl:270 : running default event
        implementation</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:516 : Cleanup 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virConnectOpenAuth:1446 : name=vbox:///session,
        auth=0x10e39f940, flags=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:552 : Found 0 out of 0
        timeout slots used, releasing 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virObjectNew:203 : OBJECT_NEW: obj=0x7fa630c45d60
        classname=virConnect</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:564 : Cleanup 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virObjectNew:203 : OBJECT_NEW: obj=0x7fa630d00050
        classname=virConnectCloseCallbackData</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollMakePollFDs:393 : Prepare n=0 w=1, f=4 e=1
        d=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollCalculateTimeout:332 : Calculate expiry of 0
        timers</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollCalculateTimeout:361 : Timeout at 0 due in
        -1 ms</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.005+0000: 18446744073709551615:
        debug : virEventPollRunOnce:629 : EVENT_POLL_RUN: nhandles=1
        timeout=-1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : do_open:1158 : name "vbox:///session" to URI components:</small></tt><tt><br>
    </tt><tt><small>  scheme vbox</small></tt><tt><br>
    </tt><tt><small>  server (null)</small></tt><tt><br>
    </tt><tt><small>  user (null)</small></tt><tt><br>
    </tt><tt><small>  port 0</small></tt><tt><br>
    </tt><tt><small>  path /session</small></tt><tt><br>
    </tt><tt><small><br>
        2013-07-14 20:18:52.006+0000: 18446744073709551615: debug :
        do_open:1204 : trying driver 0 (Test) ...</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : do_open:1211 : driver 0 Test returned DECLINED</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : do_open:1204 : trying driver 1 (VMWARE) ...</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : do_open:1211 : driver 1 VMWARE returned DECLINED</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : do_open:1204 : trying driver 2 (ESX) ...</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : do_open:1211 : driver 2 ESX returned DECLINED</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : do_open:1204 : trying driver 3 (remote) ...</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : remoteConnectOpen:978 : Auto-spawn user daemon instance</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : doRemoteOpen:590 : proceeding with name =
        vbox:///session</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : doRemoteOpen:599 : Connecting with transport 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.006+0000: 18446744073709551615:
        debug : doRemoteOpen:688 : Proceeding with sockname
        /Users/brian/.cache/libvirt/libvirt-sock</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virNetSocketNew:155 : localAddr=0x7fff6dd47340
        remoteAddr=0x7fff6dd472b0 fd=6 errfd=-1 pid=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectNew:203 : OBJECT_NEW: obj=0x7fa630c465d0
        classname=virNetSocket</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virNetSocketNew:205 : RPC_SOCKET_NEW:
        sock=0x7fa630c465d0 fd=6 errfd=-1 pid=0 localAddr=127.0.0.1;0,
        remoteAddr=127.0.0.1;0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectNew:203 : OBJECT_NEW: obj=0x7fa630c46440
        classname=virNetClient</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virNetClientNew:326 : RPC_CLIENT_NEW:
        client=0x7fa630c46440 sock=0x7fa630c465d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectRef:297 : OBJECT_REF: obj=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectRef:297 : OBJECT_REF: obj=0x7fa630c465d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollInterruptLocked:716 : Interrupting</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollAddHandle:136 : EVENT_POLL_ADD_HANDLE:
        watch=2 fd=6 events=1 cb=0x10e28e43e opaque=0x7fa630c465d0
        ff=0x10e28e489</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollRunOnce:640 : Poll got 1 event(s)</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virKeepAliveNew:196 : client=0x7fa630c46440,
        interval=-1, count=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollDispatchTimeouts:425 : Dispatch 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectNew:203 : OBJECT_NEW: obj=0x7fa630d004d0
        classname=virKeepAlive</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:470 : Dispatch 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virKeepAliveNew:215 : RPC_KEEPALIVE_NEW:
        ka=0x7fa630d004d0 client=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:484 : i=0 w=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectRef:297 : OBJECT_REF: obj=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:498 :
        EVENT_POLL_DISPATCH_HANDLE: watch=1 events=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectRef:297 : OBJECT_REF: obj=0x7fa630d00050</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:516 : Cleanup 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:552 : Found 0 out of 0
        timeout slots used, releasing 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectNew:203 : OBJECT_NEW: obj=0x7fa630c467b0
        classname=virNetClientProgram</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:564 : Cleanup 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectNew:203 : OBJECT_NEW: obj=0x7fa630c46210
        classname=virNetClientProgram</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventRunDefaultImpl:270 : running default event
        implementation</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectNew:203 : OBJECT_NEW: obj=0x7fa630c46240
        classname=virNetClientProgram</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:516 : Cleanup 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectRef:297 : OBJECT_REF: obj=0x7fa630c467b0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:552 : Found 0 out of 0
        timeout slots used, releasing 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectRef:297 : OBJECT_REF: obj=0x7fa630c46210</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:564 : Cleanup 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virObjectRef:297 : OBJECT_REF: obj=0x7fa630c46240</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollMakePollFDs:393 : Prepare n=0 w=1, f=4 e=1
        d=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : doRemoteOpen:805 : Trying authentication</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollMakePollFDs:393 : Prepare n=1 w=2, f=6 e=1
        d=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virNetMessageNew:46 : msg=0x7fa630d00450 tracked=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollCalculateTimeout:332 : Calculate expiry of 0
        timers</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollCalculateTimeout:361 : Timeout at 0 due in
        -1 ms</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virNetMessageEncodePayload:383 : Encode length as 28</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virEventPollRunOnce:629 : EVENT_POLL_RUN: nhandles=2
        timeout=-1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virNetClientSendInternal:1959 : RPC_CLIENT_MSG_TX_QUEUE:
        client=0x7fa630c46440 len=28 prog=536903814 vers=1 proc=66
        type=0 status=0 serial=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.007+0000: 18446744073709551615:
        debug : virNetClientCallNew:1912 : New call 0x7fa630d00570:
        msg=0x7fa630d00450, expectReply=1, nonBlock=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virNetClientIO:1719 : Outgoing message prog=536903814
        version=1 serial=0 proc=66 type=0 length=28 dispatch=0x0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virNetClientIO:1778 : We have the buck
        head=0x7fa630d00570 call=0x7fa630d00570</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollUpdateHandle:147 : EVENT_POLL_UPDATE_HANDLE:
        watch=2 events=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollInterruptLocked:716 : Interrupting</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollRunOnce:640 : Poll got 1 event(s)</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollDispatchTimeouts:425 : Dispatch 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:470 : Dispatch 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:484 : i=0 w=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:498 :
        EVENT_POLL_DISPATCH_HANDLE: watch=1 events=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:516 : Cleanup 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:552 : Found 0 out of 0
        timeout slots used, releasing 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:564 : Cleanup 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventRunDefaultImpl:270 : running default event
        implementation</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:516 : Cleanup 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:552 : Found 0 out of 0
        timeout slots used, releasing 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:564 : Cleanup 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollMakePollFDs:393 : Prepare n=0 w=1, f=4 e=1
        d=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollMakePollFDs:393 : Prepare n=1 w=2, f=6 e=0
        d=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollCalculateTimeout:332 : Calculate expiry of 0
        timers</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollCalculateTimeout:361 : Timeout at 0 due in
        -1 ms</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollRunOnce:629 : EVENT_POLL_RUN: nhandles=1
        timeout=-1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virNetMessageDecodeLength:153 : Got length, now need 192
        total (188 more)</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virNetClientCallDispatch:1126 : RPC_CLIENT_MSG_RX:
        client=0x7fa630c46440 len=192 prog=536903814 vers=1 proc=66
        type=1 status=1 serial=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virKeepAliveCheckMessage:374 : ka=0x7fa630d004d0,
        client=0x7fa630c46440, msg=0x7fa630c464c0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virNetMessageClear:57 : msg=0x7fa630c464c0 nfds=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virNetClientIOEventLoopPassTheBuck:1425 : Giving up the
        buck 0x7fa630d00570</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virNetClientIOEventLoopPassTheBuck:1439 : No thread to
        pass the buck to</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollUpdateHandle:147 : EVENT_POLL_UPDATE_HANDLE:
        watch=2 events=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollInterruptLocked:716 : Interrupting</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virNetClientIO:1808 : All done with our call head=0x0
        call=0x7fa630d00570 rv=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.008+0000: 18446744073709551615:
        debug : virEventPollRunOnce:640 : Poll got 1 event(s)</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollDispatchTimeouts:425 : Dispatch 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virNetMessageFree:74 : msg=0x7fa630d00450 nfds=0 cb=0x0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:470 : Dispatch 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:484 : i=0 w=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c467b0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:498 :
        EVENT_POLL_DISPATCH_HANDLE: watch=1 events=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c46210</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c46240</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:516 : Cleanup 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virNetClientCloseInternal:686 : client=0x7fa630c46440
        wantclose=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:552 : Found 0 out of 0
        timeout slots used, releasing 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virNetClientMarkClose:632 : client=0x7fa630c46440,
        reason=3</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:564 : Cleanup 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollRemoveHandle:180 : EVENT_POLL_REMOVE_HANDLE:
        watch=2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventRunDefaultImpl:270 : running default event
        implementation</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollRemoveHandle:193 : mark delete 1 6</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollInterruptLocked:712 : Skip interrupt, 0
        4537835520</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virNetClientIOEventLoopPassTheBuck:1425 : Giving up the
        buck 0x0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:516 : Cleanup 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virNetClientIOEventLoopPassTheBuck:1439 : No thread to
        pass the buck to</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:552 : Found 0 out of 0
        timeout slots used, releasing 0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virNetClientCloseLocked:645 : client=0x7fa630c46440,
        sock=0x7fa630c465d0, reason=3</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:564 : Cleanup 2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c465d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:577 :
        EVENT_POLL_PURGE_HANDLE: watch=2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectRef:297 : OBJECT_REF: obj=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virKeepAliveStop:307 : RPC_KEEPALIVE_STOP:
        ka=0x7fa630d004d0 client=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c465d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630d004d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:262 : OBJECT_DISPOSE: obj=0x7fa630c465d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:262 : OBJECT_DISPOSE: obj=0x7fa630d004d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virNetSocketDispose:1004 : RPC_SOCKET_DISPOSE:
        sock=0x7fa630c465d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virKeepAliveDispose:227 : RPC_KEEPALIVE_DISPOSE:
        ka=0x7fa630d004d0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virEventPollRemoveHandle:180 : EVENT_POLL_REMOVE_HANDLE:
        watch=2</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virObjectUnref:262 : OBJECT_DISPOSE: obj=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virFileClose:90 : Closed fd 6</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.009+0000: 18446744073709551615:
        debug : virNetClientDispose:598 : RPC_CLIENT_DISPOSE:
        client=0x7fa630c46440</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollMakePollFDs:393 : Prepare n=0 w=1, f=4 e=1
        d=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630d00050</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollCalculateTimeout:332 : Calculate expiry of 0
        timers</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c467b0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollCalculateTimeout:361 : Timeout at 0 due in
        -1 ms</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:262 : OBJECT_DISPOSE: obj=0x7fa630c467b0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollRunOnce:629 : EVENT_POLL_RUN: nhandles=1
        timeout=-1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c46210</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:262 : OBJECT_DISPOSE: obj=0x7fa630c46210</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c46240</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:262 : OBJECT_DISPOSE: obj=0x7fa630c46240</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virFileClose:90 : Closed fd 8</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virFileClose:90 : Closed fd 7</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virNetMessageClear:57 : msg=0x7fa630c464c0 nfds=0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : do_open:1211 : driver 3 remote returned ERROR</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630c45d60</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:262 : OBJECT_DISPOSE: obj=0x7fa630c45d60</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:260 : OBJECT_UNREF: obj=0x7fa630d00050</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virObjectUnref:262 : OBJECT_DISPOSE: obj=0x7fa630d00050</small></tt><tt><br>
    </tt><tt><small>error: failed to connect to the hypervisor</small></tt><tt><br>
    </tt><tt><small>error: no valid connection</small></tt><tt><br>
    </tt><tt><small>error: Failed to find user record for uid '32691':
        Success</small></tt><tt><br>
    </tt><tt><small><br>
        2013-07-14 20:18:52.010+0000: 18446744073709551615: debug :
        virEventPollAddTimeout:225 : Used 0 timeout slots, adding at
        least 10 more</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollInterruptLocked:716 : Interrupting</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollAddTimeout:248 : EVENT_POLL_ADD_TIMEOUT:
        timer=1 frequency=0 cb=0x10e14d03f opaque=0x0 ff=0x0</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollRunOnce:640 : Poll got 1 event(s)</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollDispatchTimeouts:425 : Dispatch 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollDispatchTimeouts:448 :
        EVENT_POLL_DISPATCH_TIMEOUT: timer=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:470 : Dispatch 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:484 : i=0 w=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollDispatchHandles:498 :
        EVENT_POLL_DISPATCH_HANDLE: watch=1 events=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollCleanupTimeouts:516 : Cleanup 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollCleanupHandles:564 : Cleanup 1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollRemoveTimeout:300 :
        EVENT_POLL_REMOVE_TIMEOUT: timer=1</small></tt><tt><br>
    </tt><tt><small>2013-07-14 20:18:52.010+0000: 18446744073709551615:
        debug : virEventPollInterruptLocked:712 : Skip interrupt, 0
        4537835520</small></tt><tt><br>
    </tt><tt><small>Brians-MacBook-Air:~ $<br>
        <br>
        <br>
        Here's the output from the configure step (using brew install
        -v)<br>
        <br>
        configure:<br>
        configure: Configuration summary<br>
        configure: =====================<br>
        configure:<br>
        configure: Drivers<br>
        configure:<br>
        configure:       Xen: no<br>
        configure:      QEMU: no<br>
        configure:       UML: no<br>
        configure:    OpenVZ: no<br>
        configure:    VMware: yes<br>
        configure:      VBox: yes<br>
        configure:    XenAPI: no<br>
        configure:  xenlight: no<br>
        configure:       LXC: no<br>
        configure:      PHYP: no<br>
        configure:       ESX: yes<br>
        configure:   Hyper-V: no<br>
        configure: Parallels: no<br>
        configure:      Test: yes<br>
        configure:    Remote: yes<br>
        configure:   Network: no<br>
        configure:  Libvirtd: yes<br>
        configure: Interface: no<br>
        configure:   macvtap: no<br>
        configure:  virtport: no<br>
        configure:<br>
        configure: Storage Drivers<br>
        configure:<br>
        configure:      Dir: yes<br>
        configure:       FS: no<br>
        configure:    NetFS: no<br>
        configure:      LVM: no<br>
        configure:    iSCSI: no<br>
        configure:     SCSI: yes<br>
        configure:    mpath: no<br>
        configure:     Disk: no<br>
        configure:      RBD: no<br>
        configure: Sheepdog: no<br>
        configure:<br>
        configure: Security Drivers<br>
        configure:<br>
        configure:  SELinux: no ()<br>
        configure: AppArmor: no<br>
        configure:<br>
        configure: Driver Loadable Modules<br>
        configure:<br>
        configure:   dlopen:<br>
        configure:<br>
        configure: Libraries<br>
        configure:<br>
        configure:   apparmor: no<br>
        configure:       attr: no<br>
        configure:      audit: no<br>
        configure:      avahi: no<br>
        configure:      blkid: no<br>
        configure:      capng: no<br>
        configure:       curl: yes (CFLAGS='-DCURL_DISABLE_TYPECHECK '
        LIBS='-lcurl ')<br>
        configure:       dbus: no<br>
        configure:       fuse: no<br>
        configure:        hal: no<br>
        configure:      netcf: no<br>
        configure:    numactl: no<br>
        configure:  openwsman: no<br>
        configure:  pciaccess: no<br>
        configure:    sanlock: no<br>
        configure:       sasl: yes (CFLAGS='' LIBS='-lsasl2')<br>
        configure:    selinux: no<br>
        configure:       ssh2: no<br>
        configure:       udev: no<br>
        configure:       yajl: yes (CFLAGS='' LIBS='-lyajl')<br>
        configure:   libxml: -I/usr/include/libxml2  -lxml2<br>
        configure:   dlopen:<br>
        configure: openwsman: no<br>
        configure:   gnutls: -I/usr/local/Cellar/libtasn1/3.3/include
        -I/usr/local/Cellar/p11-kit/0.18.1/include/p11-kit-1
        -I/usr/local/Cellar/gnutls/3.1.10/include 
        -DGCRYPT_NO_DEPRECATED -L/usr/local/Cellar/gnutls/3.1.10/lib
        -lgnutls  -lgcrypt<br>
        configure: firewalld: no<br>
        configure:   polkit: no<br>
        configure:      xen: no<br>
        configure:   xenapi: no<br>
        configure: xenlight: no<br>
        configure:     pcap: no<br>
        configure:       nl: no<br>
        configure:    mscom: no<br>
        configure:      xdr:<br>
        configure:      rbd: no<br>
        configure:<br>
        configure: Test suite<br>
        configure:<br>
        configure:    Coverage: no<br>
        configure:   Alloc OOM: no<br>
        configure:<br>
        configure: Miscellaneous<br>
        configure:<br>
        configure:             Debug: yes<br>
        configure:       Use -Werror: no<br>
        configure:     Warning Flags:  -W -Waddress -Wall -Warray-bounds
        -Wattributes -Wbad-function-cast -Wbuiltin-macro-redefined
        -Wcast-align -Wchar-subscripts -Wcomment -Wcomments
        -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero
        -Wempty-body -Wendif-labels -Wextra -Wformat-extra-args
        -Wformat-security -Wformat-y2k -Wformat-zero-length -Wformat=2
        -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration
        -Wimplicit-int -Winit-self -Winline -Wint-to-pointer-cast
        -Winvalid-pch -Wmain -Wmissing-braces -Wmissing-declarations
        -Wmissing-field-initializers -Wmissing-format-attribute
        -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes
        -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull
        -Wold-style-definition -Woverflow -Wparentheses -Wpointer-arith
        -Wpointer-sign -Wpointer-to-int-cast -Wreturn-type
        -Wsequence-point -Wshadow -Wsizeof-pointer-memaccess
        -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs
        -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused
        -Wunused-function -Wunused-label -Wunused-parameter
        -Wunused-result -Wunused-value -Wunused-variable
        -Wvariadic-macros -Wvolatile-register-var -Wwrite-strings
        -Wno-missing-field-initializers -Wno-sign-compare
        -Wno-format-nonliteral -Wframe-larger-than=4096 -fexceptions
        -fasynchronous-unwind-tables -fdiagnostics-show-option
        -funit-at-a-time<br>
        configure:          Readline: yes<br>
        configure:            Python: yes<br>
        configure:            DTrace: no<br>
        configure:             numad: no<br>
        configure:       XML Catalog: /etc/xml/catalog<br>
        configure:       Init script: none<br>
        configure: Char device locks: no<br>
        configure:<br>
        configure: Privileges<br>
        configure:<br>
        configure:       QEMU: root:root<br>
        configure:<br>
        <br>
        If I run libvirtd by itself manually with the -v flag, this is
        all I get:<br>
        <br>
        Brians-MacBook-Air:~ $
        /usr/local/Cellar/libvirt/1.1.0/sbin/libvirtd -v<br>
        2013-07-14 20:26:14.853+0000: 18446744073709551615: info :
        libvirt version: 1.1.0<br>
        2013-07-14 20:26:14.853+0000: 18446744073709551615: error :
        virGetUserEnt:696 : Failed to find user record for uid '32704':
        Success<br>
        <br>
        All entries in /usr/local/etc/libvirt/libvirtd.conf are
        commented out.<br>
        <br>
      </small></tt>
  </body>
</html>