Displaying 20 results from an estimated 11000 matches similar to: "running two rsync processes, synchronizing the same directories"
2017 Jul 11
1
User uidNumber questions
Hi,
Question1: An uidNumber can be given to a new user by "samba-tool user add <
user.name> --uid-number=<number>". But is there a way to make samba
autogenerate it without me having to give a specific number?
Question2: The output of wbinfo --user-info <user.name>
DOMAIN\user.name:*:3000015:100:Full Name:/home/DOMAIN/user.name:/bin/false
>From what i understood
2003 Dec 18
2
IAX quesitons please.
Hello,everyone,
I encoutered some difficult with IAX when I run the asterisk.
<---->internet <--> asterisk + NAT <--> DIAX
my * box and NAT are at the same linux box which connecting to the internet using ADSL. The box has two network cards and two IP address,such as
public IP:211.11.11.11
private IP:192.168.1.10
the windows box running DIAX lies behind the
2004 Oct 14
1
correlating between two vectors of numbers
Hi, R!
Question1:
I am trying to correlate two vectors of numbers (two columns of microarray
signal values) by using the non-parametric Spearman's rank correlation
coefficient rho:
> cor.test(V2.Signal,V3.Signal,method="spearman")
but I get the error message:
Error in if (q > (n^3 - n)/6) pspearman(q - 1, n, lower.tail = FALSE) else
pspearman(q, :
missing value
2018 Jan 03
0
Trusted pool authentication & traffic encryption
Hi all,
I have some questions concerning Gluster security.
I was thinking about using Gluster for synchronizing data between my laptop and my desktop computer. I realize that this is not the usual use case, but I think it should work. I would create one replica-2 volume with one brick on each PC plus a FUSE mount of that volume on each PC. I would then always write my data to the local FUSE
2009 Oct 06
4
RAM errors after kernel-update
Hi,
I updated a server yesterday from
"kernel 2.6.18-128.7.1.el5xen" to "kernel 2.6.18-164.el5xen"
After rebooting, my message log is flooded every second or so with this error messages:
Oct 6 14:52:20 xenserver1 kernel: EDAC MC0: UE row 0, channel-a= 0 channel-b= 1 labels "-": NON-FATAL recoverable (Branch=0 DRAM-Bank=0 Buffer ID = 0 RDWR=Read RAS=0 CAS=0
2003 Jan 20
0
Tcl/Tk and mouse
Within a loop I tried to draw some things in
dependency on the position of the mouse.
This works fine with R-1.5.1 but R-1.6.1
requires to include some delay by
Sys.sleep(delay) with delay>=0.015.
For smaller values (e.g. 0.0001) the
top level tcltk-window does not appear
and so I am not able to control the elements
to be plotted using the tcltk-widget.
Question1: How can I force
2009 Jan 06
0
Singularity of lda function in MASS package
I have two specific questions regarding the output of lda function in MASS.
#Question1:
#=========
n: sample size, p: number of variables
Some articles in the literature say that LDA is singular
for p > n-1. However, my experimentation with lda (default arguments) for
two class problems shows collinearity for p > n-2.
Does anyone know why this is the case? Does lda (MASS) use a
different
2009 Oct 07
0
how to extract the second table from the factanal functions result's loadings part?
Hi All,
Can someone help me?The way to do this may be very easy but i do not know.
*Question1:----*
factanal() function produces the results in this way:--
*RESULTS:--*
*>fact1<- factanal(data_withNA,factors=1,rotation="none")
>fact1$"loadings"*
Loadings:
Factor1
i1 0.784
i2 0.874
i3 0.786
i4 0.839
i5 0.778
i6 0.859
i7 0.850
i8 0.763
i9 0.810
i10 0.575
2012 Jul 03
1
nls problem
hi list,
used versions: 2.12.1 and 2.14.0 under ubuntu and macosx.
I recently stumbled over a problem with `nls', which occurs if the model
is not specified explicitly but via an evaluation of a 'call' object.
simple example:
8<--------------------------------------------------------------------------------------
nlsProblem <- function (len = 5) {
2008 Jun 22
1
two newbie questions
# I've tried to make this easy to paste into R, though it's probably
so simple you won't need to.
# I have some data (there are many more variables, but this is a
reasonable approximation of it)
# here's a fabricated data frame that is similar in form to mine:
my.df <- data.frame(replicate(10, round(rnorm(100, mean=3.5, sd=1))))
var.list <- c("dv1",
2009 Aug 04
2
Caculate first difference from a dataframe; write a simulation
Dear R Users
I'm writing my first simulation in R.
I've put across my problems with a smaller example in the attachment along
with the questions.
Please help.
Best regards
Meenu
-------------- next part --------------
mydat<-read.table(textConnection("Level spread change State
4.57 1.6 BlF NA
4.45 2.04 BrS NA
3.07 2.49 BlS NA
3.26 -0.26 BlF NA
2.80 0.22 BrF NA
3.22 2.5 BrS NA
2009 Aug 05
1
writing a simulation
No its not an or condition. Please see the changed attachment.
Many thanks for your help.
Regards
Meenu
On Wed, Aug 5, 2009 at 6:36 PM, David Winsemius <dwinsemius at comcast.net>wrote:
>
> On Aug 4, 2009, at 2:12 PM, Meenu Sahi wrote:
>
> Dear R Users
>>
>> I'm writing my first simulation in R.
>> I've put across my problems with a smaller example
2008 Nov 17
1
Type III ANOVA of package car depends on factor level order
## Question1: How to define IV with interaction alone, without main effects?
## Question2: Should Type III ANOVA in package car be independent of
the factor level order?
## data from http://www.otago.ac.nz/sas/stat/chap30/sect52.htm
drug <- c(t(t(rep(1,3)))%*%t(1:4));
disease <- c(t(t(1:3)) %*% t(rep(1,4)));
y <- t(matrix(c(
42 ,44 ,36 ,13 ,19 ,22
,33 ,NA ,26 ,NA ,33 ,21
,31 ,-3 ,NA
2012 Apr 24
3
Synchronizing multiple samba servers
Hi.
I have two servers located in two different time zones. I want to know if
there is a way to keep the shares synchronized. Right now what i thought
is to run rsync from Server A to Server B . However the issue is say Server
B has a new version of the file in server A and that should not be
overwritten but should be copied back to server A. How to go about this?
Regards
Janantha
2006 Mar 17
5
Radio Button Validation
I''m writing a quiz application and I need to validate the radio button
reponses. I do not have the questions in a database, I just have forms
which contain "question1" and then I strip out the "question" portion
and just insert the number as the question''s id. So now I''m faced with
the dilemma of making sure the radio buttons are pressed.
Radio
2005 Oct 20
2
rsync deleting directories when synchronizing
We have an odd problem with the rsync 2.6.6. When we issue
rsync -vvrLxHpogDtSP server::image/ /
it deletes certain directories.
We're sync'ing to / because we don't know ahead of time which files will
appear on the server. For example, some init scripts get populated into
the rsync module, appearing ultimately as
server::image/etc/init.d/script, but we don't know ahead of
2010 Apr 28
7
operator problem within function
Dear all,
i have a problem with processing dataframes within a function using the "$".
Here“s my code:
recode_items = function(dataframe,number,medium=2){
# this works
q<-paste("columna",number,sep="")
# this does not work, particularly because "dataframe" is not processed
# dataframe should be: givenframe$columnagivennumber
2004 Jan 12
2
A question on codec translation.
Here is the scenario...
SIP UA's can use either GSM or G.711 ( in that order of preference in
the sip.conf )..
Asterisk Server1 is linked to Asterisk Server2 via IAX2 and also
supports GSM and G.711 ( also in that order of preference)..
1. If a call comes in from the UA using GSM and then goes out over the
IAX2 leg, Will Asterisk simply move the GSM encoded data from the SIP
channel to
2002 May 13
1
Synchronizing uids on deferent machines running winbind
Hello,
I've a small Linux network, NFS amd NIS server with three clients. Each machine is running winbind to connect to a windows 2000 domain. All is working fine, I just have a problem synchronizing the uids generated by the winbind to a windows user that logs on to the Linux network. For example, on one machine a user can get uid 10000 and on another machine the same user can have uid
2002 May 13
1
Synchronizing uids on deferent machines running winbind
Hello,
I've a small Linux network, NFS amd NIS server with three clients. Each machine is running winbind to connect to a windows 2000 domain. All is working fine, I just have a problem synchronizing the uids generated by the winbind to a windows user that logs on to the Linux network. For example, on one machine a user can get uid 10000 and on another machine the same user can have uid