Displaying 8 results from an estimated 8 matches for "xrs".
Did you mean:
xcs
2008 Jun 23
2
Adding Printer drivers with rpcclient
...e I run the adddriver command, I receive the
NT_STATUS_UNSUCCESSFUL, and in the debug message, a rather curious
WERR_ACCESS_DENIED error.
rpcclient -U root -c 'adddriver "Windows NT x86"
"dellcolor:dlxcrzim.dll
:dlxcrzp.ddd:dlxcrziu.dll:dlxcrz.hlp:NULL:RAW:dlxcrjdm.dll,dlxcrzir.xrs,dllzjnie.dll,dlzddmif.dll,dlzdhb32.dll,dllznie1.dll,dlzpmc2.dll,dlzadcmn.dll,dlzarl32.dll,dlzc5102.dll,dlxcrz.cfg,dlxcrz.cnt,dlxcrz.xrs,dlxcrz.cdd"
' lxtrfs03 -d 100
Any help would be greatly appreciated.
--Kyle
2007 Jul 28
1
Is ext3 the right choice?
Dear All,
Our mobile device, which runs linux 2.4, uses ext3 as its filesystem.
To make ext3 work, we have Samsung's xrs module, a middle layer which
resembles MTD, to simulate disk devices over Samsung's onenand flash.
Recently some of our phones are suffering a filesystem crash with only
30% space used on that partition. So I began to doubt whether it is
right to employ an disk filesystem on an embedded system....
2009 Apr 05
1
RJava question(class not found with rJava's vm, though found with alternate vm)
...classpath = (char*) calloc(18+strlen(clap)+1, sizeof(char));
sprintf(classpath,"-Djava.class.path=%s",clap);
JavaVMInitArgs args;
JavaVMOption options[2];
args.version = JNI_VERSION_1_4;
args.nOptions = 2;
options[0].optionString = classpath;
options[1].optionString = "-Xrs";
args.options = options;
args.ignoreUnrecognized = JNI_TRUE;
JavaVM *jvms[32];
jsize vms=0;
int r=0;
r=JNI_GetCreatedJavaVMs(jvms, 32, &vms);
if (r) {
error("JNI_GetCreatedJavaVMs returned %d\n", r);
} else {
if (vms>0) {
int i=0;
while (i&...
2002 Apr 25
1
An unexpected exception has been detected in native code outside the VM
...int(dev) draw <- "pairs_corr_scatter" if (draw == "pairs_corr_scatter") { source("/export/home/users/ruser/rsc/pcscatter01.R") NODE = rnorm(77) RSM2 = rnorm(77) CADT = rnorm(77) VTS = c(NODE - c(rnorm(12), rep(0, 65))) xRS = c(NODE - c(rnorm(27), rep(0, 50))) reda <- data.frame(NODE = NODE, RSM2 = RSM2, CADT = CADT, VTS = VTS, xRS = xRS) pcscatter01(file = file, dev = dev, reda = reda, title = "title", footnote = "aaa") } print(file) val <- 1...
2009 Mar 30
1
CTRL-C during .Call causes R to quit to command line
Hello,
During a .Call e.g
while(TRUE){
value <-rhsqnextKVR(rdr) ## has .Call in this function
if(is.null(value)) break;
}
if I press CTRL-C, R exits straight to the command line.
Q: How can I prevent this? I should point out that my library uses
JNI, so I'm not sure if that is causing it.
I'm using R-2.8 on Linux (RHEL 5)
Thank you in advance
Regards
Saptarshi
2013 Nov 11
2
problem using rJava with parallel::mclapply
Dear all,
I got an issue trying to parse excel files in parallel using XLConnect, the
process hangs forever.
Martin Studer, the maintainer of XLConnect kindly investigated the issue,
identified rJava as a possible cause of the problem:
This does not work (hangs):
library(parallel)
require(rJava)
.jinit()
res <- mclapply(1:2, function(i) {
2010 Mar 24
1
R and/or REngine kills Java
Hi all,
I am using R and JRI under Windows XP Pro. I am posting this question
here since the reason might be R related (since I am running an R
script) but there is also a very good chance that it is JRI only
(since I am using the JRI interface to activate the script) -- in
which case I want to apologize for misplacing this message.
I have a method that instantiates an REngine object every time
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking