similar to: error: received another "not listening" notification

Displaying 20 results from an estimated 60 matches similar to: "error: received another "not listening" notification"

2003 Jan 07
0
Winbind runs great for a while then dies with "read from socket failed!"
All, I have a strange intermittent problem with winbind (pam_winbind to be specific)[I think!]. I have a Dell server with RH 7.3 preinstalled. I have it successfully authenticating against a PDC with my pam_winbind.so stuff in /etc/pam.d/system-auth.(auth sufficient /lib/security/pam_winbind.so, etc.) All seems ok. I've added the Apache mod_auth_pam module and set /etc/pam.d/httpd to use
2012 Feb 10
0
Ayuda en Integrar R en C# bajo Mono
Hola compañeros, ¿Hay alguna forma de escribir código R en un programa C-sharp que funcione bajo Mono? Vamos,si hay algo parecido a R-Inside en C. Veo que hay esto: R(D) COM pero creo que sólo funciona bajo .NET en Windows
2005 Mar 11
3
IP in rawlog
Hi, i'm using dovecot with rawlog enabled. Well, i need to log the IP of the user, too. Could you give me a hint, how this can be implemented? Thanks and regards, Andreas Goertz.
2017 Sep 01
3
patch: automatically adjust width option when terminal is resized
On Fri, 1 Sep 2017, Ralf Goertz wrote: > Am Mon, 28 Aug 2017 09:33:31 +0200 > schrieb Ralf Goertz <r_goertz at web.de>: > > > Hello, me again > >> Hi, >> >> I guess there have been discussions about this in the past and from >> what I understood hooking an R-function to facilitate automatic >> adjustment is problematic. So why not doing it
2017 Aug 28
2
patch: automatically adjust width option when terminal is resized
Hi, I guess there have been discussions about this in the past and from what I understood hooking an R-function to facilitate automatic adjustment is problematic. So why not doing it like this: --- R-3.4.1/src/unix/sys-std.c 2017-03-24 00:03:59.000000000 +0100 +++ R-3.4.1/src/unix/sys-std.patched.c 2017-08-28 09:16:02.714204023 +0200 @@ -1005,6 +1005,9 @@ // introduced in
2001 Jul 02
2
Shapiro-Wilk test
Hi, does the shapiro wilk test in R-1.3.0 work correctly? Maybe it does, but can anybody tell me why the following sample doesn't give "W = 1" and "p-value = 1": R> x<-1:9/10;x [1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 R> shapiro.test(qnorm(x)) Shapiro-Wilk normality test data: qnorm(x) W = 0.9925, p-value = 0.9986 I can't imagine a sample being
1998 Feb 24
0
R-beta: newbie question on repeated measure anovas
Hi, is there a way to use a repeated measure anova approach in R? I can't believe there isn't, but I couldn't figure out how. Please Help ------------------------------- Ralf Goertz Institute for Psychology, Jena, Germany E-mail Ralf.Goertz at uni-jena.de http://www.uni-jena.de/allgpsy/rg -------------------------------
2008 Apr 28
2
completion doesn't work anymore
Hi, after updating to 2.7.0, command line completion doesn't work anymore. I understand that the package rcompgen is now part of utils. I hadn't used rcompgen before but completion worked without it (I double checked it using an 2.6.2 version on another machine). Now, it doesn't work, even after switching on all option via "rc.settings". I updated R using the opensuse 10.3
2017 Sep 01
0
patch: automatically adjust width option when terminal is resized
Accidentally dropped R-devel from this reply. On Fri, 1 Sep 2017, luke-tierney at uiowa.edu wrote: > On Fri, 1 Sep 2017, Ralf Goertz wrote: > >> Am Fri, 1 Sep 2017 07:20:58 -0500 (CDT) >> schrieb luke-tierney at uiowa.edu: >> >>> On Fri, 1 Sep 2017, Ralf Goertz wrote: >>> >>>> Many good programs like vim adjust their internal width
2006 Jan 25
0
rails jobs in USA
hi, maybe thats a little bit off-topic but there''s something I wanna know. which state or city id the heart of web developer jobs in america? I mean even if I somehow lose my job, in which city I can find a new job? and do you know the procedure for immigrant programmers; I mean visa sponsorship; and does small companies seek for foreign programmers? can you give experiences and
2007 Oct 18
5
R-squared value for linear regression passing through origin using lm()
Hi, A have small technical question about the calculation of R-squared using lm(). In a study case with experimental values, it seems more logical to force the regression line to pass through origin with lm(y ~ x +0). However, R-squared values are higher in this case than when I compute the linear regression with lm(y ~ x). It seems to be surprising to me: is this result normal ? Is there
2005 Jun 23
1
getpeername() and SSL
Hi Timo, first of all: i'm using 0.99.14. You helped me to raw-log the client-IP using something like this in rawlog.c: if (net_getpeername(0, &ip, NULL) == 0) { str = t_strdup_printf("IP: %s\n", net_ip2addr(&ip)); write_full(log_out, str, strlen(str)); } Now i got the problem, that this doesn't work when the client is connected using SSL. After some testing i
2017 Sep 01
0
patch: automatically adjust width option when terminal is resized
Am Mon, 28 Aug 2017 09:33:31 +0200 schrieb Ralf Goertz <r_goertz at web.de>: Hello, me again > Hi, > > I guess there have been discussions about this in the past and from > what I understood hooking an R-function to facilitate automatic > adjustment is problematic. So why not doing it like this: would anybody care to comment? I think it is quite important to have an
2008 Apr 29
1
deleting variables
How can I automatically exclude one variable from being saved in the workspace when I quit an R session? The problem is I don't know how to erase a variable once it has been created. Background: I open a connection called "con" to a database server in my ~/.Rprofile. Obviously, the connection expires when quitting the R session. Unfortunately, the workspace is loaded after
2007 Oct 16
1
library(car): Anova and repeated measures without between subjects factors
Hi, sorry if this is explained somewhere but I didn't find anything. How can I use "Anova" from the car package to test a modell without between subject's factors? Suppose I have the following data mat.1 mat.2 mat.3 di ex 1 85 85 88 1 1 2 90 92 93 1 1 3 97 97 94 1 1 4 80 82 83 1 1 5 91 92 91 1 1 6 83 83
2018 Apr 23
0
R 3.5.0 is released
The build system rolled up R-3.5.0.tar.gz (codename "Joy in Playing") this morning. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.5.0.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard
2018 Apr 23
0
R 3.5.0 is released
The build system rolled up R-3.5.0.tar.gz (codename "Joy in Playing") this morning. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.5.0.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard
2005 Nov 16
11
Need urgent help regarding security
Good Day! I think we have a serious problem. One of our old server running FreeBSD 4.9 have been compromised and is now connected to an ircd server.. 195.204.1.132.6667 ESTABLISHED However, we still haven't brought the server down in an attempt to track the intruder down. Right now we are clueless as to what we need to do.. Most of our servers are running legacy operating systems(old
2003 Dec 01
0
No subject
network. I did read somewhere on the web (several years ago) of a guy who managed to boot windows from the net. With the start of Win 98/ME/ etc.etc it's not posible anymore. I currently use PXE to install machine from the net using bpbatch that works great only bpbatch is not really under developnt and the script language is a bit buggy. I see only one option to boot windows from the net and
2003 Dec 01
0
No subject
TEST 3 If you get a "connection refused" response then the smbd server may not be running. If you installed it in inetd.conf then you probably edited that file incorrectly. If you installed it as a daemon then check that it is running, and check that the netbios-ssn port is in a LISTEN state using "netstat -a". Note: You have xinetd not inetd on the redhat box. To avoid all