Operating System - HP-UX
1834395 Members
2557 Online
110066 Solutions
New Discussion

Re: talk command in rp5470 server

 
ajk_5
Frequent Advisor

talk command in rp5470 server

Dear all,

In a rp5470 server, I did try to communicate with another user by command:

talk

Then the screen is blank, nothing happens.

However, I used the command line in K260 server and it worked.

Could you tell me how to fix it? Thanks.

Regards
Ajk
10 REPLIES 10
twang
Honored Contributor

Re: talk command in rp5470 server

What is output of "mesg"? I think that by default mesg is set to n.
If so you should issue "mesg -y " and try to see.
twang
Honored Contributor

Re: talk command in rp5470 server

One more thing, please check /etc/inetd.conf file for ntalk service, like this,
ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd
Fragon
Trusted Contributor

Re: talk command in rp5470 server

I think you have deny messages to terminal.
Just do:
#mesg y

Now OK?
ajk_5
Frequent Advisor

Re: talk command in rp5470 server

Dear all,

Still nothing happen. Any more idea? Thanks.

Ajk
Fragon
Trusted Contributor

Re: talk command in rp5470 server

Hi,
if you use
#wall "some msg"
,is it can echo the message?

-o-
ajk_5
Frequent Advisor

Re: talk command in rp5470 server

wall command is ok except talk command. Please help.
Michael Tully
Honored Contributor

Re: talk command in rp5470 server

I haven't got access to a system right now, but have you by any chance disabled the service from /etc/inetd.conf ?

If you make changes to /etc/inetd.conf you must run 'inetd -c'
Anyone for a Mutiny ?
twang
Honored Contributor

Re: talk command in rp5470 server

Have you just used "talk " to test the talk service?
Enrico P.
Honored Contributor

Re: talk command in rp5470 server

Hi,
if the two servers are running the same version of OS try to copy talk (saving the old) command from another server.

Enrico.
log10
Occasional Contributor

Re: talk command in rp5470 server

Hi Ajk,

I encounter the same problem. Have you find out the fix yet?

Thanks,

Vic