- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TFTP timeout messages in syslog
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
02-13-2003 06:18 AM
02-13-2003 06:18 AM
I have turned on inetd logging and do not see anything trying to connect. What is causing this message to fill up my logs?
HP-UX 10.20
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 06:22 AM
02-13-2003 06:22 AM
Re: TFTP timeout messages in syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 06:40 AM
02-13-2003 06:40 AM
Re: TFTP timeout messages in syslog
/etc/inetd.conf file contains
tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite
/etc/services contains
tftp 69/udp # Trivial File Transfer Protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 06:43 AM
02-13-2003 06:43 AM
Re: TFTP timeout messages in syslog
tftpd is started from inetd whenever a tftp request is received.
After finishing the tftp request tftpd stays idle for 10 minutes
and then dies with the above message.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 07:00 AM
02-13-2003 07:00 AM
Re: TFTP timeout messages in syslog
2) The error messages occur every 10 minutes and 48 seconds, exactly.
3) This is ocurring on three different servers.
Because of the items mentioned above, I don't believe it is and external application/user. It is something within the systems, but what?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 07:30 AM
02-13-2003 07:30 AM
Re: TFTP timeout messages in syslog
If you don't use tftp (and it looks it was configured for ignite) then simply comment out the line
tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite
and let inetd re-read the new configuration
inetd -c
this way you'll get rid of this tftpd messages.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 07:32 AM
02-13-2003 07:32 AM
Re: TFTP timeout messages in syslog
here is some more information:
From tfptd.c
#define TFTPD_TIMEOUT 10 /* tftpd quits after 10 minutes of no new requests */
You can see from the code it's an informative message.
Take care, Steffi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 07:47 AM
02-13-2003 07:47 AM
Solutionhttp://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063236121