talk command to chat


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers talk command to chat
# 1  
Old 08-21-2009
talk command to chat

Hi,

Could you please advice on the following query:

There are 2 users on a unix box:
1. aaaa
2. bbbb

I open 2 putty sessions and login with the above 2 users.
Then I type the following using the aaaa user to chat with bbbb.

talk bbbb
or
talk bbbb@hostname

Result: the screen goes blank?

Any ideas, please?

Regards,
Girish.

---------- Post updated 08-21-09 at 02:49 AM ---------- Previous update was 08-20-09 at 09:55 AM ----------

Anybody ...any idea?
# 2  
Old 08-21-2009
Do you have a firewall ?
# 3  
Old 08-21-2009
I login to my windows desktop.
the I click on "start"-->"run" -->"telnet a.b.c.d x" to break firewall and get access to the server.

Both the users aaaa and bbbb belong to the same server.
I open 2 putty sessions and then i did what ever I had written in my 1st post.

---------- Post updated at 05:18 AM ---------- Previous update was at 04:45 AM ----------

chat using the write command is working fine though.
# 4  
Old 08-21-2009
Talks is not very secure and disabled on many Unix systems. check whether talk is enabled on system. /etc/inetd.conf or xinetd.conf is fist place to look. If enabled and still not working try flushing firewall rules (iptables -F assuming Linux)
# 5  
Old 08-24-2009
Hi Denny,

I could see the following entry in /etc/inetd.conf

[aaaa@xxxx] $ grep -i talk /etc/inetd.conf
ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd

FYI, this is HPUX.

[aaaa@xxxx] $ which talk
/usr/bin/talk

[aaaa@xxxx] $ ls -ltr /usr/bin/talk
-r-xr-xr-x 1 bin bin 32768 Nov 14 2000 /usr/bin/talk


Regards,
Girish.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

Very Funny and Somewhat Amazing 2006 Chat Bot Chat

Working on the badging system, Just found this old thread for 2006 and started reading it. ROTFL ... what a great discussion between forum members and our chat bot Gollum "back in the good old days"... You must check this out if you want a laugh and big smile: ... (1 Reply)
Discussion started by: Neo
1 Replies

2. Web Development

Can you embed Skype or any other video chat/chat program into a webpage?

Hi, I am trying to embed Skype or any other video chat/chat program into a webpage. Has anyone had success doing this? or know how? Thanks Phil (2 Replies)
Discussion started by: phil_heath
2 Replies

3. Linux

How do I capture responses from the chat command?

Unfortunately googling the word 'chat' gives you zebedee billion responses that relate to everything and few of them refer to the linux chat command. I've read the man page and found a couple of examples but can't see how to do this. I want to query the modem for it's manufacturer, product id... (8 Replies)
Discussion started by: Bashingaway
8 Replies

4. Shell Programming and Scripting

problems with using talk command

using talk option i tried to send message to my team mate. for connecting to one unix box, we are having a common userid and password except that, the ip addresses will change for me it is x.x.x.4, for my colleague it is x.x.x.3 These are the steps i did > who <userid> pts/2 ... (1 Reply)
Discussion started by: trichyselva
1 Replies

5. Shell Programming and Scripting

talk command to chat

Hi, Could you please advice on the following query: There are 2 users on a unix box: 1. aaaa 2. bbbb I open 2 putty sessions and login with the above 2 users. Then I type the following using the aaaa user to chat with bbbb. talk bbbb or talk bbbb@hostname Result: the screen goes... (1 Reply)
Discussion started by: miltonkeynesguy
1 Replies
Login or Register to Ask a Question