Displaying 5 results from an estimated 5 matches for "40992".
Did you mean:
0992
2002 Jul 19
3
Mirrors?
...tarballs at
ftp://ftp.rlug.org/vorbis, if anyone's having a hard time getting
through.
Jay
--
------------------------------------------------------------------------
Jay MacDonald jmacdonald@twelvehorses.com
Twelve Horses North America PO Box 40992, Reno, NV 89504
------------------------------------------------------------------------
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containin...
2006 Apr 15
1
Various hitches in Starcraft.
Hi everyone,
I have been experiencing a latency problem in Starcraft and found it is
related in good part to the nice level I was giving to wine. The game is
very choppy when ran with nice -20. I also find it choppy at normal
priority. It seems to run well at -15 and higher (towards 0). That's good
news. I've been playing quite happily since.
I still find the cursor slightly sluggish. I
2013 Jun 30
2
Re: deadlock on connection loosing
...so.0
#4 0x00007f574f129e95 in virHashSearch () from /usr/lib64/libvirt.so.0
#5 0x00007f574f0bf46d in virDomainObjListAddLocked.isra.54.25425 () from
/usr/lib64/libvirt.so.0
#6 0x00007f574f0bf557 in virDomainObjListAdd () from /usr/lib64/libvirt.so.0
#7 0x00007f5741e7e8bf in qemuDomainDefineXML.40992 () from
/usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so
#8 0x00007f574f06eddb in virDomainDefineXML () from /usr/lib64/libvirt.so.0
#9 0x00007f574facac6d in remoteDispatchDomainDefineXMLHelper.10498 ()
#10 0x00007f574f04ec27 in virNetServerProgramDispatch () from
/usr/lib64/libvirt....
2013 Jul 06
0
Re: deadlock on connection loosing
...4f129e95 in virHashSearch () from /usr/lib64/libvirt.so.0
> #5 0x00007f574f0bf46d in virDomainObjListAddLocked.isra.54.25425 () from
> /usr/lib64/libvirt.so.0
> #6 0x00007f574f0bf557 in virDomainObjListAdd () from
> /usr/lib64/libvirt.so.0 #7 0x00007f5741e7e8bf in qemuDomainDefineXML.40992
> () from
> /usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so
> #8 0x00007f574f06eddb in virDomainDefineXML () from /usr/lib64/libvirt.so.0
> #9 0x00007f574facac6d in remoteDispatchDomainDefineXMLHelper.10498 () #10
> 0x00007f574f04ec27 in virNetServerProgramDispatch () f...
2013 Jun 24
3
deadlock on connection loosing
libvirtd will lock if for example kill programm which established connection,
only sigkill + restart helps., to reproduce:
virConnectPtr libvirt_connection = virConnectOpen("qemu:///system");
if(libvirt_connection == NULL)
{
std::cout<<"failed to connect to qemu:///system\n";
exit(-1);
}
exit(0);