similar to: Feature Request: don't sync if it would result in more than NUM deletions.

Displaying 20 results from an estimated 1400 matches similar to: "Feature Request: don't sync if it would result in more than NUM deletions."

2000 Jul 31
2
NLME 3 (R version) again!
Hi, Well after trying to fix the assign commands in version 3.1.7 of your nlme package I still cannot get the plot functions to work. Basically I have no other packages installed (apart from those provided with R) so nlme is the first. my R version info is; platform sparc-sun-solaris2.7 arch sparc os solaris2.7 system sparc, solaris2.7 status
2005 Nov 17
1
anova.gls from nlme on multiple arguments within a function fails
Dear All -- I am trying to use within a little table producing code an anova comparison of two gls fitted objects, contained in a list of such object, obtained using nlme function gls. The anova procedure fails to locate the second of the objects. The following code, borrowed from the help page of anova.gls, exemplifies: --------------- start example code --------------- library(nlme) ##
2000 Mar 07
1
Problems with nlme (PR#471)
Dear R developers, first of all let me join the chorus of congratulations for the release of R 1.0.0. Well, done! Unfortunately, I find it necessary to e-mail in a bug report regarding the `nlme' package. On my office machine I experience the following trouble: bossiaea:/opt/R$ R CMD check -c nlme Checking package `nlme' ... Massaging examples into `nlme-Ex.R' ... Running
2003 Nov 18
5
mixed model for Splus and R
Hi there, I try to compare the mixed model package "lme" by Splus and R. I used the dataset "Ovary" and the following code assuming AR(1) model for the error term: lme(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), data=Ovary, random = pdDiag(~sin(2*pi*Time) ) , correlation=corAR1() ) But I got different results! And then I used a simpler model: lme(follicles ~
2006 Nov 06
1
question about function "gls" in library "nlme"
Hi: The gls function I used in my code is the following fm<-gls(y~x,correlation=corARMA(p=2) ) My question is how to extact the AR(2) parameters from "fm". The object "fm" is the following. How can I extract the correlation parameters Phi1 and Phi2 from "fm"? These two parametrs is not in the "coef" componenet of "fm". Thanks a
2005 Sep 14
2
File owning and rights problems
Hi! I use protocol manager on a boot diskete to map a network drive share which is shared by a samba server. (i.e net use i: \\server\d) I give a username and a password which exists in /etc/samba/smbpasswd (i.e user name: user1 and password: passwd1) but when I create and/or edit a file, it changes the ownership to that file to owner user: dobody and group owner: nobody. Also the rights are
2007 Aug 16
1
Set CALLERID(num) to a specific number only if ${CALLERID(num)} is not an NANP number
Im trying to figure out the base way to check the callerID being sent to my Asterisk box and use it if it is a valid NANP number, but replace it with a static NANP number if it is not. (Why? I have a few carriers that require this, and a few international users - if it happens to take one of the carriers that require it, I want it to set a static number that is valid). I'm playing
2005 Aug 04
1
SwitchTower CVS support
I did an svn up this morning and discovered this whole new bundle of code! Lookingn through it it looks cool, but there''s no CVS support for an SCM - I''d have thought this would be more widely used than darcs. Looking at the code for subversion.rb and I thought it''d be possible to add a new scm - CVS. I''m running into 3 problems: 1- I''m still
2013 Apr 25
1
Linear Interpolation : Missing rates
Dear R forum I have data.frame as df = data.frame(rate_name = c("USD_1w", "USD_1w", "USD_1w", "USD_1w", "USD_1m", "USD_1m", "USD_1m", "USD_1m", "USD_2m", "USD_2m", "USD_2m", "USD_2m",  "GBP_1w", "GBP_1w", "GBP_1w", "GBP_1w",
2010 Jul 01
2
Brute force attacks
Hi We've just noticed attempts (close to 200000 attempts, sequential peer numbers) at guessing peers on 2 of out servers and thought I'd share the originating IPs with the list in case anyone wants to firewall them as we have done 109.170.106.59 112.142.55.18 124.157.161.67 Ish -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062 -------------- next part
2007 Dec 28
1
two plots on the same page
I'd like to know why I cannot get a plot and the QQnorm in the same sheet. The commands are simple but: library(nlme) glmod1 <- gls(upfmla,correlation=corAR1(),method="ML") summary(glmod1) par(mfrow = c(2,1)) plot(glmod1, main="GLS Residuals vs. GLS Fitted") qqnorm(glmod1) No matter what (I tried different permutations of the plotting commands) the second drawing
2012 Jan 14
2
IMAP maillog error: file lib.c: line 37 (nearest_power): assertion failed: (num <= ((size_t)1 << (BITS_IN_SIZE_T-1)))
Dear Mailing List, What does this error mean and how do I fix it? I am on a Centos 4.9 >From /var/log/maillog : Jan 14 11:54:51 hostname imap(username): file lib.c: line 37 (nearest_power): assertion failed: (num <= ((size_t)1 << (BITS_IN_SIZE_T-1))) Version information : root at hostname[/etc/rc.d/rc3.d]# dovecot --version ; dovecot -n ; cat /etc/*release* 0.99.11 Usage:
2005 Aug 31
1
CallerID Num and Name setting to Asterisk.. Problem
I thought that I would try this on iax.conf as well however I still get asterisk asterisk as the callerid name and num. I have the latest CVS as of 8/17/05 Has anyone have this working with iax incoming? Thanks Ben > That worked. The following line also got rid of "asterisk" without > entering any custom info: > > callerid= > > Thank you, > Hugh > > On
2010 Dec 29
2
GotoIf CALLERID(num)
I'm testing GotoIf($["${CALLERID(num) but I'm missing something as it is not working: [office-open] exten => s,1,Wait(1) exten => s,2,Answer() ; for Caller ID is 471-5665, always signal congestion: exten => s,3,GotoIf($["${CALLERID(num)}" = "4715665"]?4:6) exten => s,4,Playtones(congestion) exten => s,5,Congestion(5) exten =>
2008 Aug 21
1
The problem of the ${CALLERID(num)} for the fxo
HI There is a question about the fxo of the zaptel card which is set a number to use as common analog phone. When I use ${CALLERID(num)}to get it's number, it could'n be done. But ${CALLERID(num)} could get the other number of the SIP or IAX . Could you tell me the reason, and how I could get the number of the fxo which is used as a common analog phone? Thanks
2016 Apr 25
1
Num to INT
Hi there: I transformed four columns of values in my dataset into an integer using excel, but when I imported the dataset into R, it is still reading one of the columns as NUM. Then, I used as.integer function to convert the remaining column into INT, but unfortunately, it is replacing the values by NAs. I was wondering if you could help me to solve this problem. Thanks, -- Andre
2013 Nov 20
0
[PATCH net 2/3] virtio-net: fix num calculation on frag skb allocation failure
We need decrease the rq->num after we can get a buf through virtqueue_get_buf() even if we could not allocate frag skb. Otherwise, the refill routine won't be triggered under heavy memory stress since the driver may still think there's enough room. This bug was introduced by commit 2613af0ed18a11d5c566a81f9a6510b73180660a (virtio_net: migrate mergeable rx buffers to page frag
2013 Nov 20
0
[PATCH net 2/3] virtio-net: fix num calculation on frag skb allocation failure
----- ???? ----- > On Wed, Nov 20, 2013 at 05:07:26PM +0800, Jason Wang wrote: > > We need decrease the rq->num after we can get a buf through > > virtqueue_get_buf() even if we could not allocate frag skb. Otherwise, the > > refill routine won't be triggered under heavy memory stress since the > > driver may > > still think there's enough room. >
2014 Jan 16
0
[PATCH net-next RFC] virtio-net: drop rq->max and rq->num
From: Rusty Russell <rusty at rustcorp.com.au> Date: Thu, 16 Jan 2014 10:25:26 +1030 > Rusty Russell <rusty at rustcorp.com.au> writes: >> Jason Wang <jasowang at redhat.com> writes: >>> It looks like there's no need for those two fields: >>> >>> - Unless there's a failure for the first refill try, rq->max should be always
2001 Dec 04
1
Strange keyboard behavior with Num Lock
Hi, Using last cvs code, i get a strange behavoir with the numlock code: When it's on, special keys like enter,backspace, or arrows don't function. When i switch Num lock off, all are fully fonctionnal. Any ideas ? ___________________________________________________________ Nokia 5510 Dr?le de look... et quel son ! Cliquez sur http://fr.promotions.yahoo.com/nokia/ D?couvrez-le et