Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: E-mail
- To: tlug@example.com
- Subject: Re: tlug: E-mail
- From: Rex Walters <rex@example.com>
- Date: Mon, 16 Nov 1998 17:15:49 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <3.0.6.32.19981116161745.005d9d60@example.com>; from Dave Gutteridge on Mon, Nov 16, 1998 at 04:17:45PM +0000
- Mail-Followup-To: tlug@example.com
- References: <Pine.LNX.3.96.981116131048.19635A-100000@example.com> <3.0.6.32.19981116161745.005d9d60@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> Dave Gutteridge writes: (on 16 Nov 98) > What i'm stuck on is that if "kill -HUP inetdpid" restarts the service, > what do i type if it's not already running? Inetd should always be running. You're confusing restarting the service in question (POP) with inetd itself. Inetd is just a sort of superserver that listens on all the ports you tell it to in /etc/inetd.conf. If it sees an incoming request on the POP port, say, it forks off a pop daemon to process the request. When the pop daemon is done processing the request it dies a graceful death. When inetd sees the next request it forks off another daemon (ad infinitum). "kill -HUP <inetdpid>" will not restart a service, it will just tell inetd to reread its configuration file. Whenever you make a change to inetd.conf you need to send this hangup signal. If you make any changes to the _pop_ configuration you need to kill any running pop processes ("kill <poppid>"), then when inetd sees another incoming request it will start up a new pop daemon which reads its new configuration info and away you go. Should always be running while you are in multi-user mode (else you won't be able to telnet, rlogin, or ftp, much less pop or whatever). Regards, -- Rex ---------------------------------------------------------------- Next Nomikai: 20 November, 19:30 Tengu TokyoEkiMae 03-3275-3691 Next Technical Meeting: 12 December, 12:30 HSBC Securities Office ---------------------------------------------------------------- more info: http://tlug.linux.or.jp Sponsors: PHT, HSBC Securities
- Follow-Ups:
- Re: tlug: E-mail
- From: Dave Gutteridge <dave@example.com>
- References:
- tlug: November 20th Nomikai Announcement
- From: Joe Marchak <joem@example.com>
- tlug: E-mail
- From: Dave Gutteridge <dave@example.com>
Home | Main Index | Thread Index
- Prev by Date: tlug: Linux on the Mac (PPC)
- Next by Date: tlug: compiling things... was : E-mail
- Prev by thread: Re: tlug: E-mail
- Next by thread: Re: tlug: E-mail
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links