Displaying 5 results from an estimated 5 matches for "b4000".
Did you mean:
4000
2010 Nov 03
2
Calling C in R in Windows 64 bit
...-static-libgcc -o COXPHmatprod24delta.dll tmp.def COXPHmatprod24d
elta.o -LC:/PROGRA~1/R/R-212~1.0/bin/i386 -lR
gcc: not found'
Every comment is appreciated. Many thanks in advance.
Sincerely Yours,
Aysun Cetinyurek
Services de Statistique
Institut de Math?matique (B37)
Grande Traverse, 12
B4000 Li?ge
Belgique
1997 Dec 08
3
R-alpha: Bug in tapply in the Windows version of September
...nlist(ans, recursive =3D FALSE)
if(length(INDEX) =3D=3D 1) {
names(ans) <- namelist[[1]]
}
else {
dim(ans) <- extent
dimnames(ans) <- namelist
}
return(ans)
}
Muriel Comblain
M=E9thodologie Quantitative
Facult=E9 de Sociologie
Universit=E9 de Li=E8ge=20
Bvd du Rectorat, 7
B4000 Liege, Belgique
Tel: +32 4 366 30 91
E-mail: Muriel.Comblain
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the...
2013 Jun 19
9
some problems to start vTPM vtpm-stubdom
Hi community,
there are some problems to start vTPM vtpm-stubdom following docs/misc/vtpm.txt. When I start vtpm-stbdom, the vtpmmgr-stubdom will print out:
===
ERROR[VTPM]: LoadKey failure: Unrecognized uuid! 69743ae0-9d4a-4ad6-9819-e602085b6792
ERROR[VTPM]: Failed to load key
ERROR in vtpmmgr_LoadHashKey at vtpm_cmd_handler.c:78 code: TPM_BAD_PARAMETER.
===
I start vtpmmgr-stubdom with
2013 Jun 19
9
some problems to start vTPM vtpm-stubdom
Hi community,
there are some problems to start vTPM vtpm-stubdom following docs/misc/vtpm.txt. When I start vtpm-stbdom, the vtpmmgr-stubdom will print out:
===
ERROR[VTPM]: LoadKey failure: Unrecognized uuid! 69743ae0-9d4a-4ad6-9819-e602085b6792
ERROR[VTPM]: Failed to load key
ERROR in vtpmmgr_LoadHashKey at vtpm_cmd_handler.c:78 code: TPM_BAD_PARAMETER.
===
I start vtpmmgr-stubdom with
2013 May 22
19
Install vTPM on Xen-4.2.2
Hi,
I‘m trying to install vTPM based on Xen-4.2.2, linux-kernel 3.9.1 (Dom0)
and TPM emulator. However, I cannot find the TPM backed driver in this
version of Dom0 linux kernel. There is no CONFIG_XEN_TPMDEV_BACKEND in the
kernel config file. The config file for Dom0 is attached. Maybe it provides
some useful information.
So, how to install a Xen TPM backend driver in the Dom0 linux-kernel.