Sponsored Content
Full Discussion: Talk not working
Top Forums UNIX for Dummies Questions & Answers Talk not working Post 80190 by vibhor_agarwali on Thursday 4th of August 2005 06:03:03 AM
Old 08-04-2005
Talk not working

Hi,

I am trying talk but it isn't working.

I tried
talk ip terminal
talk ip:terminal

First it says:
[No connection yet]

Then after 2 seconds
[Checking for invitation on caller's machine]

I have checked the mesg status: Its y

I am not getting any invitation on the other machine.

Thanks in Advance
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

what are forwarders when you talk about DNS?

i am looking to setup my own home domain name server. i am having a problem though... "forwarders" what are they? is that the space where i put my ISP's DNS ip addresses, or is it something else? (1 Reply)
Discussion started by: xyyz
1 Replies

2. UNIX for Dummies Questions & Answers

Talk utility

Are "talk" sessions logged or can they be logged? (1 Reply)
Discussion started by: pbonilla
1 Replies

3. UNIX for Advanced & Expert Users

apple talk

Does anyone know how to route apple talk through a bridged connection ? :eek: (1 Reply)
Discussion started by: maxamaynard
1 Replies

4. IP Networking

UNIX talk

I have the manpage for this utility on my system, but the utility itself is not there. My friend has the utility, but it does not work, not even on the same machine. Does anyone remember it? What software package is it related to? Where is it configured? (1 Reply)
Discussion started by: Corona688
1 Replies

5. Infrastructure Monitoring

google talk notification on Nagios is not working

Hi i have installed Nagios 3.0.6 on Centos 5.2 also to configure it i have installed Centreon, my problem is the following , i have created a user for Nagios on google talk and using an script from the web trying to send notification for host status and services. i have tested the script using... (0 Replies)
Discussion started by: pokker67
0 Replies

6. IP Networking

Talk Not Working over LAN or on one computer

I have talk installed: yum install talk talk-server And I have /etc/xinetd.d/talk set to disabled and /etc/xinetd.d/ntalk set to enabled I also have opened port 518/udp on server and laptop and enabled xinetd.service sudo systemctl enable xinetd.service sudo systemctl start... (4 Replies)
Discussion started by: Benji Wiebe
4 Replies

7. What is on Your Mind?

Anybody want to talk about Krack?

At face value this looks bad for Android 6 and Linux. Wi-fi security flaw 'puts devices at risk of hacks' - BBC News (1 Reply)
Discussion started by: hicksd8
1 Replies

8. Programming

Bridging Talk

Hi! I would like to start creating a bridge for good old Unix talk program. This bridge would allow you to joinIRC-channel by using talk just for example. I have a couple of questions: 1. Are there any previous attempts or implementations creating Talk bridge? 2. Which version of the talk... (9 Replies)
Discussion started by: homebeach
9 Replies
NTALKD(8)						    BSD System Manager's Manual 						 NTALKD(8)

NAME
ntalkd, talkd -- remote user communication server SYNOPSIS
ntalkd [-dl] DESCRIPTION
ntalkd is the server that notifies a user that someone else wants to initiate a conversation. It acts as a repository of invitations, responding to requests by clients wishing to rendezvous to hold a conversation. In normal operation, a client, the caller, initiates a rendezvous by sending a CTL_MSG to the server of type LOOK_UP (see <protocols/talkd.h>). This causes the server to search its invitation tables to check if an invitation currently exists for the caller (to speak to the callee specified in the message). If the lookup fails, the caller then sends an ANNOUNCE message causing the server to broad- cast an announcement on the callee's login ports requesting contact. When the callee responds, the local server uses the recorded invitation to respond with the appropriate rendezvous address and the caller and callee client programs establish a stream connection through which the conversation takes place. OPTIONS
ntalkd supports the following options: -d The -d option turns on debugging logging. -l The -l option turns on accounting logging for ntalkd via the syslogd(8) service. FILES
/usr/libexec/ntalkd SEE ALSO
talk(1), write(1), syslog(3), syslogd(8) HISTORY
The ntalkd command appeared in 4.3BSD. The original talkd program was coded improperly, in a machine and byte-order dependent fashion. When this was corrected, it required a pro- tocol change, which necessitated a different daemon to handle it, thus ntalkd or "new" talk daemon. The old daemon has long since been removed, but the detritus remain. BSD
March 23, 2004 BSD
All times are GMT -4. The time now is 01:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy