Received: from snow-white.ee.udel.edu by whimsy.udel.edu id aa11974;
          28 Feb 97 4:25 GMT
Received: from explorer2.clark.net (harlan@explorer2.clark.net [168.143.0.5]) by mail.clark.net (8.8.5/8.6.5) with ESMTP id XAA08529 for <stenn@whimsy.udel.edu>; Thu, 27 Feb 1997 23:23:56 -0500 (EST)
Received: (from harlan@localhost) by explorer2.clark.net (8.8.5/8.7.1) id XAA03193 for stenn@whimsy.udel.edu; Thu, 27 Feb 1997 23:25:02 -0500 (EST)
Message-Id: <199702280425.XAA03193@explorer2.clark.net>
From: Paolo Zeppegno <paolo@to.sem.it>
Subject: Re: Multicast/Broadcast problems on Linux
Newsgroups: comp.protocols.time.ntp
Date: Mon, 24 Feb 1997 16:06:05 +0100
Organization: EDS Italia S.p.A.

I have the same problem here, here is a grep from the strace of teh
execution of 3.5e and 3.5-89.5. The problem is a caused by trying to
bind to 127.255.255.255, that did not happen with the old version.
I'm goinf to take a look at the code, but....

	paolo zeppegno
	paolo@to.sem.it

paolo@wasp 1805> grep bind /tmp/{qqq,ppp}
/tmp/qqq:17344 bind(4, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
/tmp/qqq:17344 bind(5, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("127.0.0.1")}, 16) = 0
/tmp/qqq:17344 bind(6, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("192.106.222.1")}, 16) = 0
/tmp/qqq:17344 bind(7, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("192.106.222.10")}, 16) = 0
/tmp/qqq:17344 bind(8, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("127.255.255.255")}, 16) = -1 EADDRINUSE (Address
already in use)
/tmp/ppp:17331 bind(4, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
/tmp/ppp:17331 bind(5, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("127.0.0.1")}, 16) = 0
/tmp/ppp:17331 bind(6, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("192.106.222.1")}, 16) = 0
/tmp/ppp:17331 bind(7, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("192.106.222.10")}, 16) = 0
paolo@wasp 1806>
