- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SIGSEGV on bootpd
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-12-2002 11:48 PM
12-12-2002 11:48 PM
SIGSEGV on bootpd
Dec 13 09:12:46 xxx inetd[1248]: bootps/udp: Died on signal 11
It still works like it should, and keeps on getting started by inetd..
I suppose this gives more file reading than needed, and would also like fewer lines in the syslog, so: how do I fix this?
HP-UX xxx B.11.11 U 9000/800
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 12:38 AM
12-13-2002 12:38 AM
Re: SIGSEGV on bootpd
Normally bootp exits af 15 minutes of inactivity. If will not be killed with signal 11 which indicates a serious problem
Edit /etc/inetd.conf and change the bootps line to make bootpd
start in debug mode
bootpd -d 5
after inetd -c take a look at syslog to get more information
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 01:02 AM
12-13-2002 01:02 AM
Re: SIGSEGV on bootpd
Bootpd daemon runs for 15 minutes from the last request.
The inetd restarts the daemon again.
The timeout can be defined in the -t option with the inetd.conf file.
If you are not using bootpd then you can just comment this line in the /etc/inetd.conf
#bootps dgram udp wait root /usr/lbin/bootpd bootpd
You should re-read your inetd.conf file using
#inetd -c
This will fix this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 01:09 AM
12-13-2002 01:09 AM
Re: SIGSEGV on bootpd
We have lots of devices in the /etc/bootptab and rely on this service. I know it is supposed to shut down after 15 mins, but it shuts down after 20-30 seconds, and is started up again instantly by inetd.
It seems to work fine, and serves info to the devices listed in /etc/bootptab.
I suppose it would not die on signal 11 if it dies on timeout?
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 07:08 AM
09-08-2003 07:08 AM
Re: SIGSEGV on bootpd
I am having the same problem.
Thanks,
Richard F??lt