1830979 Members
2018 Online
110018 Solutions
New Discussion

Re: talk is not working

 
RBI
Advisor

talk is not working

Talk in HPUX 11.11 is not working can anyone tell me what is problem?
8 REPLIES 8
Sunil Sharma_1
Honored Contributor

Re: talk is not working

make sure talk service is enable in /etc/inetd.conf

ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd

this entry should be there in this file if it is not there make this entry and run inetd -c

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
bhavin asokan
Honored Contributor

Re: talk is not working

hi,

check in /etc/services for the following entries

talk 517/udp # conversation
ntalk 518/udp # new talk, conversation

regds,
H.Merijn Brand (procura
Honored Contributor

Re: talk is not working

Once it works, and you work under X11, consider using xtalk (old) or ytalk (much better) on http://www.metawire.org/ytalk/

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
RBI
Advisor

Re: talk is not working

I tried enabling it in /etc/inetd but it is now workinb i think some bug in talk please help if it is so
Fred Ruffet
Honored Contributor

Re: talk is not working

do not forget to set mesg to y...

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
RBI
Advisor

Re: talk is not working

i HAVE ALREADY DONE mesg y.
so it is not the problem
RBI
Advisor

Re: talk is not working

Have anybody tried using talk on HPUX 11.11
Fred Martin_1
Valued Contributor

Re: talk is not working

Interesting. I had used talk successfully on an HP-UX 10.20 system. I'm now using HP-UX 11.111 and my talk also does not work.

/etc/services:
talk 517/udp # conversation
ntalk 518/udp # new talk, conversation

/etc/inetd.conf:
ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd

checked mesg for both users, it's y.

Is there something that needs to begin at boot time to make this work?
fmartin@applicatorssales.com