Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2001 23:29:49 +0100
From:      Edwin Groothuis <mavetju@chello.nl>
To:        Paulo Ricardo Trainini <trainini@fortnet.com.br>
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>
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
References:  <000a01c09543$1469cf40$030210ac@LAB2.intra.maua.g12.br>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010212232949.M62745>