Date: Wed, 29 Nov 1995 17:04:31 -0800 From: gpalmer@westhill.cdrom.com To: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com Cc: freebsd-questions@freebsd.org Subject: Re: The message from inetd Message-ID: <9145.817693471@westhill.cdrom.com> In-Reply-To: Your message of "Wed, 29 Nov 1995 18:48:00 EST." <9510298176.AA817699698@njcorp.akbs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <pid> THese messages are produced 'cos inetd is already running... Gary
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9145.817693471>