- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tftpd
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
тАО02-28-2003 12:51 PM
тАО02-28-2003 12:51 PM
Can somebody help me. I have some problem with load on mijn machine. tftpd take 98 % cpu.
I made an ftpusers file in /etc/ftpd with root in it.
Since i made this file i think this problem started.
i used ps -ef | grep tftpd en i get this
root 6259 917 241 Feb 26 ? 3238:26 tftpd /opt/ignite /var/opt/ignite
thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2003 01:52 PM
тАО02-28-2003 01:52 PM
Re: tftpd
We used one portscan program . I think sinds then i have this problem with high load .
How i can stop this deamon ? Is it possible and is it save to do this. This machine is live machine.
Can ik try inetd -c of something like this.
Thank you and i hope you can read my writing because my english lenguage is not very wel.
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2003 02:01 PM
тАО02-28-2003 02:01 PM
Re: tftpd
You can kill the process
kill 6259
Then in /etc/inetd.conf comment out the following line:
tftpd dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite
Then run inetd -c to reread the new config & recycle inetd.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2003 02:24 PM
тАО02-28-2003 02:24 PM
Re: tftpd
Thank you for your quick response. I have another question. Can i kill this proces without any problem. Do i need this proces for antoher application ?
I use ignite product for the disaster recovery
Thank you
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2003 02:31 PM
тАО02-28-2003 02:31 PM
SolutionIf you're not actually creating or serving an Ignite image, then yes you can safely kill the process.
That should only be running when you are creating a make_net_recovery image or the server is doling one out to another host.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2003 02:37 PM
тАО02-28-2003 02:37 PM
Re: tftpd
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2003 01:44 AM
тАО03-01-2003 01:44 AM
Re: tftpd
i just kill the process
he's gone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2003 11:10 AM
тАО03-03-2003 11:10 AM
Re: tftpd
it might help if you could take a tusc trace of the tftpd process - something like:
tusc -v -o /tmp/tftp.tusc
where
killing it is all fine and good, but is only treating a symptom and does not preclude the problem from happening again in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2004 11:09 PM
тАО11-11-2004 11:09 PM
Re: tftpd
What was the name of the port scanner in your case?