[KLUG Members] Talk

Adam Williams members@kalamazoolinux.org
28 May 2003 09:44:33 -0400


> It's supposed to start in xinetd But it doesn't seem to.
> I tried starting it from the bash prompt. The server daemon I mean.
> /usr/sbin/in.talkd
> I know it uses UDP.
> What does c'n'p mean.
> below is listing of /etc/xinetd.d/talk
> service talk
> {
>         disable = no
>         socket_type             = dgram
>         wait                    = yes
>         user                    = nobody
>         group                   = tty
>         server                  = /usr/sbin/in.talkd
> }
> When I try to start the client I get:
> Error on read from talk daemon: Connection refused. Press any key... 

Does chkconfig list it as an enabled service?

[root@estate2 root]# chkconfig --list talk
talk            on