From owner-freebsd-questions Wed Nov 29 17:04:40 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA09152 for questions-outgoing; Wed, 29 Nov 1995 17:04:40 -0800 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.138]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA09146 for ; Wed, 29 Nov 1995 17:04:38 -0800 From: gpalmer@westhill.cdrom.com Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.12/8.6.12) with SMTP id RAA09147; Wed, 29 Nov 1995 17:04:32 -0800 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com cc: freebsd-questions@freebsd.org Subject: Re: The message from inetd In-reply-to: Your message of "Wed, 29 Nov 1995 18:48:00 EST." <9510298176.AA817699698@njcorp.akbs.com> Date: Wed, 29 Nov 1995 17:04:31 -0800 Message-ID: <9145.817693471@westhill.cdrom.com> Sender: owner-questions@freebsd.org Precedence: bulk Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com wrote in message ID <9510298176.AA817699698@njcorp.akbs.com>: > > I am trying to start inetd under FreeBSD v2.1 and I got a bunch messages. > I don't know what's wrong. Can you tell me how to solve the problem that > I have? I enabled nntp port in inetd.conf (the line looks like: nntp > stream tcp nowait....). Thanks in advance. You don't need to start inetd, you just need it to reload the inetd.conf. use ps to find the PID of inetd, then do kill -HUP THese messages are produced 'cos inetd is already running... Gary