search for: testc

Displaying 12 results from an estimated 12 matches for "testc".

Did you mean: test
2004 Dec 07
2
Dead domains don''t disappear from xm list
...sappear just fine for me)? I am running Xen 2.0 (fairly up-to-date). Name Id Mem(MB) CPU State Time(s) Console Domain-0 0 395 0 r---- 2377.2 cagnode91-clone 10 199 2 -b--- 138.9 9610 cagnode92-clone 8 199 1 -b--- 154.5 9608 testce 18 0 1 ---s- 15.6 9618 testce-clone 16 0 3 -b--- 155.7 9616 testce-clone-clone 17 0 0 ---s- 98.0 9617 Stephen -- Dr. Stephen Childs, Research Fellow, EGEE Project, phone: +353-1-6081797 Computer Architec...
2009 Apr 29
0
combine_factor to empty level
...c Dear, I'm using R 2.8.1 with the package reshape version 0.8.2 . It seems that the combine_factor function has problems with combining levels to an empty level: #EXAMPLE WORKING test<-sample(c(1:10),1000,replace=T) testf<-factor(test, c(1:10), LETTERS[1:10]) table(testf,exclude=NULL) testc<-combine_factor(testf, c(1,1,1,1,1,2,2,2,2,2)) levels(testc)<-c("A-E","F-J") table(testc,exclude=NULL) #EXAMPLE NOT WORKING test<-sample(c(1:5),1000,replace=T) testf<-factor(test, c(1:10), LETTERS[1:10]) table(testf,exclude=NULL) testc<-combine_factor(testf, c(1,...
2006 Nov 24
1
Missing values for S4 slots
Using R 2.4, the following fails: setClass("testc", representation(a="ANY")) makeC <- function(myarg) new("testc", a=myarg) makeC() -> Error in initialize(value, ...) : argument "myarg" is missing, with no default On the other hand, this is OK: f <- function(a) g(b=a) g <- function(b) if(missing(b...
2010 Oct 22
2
Linking to lapack
...ons", since this will have better performance than I could ever write myself. After some twiddling I have got my code to compile by including "R_ext/Lapack.h" and using "F77_CALL(dpotrf)", but unfortunately, I don't get this to link properly. I get this message: " testc.o:testc.c:(.text+0x255): undefined reference to `dpotrf_'" which seems logical to me as far as my understanding of C reaches, but I don't know how to resolve it. I'm quite sure I need some extra parameters in my makefile, but as I come from a world where all these complexities are...
2007 Jul 17
0
write.dcf/read.dcf cycle converts missing entry to "NA" (PR#9796)
...on.exit(unlink(c(origFile, copyFile))) writeLines(c("Package: testA", "Version: 0.1-1", "Depends:", "", "Package: testB", "Version: 2.1" , "Suggests: testA", "", "Package: testC", "Version: 1.3.1", ""), origFile) orig <- read.dcf(origFile, fields=c("Package","Version","Depends","Suggests")) write.dcf(orig, copyFile, width = 72) copy <- read.dcf(copyFi...
2017 Jul 25
0
[Questions] About small files performance
...4 Firstly i get some data with kernel nfs for comparison, the export dir (rw,async,no_root_squash,no_all_squash) is also in tmpfs: [testA] nfs.client: clientA nfs.server: nodeA xfersize=32k 25000ops [testB] nfs.client: clientA nfs.server: nodeA xfersize=4k 100000ops The i did the gnfsv3 tests: [testC] gnfs.client: clientA(mount nodeA) gnfs.server: nodeA nodeB xfersize=32k 10000ops [testD] gnfs.client: clientA(mount nodeA) clientB(mount nodeB) gnfs.server: nodeA nodeB xfersize=32k 10000ops For testA vs testB, small xfersize archive plenty of ops, and i got the same result in gnfs. For testC...
2007 Jul 18
1
(PR#9796) write.dcf/read.dcf cycle converts missing entry
...ink(c(origFile, copyFile))) > writeLines(c("Package: testA", "Version: 0.1-1", "Depends:", "", > "Package: testB", "Version: 2.1" , "Suggests: testA", "", > "Package: testC", "Version: 1.3.1", ""), > origFile) > orig <- read.dcf(origFile, > fields=c("Package","Version","Depends","Suggests")) > write.dcf(orig, copyFile, width = 72) > copy &...
2003 Dec 04
1
users and groups in a samba domain
I'm currently running Samba 2.2.8a as a NT-style domain server. I have a few different questions regarding this setup. First, how can I add samba users to groups so that I can specify 'DOMAIN\Group' in the permissions for a particular share on an XP machine attached to the domain? Also, how can I set account types other than admin and not-admin for use when logging in under
2009 Nov 18
3
Re ading multiple Excel 2007 files with a loop
...lsx, *.xlsm, *.xlsb); DBQ=U:\\test folder\\testB.xlsx; ReadOnly=False") sqlTables(channel) my.data.B <- sqlFetch(channel, "Sheet1") odbcClose(channel) channel <- odbcDriverConnect("DRIVER=Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb); DBQ=U:\\test folder\\testC.xlsx; ReadOnly=False") sqlTables(channel) my.data.C <- sqlFetch(channel, "Sheet1") odbcClose(channel) # However, when I attempt to read the same three files with the loop below I receive an error: library(RODBC) setwd("U:/test folder") fname <- list.f...
2010 Jan 13
0
BUG for speex-1.2rc1
...bspeex/sb_celp.c:270: VALGRIND_MAKE_READABLE(st, (st->stack-(char*)st)); ./libspeex/sb_celp.c:809: VALGRIND_MAKE_READABLE(st, (st->stack-(char*)st)); # find ./ -name "*.h" -exec grep -nHi 'VALGRIND_MAKE_READABLE' {} \; # # pwd /tmp/speex-1.2rc1 # uname -a Linux testc 2.6.31.9-174.fc12.i686 #1 SMP Mon Dec 21 06:24:20 UTC 2009 i686 i686 i386 GNU/Linux ----- by epstar at 2009-0112 21:52
2002 Jun 20
1
NT_STATUS_BAD_NETWORK_NAME - Samba 2.2.5
...tbios name = COREDUMP server string = Linux announce version = 5.0 encrypt passwords = Yes min passwd length = 8 restrict anonymous = Yes invalid users = root Administrator bin daemon cvs nobody valid users = spstarr hosts allow = 192.168.10. [public] path = /home/spstarr read only = No [testc] path = /test read only = Yes Shawn Starr, sh0n.net, <spstarr@sh0n.net> Maintainer: -shawn kernel patches: http://xfs.sh0n.net/2.4/ Developer Support Engineer Datawire Communication Networks Inc. 10 Carlson Court, Suite 300 Toronto, ON, M9W 6L2 T: 416.213.2001 ext 179 F: 416.213.2008
2004 Feb 09
1
Dreaded RTNETLINK answers: Invalid argument
...nd WISP-Dist latest, patched with latest tc. Any ideas on what would cause this? TIA # uname -a Linux gateway1_1 2.4.20 #10 Thu Feb 20 23:32:48 EET 2003 i486 unknown # lsmod | grep sch sch_sfq 3744 9 sch_htb 18688 2 sch_tbf 2272 0 (unused) # ./testc + EXT_DEV=eth0 + UP_CEIL=75 + DOWN_CEIL=1000 + tc qdisc add dev eth0 root handle 1: htb default 15 + tc class add dev eth0 parent 1: classid 1:1 htb rate 75kbit ceil 75kbit + tc class add dev eth0 parent 1:1 classid 1:10 htb rate 50kbit ceil 80kbit prio 0 : : + tc filter add dev eth0 parent 1:0 pro...