Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Localhost connection refused
- To: tlug@example.com
- Subject: Re: Localhost connection refused
- From: Thomas O'Dowd <tom@example.com>
- Date: Tue, 10 Jul 2001 09:43:11 +0900
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- Delivered-To: tlug@example.com
- In-Reply-To: <20010709235802.24A6E124004@example.com>; from dehoog@example.com on Tue, Jul 10, 2001 at 08:58:02AM +0900
- List-Help: <mailto:tlug-request@example.comsubject=help>
- List-Post: <mailto:tlug@example.com>
- List-Subscribe: <mailto:tlug-request@example.comsubject=subscribe>
- List-Unsubscribe: <mailto:tlug-request@example.comsubject=unsubscribe>
- Old-Return-Path: <tom@example.com>
- References: <87lmlznonj.wl@example.com> <20010709113935.EA580124005@example.com> <20010709212430.T1168@example.com> <20010709235802.24A6E124004@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <QxygVD.A.yVC.hBlS7@example.com>
- Resent-Sender: tlug-request@example.com
- Sender: Thomas O'Dowd <tom@example.com>
- User-Agent: Mutt/1.2.5i
On Tue, Jul 10, 2001 at 08:58:02AM +0900, John De Hoog wrote: > > Well, I have given quite a bit of detail, but it's buried back deep in > this long thread. <g> At this point, I have xindetd running and am > trying to get its conf file set up correctly, following a combination of > your instructions and those in the INSTALL file for leafnode (but > substituting xinetd for inetd). But I have not succeeded in getting nntp > or port 119 reflected in the netstat result for inet. This seems to be > the crux of the matter, and I will continue experimenting later today. Well, the inetd entry probably looks something like... nntp stream tcp nowait news /usr/local/sbin/leafnode This translates to... # cat > /etc/xinetd.d/nntp # default: on # description: Leafnode... service nntp { socket_type = stream wait = no user = news server = /usr/local/sbin/leafnode disable = no } ^D <-- ie, send eof. Then reload xinetd as I said before. Send us the /var/log/messages file for the loading if it doesn't work, but also check that the file /etc/xinetd.conf has the line includedir /etc/xinetd.d Also check that: 1. the news user exists (it does by default) 2. leafnode exists and is executable at the specific path 3. that the config file is readable to the news user, it says it uses /etc/leafnode/config in the faq. Oh, and RH seems to have expanded the functionality of chkconfig to also cover xinetd now... What do you get when you type: # chkconfig --list nntp If it says off, then disable is yes. If you run... # chkconfig nntp on It will update the config file for you (ie disable = no) and reload xinetd... Pretty straight forward really :) Tom. -- Thomas O'Dowd. - Nooping - http://nooper.com tom@example.com - Testing - http://nooper.co.jp/labs
- References:
- Re: Localhost connection refused
- From: Takeshi Hakamata <tkh@example.com>
- Re: Localhost connection refused
- From: John De Hoog <dehoog@example.com>
- Re: Localhost connection refused
- From: Thomas O'Dowd <tom@example.com>
- Re: Localhost connection refused
- From: John De Hoog <dehoog@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: RH 6.2 install causes screen to explode
- Next by Date: Re: RH 6.2 install causes screen to explode
- Prev by thread: Re: Localhost connection refused
- Next by thread: Re: Localhost connection refused
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links