search for: cdiff

Displaying 14 results from an estimated 14 matches for "cdiff".

Did you mean: diff
2018 Jul 15
2
Clamd issues on Centos 6.10
...00.1 > DON'T PANIC! Read https://www.clamav.net/documents/upgrading-clamav > main.cvd version from DNS: 58 > main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, > builder: sigmgr) > daily.cvd version from DNS: 24753 > Retrieving http://db.nl.clamav.net/daily-24751.cdiff > Trying to download http://db.nl.clamav.net/daily-24751.cdiff (IP: > 2400:cb00:2048:1::6810:b98a) > Downloading daily-24751.cdiff [100%] > cdiff_apply: Parsed 289 lines and executed 289 commands > Retrieving http://db.nl.clamav.net/daily-24752.cdiff > Trying to download http://db...
2018 Jul 14
0
Clamd issues on Centos 6.10
...00.0 Recommended version: 0.100.1 DON'T PANIC! Read https://www.clamav.net/documents/upgrading-clamav main.cvd version from DNS: 58 main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr) daily.cvd version from DNS: 24753 Retrieving http://db.nl.clamav.net/daily-24751.cdiff Trying to download http://db.nl.clamav.net/daily-24751.cdiff (IP: 2400:cb00:2048:1::6810:b98a) Downloading daily-24751.cdiff [100%] cdiff_apply: Parsed 289 lines and executed 289 commands Retrieving http://db.nl.clamav.net/daily-24752.cdiff Trying to download http://db.nl.clamav.net/daily-24752.cd...
2018 Jul 14
4
Clamd issues on Centos 6.10
Hello all, Been having an issue today that I can't seem to solve, so reaching out to others much more knowledgeable for help/advice/assistance. I ran the software update this morning and installed 134 packages, clamd was one of the packages. Upon completion of the update, I needed to reboot the box. During bootup I got the following issue: Starting Clam AntiVirus Daemon: WARNING: Ignoring
2018 Jul 15
0
Clamd issues on Centos 6.10
...PANIC! Read https://www.clamav.net/documents/upgrading-clamav >> main.cvd version from DNS: 58 >> main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, >> builder: sigmgr) >> daily.cvd version from DNS: 24753 >> Retrieving http://db.nl.clamav.net/daily-24751.cdiff >> Trying to download http://db.nl.clamav.net/daily-24751.cdiff (IP: >> 2400:cb00:2048:1::6810:b98a) >> Downloading daily-24751.cdiff [100%] >> cdiff_apply: Parsed 289 lines and executed 289 commands >> Retrieving http://db.nl.clamav.net/daily-24752.cdiff >> Tryi...
2009 Oct 13
2
General means of matching a color specification to an official R color name
Hello List Dwellers: I?ve looked around quite a bit, but don?t quite see an answer that I understand. I?m looking for a way to take any kind of color specification (rgb, hsv, hcl, hex) and match it to the n-nearest R official color names. Clearly it is easy to interconvert different specification schemes and color spaces, but matching to the name seems a bit trickier. Seems like if one has a
2004 Feb 23
0
Question concerning functions nlsList and nlme from nlme R library.
...1 20.00000000 11141 1 vial 1 0 12 5.00000000 11446 1 vial 1 0 13 1.25000000 13377 1 vial 1 0 14 0.31250000 20267 1 vial 1 0 15 0.07812500 48852 1 vial 1 0 16 0.01953125 118507 1 vial 1 0 (and so on) > v$init a b d c cdiff 1.045617e+04 2.408045e+05 9.296929e-01 1.490621e-02 4.874540e-03 The following two lines of code fits first a nonlinear regression for each level of rep, next a model with a random effect in one parameter. > fit<-nlsList(result~a+(b-a)/(1+(conc/(c+z*cdiff))^d) |rep,start=v$init,data=v$mixed...
2009 Apr 09
0
Clamav question after upgrade to 5.3 and 0.95
...mavis End ------------------------- --------------------- clam-update Begin ------------------------ Last ClamAV update process started at Wed Apr 8 04:02:26 2009 Last Status: main.cvd is up to date (version: 50, sigs: 500667, f-level: 38, builder: sven) Downloading daily-9211.cdiff [100%] Downloading daily-9212.cdiff [100%] daily.cld updated (version: 9212, sigs: 38627, f-level: 41, builder: guitar) Database updated (539294 signatures) from db.us.clamav.net (IP: 207.57.106.31) Clamd successfully notified about the update. ---------------------- clam-update...
2004 Mar 10
1
Question concerning library function "nlme" and lexical scoping
I am running into problems calling the library function nlme from within another function. Basically,the following function (with v a list containing data and initialization values) > testfunc function(dat=v) { test<-nlsList(result~a+(b-a)/(1+(conc/(c+z*cdiff))^d) |rep,start=dat$init,data=dat$mixeddat) return(nlme(test,random=b~1)) } produces the error message Error in eval(expr, envir, enclos) : Object "dat" not found. However, if the assignment dat<-v is done globally, then testfunc() produces the desired mixed model analysis. As I un...
2004 Mar 23
1
nlme question
...do it that does not involve changing the source code. I don't have enough experience to start changing the sorurce code of a library function. Calling nlme from within a function as done below will give an error: testfunc<- function(dat=v) { test<-nlsList(result~a+(b-a)/(1+(conc/(c+z*cdiff))^d) |rep,start=dat$init,data=dat$mixeddat) return(nlme(test,random=b~1)) } Here, v is an appropriate data frame in the main workspace. Inserting two lines in nlme.nlsList will fix it: Replacing line 21 from bottom "mData<-eval(mData) " by " mData <- eval(mData,parent.frame...
2010 Oct 26
3
[PATCH 0 of 3] credit2 updates
Address some credit2 issues. This patch series, along with the recent changes to the cpupools interface, should address some of the strange credit2 instability. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2001 Dec 26
3
auth*.c
...thod failure, as well as an overall authctxt->failures == AUTH_FAIL_MAX check for the other methods. This should clean up the code a bit, and should fix the issue of the unsuccessful login counter not being incremented on each unsucessful try. Please let me know if I should go ahead and submit cdiffs for auth.c, auth1.c and auth2.c through bugzilla, or if these problems are already known/assigned/resolved, or if I've missed something..thanks. - Mandar
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
....c > snprintf.c special.c spin.c str.c suecrypt.c\ > table.c text.c tnef.c unarj.c unsp.c untar.c unzip.c upack.c > upx.c uuencode.c vba_extract.c wwunpack.c yc.c)\ > $(addprefix clamscan_, \ > clamscan.c manager.c others.c treewalk.c)\ > $(addprefix shared_, \ > cdiff.c cfgparser.c getopt.c misc.c network.c options.c output.c > sha256.c)\ > $(addprefix libclamav_regex_, \ > regerror.c, regfree.c, \ > regcomp.c, regexec.c, strlcpy.c)\ > $(addprefix libclamav_nsis_, \ > nulsft.c, bzlib.c, infblock.c, LZMADecode.c ) > # SVN...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that