From owner-freebsd-questions Mon Feb 12 14:29:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from d9168.upc-d.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 2BA3D37B491 for ; Mon, 12 Feb 2001 14:29:51 -0800 (PST) Received: by d9168.upc-d.chello.nl (Postfix, from userid 1001) id C32B2B5; Mon, 12 Feb 2001 23:29:49 +0100 (CET) Date: Mon, 12 Feb 2001 23:29:49 +0100 From: Edwin Groothuis To: Paulo Ricardo Trainini Cc: freebsd-questions@freebsd.org Subject: Re: =?iso-8859-1?Q?rinetd_don=B4t_work_in_freebsd_3=2E1?= Message-ID: <20010212232949.M62745@d9168.upc-d.chello.nl> Mail-Followup-To: Edwin Groothuis , Paulo Ricardo Trainini , freebsd-questions@freebsd.org References: <000a01c09543$1469cf40$030210ac@LAB2.intra.maua.g12.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000a01c09543$1469cf40$030210ac@LAB2.intra.maua.g12.br>; from trainini@fortnet.com.br on Mon, Feb 12, 2001 at 07:27:58PM -0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 12, 2001 at 07:27:58PM -0300, Paulo Ricardo Trainini wrote: > After download ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/All/rinetd-0.61.tgz > I runned: > # pkg_add rinetd-0.61.tgz > # cat /etc/rinetd.conf > logfile /var/log/rinetd.log > 200.198.145.162 smtp 10.0.0.100 smtp > 200.198.145.162 pop3 10.0.0.100 pop3 > 200.198.145.162 www 10.0.0.100 www > #/usr/local/sbin/rinetd > rinetd: couldn't bind to address 200.198.145.162 port 25 > rinetd: couldn't bind to address 200.198.145.162 port 110 > rinetd: couldn't bind to address 200.198.145.162 port 80 prolly because you have already other deamons running there: 25 is maybe postfix/sendmail, 80 is apache. sockstat is your friend, it tells you what is listening on these ports: sockstat | grep 25. Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message