search for: 00060ms

Displaying 3 results from an estimated 3 matches for "00060ms".

Did you mean: 00000ms
2015 Sep 11
1
libguestfs failure
...+wrapper, flags = 0 libguestfs: successfully opened libvirt handle: conn = 0x7f7db27ccaa0 libguestfs: qemu version (reported by libvirt) = 1005003 (1.5.3) libguestfs: [00034ms] get libvirt capabilities libguestfs: [00056ms] parsing capabilities XML libguestfs: [00056ms] build appliance libguestfs: [00060ms] begin building supermin appliance libguestfs: [00060ms] run supermin libguestfs: command: run: /usr/bin/supermin5 libguestfs: command: run: \ --build libguestfs: command: run: \ --verbose libguestfs: command: run: \ --if-newer libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock libguestfs:...
2005 Oct 07
2
Teliax users, g729 question
I am using Teliax to terminate my calls, and I have 3 licenses' for g729 from Digium. "show translations" verifies that the registration took place. When I place a call, having "allow=g729" as the only allow option in iax.conf, I get the following error: WARNING[361]: chan_iax2.c:6017 socket_read: Call rejected by 208.139.204.228: Unable to negotiate codec If I place a
2014 Jul 31
2
Re: hang after seabios
[Let's keep this on the mailing list] On Thu, Jul 31, 2014 at 02:48:25PM -0700, Zetan Drableg wrote: > Hi Richard, > I created qemu-wrapper: > #!/bin/bash -x > > exec gdbserver :1234 /usr/libexec/qemu-kvm "$@" gdbserver will end up debugging the qemu process, not the guest inside. This is not useful. You need to do something like: exec /usr/libexec/qemu-kvm -s