[1790] in linux-net channel archive
1.3.59-collected introduces error "Address already in use"
daemon@ATHENA.MIT.EDU (u@q.net)
Fri Feb 2 06:44:18 1996
Date: Thu, 1 Feb 1996 18:29:52 -0500
From: u@q.net
To: linux-net@vger.rutgers.edu
cc: ulmo@q.net
When I went to 1.3.59 to 1.3.59-collected (I found it as:
ftp://sunsite.unc.edu/pub/Linux/Incoming/patch-1.3.59-collected.gz
size 75065 dated Jan 31 14:13), I got this (with my modified syslogd):
Feb 1 17:05:48 Q facility=daemon(30) priority=err(3) priority=error(3) xntpd[128]: bind() fd 5, family 2, port 123, addr 7f000001, in_classd=0 flags=1 fails: Address already in use
Feb 1 17:15:03 Q facility=daemon(30) priority=notice(5) named[1097]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:15:53 Q facility=daemon(30) priority=err(3) priority=error(3) xntpd[1213]: bind() fd 5, family 2, port 123, addr 7f000001, in_classd=0 flags=1 fails: Address already in use
Feb 1 17:17:19 Q facility=news(70) priority=crit(2) inndstart: inndstart cant bind Address already in use
Feb 1 17:25:02 Q facility=daemon(30) priority=notice(5) named[2238]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:25:51 Q facility=daemon(30) priority=err(3) priority=error(3) xntpd[2358]: bind() fd 5, family 2, port 123, addr 7f000001, in_classd=0 flags=1 fails: Address already in use
Feb 1 17:26:57 Q facility=news(70) priority=crit(2) inndstart: inndstart cant bind Address already in use
Feb 1 17:35:02 Q facility=daemon(30) priority=notice(5) named[3253]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:35:27 Q facility=daemon(30) priority=err(3) priority=error(3) xntpd[3414]: bind() fd 5, family 2, port 123, addr 7f000001, in_classd=0 flags=1 fails: Address already in use
Feb 1 17:36:45 Q facility=news(70) priority=crit(2) inndstart: inndstart cant bind Address already in use
Feb 1 17:41:06 Q facility=daemon(30) priority=notice(5) named[4284]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:41:24 Q facility=daemon(30) priority=notice(5) named[4287]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:41:29 Q facility=daemon(30) priority=err(3) priority=error(3) xntpd[4290]: bind() fd 5, family 2, port 123, addr 7f000001, in_classd=0 flags=1 fails: Address already in use
Feb 1 17:41:41 Q facility=daemon(30) priority=notice(5) named[4292]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:43:27 Q facility=daemon(30) priority=err(3) priority=error(3) xntpd[128]: bind() fd 5, family 2, port 123, addr 7f000001, in_classd=0 flags=1 fails: Address already in use
Feb 1 17:43:57 Q facility=daemon(30) priority=notice(5) named[231]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:44:07 Q facility=daemon(30) priority=notice(5) named[232]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:45:02 Q facility=daemon(30) priority=notice(5) named[280]: bind(dfd=12, [0.0.0.0].53): Address already in use
Feb 1 17:45:05 Q facility=daemon(30) priority=err(3) priority=error(3) xntpd[408]: bind() fd 5, family 2, port 123, addr 7f000001, in_classd=0 flags=1 fails: Address already in use
Feb 1 17:45:58 Q facility=news(70) priority=crit(2) inndstart: inndstart cant bind Address already in use
Of course none of the utilities would stay on, and all exited.
I unapplied the patches, rebuilt (I actually had rebuilt twice with
the new patch set since I also did a driver update afterwards and lost
my older copy), the only difference between the machine before and
after I rebooted was that the default kernel was again just plain
1.3.59; it works fine again.
However, I must say, "make xconfig" is very nice.
I'd like some simple method to know if anything in the configuration
options has been updated since I compiled last.
I haven't tried autoconfig -- scared of it at the moment :)
Bradley Allen <Ulmo@Q.Net>