- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Continuous bootps/udp errors 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
10-04-2006 02:19 AM
10-04-2006 02:19 AM
bootpd[8837]:reading "/etc/bootptab" bootpd[8837]: read 1 entries from "/etc/bootptab" bootpd[8837]: reading "/etc/dhcpdeny" bootpd[8837]: read 0 entries from "/etc/dhcpdeny"
inetd[710]: bootps/udp: Died on signal 11
Last week, I had an additional error :
Cannot open /etc/dhcpdeny and I TOUCHED the file to /etc and CHMOD 644 to it and performed an inetd -c
My netdeaemons value for REMOTE_BOOT IS A "1".
The only way we ever boot/re-boot is to login on the console or connect in on the modem and re-boot.. Can I safely set the Remote_Boot value at zero, re-read the inetd and get these errors to stop.
1.) Why are we getting these errors after running without them for years?
2.) System re-boot did NOT stop these errors.
Thank You
Bill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 02:34 AM
10-04-2006 02:34 AM
Re: Continuous bootps/udp errors in SYSLOG
If you do man bootpd and here is the information:
When bootpd receives a DHCP/BOOTP request, it first checks if the
hardware address of the client is listed in the /etc/dhcpdeny
database. If yes, this client is denied lease. If the client is not
listed in the dhcpdeny database, it checks whether the client
information is in the /etc/bootptab database. If the client
information is available, bootpd sends back the reply. Otherwise, it
checks whether there is any matched relay information for the client
in the /etc/bootptab database. If so, bootpd goes through a series of
checks to see if it should relay the request. If no matched relay
information was found, bootpd checks whether the client information is
matched by a pool or device group in the /etc/dhcptab database. If a
match is found, bootpd sends back a reply. The request is dropped if
no matched group information is found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 03:07 AM
10-04-2006 03:07 AM
Re: Continuous bootps/udp errors in SYSLOG
Nothing uncommented in bootptab.
no DHCPTAB
We do not dynamic assign. we are static.
Other than that, not sure what I am supposed to do here.
Thanks
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 03:19 AM
10-04-2006 03:19 AM
SolutionWhat about your /etc/inetd.conf file, is bootps commented out?
# grep bootps /etc/inetd.conf
#bootps dgram udp wait root /usr/lbin/bootpd bootpd
if not use vi to comment out bootps, and reread the inetd.conf "inetd -c"
Did someone setup an Ignite server?
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 03:26 AM
10-04-2006 03:26 AM
Re: Continuous bootps/udp errors in SYSLOG
Our inetd.conf says this for 'bootps'
bootps dgram udp wait root /usr/lbin/bootpd bootpd
I can comment that and re-read the config using inetd -c
Are you saying that will stop these errors?
Are these dynamic ip requests from some other server or router on the LAN. We never had these for 10 years and now have them
Thanks for your help and fast response.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 03:50 AM
10-04-2006 03:50 AM
Re: Continuous bootps/udp errors in SYSLOG
last entry in SYSLOG says:
inetd[710]: Rereading configuration inetd[710]: bootps/udp: Deleted service inetd[710]: Thru with configuration inetd[710]: Configuration complete
No more BOOTPD errors now.
Thanks for your help and fast response!.
Bill