search for: benari

Displaying 17 results from an estimated 17 matches for "benari".

Did you mean: benard
2010 Jun 03
1
two patches one for disabling vmware tools and one for disabling parallel port
Since we agree on the first part I have divided it into two patches. Amos. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100603/d45c5122/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0004-disable-parallel-port-driver-service.patch Type:
2009 Jul 16
2
Problem using strptime
Hello I am trying to read a date and time from a file and convert them to POSIXct using strptime() the dates are stored in t which is a factor This the code I am using to illustarte > t[1] [1] 07/14/2009 13:41:00 10 Levels: 07/14/2009 13:41:00 07/14/2009 13:42:00 ... 07/15/2009 07:12:00 > a=t[1] > a [1] 07/14/2009 13:41:00 10 Levels: 07/14/2009 13:41:00 07/14/2009 13:42:00 ...
2011 Apr 06
2
Cannot install pakcage RMySQL
Hello All, I have a technical difficulty installing RMySQL. I am running openSUSE11.1 and R 2.12 I have installed MySQL from the website. and following installation , as root This is the part where trouble begin, ...... checking mysql.h usability... no checking mysql.h presence... no checking for mysql.h... no checking for mysql_init in -lmysqlclient... no checking for mysql_init in
2009 Jun 29
1
Hosmer Lemshaw
Hello R experts, Is the a function to preform a Hosmer Lemshaw goodness of fit? I am running R 2.8. Thanks, AlonBen-Ari Department of Anesthesiology and CCM Univ. Pittsburgh [[alternative HTML version deleted]]
2009 Nov 11
1
Convert to time from epoch
Hello R users, Is anyone familiar with an R function that converts a time expression ( POSIx for example ) to time (seconds/minutes) from epoch? I was unable to find any Best, Alon [[alternative HTML version deleted]]
2010 Nov 24
2
Cannot update R
Hello I cannot update the package rjags. Although I am a su. Running openSUSE R version : language R version.string R version 2.12.0 Under development (unstable) (2010-05-05 r51914) I get the following error: configure: error: "Cannot load JAGS library in
2010 Jun 02
1
uninstall vmware tools on v2v to kvm?
Hi, I have tested the windows v2v from esx to kvm with vmware-tools installed on the guest. There is an issue, a message on first login after boot that tell the user that one or more services failed to start. In the system event log there are 3 errors. Two of them are tool services and one is the parallel port driver service. Disabling the services (setting start mode 4 in the registry)
2010 Jun 03
1
a patch that disable vmware tools services on virt-v2v
After applying the patch windows guest came up with no error in the event log. Amos. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100603/053d7f94/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-disable-vmware-tools-services.patch Type:
2010 Jun 07
1
windows v2v related patches
1. The first (0003) is a patch I already sent it disables all vmware tools on the windows guest. 2. The next one (0005) is a refactoring of the code to prevent downloading the registry hive multiple times. 3. (0006) removes vmware run entries in the software hive. 4. (0007) disable the parallel port driver. 5. (0008) is reverting some of the changes in patch
2010 May 16
1
FW: Emailing: 0002-use-single-registry-change-for-all-supported-windows.patch
Attached is a fixed version of the patch. > -----Original Message----- > From: Richard W.M. Jones [mailto:rjones at redhat.com] > Sent: Friday, May 14, 2010 10:23 AM > To: Amos Benari > Cc: libguestfs at redhat.com > Subject: Re: [Libguestfs] Emailing: 0002-use-single-registry-change- > for-all-supported-windows.patch > > > From: unknown <Amos at .(none)> > > In ~/.gitconfig set: > > [user] > name = Your Name >...
2009 Jun 17
1
Cannot install a package - with a funny error message
Hello I am trying to install the following package . I am logged in as SU of course. Below is my input and output. Any ideas? install.packages("kernlab") --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Error in m[, 1] : incorrect number of dimensions Best, Alon [[alternative HTML version deleted]]
2010 May 13
0
FW: Emailing: Windows.pm
It assumes using the RHSrvAny packed with rhevm (with service name 'rhev-apt'). It uses the same registry keys for all windows version supported (XP, 2k3, 2k8 and 7). Amos. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Pre-convert-Windows-guests.patch Type: application/octet-stream Size: 16695 bytes Desc: not available URL:
2010 May 13
0
Emailing: 0001-use-one-registry-key-set-for-all-windows-releases.patch
Maybe this time I got the patch right. Amos. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-use-one-registry-key-set-for-all-windows-releases.patch Type: application/octet-stream Size: 30010 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100513/0c82a74f/attachment.obj>
2012 Jan 27
0
Error in JAGS, cannot monitor z
Hello. I am running a state space model (the example from Marc kery's Bayesian population analysis using WinBUGS ) The code runs fine for the examle as shown in the book. However I played around and changed the nodes monitored to the latent variable z I get the following error- even though it is monitored in the code: Initializing model
2009 Sep 22
2
No parametric methods
Hello I am interested in finding out a method of power analysis (effect size and sample size calculation ) using R in non parametric methods? I am running R 2.8.1 running on linux open SUSE Any libraries or documentation , I was not bale to google up any. Thanks in Advance, Ben-Ari Alon, MD University of Pittsburgh. [[alternative HTML version deleted]]
2009 Jun 11
1
gfortran command not found?
Hello, I have openSUSE 11.1 Trying to install randomForest as SU after invoking R install.packages("randomForest") and I get this * Installing *source* package ‘randomForest’ ... ** libs gcc -std=gnu99 -I/usr/lib/R/include -I/usr/local/include -fpic -O2 -c classTree.c -o classTree.o gcc -std=gnu99 -I/usr/lib/R/include -I/usr/local/include -fpic -O2 -c regTree.c -o
2010 May 13
1
Emailing: 0002-use-single-registry-change-for-all-supported-windows.patch
if it works thank god for notepad2 (If it's not then be patience, I am just a windows user). Amos. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-use-single-registry-change-for-all-supported-windows.patch Type: application/octet-stream Size: 10635 bytes Desc: not available URL: