search for: pactched

Displaying 4 results from an estimated 4 matches for "pactched".

2009 May 21
2
Cómo descargar librerías automáticamente?
...de búsqueda y descarga al usuario. En lenguaje R sería algo como: if( A está instalada ) require(A) else "descargarla automáticamente" El problema es que no sé cómo preguntar si "A está instalada". El resto es "fácil" de hacer. Estoy trabajando con R 2.9.0 Pactched en Windows XP. Muchas gracias por su ayuda, Jorge Ivan Velez [[alternative HTML version deleted]]
2011 Apr 30
0
win2008r2sp1 AllocatePage cause Bug check 0x000000C2 while migration
...d in cpu_handle_ioreq. Issued domain 1436 reboot the previous test result without no modification of code is vm crashed, BSOD is also 0x000000C2. it means when it call ExAllocatePoolWithTag in AllocatePage func, the return address is already wrong. is this the bug of win2008r2, even pactched with sp1? And the curious thing is why it always happened in vif allocate ? sometimes tx-ring-ref, sometimes rx-ring-ref any advice? maybe, later, we can do some test about allocate,free in win2008r2sp1 image without pv. _______________________________________________ Xen-devel mai...
2004 Nov 24
0
Have anyone successfully install Daniel G729 test suite ? mine core dumped !!
Dear guys , my box spec : [root@localhost asterisk]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 8 model name : Pentium III (Coppermine) stepping : 10 cpu MHz : 1002.289 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler. * name changed from delay to netem since it does more than just delay * Catalin''s merged code to do packet reordering * uses a socket queue''s directly rather than layering on qdisc(fifo) because this is used in performance tests. * adds placeholder in API for future enhancements (rate and duplicate).