[1010] in arla-drinkers
Error 'Software caused connection abort' in arla 0.26 and 0.25
daemon@ATHENA.MIT.EDU (Dr A V Le Blanc)
Sat Jul 24 09:48:40 1999
From owner-arla-drinkers@stacken.kth.se Sat Jul 24 13:48:39 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 7974 invoked from network); 24 Jul 1999 13:48:38 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 24 Jul 1999 13:48:38 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id PAA10639
for arla-drinkers-list; Sat, 24 Jul 1999 15:43:41 +0200 (MET DST)
Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id PAA10635
for <arla-drinkers@stacken.kth.se>; Sat, 24 Jul 1999 15:43:36 +0200 (MET DST)
Received: from meissen.mcc.ac.uk ([130.88.203.42])
by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3)
for arla-drinkers@stacken.kth.se
id 11825P-0007PR-00; Sat, 24 Jul 1999 14:43:35 +0100
Received: (from zlsiial@localhost)
by meissen.mcc.ac.uk (8.7.6/8.8.4)
id OAA14417 for arla-drinkers@stacken.kth.se; Sat, 24 Jul 1999 14:43:34 +0100 (BST)
Message-ID: <19990724144334.E14371@afs.mcc.ac.uk>
Date: Sat, 24 Jul 1999 14:43:34 +0100
From: Dr A V Le Blanc <LeBlanc@mcc.ac.uk>
To: arla-drinkers@stacken.kth.se
Subject: Error 'Software caused connection abort' in arla 0.26 and 0.25
Reply-To: Dr A V Le Blanc <LeBlanc@mcc.ac.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.93.1i
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
The last two releases of arla have had a new problem for me, despite
a number of past difficulties having disappeared. If I have not
tried to access a file for some time, the first two or three
attempts to read it fail. Here is an example of a grep which
failed the first four times:
avl0 11:15:15> egrep meissen ssh_known_hosts
egrep: ssh_known_hosts: Software caused connection abort
avl0 11:15:22> egrep meissen ssh_known_hosts
egrep: ssh_known_hosts: Software caused connection abort
avl0 11:15:23> egrep meissen ssh_known_hosts
egrep: ssh_known_hosts: Software caused connection abort
avl0 11:15:24> egrep meissen ssh_known_hosts
egrep: ssh_known_hosts: Software caused connection abort
avl0 11:15:25> egrep meissen ssh_known_hosts
meissen,meissen.mcc,meissen.mcc.ac.uk,130.88.203.42 1024...
As you see, it takes about 10 seconds to work properly, and
the first four times it fails with this funny error message.
The message is not from anywhere in arla directly. The error
number ECONNABORTED is defined in errno.h. This is on Linux
2.2.10 with arla 0.26, but also occured with 2.2.9 and 0.25.
-- Owen
LeBlanc@mcc.ac.uk