Displaying 20 results from an estimated 600 matches similar to: "Connection Reset by peer"
2002 May 06
0
Connection reset by peer under Linux ( Add )
> > All server are running rsync 4.6.xx installed from a red-hat rpm.
> > All OS are Linux red hat on intel platform.
> >
> > On client i tried the same rpm, or several tar.gz version from 2.4.6 to
> > 2.5.5.
>
> > I've also tried the "Patch to avoid 'Connection reset by peer' error for
> > rsync on cygwin" found in the list.
>
2001 Sep 07
6
unexpected EOF in read_timeout
Perhaps someone can shed some light on the problem I'm having using
rsync 2.4.6. I'm getting the following error:
receiving file list ... done
htdocs/acescounseling/logs/
htdocs/adihome/logs/
.
.
htdocs/coupons/logs/error_log
htdocs/court/logs/combined_log
htdocs/cowgirl/logs/combined_log
htdocs/cowgirl/logs/error_log
htdocs/cowgirl/logs/ssl_log
Connection to nova closed by remote host.
2013 Oct 16
1
[LLVMdev] Unexpected behaviour of the LLVM gold plugin with --allow-multiple-definition
Dear LLVM development team,
working with the LLVM gold plugin, I have encountered an unexpected
behaviour when the option --allow-multiple-definition (or -z muldefs) is
specified for the linker.
Let's suppose the following scenario with four simple source files:
----- main.c ------
#include "unit.h"
int main() {
only_in_unit1();
only_in_unit2();
return
2007 Oct 18
4
Samba 3 + LDAP with multiple ou's
Hello, all.
I was wondering if anyone could help me with this configuration:
I had a LDAP tree with this structure:
dc=base
+ ou=unit1
+ ou=People
+ ou=Groups
+ ou=Computers
+ ou=unit2
+ ou=People
+ ou=Groups
+ ou=Computers
+ ou=unit3
+ ou=People
+ ou=Groups
+ ou=Computers
...
And I need people from unit1 logging on unit2, unit3, etc.
First thing is to put all users on one
2012 Feb 26
6
Continuous pings going through a full DROP policy
For a same configuration in which the default policy is drop and only
one connection is accepted in rules, continuous pinging to devices
will stop squarely in 4.0.15 as soon as a very basic firewall is
enabled whereas in 4.4.26.1, pinging will still continue after the
firewall is enabled.
All tests are done with proper reboot of the unit3 where the firewall
is applied:
unit1 <---> eth4
2008 Jan 12
2
Perl-AGI process
Hi All,
i have created one prepaid PERL AGI script to integrate asterisk users in our current Oracle Billing System. I am using $AGI->exec('Dial', $dialstr); in script after getting the MAX time out for the priticular call.
But when the channels increase on my asterisk more than 50-60 asterisk get crashed and i am suspecting the cause is of AGI Script. because when i check ps on
2005 Dec 20
3
Advanced Routing and Secondary ip address in eth0
Hello,
I have configured advanced routing with success using three (03)
network adapters ( ETH0, ETH1 and ETH2).
Now I have to configure an addittion range in the same Interface
ETH0 ( another internet ip range address ), so I would like to have TWO
different ranges at the same ETHERNET CARD ( in this case ETH0 ) AND
having advanced routing running it.
I Did the same
2012 Jul 09
4
Skipping lines and incomplete rows
I have a text file that has semi-colon separated values. The table is nearly
10,000 by 585. The files looks as follows:
*******************************************
First line: Skip this line
Second line: skip this line
Third line: skip this line
variable1 Variable2 Variable3 Variable4
Unit1 Unit2 Unit3
10 0.1 0.01 0.001
20
2005 Nov 01
4
How to priorize Traffic
Hi guys, I want to priorize traffic comming down from internet on my
ppp0 int
I want port 80 and 21 (and others ) to have preference over P2P traffic,
I don''t want to bann P2P just give to it less prio than other more vital
services... does anyone know how to do it or where to read on.
Thanks in advance
2007 Jun 19
1
Play dial tone withou answer
Hi,
I'm looking fore a way to play a dial tone before our IVR platform
answered the phone line.
I want to use for the following reason:
When a caller calls our Voice Platform, the call will direct dial out to
a number.
I want to dial out before the inbound call is answered.
But now the inbound call here's nothing.
When the outdial call is picked the inbound call will here
2011 Apr 30
1
Interrogante
Buenas noches
Quisiera preguntarles acerca de cómo puedo calcular el rango de una matriz
en R
Muchas gracias
--
Atentamente:
Ricardo A. Borda Hernández
[[alternative HTML version deleted]]
2007 Mar 19
2
Installation on dedicated linux server?
Hi I would like to know if it would be possible for me to install wine
on a dedicated server in a datacenter withou me being to be there
myself (physically). I only have remote acces to fedora linux.
2009 Nov 01
2
intigrate function and absolute error
Hi
Can we get the result of an intigration without the absolute error?
for example
f1<-function(x1){(1/gamma(alpha))*x1^(alpha-1)*exp(-x1)*log(x1)}
I1<-integrate(f1, 0, (max(cc)-tau1+(theta2/theta1)*tau1)/theta2)
I1
0.08007414 with absolute error < 7.2e-05
I need the answer 0.08007414 withou the other part(with absolute error
<7.2e-05)
how can we do that?
thank you and take care
2007 Aug 28
1
FW: How to fit an linear model withou intercept
Hi Mark,
I don't know wether you recived a sufficient reply or not, so here are
my comments to your problem.
Supressing the constant term in a regression model will probably lead to
a violation of the classical assumptions for this model.
From the OLS normal equations (in matrix notation)
(1) (X'X)b=X'y
and the definition of the OLS residuals
(2) e = y-Xb
you get - by
2004 Mar 15
1
Try Understand Error
I'm using server on OpenBSD 3.4 to backuping data from remote server via rsync.On backup server I am install rsync-2.5.6 and on remote machine rsync-2.5.7 (RedHat 8.0) .
For backuping data I'm using the following command :
rsync -av -e ssh backup@log:/var/backup/ALL-15-Mar.tar /var/backup/3
This command copy file ALL-15-Mar.tar from host log(RedHat box) to local directory on OpenBSD.
2007 Nov 08
2
a newbie question about "data"
hi, I am reading Modern Applied Statistics with S 4th ed$B!#(B
page4 have these two lines:
> library(MASS)
> data(chem) # needed in R only
but I find withou the line " data(chem)"
I can still access chem, isn't it?
is it unnecessary or something i missed here?
thanks for the replay in advance.
2005 May 24
2
Basic matematical functions with NAs
Dear All,
I've tried to sum columns -- different species of flowers, fruits plus twigs -- with NAs to get litterfall/trap, and then after use litterfall to calculate production (litterfall (grams)/ hectare/ day. But R 'sees' litterfall/trap as a string.
My question: How to use basic mathematical functions to deal with NAs in data management.
Example (as you can note I have many
2005 Jul 04
1
r version 2.1.0 and graphics in mac os 10.3.9
I use mac os 10.3.9 and I've installed in my computer R 2.1.0 (I
believe this is the latest R version).
Although it works alright when I open R by clicking in the R icon, I
cannot use the graphics facility when I open R from a X-terminal window
(or x-11 window).
In fact, when I try to open R I get the message that I pasted below.
Is this a R bug?
Is R assuming that I should have the
2011 Sep 09
2
Interrogante
Buenas noches
Quisiera saber como hago para sacar el valor p de esta lista. He intentado
como b$Pr(>F) pero no lo he logrado
str(b)
List of 1
$ :Classes ‘anova’ and ''data.frame'': 2 obs. of 5 variables:
..$ Df : num [1:2] 1 18
..$ Sum Sq : num [1:2] 0.000155 0.00058
..$ Mean Sq: num [1:2] 1.55e-04 3.22e-05
..$ F value: num [1:2] 4.82 NA
..$ Pr(>F) : num
2010 Jul 13
2
how to extract information from anova results
Hi,
I have used the instruction aov in the following manner:
res <- aov(qwe ~ asd)
when I typed "res" I get:
_________
Call:
aov(formula = qwe ~ asd)
Terms:
asd Residuals
Sum of Squares 0.0708704 0.5255957
Deg. of Freedom 1 8
Residual standard error: 0.2563191
Estimated effects may be unbalanced
_________
I need to access the value of