Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 06:00:03 -0800 (PST)
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/15457: inetd makes FreeBSD crash 
Message-ID:  <199912131400.GAA23268@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/15457; it has been noted by GNATS.

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: emmanuel.dupont@alcatel.fr
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/15457: inetd makes FreeBSD crash 
Date: Mon, 13 Dec 1999 15:57:07 +0200

 On Mon, 13 Dec 1999 04:26:26 PST, emmanuel.dupont@alcatel.fr wrote:
 
 > I was testing scripts with inetd. It crash the pc.
 
 What does "it crash the pc" mean?  Any messages in /var/log/messages?
 Any panic message on the console?
 
 > #!/bin/sh
 > /usr/bin/awk ' {print ;  print >> "/tmp/prox.log"}'
 
 Okay, so you're effectively offering the same service as inetd's builtin
 echo service, except that you're logging what you receive to disk.
 
 Are you sure you've got enough space in /tmp?  Is /tmp and MFS?  If so,
 is its size limited, or are you giving the outside world an easy way to
 exhaust your swap?
 
 Also, I notice you're using 3.3-RELEASE.  You should be aware that a
 number of problems in inetd have been fixed in 3.3-STABLE recently.
 None of these problems cause "crash the pc" symptoms, which I've never
 seen inetd do in any case.
 
 Ciao,
 Sheldon.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912131400.GAA23268>