- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Usage of Talk Command
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
05-28-2007 10:24 PM
05-28-2007 10:24 PM
Usage of Talk Command
I am new to HPUX... If anyone knows how to use talk command to chat in HPUX platform.... Is there any service that is to be enabled or not...
kindly tell me
Thanks
Arun Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2007 11:30 PM
05-28-2007 11:30 PM
Re: Usage of Talk Command
Check that ntalk is enabled in /etc/inetd.conf and make sure the user you are trying to talk to has allowed incoming messages. You can check this by using the mesg command. If this returns n then messaging is not allowed. Type mesg y to allow this.
regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2007 11:46 PM
05-28-2007 11:46 PM
Re: Usage of Talk Command
but in that file it is showing "wait" status in front of it....how to change that and also it is using "udp" protocol but in other commands it is showing "tcp".... and what does its daemon "ntalkd" do....what should I do and how..... kindly reply me again
thanks and regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 12:07 AM
05-29-2007 12:07 AM
Re: Usage of Talk Command
Just make sure you have the following entry in /etc/inetd.conf:
ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd
ntalkd is the daemon that notifies a user that another user wants to start a conversation.
regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 12:13 AM
05-29-2007 12:13 AM
Re: Usage of Talk Command
it is the same entry you gave but it is showing a blank screen only after entering talk command (talk user@server)and no user can do anything on it...
what to do