- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: signal 14 with ftp
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
12-04-2003 08:40 PM
12-04-2003 08:40 PM
signal 14 with ftp
2 days ago we got this error message in the syslog file on a machine running 11.00
"ftpd -exiting on signal 14"
We had to reboot it since no login was possible not even from the console. So I reset the system from GSP. Since this incident there have been 2 more "signal 14" messages but no problem with the machine. Has anybody experienced this behaviour before? Happy to get any hints ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 08:50 PM
12-04-2003 08:50 PM
Re: signal 14 with ftp
I think the default behavior is to send this signal to all children of a process. Therefore if a process "higher up" in the process group chain that ends up starting ftp, sets an alarm but doesn't trap it properly then it will exit and so will it's children (including ftp).
I might be wrong about this and a SIGALRM isn't sent to children of the process doing the alarm in which case it might be useful if you can tell us how ftp is being started. Something is setting an alarm somewhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 09:16 PM
12-04-2003 09:16 PM
Re: signal 14 with ftp
I only know that the ftp is started from a PC, dont even know what operating system. The users usually transfer files to the unix side, files are few hundred MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 09:26 PM
12-04-2003 09:26 PM
Re: signal 14 with ftp
I didn't actually notice that it was the ftpd process that is dying and not the ftp process.
You have something spooky going on. Is your ftpd daemon being started with inetd? You can check to see if the relevant entry in /etc/inetd.conf is commented out or not. Actually, it might worth posting the entry for ftpd in /etc/inetd.conf so we can see it. My hunch is that someone has written a script somewhere, perhaps trying to time-out ftp sessions and there is a bug in there somewhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 12:07 AM
12-05-2003 12:07 AM
Re: signal 14 with ftp
Pls find the inetd.conf entry below:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
It runs the same way on other machines as well! (sorry got the wrong thread first ...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 12:15 AM
12-05-2003 12:15 AM
Re: signal 14 with ftp
Maybe ftpd times out itself. I am a bit of a loss as to how you are managing to receive this signal :)