search for: aspn

Displaying 8 results from an estimated 8 matches for "aspn".

Did you mean: asan
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
...quot; for i in myarray: sendstuff(i) #Must pause, and send IDLE for dialog box to close time.sleep(5) sendstuff("IDLE " + dateandtime) =========== In another forum, people told me that I should fork twice. Is that really necessary? http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278731 Thank you.
2014 Jun 08
0
transient domain in virsh list as shut off
...<br><font size=2 face="sans-serif">at this point libvirtd.log reported</font> <br> <br><font size=2 face="sans-serif">2014-06-05 00:47:52.000+0000: 10063: warning : qemuDomainObjBeginJobInternal:839 : Cannot start job (modify, none) for domain aspn-testapp5-Na6r; current job is (modify, none) owned by (10060, 0)</font> <br> <br><font size=2 face="sans-serif">subsequently, </font> <br><font size=2 face="sans-serif">virsh undefine domain</font> <br><font size=2 face=&q...
2003 Jul 29
1
Tktable active cell
...coordinates in a message box, the problem is that your event handler will be run BEFORE the default event handler which updates the active cell, so you will get the PREVIOUS active cell, (and the first time you will get an error because there is no active cell). The Tcl help for bind : http://aspn.activestate.com/ASPN/docs/ActiveTcl/ActiveTcl8.4.1.0-html/tcl/TkCmd/bind.htm suggests that you may be able to use a "+" in front of your event handler name so that it is "appended to any existing binding", but this feature may not be implemented in R Tcl/Tk yet, e.g. this did...
2013 Apr 22
1
failure creating a snapshot volume within a lvm-based pool
...bug? I'm running Fedora 18 # virsh version Compiled against library: libvirt 0.10.2 Using library: libvirt 0.10.2 Using API: QEMU 0.10.2 Running hypervisor: QEMU 1.2.2 -------------------------------------------------- regards, Edoardo Comar WebSphere Application Service Platform for Networks (ASPN) ecomar at uk.ibm.com Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
2013 Jun 14
0
can virsh set the cpuset attribute of <vcpu ..> (CPU Allocation) ?
...i did not have to pin to different PCPUs, I would execute just one command for the whole domain rather than one command per VCPU + one per the emulator threads. Thanks! -------------------------------------------------- regards, Edoardo Comar WebSphere Application Service Platform for Networks (ASPN) ecomar@uk.ibm.com IBM UK Ltd, Hursley Park, SO21 2JN Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
2013 Dec 03
0
cputune shares with multiple cpu and pinning
...100%/100% when VM2 is executing one task only ( on whatever vcpu ) 50%/150% when VM2 is executing two tasks. again, not intuitive just by looking at the shares weights, I think. -------------------------------------------------- Edoardo Comar WebSphere Application Service Platform for Networks (ASPN) ecomar@uk.ibm.com +44 (0)1962 81 5576 IBM UK Ltd, Hursley Park, SO21 2JN Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
2013 Jun 27
2
qemu-img convert to "sparse" LV
...by that pool, the LV resulting from qemu-img convert is not corrupt but it uses as much space as the file-image capacity it came from. This on both RHEL64 and Fedora18. -------------------------------------------------- regards, Edoardo Comar WebSphere Application Service Platform for Networks (ASPN) ecomar@uk.ibm.com +44 (0)1962 81 5576 IBM UK Ltd, Hursley Park, SO21 2JN Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
2005 Apr 02
1
Survey of "moving window" statistical functions - still looking f or fast mad function
Hi, First, let me thank Jaroslaw for making this survey. I find it quite illuminating. Now the questions: * the #1 solution below (based on cumsum) is numerically unstable. Specifically if you do the runmean on a positive vector you can easily get negative numbers due to rounding errors. Does anyone see a modification which is free of this deficiency? * is it possible to optimize the