- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tftpd notification on 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
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
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
тАО07-29-2008 12:12 AM
тАО07-29-2008 12:12 AM
can someone interpret what the message below means. Its on all my servers. Is it a security threat?
tftpd[7725]: Timeout (no requests in 10 minutes)
tftpd[8081]: Timeout (no requests in 10 minutes)
tftpd[8316]: Timeout (no requests in 10 minutes)
tftpd[8551]: Timeout (no requests in 10 minutes)
tftpd[8785]: Timeout (no requests in 10 minutes)
tftpd[9034]: Timeout (no requests in 10 minutes)
tftpd[9269]: Timeout (no requests in 10 minutes)
tftpd[9501]: Timeout (no requests in 10 minutes)
tftpd[9745]: Timeout (no requests in 10 minutes)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2008 12:19 AM
тАО07-29-2008 12:19 AM
Solutionhave you an Ignite-UX server? You should let active the deamon for an Ignite-UX Server. Otherwise you could consider to disable it by commenting out the related line in /etc/inetd.conf:
#tftp dgram udp wait root /usr/lbin/tftpd tftpd
Then to reread the configuration
inetd -c
This should stop messages.
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2008 12:34 AM
тАО07-29-2008 12:34 AM
Re: tftpd notification on syslog
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2008 01:05 AM
тАО07-29-2008 01:05 AM
Re: tftpd notification on syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2008 01:06 AM
тАО07-29-2008 01:06 AM
Re: tftpd notification on syslog
http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1217322124293+28353475&threadId=94274
Apart this I'd suggest trying my suggestion anyway, I mean try to disable it just temporarly as indicated in my previous post, then enable it again by uncommenting the same line and "inetd -c".
If this doesn't help I'd suggest reviewing the /etc/inetd.conf file and checking tftp entry, for example check that the directories on the tftpd line exist.
HTH.
Best regards,
Fabio