search for: genns

Displaying 5 results from an estimated 5 matches for "genns".

Did you mean: genes
2013 Oct 18
1
Possible problem with namespaceImportFrom() and methods for generic primitive functions
...vestigate the problem, and I found that the error arises in the base::namespaceImportFrom() function, and more precisely in this block: for (n in impnames) if (exists(n, envir = impenv, inherits = FALSE)) { if (.isMethodsDispatchOn() && methods:::isGeneric(n, ns)) { genNs <- get(n, envir = ns)@package Here n is '[', and the get(n, envir = ns) expression returns .Primitive("["), which is a function and has no @package slot. This will only occur if exists(n, envir = impenv, inherits = FALSE) returns TRUE, i.e. if the '[' symbol is alread...
2009 Jan 09
2
DC testing observation and a question
I have been running a test DC IMAP server to evaluate the new release before migrating from 1.0.15 to 1.1.8. The test server access all the INBOX and homedir folder filesystems through NFS imports. The index file filesystem is local on both the production server and the test one.. This is messy in that when I ask some one tests using the test sever, the index has to be created or re-gennned,
2015 Aug 05
0
[PATCH] efi: leaving long mode in kernel_jump routine
Hi > The effect was simply that the (physical) machine rebooted exactly on > the wrmsr instruction. The result of my investigation was that the > code wasn't following the protocol (by intel and by AMD) for leaving > long mode as pointed out by Thomas Letan. Indeed it's exactly that! > I think qemu and some processors are just more permissive and allow > the current
2009 Jul 28
0
Windows NT and stdvga
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everybody, i can run windows nt properly under xen hvm. However when i use cirrus logic driver if i switch of screen size i have green or yellow flood. I tried to use stdvga but when i use it i have only 16bit color and only 800x600. What kind of driver can i use with stdvga ? regards, - -- Alexandre CABROL PERALES - -- Ingenieur Securite des
2009 Aug 21
0
Common config in xen
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everybody, few weeks ago i asked how is it possible to fix common parameters for all VMs. There is a way by putting a script instead of HVM. Can you help me please on this ? I would like that all my VMs have stdvga forced instead of cirrus (i use libvirt and this parameter is not supported). What kind of script i can develop and how i can cal