search for: nrepl

Displaying 4 results from an estimated 4 matches for "nrepl".

Did you mean: repl
2008 Sep 26
0
Confidence interval for binomial variance
...ight 2008 by Robert A LaBudde, all rights reserved #test of CI for binomial sample variance #created: 09.26.08 by r.a. labudde #changes: nReal <- 1000 for (POD in c(0.05, 0.10, 0.15, 0.20, 0.25, 0.30, 0.35, 0.50)) { cat('\nPOD: ', sprintf('%8.4f', POD), '\n') for (nRepl in c(6, 12, 20, 50)) { vtrue<- POD*(1-POD)/nRepl pcover<- 0 for (iReal in 1:nReal) { x<- rbinom(1, nRepl, POD) vCI<- binomVarCI(nRepl, x) #vest<- (x/nRepl)*(1 - x/nRepl)/(nRepl-1) if (vtrue >= vCI[1] & vtrue<= vCI[2]) pcover<- p...
2013 Apr 15
1
Using PuppetDB REPL
I want to experiment a bit with PuppetDB and in the documentation there''s mention of the built in remote repl, but I can''t seem to get it working. After enabling it on "/etc/puppetdb/conf.d/repl.ini": [repl] enabled = true type = nrepl port = 8082 When I restart it the log "/var/log/puppetdb/puppetdb.log" shows that it''s started: WARN [main] [cli.services] Starting nrepl server on port 8082 It seems to be listening on port 8082 when I try to telnet, but doesn''t provide any sort of feedback as to w...
2013 May 06
3
Announce: PuppetDB 1.3.0 Available
...xporting report data in addition to catalog data. Bug fixes: * `puppetdb-ssl-setup` is now smarter about not overwriting keystore settings in `jetty.ini` during upgrades * Add database index to `status` field for events to improve query performance * Fix `telnet` protocol support for embedded nrepl * Upgrade to newer version of nrepl * Improvements to developer experience (remove dependency on `rake` for building/running clojure code) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop recei...
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
PuppetDB is operating fine, but I can''t figure out how to disable it from listening globally on TCP 1099 or 58722 How do I disable them from listening globally without having to resort to iptables? $ lsof -i -n -P | grep java | grep LISTEN java 30115 puppetdb 22u IPv6 119118 0t0 TCP *:1099 (LISTEN) java 30115 puppetdb 23u IPv6 117236 0t0 TCP *:58772