- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to enable talk
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2010 08:41 PM
12-01-2010 08:41 PM
how to enable talk
/etc/services
talk 517/udp # conversation
ntalk 518/udp # new talk, conversation
/etc/inetd.conf
ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd
when I want to talk to cord user I type
#talk cord
I get an error
[No connection yet]
[Your party is not logged on]
Can someone guide me please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2010 03:38 AM
12-02-2010 03:38 AM
Re: how to enable talk
No connection yet]
[Your party is not logged on]
User "cord" is not logged yet.
rgs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2010 04:16 AM
12-02-2010 04:16 AM
Re: how to enable talk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2010 05:07 AM
12-02-2010 05:07 AM
Re: how to enable talk
Verify "mesg" permissions:
mesg [-] y allows applications such as write or talk to send messages to the user's terminal (that is, without restrictions).
man mesg.
grep talk /var/adm/syslog/syslog.log
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 02:04 AM
12-03-2010 02:04 AM
Re: how to enable talk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 02:10 AM
12-03-2010 02:10 AM
Re: how to enable talk
# grep -i talk /var/adm/syslog/syslog.log
and verify than "ntalk" is not deny in /var/adm/inetd.sec file
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 02:56 AM
12-03-2010 02:56 AM
Re: how to enable talk
Oct 30 00:05:32 cmcdev inetd[1275]: ntalk/udp: Added service, server /usr/lbin/ntalkd
put this entry in
/var/adm/inetd.sec
ntalk allow 127.0.0.1 cmcdev
change and let inetd re-read the configuration, with "inetd -c"
still the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 03:08 AM
12-03-2010 03:08 AM
Re: how to enable talk
Apparently all is well.
# finger cord
# who -T| grep -i cord
# who am i
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 03:27 AM
12-03-2010 03:27 AM
Re: how to enable talk
Login name: cord
Directory: /home/cord Shell: /usr/bin/ksh
On since Dec 3 15:49:47 on pts/te from 172.16.25.121
7 minutes 49 seconds Idle Time
No unread mail
No Plan.
# who -T |grep -i cord
cord + pts/te Dec 3 15:49 0:08 26182 172.16.25.121
# who am i
root pts/tf Dec 3 15:49
# who
cord pts/te Dec 3 15:49
root pts/tf Dec 3 15:49
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 03:31 AM
12-03-2010 03:31 AM
Re: how to enable talk
With root user:
# talk cord
Output similar to:
[No connection yet]
[Waiting for your party to respond]
...
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 03:40 AM
12-03-2010 03:40 AM
Re: how to enable talk
[No connection yet]
[Your party is not logged on]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2010 04:12 AM
12-03-2010 04:12 AM
Re: how to enable talk
Sample of reproduction of the problem
My user is "ran":
$ who -T
ran + pts/3 Dec 3 11:07 . 15148 xxxxxx.intraduero.net
$ tty
/dev/pts/3
I open other hpterm with user "ran":
$ who -T
ran - pts/2 Dec 3 13:02 . 19660 xxxxxx.intraduero.net
ran + pts/3 Dec 3 11:07 . 15148 xxxxx.intraduero.net
$ tty
/dev/pts/2
From this terminal:
$ su -
# id
uid=0(root)
# tty
/dev/pts/2
# who -T
ran - pts/2 Dec 3 13:02 . 19660 xxxxxx.intraduero.net
ran + pts/3 Dec 3 11:07 0:03 15148 xxxxxx.intraduero.net
# talk ran
[No connection yet]
[Your party is refusing messages]
Ok.
- close connections root and ran.
- Open new connection with efective uid ran
- Open new connection with efective uid root (not su)
# who -T
root - pts/2 Dec 3 13:09 . 19862 xxxxxx.intraduero.net
ran - pts/3 Dec 3 13:06 0:02 19777 xxxxxx.intraduero.net
# talk ran
[No connection yet]
[Waiting for your party to respond]
Output from ran terminal:
Message from Talk_Daemon@minerva at 13:11 ...
talk: connection requested by root@minerva.intraduero.net.
talk: respond with: talk root@minerva.intraduero.net
$ talk root
[No connection yet]
[Connection established]
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2015 09:05 AM
10-13-2015 09:05 AM
Re: how to enable talk
Login with ssh (to get tty like pts/0). If you use telnet you must give the ttyname argument:
talk user1@host2 pts/ta
In absence of ttyname , talk will try to contact the user
on the user's *most recently used* terminal. ( pts/0, etc.)
Also, set 'mesg y' for that tty.
Regards,
G