Displaying 20 results from an estimated 200 matches similar to: "Please advise (web page replication in Linux)"
2003 Jul 31
1
Rsync not connecting
Hi All
I am using the following command to update data from one server to another
one. But it is
returning back with error.
Without SSH:
[root@pc165017 var]# rsync -ae /var/www pc165002.napier.ac.uk:/var/www
Failed to exec /var/www : Permission denied
rsync error: error in IPC code (code 14) at util.c(162)
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync
2003 Jul 23
3
rsync configuration
Hello,
Here on our site we have installed rsync on two servers. Our objective is
to back up on of the severs by sending it over to the server with the tapes
my question is: we are using ssh through rsh and we are trying to 'pass'
the password though the rsyncd.conf secret file because the password=
option does not work with rsh. So.. when entering the command even when we
specify the
2003 Jun 29
2
rsync/jscript/cygwin problem
I'm using a javascript program to execute rsync 2.5.6
compiled with cygwin on Windows XP Pro machines.
These backup the user's "My Documents" folder to a
Linux server running rsync 2.5.6 in daemon mode
when the user logs in to XP and certain conditions are
met (e.g. user hasn't backed up for a few days, user
on the network etc).
This works great except every now and then
2005 Feb 28
3
(no subject)
Dear R
Can you tell me how to change the working directory of R
It's just that I have some text files that I wish to save separately from
the R filing structure eg. into C:/my documents and need to change the
working directory of R so that it reads these files . This means if I ever
upgrade the current version of R nothing will be effected.
brett
Brett Stansfield
Environmental Scientist -
2008 Nov 24
2
Estimating the standard error when you have sampling weights.
Hi,
Where can I find information ( freely available on the Internet , and also
books or other sources ) on how having sampling weights changes the
calculation of the standard error (of means and proportions)?
How good is R for this type of procedure? And SAS?
thanks
Robert
[[alternative HTML version deleted]]
2008 Sep 16
2
[LLVMdev] tracing stack variables
I'm trying to discern whether or not stack variables are all accessible
through ExecutionEngine.cpp .
Initially , I targeted the 'alloca' function as the source for all
stack accession data , but I think that the function is too basic : ie ,
the type data may not be easily accessible from that function's scope .
So my next idea was to use ExecutionEngine , because when data is
2005 Feb 02
1
FW: Document1
> -----Original Message-----
> From: Brett Stansfield
> Sent: Wednesday, 19 January 2005 4:25 p.m.
> To: 'S.Ganesh at massey.ac.nz'
> Subject: Document1
>
> <<Doc1.doc>> I was trying to get R to analyse one variable of the file
> Chicken Weight. when I ask
>
> hist(data$weight)
> R says "x must be numeric"
> yet when I
2005 May 26
1
Chi Square Test on two groups of variables
Dear R help
I have been trying to conduct a chi square test on two groups of variables
to test whether there is any relationship between the two sets of variables
chisq.test(oxygen, train)
Pearson's Chi-squared test
data: oxygen
X-squared = 26.6576, df = 128, p-value = 1
> chisq.test(oxygen)
Pearson's Chi-squared test
data: oxygen
X-squared = 26.6576, df = 128,
2005 May 29
2
joining files after canonical correlation
Dear R,
I recently did a canonical correlation analysis on two subsets of data
(location and weather). So I now have canonical scores for location and
weather. but I'd now like to do a scatterplot matrix using the pairs
statement.
Is there a way to somehow join location.U and weather.V to become a new data
set from which I could undertake a scatterplot matrix of the canonical
variates?
2008 Sep 16
0
[LLVMdev] tracing stack variables
On 2008-09-16, at 19:01, Dane Napier van Dyck wrote:
> I'm trying to discern whether or not stack variables are all
> accessible through ExecutionEngine.cpp .
> Initially , I targeted the 'alloca' function as the source for all
> stack accession data , but I think that the function is too basic :
> ie , the type data may not be easily accessible from that
2008 Aug 26
2
lattice plotting character woes
The following reproducable code shows the setting of my problem:
set.seed(260808)
n = 50
x = rnorm(n)
y = rnorm(n)
z = ceiling(runif(n,0,4))
g = runif(n,0,6)
G = factor(ceiling(g))
xyplot(y ~ x | G)
plsy <- trellis.par.get("plot.symbol")
plsy$pch = z
trellis.par.set("plot.symbol",plsy)
xyplot(y ~ x | G)
plsy$pch = as.character(z)
2005 Feb 02
4
(no subject)
can you recommend a good manual for R that starts with a data set and gives
demonstrations on what can be done using R? I downloadedR Langauage
definition and An introduction to R but haven't found them overly useful.
I'd really like to be able to follow some tutorials using a dataset or many
datasets. The datasets I have available on R are
Data sets in package 'datasets':
1999 Jan 25
1
Problems running apps from Samba 2.0.0 share on NT 4.0
Ever since I upgraded from Samba 1.9.18 to 2.0.0, I've been
having problems with applications started from a Samba share dying
silently, or with an Illegal Instruction message, on NT 4.0
Workstation. Since the only configuration change has been the Samba
upgrade, that would seem to be the orgin of the problem. Below is my
smb.conf file, in case I have something configured (or not configured)
1998 Oct 27
2
browser problem
The browsing capability in Network Neighborhood disppears periodically.
Usually, double-clicking on Network Neighborhood gives us a list of all
the NT and Unix/samba boxes on the network segment (i.e. in the
Workgroup). When browsing disppears, all we see is *Entire Network*,
which has nothing in it.
We run a unix/NT network with 6 unix servers and about 80 NT clients. We
are running NT
2005 Jun 06
0
Notification of Undelivered Mail (VIS)
An email that you sent to g.drummond@napier.ac.ukwith the subject title: Re: List has been blocked because it appears to contain a Virus/Worm.
Please note : the recipient has been notified that your email has been blocked. In order to protect our systems the email has been deleted.
Please clean and resend the email
C&IT Services
Napier University
MailMarshal Rule: Anti-Virus (Inbound) : Block
1999 Jan 26
0
Newbie query - reading data into R
( This may seem a basic query, but anyway ... here goes ... :-)
I have a simple ASCII dataset which I'm trying to read into R (and
trying to get R to accept it as a data-frame). The data is of the form
-
City Number
Napier 324
Auckland 657
Wellington 879
Christchurch 904
- and so on. The data is separated by tabs , as above.
I use the
2005 Feb 02
1
selecting subsets of data for analysis
can you tell me how to ask R to analyse a subset of data
eg. supposing the data set consists of 9 columns and I only want R to
analyse columns 1, 3 and 5
how would I command R to conduct eg. boxplots of those variables only?
thanks
brett
Brett Stansfield
Environmental Scientist - Water Quality
Hawke's Bay Regional Council
102 Vautier Street
Private Bag 6006
Napier
Phone (06) 835-9200
1999 Jan 07
0
3.0beta5 disconnecting drives
Hi there!
Seems that my 2.0beta5 is not going as smoothly as I'd hoped.
We've found a strange behaviour which is only happening when people
first log in in the morning.
When we log in, a number of drives are mapped to various directories on
the Unix box. Things seem to go OK until another person logs in and tries
to access a file already open by another user. Then they both seem to
1999 Oct 07
0
Smbd won't bind - any clues?
Hi folks,
I'm trying to help a fellow sysadmin configure Samba on his DG/UX
server.
He's installed 2.0.5a, and everything seemed to go well in the configure
and make stages.
However, when he tries to start 'smbd' by hand he gets the errors below.
Our machine is binary compatible with his, and I sent him my copy of
smbd (from version 2.0.3), but it made no difference. I had
1999 Oct 13
0
Trouble starting smbd
Hi folks!
I'm helping install samba 2.0.5.a on a Data General DG/UX Intel based
Aviion server. The config and compile went well, but when trying to start
the daemon, we get the following errors:
[1999/10/07 11:49:44, 0] locking/shmem_sysv.c:sysv_shm_open(597)
ERROR: root did not create the semaphore
[1999/10/07 11:49:44, 0] locking/locking.c:locking_init(174)
ERROR: Failed to