- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bad Protocal
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
06-06-2007 04:49 PM
06-06-2007 04:49 PM
My Hp Ux servers insyslog the flowing message is comeing ..
ntalkd[14009]: Bad protocol version 214
What is this ...?
i didnt change any ip, Protocal ...
can tell me ...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 05:27 PM
06-06-2007 05:27 PM
Re: Bad Protocal
ntalkd "Bad protocol version"
found:
http://tucupi.cptec.inpe.br/sx4/sx4man2/g1ah09e/appd.html
which says:
talkd[pid]: Bad protocol version number
Cause:
The protocol version differs from the version (number) of the client (talk).
Action:
None.
I assume that you have some users who are
running different/old versions of "talk".
It doesn't sound fatal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 06:07 PM
06-06-2007 06:07 PM
Re: Bad Protocal
this my sylog.log
this is showing more than 15 servers
my doubt any problem wtih n/w ..
out of server ..
Jun 4 00:08:19 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:08:49 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:09:19 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:09:49 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:10:19 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:14:49 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:15:01 mhrate above message repeats 9 times
Jun 4 00:15:19 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:15:49 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:16:19 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:19:49 mhrate ntalkd[7681]: Bad protocol version 214
Jun 4 00:20:01 mhrate above message repeats 7 times
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 07:14 PM
06-06-2007 07:14 PM
SolutionAs I said, the problem is probably one or
more users who are running old versions of a
"talk" program.
"grep talk /etc/services" should tell you
which port is being used by the "ntalk"
daemon (518, possibly 517?), and, if you try
it at the right time, "netstat -a" may show
you who is connected to that server.
The easy way to find the problem user might
be to disable the service (in /etc/inetd.conf)
and wait for someone to complain.
"man talkd".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 11:05 PM
06-06-2007 11:05 PM
Re: Bad Protocal
talkd is server for talk program.
It listens at the UDP port indicated in the `talk' service description;--> check /etc/services for this.
You are getting this error as some users are using different version..To resolve the problem..update the service ...
Thanks & Regards
Reshma