Displaying 20 results from an estimated 700 matches similar to: "rsync: connection unexpectedly closed."
2005 Jun 20
1
rsync: connection unexpectedly closed.
Hi Everybody,
I m running RedHat 9 Linux and I have the rsync-2.5.5-4 package.
When I m trying to the following:
[root@myhost_name root]# /usr/bin/rsync -va 10.0.8.190:usr/local/src
/local_folder
I got the following error:
Couldn't get address for your host (10.0.8.53)
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code
2002 Apr 29
3
Organizing the help files in a package
Dear all!!
I am using R1.4.1 on windows 98.
I had been trying to organize the package and has already been able to
document some of the functions in to .Rd (R documentation) files. From these
.Rd files I generated plain text files as well as html files.
I have also given the 00Index file in each of the directories:
html/
help/
data/
man/
Problem: I don't get the help using comand
2010 Sep 15
3
How to use PV on HVM
Hi,
I am trying to setup Xen to use "PV on HVM". For this, I did the following.
(1) I followed the tutorial at
http://wiki.xensource.com/xenwiki/Fedora13Xen4Tutorial to setup Xen4.0.1 on
Fedora13. I am able to run virt-manager and create a Fedora 13 guest.
(2) I followed the tutorial at
http://bderzhavets.wordpress.com/2010/05/27/pv-on-hvm-at-xen-4-0-on-top-of-fedora-13/to
use PV on
2010 Apr 08
1
[LLVMdev] doubt regarding gvnpre
Hello,
I am doing a course project of "Adding the strength reduction in existing
GVNPRE implementation".
But the problem which I am facing is that for many sample programs I
tried, the "gvnpre" pass of opt doesn't perform PRE and it leaves the code
as it is.
This is my sample program
and it should do PRE on it but opt is not performing it.
Kindly help me out in this part.
2002 Mar 08
1
passing the reference in R functions
Hello!
is it possible to send the vector in the r functions without making the
function frame to actually have the replicate copy of it ?
-Jag
Jagadish Rangrej ( Statistician )
CHEO Research Institute, Ottawa, ON
613-7383951
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2002 May 24
1
How to increases the Memory size for R in Batch mode
hello everybody!!
I am using "Rcmd BATCH" command to run simulation on R in batch mode on
win98 machine.
Would it be possible to increase the memory size of R; if so how and what is
the default memory size used, and what is the limit to which I can increase
the memory size.
My machine configurations:
512MB Ram with Intel P-III processor working at 1GHz speed.
Win98 and R 1.4.1
2002 Jul 30
1
Unable to install new package using local zip file (PR#1854)
Full_Name: Jagadish Rangrej
Version: 1.5.1
OS: windows 2000
Submission from: (NULL) (192.139.231.5)
I have produced one package using
>Rcmd install pubbias (pubbias is the name of pkg),
to move it to any new computer, I take the zip file of, "Program
file\R\rw1051\library\pubbias" and install it using menu option in R for
installing from local zip files.
It gives the error :
2006 Nov 10
2
Outgoing problem on PRI
Dear All,
I have an asterisk server version 1.2.12.1 along with trixbox and I am
having this nasty problem, I have a TE200P and have an E1 pri attached
to it and zttool says it's OK, I have configured the whole 31 channels
into one group as follow:
Zapata-auto.conf:
callerid=asreceived
signalling=pri_cpe
switchtype=euroisdn
context=from-zaptel
group=0
channel=>1-15,17-31
2019 Feb 17
2
Cross compile R for ARM target
Hi Johannes,
Thank you for your quick feddback.
As I am using linux os build with buildroot on my raspberry pi I can't use package manager such as apt-get to install R.
What I need to do is to get the precompiled R for arm arch and then when I build my linux image using buildroot I include the R precompiled package to my rootfs.
Could you please send me a link where I can download
2001 May 09
1
Coding categorical -> dummy
Dear R-Users,
I have a data frame with several categorical variables. I want to create a
new data frame with dummy variables (with all levels).
I know the function model.matrix (see below) but it works only for one
categorical variable :
> tt <- c("a","a","b","a","c")
> tt <- factor(tt)
> model.matrix(~ tt - 1)
is there anyone who
2011 Oct 28
1
Gap in solution
Hi David,
In the general case, there is still a gap in your solution >sum( tbl["1",
2:ncol(tbl)] ). This solution refers to a specific column number (here:
column number 2) and not to the actual length of the run, doesn't it? That
is, in this simple example the column number 2 actually corresponds to the
length "2", but this must not be the case in general. For
2002 Feb 25
0
RE: R crashes when .Fortran embeded function, is called twice in R --> solved
Hi all,
Thanks to everybody who thought on this problem, there was slight mistake in
the fortran code which lead to NULL pointer allocation error, but still it
surprises me that why it does not crib in the first run. The compiler I am
using is absoft fortran compiler.
Cheers,
-Jag
Jagadish Rangrej ( Statistician )
CHEO Research Institute, Ottawa, ON
613-7383951
> -----Original Message-----
2009 Jun 21
3
VMWARE tools on Centos 5.2
Hello,
I m using Centos 5.2 in my virtual machine VMWARE
i've got the rpm of VMWARE tools, after double clicking on it, it installs
successfully.
but after this installation i still can not change my displaay r?solution..
(the max is 800 * 600)
any help?
--
Samir RHAOUSSI
ENIM 2009 - G?nie Informatique
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Apr 11
1
How to assign variable name (of a vector, matrix, array) from element of another vector or by using paste?
Dear All,
My problem is the following
> varname <- c("age","sex","edu","mrt")
> varstates <- c(10,2,4,3) # 10 age groups, 2 sexes, 4 education group and 3
marital status..
Now, I want four variables (vector with length1) named nrage, nrsex, nredu,
nrmrt and assing some values
> for (i in 1:4) paste("nr",varname[i],sep="")
2019 Feb 17
2
Cross compile R for ARM target
Dear all,
I am currently trying to cross compile R3.5.2 using X86 host and trying to cross compile for ARM target (raspberry pi 3 running on linux system generated by buildroot).
The problem I am encountering is that the compilation fails because the current R buildsystem I trying to execute the R binary generated for Arm arch on the host X86 computer.
My question is: Is there an R
2000 Nov 14
3
ODBC Connectivity
Does anyone have any experience using R to pull/push data from an ODBC
compliant database? I'm working on a small project and am undecided about
whether to use just R or use some other software for extracting and
transforming.
TIA
Samir.
The information contained in this e-mail transmission is confidential and may
be privileged. It is intended only for the addressee(s) stated above. If
2001 Jan 17
3
Pattern Matching help
Thanks in advance for any help I can get on this.
I'm trying to change variable names between 2 systems - R and old SPSS,
Oracle. I'm using the grep() and gsub() commands but I'm getting the
following result -
> test.dat <- c("a", "b.c", "d.e.f", "p_q,r")
> test.dat
[1] "a" "b.c" "d.e.f"
2004 Jun 01
1
read.spss
HI,
I tried to read an spss file, i got this message, please help me out. I
am a very new user. Please suggest.
Samir
Error in read.spss("coughfever.sav") : Error reading system-file header.
In addition: Warning message:
coughfever.sav: File layout code has unexpected value 50331648. Value
should be 2, in big-endian or little-endian
2005 Sep 19
2
dynamic object names?
I am trying to extract data from a matrix. Let's say that i am interested in
extracting
rows from a 4x4 matrix. Instead of giving a fix name to these 4 rows I would
like to add a number to prefix. As result I should get 4 objects named:
prefix_1
prefix_2
prefix_3
prefix_4
I attepted to solve the problem with a loop, but without success. Any hints??
> matrix(LETTERS[1:16], ncol=4)
2006 Dec 29
3
Problems with dovecot-sieve on Debian Etch using dovecot LDA
I am running debian etch with dovecot 1.0 rc15 from the debian repository with
postfix 2.3
I am using virtual users in a postgreSQL database as taken from the dovecot
wiki while making use of the password field for authentication
I am using deliver as LDA and I am attempting to use the sieve plugin but try
as I might I can't seem to get it working.
Am I wrong in thinking that a sieve