Displaying 20 results from an estimated 4000 matches similar to: "iptables rule for rsync"
2008 Jun 05
1
rsync to mirror
Hello All,
I am running mirror of a website i update my mirror using rsync but when i
run
rsync -avvvvvvzC --timeout=600 --delete --delete-after
rsync.voip-info.org::voipmirror voip-info/
I get this error
opening tcp connection to rsync.voip-info.org port 873
rsync: failed to connect to rsync.voip-info.org: Connection timed out (110)
_exit_cleanup(code=10, file=clientserver.c, line=94):
2007 Apr 09
1
Re: asterisk-users Digest, Vol 33, Issue 35
We i have settup it like this it giveme caller id agent id and date-time on
gsm file but i want them to be in folder on every day basis datewise.
exten =>
_1NXXNXXXXXX,2,Set(CALLFILENAME=${ACCOUNTCODE}-${EXTEN}-${TIMESTAMP})
exten => _1NXXNXXXXXX,3,Monitor(gsm,/rec/asterisk/apr07/${CALLFILENAME},mb)
Any Idea ?
Faisal
> ------------------------------
>
> Message: 16
>
2007 Apr 09
1
Date Wise Recordings
Hi,
I like my recordings to go to date wise folder i mean to say that for
example today is 20070409 so all recordings should go directly to that
folder instead of one folder for whole month. and then next day's recordings
should go to next date folder.
so how can i do that my current monitor context is like...
exten => _1NXXNXXXXXX,3,Monitor(gsm,/rec/asterisk/apr07/${CALLFILENAME},mb)
2009 Aug 22
6
Fw: Re: my bootlog
Fasiha Ashraf
--- On Sat, 22/8/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:
From: Fasiha Ashraf <feehapk@yahoo.co.in>
Subject: Re: [Xen-users] my bootlog
To: "Boris Derzhavets" <bderzhavets@yahoo.com>
Date: Saturday, 22 August, 2009, 11:12 AM
Please check what wrong here
grub.conf
title Fedora (2.6.30-rc6-tip)
root (hd0,6)
kernel
2017 Sep 26
2
build a SpatialLines object from a list
Hi Eric,
Thanks for the help.But this will not solve the problem as it will generate a list and what I need is an object of class sp using SpatialLine function from sp package.So, I need to convert each matrix to coordinates and then to a line and then to a spatial line as figured in the code.
My data structure is a list of 141 matrices.Each matrix represents coordinates of the river lines
2017 Sep 25
0
build a SpatialLines object from a list
Hi Ashraf,
It is not obvious to me what your structures are but one problem in your
function is the assignment tt1 <- SpatialLines(list(tt[[i]])).
This will set tt1 to just have one item.
Consider the following
test.func <- function(x) {
tt1 <- list()
for ( i in ... ) {
...
tt1[[i]] <- SpatialLines(tt[[i]])
}
return(tt1)
}
HTH,
Eric
On Mon, Sep 25,
2010 Oct 02
1
RE : Re: differential billing
Stop advertising.
Le 26 sept. 2010 09:46, "Faisal Hanif" <faisal at vopium.com> a ?crit :
Hi Abdul-Basit,
If you need only different intervals of billing you can easily do it
using any AGI as we are doing it in Perl AGIs using post call billing.
But if you need realtime billing then the most stable and flexible
option is to use FastAGI+ AMI. I have tested it in JAVA and it
2006 Jul 13
1
Scalling/Centering the Data by an Index
Dear All:
I would like to center the data in 'x' by 'group'. The following code scale
the data and I have not been able to figure out how to change it so I get
the centered data.
x <- c(1, 2, 3, 4, 5, 6, 7, 8)
group <- c(1,1,1,2,2,2,2,2)
unsplit(lapply(split(x,group),scale),group)
I would appreciate your help.
Ashraf
2017 Sep 25
2
build a SpatialLines object from a list
Hi all,I'm trying to build a SpatialLines object from a list that contains 124 river segments. Each segment in the list contains the x,y coordinates. I'm using the following code to create the SpatialLines object, but it just retrieves one segment. Any suggestions?
test.func = function(x){
??? for (i in 1:length(x)) {??????? tt[[i]] <- x[i]; tt[[i]]? = Line(tt[[i]]); tt[[i]]? =
2009 Mar 18
2
Xen WiFi Networks
Does xen virtualize wireless networks, and if not, why not? What is so difficult about it?
Regards!
Fasiha Ashraf
Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Apr 03
3
'skewing' a normal random variable
Hi All;
The following question is directed more to statisticians on the list.
Suppose I have a normal random variable. Is there a transformation that I
can apply so that the new variable is slightly positively skewed.
I greatly appreciate your help.
Ashraf
2005 Apr 03
4
Generating a binomial random variable correlated with a normal random variable
Hi All:
I would like to generate a binomial random variable that correlates with a
normal random variables with a specified correlation. Off course, the
correlation coefficient would not be same at each run because of randomness.
I greatly appreciate your input.
Ashraf
2004 Dec 17
1
Confidence Intervals from Bootstrap Replications
Hi All:
I have to compute bootstrap confidence intervals, the statistic
(incremental cost effectiveness ratio) is computed from two samples
(intervention and control) of different sizes. All the bootstrap
functions that I have seen use one dataset as argument. I may go ahead
and get the desired number of bootstrap replications separately. I would
appreciate if you could point me to a source of a
2007 May 10
0
Asttapi Collect
Hi,
Did any one have configured Asterisk+Asttapi+Collect Software?
Collect is software for Debt collection agencies with PD I am having hard
time configuring it with asterisk.
I need help.
Regards
--------------------------------------------
Faisal A. Ashraf
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jul 18
0
Asterisk 1.4.21.1
Hello,
I just upgraded my asterisk to Asterisk 1.4.21.1 I am getting this Notice
can any one tell me what i need to see in order to fix this problem.
[Jul 18 18:27:08] NOTICE[9779]: rtp.c:1286 ast_rtp_read: Unknown RTP codec
126 received from '0.0.0.0'
[Jul 18 18:27:09] NOTICE[9780]: rtp.c:1286 ast_rtp_read: Unknown RTP codec
126 received from '0.0.0.0'
--
With Best Regards,
2006 Mar 22
1
lme convergence
Dear All:
lme(sbp ~ cengirth, data = family, random= ~ 1 | familyid)
converges but
lme(sbp ~ cengirth, data = family, random= ~ cengirth | familyid)
does not.
I get the following message:
Error in lme.formula(sbp ~ cengirth, data = family, random = ~cengirth |
:
iteration limit reached without convergence (9)
The data has 488 rows and 154 familyid levels. For
2007 Dec 06
5
Conjoint Analysis in R??
Pls advise how I can use R in conjoint analysis??
regds
Faisal Afzal Siddiqui
Karachi, Pakistan
____________________________________________________________________________________
Looking for last minute shopping deals?
2009 Sep 04
3
bridge throughput problem
I have set-up xen on my Intel quad core server. Now running different experiment to measure network throughput in virtualized environment. these are some of the results:
Netperf-4.5 results for inter-domain communication.
Sr.No. Client Server Time(sec) Throughput(Mbps)
1 Guest-1 Dom0
2003 Apr 08
2
PXE stack on a floppy
Hi,
The link given in your http://syslinux.zytor.com/pxe.php#config page
points to the
http://www.argontechnology.ca/rbfg/index.shtml
site. This site talks only of Win2k and .Net server. There is no mention
of GNU/Linux. Is it possible to use rbfg.exe to create a pxelinux
bootable stack on a floppy. If so how ?
Rom-O-Matic has a pxe loadable ROM image. Is there a way to use this to
2017 Oct 11
1
Iterate in a Spatial Polygon Dataframe in R?
Hi all,
?I'm trying to iterate in a SpatialPolygonDataFrame thatcontains 110 features. I tried to use the following code?
iterate.spdf =function(x){ for (i in 1:nrow(x)){ p = x[i, ]} return(p)}
but with no success as it returns with aSpatialPolygonDataFrame that contains onlyone feature. The code seems to overwrite the polygons to end up with only onefeature.
?Any suggestions?Ashraf, cheers