search for: roxi

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

Did you mean: roi
2008 Sep 27
1
sysctl maxfiles
By default FreeBSD 7.0 shipped with the sysctls set to: kern.maxfiles: 12328 kern.maxfilesperproc: 11095 We recently bumped up against these limits in an unfortunate way and we are going to raise them. I have some questions: * why are the numbers set the way they are? They aren't round numbers, they aren't powers of 2. But they were arrived at somehow with planning and thought
2010 Jan 16
0
ess-roxy: Roxygen support for ESS
We're pleased to announce that Henning Redestig finally implemented ESS support for Roxygen: http://www.metabolome.jp/download/ess-roxy/ess-roxy.el/view ess-roxy includes paragraph fill, hiding, template generation, etc.
2012 Jan 31
1
ignorant question about Roxy- mode in ESS
I am slowly getting up to speed/being dragged into using Roxygen in a project. I'm wondering if there's a way to emulate the behaviour of C-c C-p (Rd-preview-help) in Rd-mode (create a preview in a new Emacs buffer in "R Help Preview" mode), but from an Roxygen chunk. In Roxy-mode there is C-c C-e C-t (ess-proxy-preview-HTML), which works to preview the documentation derived
2009 Jan 30
2
error message with roxygen
Hello useRs, I'm trying to use the Roxygen package. Here my code file : #' A packge to check Roxygen's sanity #' @name helloRoxygen-package #' @docType package NA And my R code to generate the package : library(roxygen) package.skeleton("helloRoxygen", code_files = "roxy.r", force = T) roxygenize("helloRoxygen", "helloRoxygen",
2013 Mar 22
1
ess completion
The thread is strange to me as well, since completion is logically impossible for my Sweave files. - an emacs buffer is open working on an .Rnw file - there is no copy of R running anywhere on the machine - the code chunk in the .Rnw file refers to a R data object saved somewhere else Of course it cannot do "name completion" on a bit of code I'm writing, lacking
2013 Sep 12
1
Problem getting a dovecot proxy to connect to another dovecot machine via STARTTLS
Hi, I'm having a bit of a problem trying to setup a dovecot proxy. I have a setup with two nodes. One is a working Dovecot/Postfix mail server (node a). The other is running a dovecot proxy and roundcube webmail. Currently I can telnet to port 143 (or openssl s_client to port 993) to localhost on node b. I can then login to a test account on node a. This all works. However, once I instruct
2006 Dec 17
1
Proxy with MasterUser + Authentication issues
Per Timo's direction, I decided to give the MasterUser a try in connecting my proxy to my destination server. This might allow for the use of 'secure password' for my clients that like to check that box by default. A couple of problems I'm running into running RC15: #1: My Proxy's SQL password_query line: password_query = SELECT a.clearpasswd AS password, v.storeIP AS host,
2002 Apr 04
1
[patch] Basic HTTP Proxy Authentication
.../* request */ + snprintf(buffer, sizeof(buffer), + "CONNECT %s:%d HTTP/1.0\r\n\r\n", host, port); + } + if (write(fd, buffer, strlen(buffer)) != (int) strlen(buffer)) { rprintf(FERROR, "failed to write to proxy: %s\n", strerror(errno)); @@ -166,6 +203,9 @@ int proxied = 0; char buffer[1024]; char *cp; + char *proxy_user = NULL; + char *proxy_pass = NULL; + char *buffer_hostpart; /* if we have a RSYNC_PROXY env variable then redirect our * connetcion via a web proxy at the given address. The format @@ -175,7 +215,34 @@ if (proxied) { strlcpy(b...
2002 Aug 20
5
how to limit connections from certains inet subnet the best way?
Hello all, i am new to shorewall and i already have a question ;) i am running a mailserver in my dmz (or actually this will be when = evertything will be working fine with shorewall) with public ip = addresses.. i have a subnet of 8 ip addresses (255.255.255.248 mask) and = i was planning of the classic 3 nic (eth0-2) setup... the dmz should = work with proxy-arping...=20 now my quesion is
2010 Nov 02
2
Converting to 2.0 and LMTP have userdb and auth-worker complaints
...t_unix(auth-worker) failed: Permission denied Nov 02 03:28:50 lmtp(17281): Error: userdb lookup(john at homenet.lan): Disconnected unexpectedly Nov 02 03:28:51 master: Error: service(auth): command startup failed, throttling ------------------ postfix log messages ------------------ Nov 2 03:27:50 roxie postfix/lmtp[17342]: 98F39122892: to=<john at homenet.lan>, relay=mail.homenet.lan[private/dovecot-lmtp], conn_use=8, delay=38251, delays=38069/182/0.01/0.07, dsn=4.3.0, status=deferred (host mail.homenet.lan[private/dovecot-lmtp] said: 451 4.3.0 <john at homenet.lan> Internal error oc...
2018 Apr 27
5
predict.glm returns different results for the same model
Hi all, Very surprising (to me!) and mystifying result from predict.glm(): the predictions vary depending on whether or not I use ns() or splines::ns(). Reprex follows: library(splines) set.seed(12345) dat <- data.frame(claim = rbinom(1000, 1, 0.5)) mns <- c(3.4, 3.6) sds <- c(0.24, 0.35) dat$wind <- exp(rnorm(nrow(dat), mean = mns[dat$claim + 1], sd = sds[dat$claim + 1])) dat <-
2010 Aug 30
4
xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor‏
Hello list, I have performed a fresh install (fully updated) of squeeze amd64 and installed the xen-linux-system-2.6.32-5-xen-amd64 package with all its dependencies. When I restart and tried to boot the linux-image-2.6.32-5-xen-amd64 (pvops style) kernel on bare-metal my laptop boots fine. When I use the hyper-visor on the system with the same linux-image-2.6.32-5-xen-amd64 kernel, it hangs
2010 Aug 30
4
xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor‏
Hello list, I have performed a fresh install (fully updated) of squeeze amd64 and installed the xen-linux-system-2.6.32-5-xen-amd64 package with all its dependencies. When I restart and tried to boot the linux-image-2.6.32-5-xen-amd64 (pvops style) kernel on bare-metal my laptop boots fine. When I use the hyper-visor on the system with the same linux-image-2.6.32-5-xen-amd64 kernel, it hangs
2006 Mar 28
13
Load-banancing. two ip''s from one isp
--------------eth0---80.48.56.70---------- -------------80.48.56.65 ISP | my | router1 | | | linux | | | router2 ------------eth1---192.168.200.10----- ----------------192.168.1.1 ISP I''ve two ip from my isp one public and one internal. ISP have two routers router1 is gw for public ip and router2 is gw for internal