Displaying 20 results from an estimated 9000 matches similar to: "File locking for simultaneous rsync sessions"
2014 Jul 16
3
Simultaneous Ring
I have a need to issue a dial command to a number:
same => n,Dial(${DIALGROUP1},${TIMER1},t)
After a number of seconds, let's say 10 seconds. I want to dial another set of numbers while continuing to ring, or interrupting the first group of numbers.
same => n,Dial(${DIALGROUP2},${TIMER1},t)
Is there a way to do this without interrupting the first call?
Thanks,
Scott Haley
If you
2009 Apr 07
1
typo in R-ints.texi's description of P_ macro
I think there are some missing words in "R Internals"'s description of
the P_ macro.
It currently has "A macro as a wrapper for ngettext", which I think
ought to be
something like "The macro P_ may be used as a wrapper for ngettext".
The following patch also makes the 2 alternate definitions of P_ have
the same argument names,
StringS and StringP. Expanding the
2009 Oct 17
2
Recommendation on a probability textbook (conditional probability)
I need to refresh my memory on Probability Theory, especially on
conditional probability. In particular, I want to solve the following
two problems. Can somebody point me some good books on Probability
Theory? Thank you!
1. Z=X+Y, where X and Y are independent random variables and their
distributions are known.
Now, I want to compute E(X | Z = z).
2.Suppose that I have $I \times J$ random number
1999 Jan 07
2
math symbols in plot text: 2nd try
Ok, I think my first mail didn't get through so I'll try this again.
Please disregard.
I'm trying to use subscripts on plot text.
The help files say this can be done and give several example.
I'm trying to do: P_{2} (for example) and so I tried:
text(5,2,expression(P_{2}))
which doesn't work. There are no subscript examples. I recall
someone telling me that latex-like
2006 Sep 14
1
Rv generation
Hi,
Can Someone inform me how to generate RV's using the below CDF, by inverse
technique.
Thanks for your help and time.
My CDF is as follows
\[
F(x)=0 \ \text{if} \ x < 0\]\[
F(x)=\{\frac{x-x_i}{x_{i+1}-x_{i}}*(p_{i+1}-p_{i})\}+p_{i}\
\forall \ x_{i}\leq x < x_{i+1} \]
\[ F(x)=1 \ \text{if} \ x > x_{i+1}
\]
Regards
Murthy
2013 Mar 11
2
[LLVMdev] How to unroll reduction loop with caching accumulator on register?
Dear all,
Attached notunrolled.ll is a module containing reduction kernel. What I'm
trying to do is to unroll it in such way, that partial reduction on
unrolled iterations would be performed on register, and then stored to
memory only once. Currently llvm's unroller together with all standard
optimizations produce code, which stores value to memory after every
unrolled iteration, which is
2012 Feb 22
2
What about ZFS ?
Hi everybody,
I'm looking for information about using GlusterFS with ZFS. I got information that talked about a sort of incompatibility between the both technologies because of unsupported xattr feature in ZFS.
What are the latest news about this ?
Thank you in advance.
2013 Mar 11
0
[LLVMdev] How to unroll reduction loop with caching accumulator on register?
I tried to manually assign each of 3 arrays a unique TBAA node. But it does
not seem to help: alias analysis still considers arrays as may-alias, which
most likely prevents the desired optimization. Below is the sample code
with TBAA metadata inserted. Could you please suggest what might be wrong
with it?
Many thanks,
- D.
marcusmae at M17xR4:~/forge/llvm$ opt -time-passes -enable-tbaa -tbaa
2010 Aug 02
1
lm length
Hi all,
I wanto to run a plot about the levels of a variable parting on an ols
regression. The regression in done on the rate of return of the variable.
Imagine R_{t}=a+b*R_{t-1}
So If P, the "estimated" price would be P_{t}=P_{t-1}*R_{t}
Imagine that I obtain lm fitted values and the original
R_{t}, R_{t-1} are [1000,1] dimmension...
How it is posible to obtain also 1000,1 fitted
2012 Nov 16
1
Split data frame and create a new column
I need to split a data frame into 3 columns. The column I want to split
contains indices of lag (prefix L1 or L2 and suffix 01, 03, 04), station
name (shown in the sample data as capitalized G, P and S) and pollutant
name. Names with no ?L? prefix or 01/04 suffix are lag 0. Lag 01 is average
of lag 0 and 1, and 04 is average of 0 to 4 days. How can one do that in R?
I will ignore the other
2002 Dec 09
2
Sth better than cycle?
Hi,
I want to calculate expected likelihood over a 2D discrete
distribution, something like
\sum_k \sum_l p_{kl} L(v_k, v_l)
It is trivial to write a cycle like
for(k in 1:K)
for(l in 1:L)
sum <- sum + p[k,l]*L(v[k], v[l])
But is there a more clever way for R?
Best wishes,
Ott
2011 Jul 11
2
How unzip all files?
Hi
I'm starting to use R in windows. I need unzip some files. Each of them are
in different folders and subfolders. Names of folders have the same
beginning of the name. [example:( ~ / M_ /P_ (...)/ (...)R(...)/*.zip)] I do
not know the expression (character) necessary to call this direction and to
unzip files are in each subfolder.
Thank you.
--
View this message in context:
2009 Oct 29
2
exit status 13 in version 3.1
Got this in the log:
rsync error: errors with program diagnostics (code 13) at log.c(340) [generator=
3.1.0dev]
What could it be? I suspect it's triggered by a timeout or disconnect
from the server side but I had never seen it.
2007 Jan 15
3
CVS rsync hangs during local copy
Dear rsync people (particularly Wayne),
I am finding that the CVS version of rsync hangs during most, but not
all, local copies. The problem goes away if I pass --protocol=29, so
I'm guessing it is related to the incremental file-list sending.
The hanging seems to be timing-dependent. Increasing the verbosity
level seems to increase the chance of a hang. If I run rsync
repeatedly with the
2006 Nov 04
8
Strategy for penalising IPs with too many simultaneous sessions
Hi all,
I have been trying to investigate traffic shaping in an effort to solve
the "unfriendly network apps" problem on a test network.
I have a basis by which I''d like to shape traffic, but studying the
howto doesn''t uncover and existing qdisc that seems to fit what I would
like to do.
The problem I would like to address is to prevent an IP address opening
10
2006 May 26
1
Unicode troubles
Hi,
I've tried to follow all helpful tips I've found in the mailing-list
and I've applied these two utf-8 patches;
http://article.gmane.org/gmane.comp.search.xapian.general/2324
http://article.gmane.org/gmane.comp.search.xapian.general/1927
Now the QueryParser works as I wants it to do, and creates the terms
correctly. But sadly I can't find any documents. If I do this;
$ quest
2011 Nov 21
1
Setting hostname in the .Renvironment
This is a follow-up to a question I asked a few years back. We have a pair
of computers that share a common home directory (and therefor a common
.Renviron) with identical hardware, but very different sets of libraries
such that using a "shared" R_LIBS between two computers does not work.
They both use this as the default library for user installations:
2004 Jun 03
0
How to put a limit on the number of simultaneous session that a user can open ?
Hi list,
I'm using Samba 3.0.4 on FreeBSD 5.2.1 as PDC for nt4 clients.
Is it possible to set a limit concerning the number of parallel session
that a domain user can open ?
My goal is to allow only one session per user.
Thanks,
--
Pierre-Fran?ois LAURAND - tel: 02 54 55 21 13
Email: http://www.cerbermail.com/?8axpnD3KnU
IUP Informatique et T?l?communication
Antenne de Blois -
2011 Jul 26
1
Optimal Code for subset of Integer Sets
Hi,
I wanted to know if there existed an good implementation in R of the
following classical subset Integers :
$P_{n,m} = {k_1, \ldots, k_m \in \mathbb{N} : k_1 + \ldots + k_m = n }$
for any integers $m < n$. There is an obvious not optimal code which would
be to run through $m$ sums and put a boolean condition to report if the
integers respect these condition but it would take $m^n$
2008 Feb 09
0
samba locking and gfs
Hi there,
I run samba as a PDC and tried to make this PDC high available with redhat cluster suite and gfs. I experienced the following problem while doing this:
If I set the option locking = no in smb.conf it takes about 4 minutes to copy a file of 1GB size. If I set locking = yes it takes about 1 hour. Im not sure if locking = no sets locking off for all locking options. At least I need locking