"up again" log messages

assar@stacken.kth.se assar at stacken.kth.se
Sun Jan 10 19:39:44 CET 1999


Ken Raeburn <raeburn at raeburn.org> writes:
> Is it normal for a host to be logged as "up again" twice, after being
> reported down?
> 
> Jan 10 03:20:42 kr-pc arla[15120]: Lost connection to 18.185.0.22/afs3-fileserver
> Jan 10 03:21:50 kr-pc arla[15120]: Server 18.185.0.22/afs3-fileserver up again
> Jan 10 03:46:54 kr-pc arla[15120]: Server 18.185.0.22/afs3-fileserver up again

I don't think that should happen, really, but it's rather benign.  The
appended patch might get rid of it.

/assar

Index: arlad/conn.c
===================================================================
RCS file: /usr/local/cvsroot/arla/arlad/conn.c,v
retrieving revision 1.48
diff -u -w -u -w -r1.48 conn.c
--- conn.c	1998/12/15 02:03:53	1.48
+++ conn.c	1999/01/10 18:34:59
@@ -182,6 +182,9 @@
 
 	listdel (connprobelist, item);
 	e->probe_le = NULL;
+
+	if (e->flags.alivep)
+	    continue;
 
 	{
 	    struct in_addr a;





More information about the Arla-drinkers mailing list