Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18251 - proposed xinetd entry for netkit-talkd
Summary: proposed xinetd entry for netkit-talkd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 16:54 UTC by Gregorio Guidi (RETIRED)
Modified: 2003-05-05 11:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gregorio Guidi (RETIRED) gentoo-dev 2003-03-26 16:54:24 UTC
Moving around in the forums I saw a lot of people who couldn't use 
netkit-talkd, the reason being: no xinetd config file provided, and a problem (bug?) 
arising with the option "only_from = localhost" in /etc/xinetd.conf. 
 
So I suggest to add to the ebuild a simple config file like this: 
 
----/etc/xinetd.d/talk---- 
# NOTE: If you enable this service, remember to edit your 
# /etc/xinetd.conf "only_from" option adding the list of 
# IP addresses allowed to connect to the talk daemon, 
# EVEN your local IP address, localhost will not suffice. 
# 
# EXAMPLE for /etc/xinetd.conf 
#       only_from = localhost 192.168.0.1 192.168.0.2 
 
service ntalk 
{ 
        disable         = yes 
        socket_type     = dgram 
        wait            = yes 
        user            = nobody 
        group           = tty 
        server          = /usr/sbin/in.talkd 
} 
--------------------------------------- 
The explanation is what I had to do to make it work, and now I transmit it to you. 
 
Thx.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-04-03 13:21:17 UTC
added in cvs

thx
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2003-04-03 15:05:36 UTC
Did you actually tested it with "talk" service (as in the r3 ebuild)? I could make it work just with 
the "ntalk" service. 
Thanks. 
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-05-05 06:15:42 UTC
sorry, my fault
will fix this asap
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-05-05 11:30:12 UTC
now really fixed