Skip site navigation (1)Skip section navigation (2)
Date:      24 Apr 2001 09:07:08 +0100
From:      Wayne Pascoe <wayne.pascoe@realtime.co.uk>
To:        Dru <genisis@istar.ca>
Cc:        , freebsd-questions@FreeBSD.ORG
Subject:   Re: talk daemon
Message-ID:  <m1d7a27mc3.fsf@zaphod.realtime.co.uk>
In-Reply-To: <Pine.BSF.4.21.0104231013190.42579-100000@istar.ca>
References:  <Pine.BSF.4.21.0104231013190.42579-100000@istar.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Dru <genisis@istar.ca> writes:

> What version of FreeBSD are you running? I have both on my
> 4.2-Release. However, to use "ntalk", you have to uncomment out the line
> for it in "/etc/inetd.conf".

Thanks, I found that... I'm using xinetd though, so I need an xinetd
config file. The one I currently have in /etc/xinetd.d/ntalk is as
follows :

service ntalk
{
#       flags=REUSE
        socket_type=dgram
        protocol=udp
        wait=no
        user=root
        server=/usr/libexec/ntalkd
        log_on_failure+=USERID
}

When I stop and start xinetd, I only see one service being started
(leafnode). Any ideas what is wrong with the above config file ?

-- 
- Wayne Pascoe 
E-mail: wayne.pascoe@realtime.co.uk
Phone : +44 (0) 20 7544 4668
Mobile: +44 (0) 788 431 1675

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?m1d7a27mc3.fsf>