Re: Enabling the echo server
Re: Enabling the echo server
- Subject: Re: Enabling the echo server
- From: ryan woodsmall <email@hidden>
- Date: Wed, 04 Aug 2010 20:15:46 -0500
> I can't find the old echo service any more, yet if you list /etc/services there is is happily sitting on TCP/UDP port 6. So what is the magic juju that enables it?
xinetd should work for you if you're willing to compile from source:
http://www.xinetd.org/
If you just want to play, you can do this to get xinetd running with the sample config from /tmp:
cd /tmp
curl -kLO http://www.xinetd.org/xinetd-2.3.14.tar.gz
tar -zxvf xinetd-2.3.14.tar.gz
cd xinetd-2.3.14
./configure
make
sudo ./xinetd/xinetd -d -f xinetd/sample.conf
I'm personally glad inetd functionality is finally gone. It was nice at one point, but proper daemons controlled by launchd (or Upstart if you're Linux inclined) are the right answer. -r
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden