From owner-freebsd-questions Mon Nov 23 18:48:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22731 for freebsd-questions-outgoing; Mon, 23 Nov 1998 18:48:51 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pobox.com (dantooine-2-161.mdm.mke.execpc.com [169.207.139.99]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA22725 for ; Mon, 23 Nov 1998 18:48:48 -0800 (PST) (envelope-from hamilton@pobox.com) Message-Id: <199811240248.SAA22725@hub.freebsd.org> Received: (qmail 5620 invoked from network); 23 Nov 1998 20:49:41 -0600 Received: from localhost (HELO pobox.com) (127.0.0.1) by localhost with SMTP; 23 Nov 1998 20:49:41 -0600 To: Greg Lehey cc: questions@FreeBSD.ORG Subject: Re: inetd in realloc(): warning: junk pointer, too low In-reply-to: Your message of "Tue, 24 Nov 1998 11:42:07 +1030." <19981124114207.M63366@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Nov 1998 20:49:41 -0600 From: Jon Hamilton Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19981124114207.M63366@freebie.lemis.com>, Greg Lehey wrote: } On Monday, 23 November 1998 at 20:13:47 -0500, Julian A. Zottl wrote: } > Thanks for the quick reply! If I can help you out in any way, please let } > me know! The configuration for the machine is as follows: } > P90 } > 48MB RAM } > 64MB Swap } > 2940UW } > FreeBSD 3.0 RELEASE } > Runs apache web server and standard daemons, nothing special :) I } > have been giving inetd HUPs when this happens, but sometimes a full } > reboot is in need. Thanks for any help that you can give! } } Well, I've just sent SIGTERMS to inetd and then started it again: } } ps aux | grep inetd } kill } inetd Somewhat off the main point, but inetd does store its PID in /var/run; you could kill `cat /var/run/inetd.pid` and if you're like me, save yourself mis-parsing your ps output and trying to kill a long-gone grep :) -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message