From owner-freebsd-hackers Fri Jul 23 7:18:39 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 8144D14D3B; Fri, 23 Jul 1999 07:18:33 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Jul 1999 15:14:40 +0100 (BST) Date: Fri, 23 Jul 1999 15:14:40 +0100 From: David Malone To: Dag-Erling Smorgrav Cc: Andre Albsmeier , Sheldon Hearn , Brian Feldman , hackers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c inetd. Message-ID: <19990723151440.A14016@walton.maths.tcd.ie> References: <41604.932732959@axl.noc.iafrica.com> <19990723153416.F10047@internal> <19990723155348.J10047@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Dag-Erling Smorgrav on Fri, Jul 23, 1999 at 03:57:19PM +0200 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 23, 1999 at 03:57:19PM +0200, Dag-Erling Smorgrav wrote: > Andre Albsmeier writes: > > Just to overcome speculations :-) I just tested it on another machine > > with the same result. If have tested it now between all 3 machines in > > each direction. Same result. > > Weird. I'm unable to reproduce it; my test box responds to UDP queries > but does not log them (though it logs TCP queries). I'll update to the > latest inetd and try again. I can reproduce it using version 1.63, ktracing shows: 3052 inetd CALL sigprocmask(0x1,0x82001) 3052 inetd RET sigprocmask 0 3052 inetd CALL sigprocmask(0x3,0) 3052 inetd RET sigprocmask 532481/0x82001 3052 inetd CALL gettimeofday(0xbfbfd5e4,0) 3052 inetd RET gettimeofday 0 3052 inetd CALL write(0xc,0xbfbfd60c,0x1a) 3052 inetd RET write -1 errno 39 Destination address required 3052 inetd CALL select(0x14,0xbfbfd750,0,0,0) 3052 inetd RET select 2 3052 inetd CALL sigprocmask(0x1,0x82001) 3052 inetd RET sigprocmask 0 3052 inetd CALL sigprocmask(0x3,0) 3052 inetd RET sigprocmask 532481/0x82001 3052 inetd CALL gettimeofday(0xbfbfd6f4,0) 3052 inetd RET gettimeofday 0 3052 inetd CALL write(0xe,0xbfbfd708,0x4) 3052 inetd RET write -1 errno 39 Destination address required 3052 inetd CALL sigprocmask(0x1,0x82001) 3052 inetd RET sigprocmask 0 3052 inetd CALL sigprocmask(0x3,0) 3052 inetd RET sigprocmask 532481/0x82001 It also seems to leave several hung processes around which are serveing disgard and echo. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message