HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Syslog Errors
Operating System - HP-UX
1833871
Members
1696
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
03-22-2005 08:10 AM
03-22-2005 08:10 AM
Hi everyone,
I am suddenly getting these errors in my syslog. Just wondering if anyone would know what they mean and if I should be concerned.
Thanks!
Mar 22 13:58:13 snoopy bootpd[17344]: reading "/etc/bootptab"
Mar 22 13:58:13 snoopy bootpd[17344]: read 3 entries from "/etc/bootptab"
Mar 22 13:58:13 snoopy bootpd[17344]: reading "/etc/dhcpdeny"
Mar 22 13:58:13 snoopy bootpd[17344]: error opening "/etc/dhcpdeny": No such file or directory
I am suddenly getting these errors in my syslog. Just wondering if anyone would know what they mean and if I should be concerned.
Thanks!
Mar 22 13:58:13 snoopy bootpd[17344]: reading "/etc/bootptab"
Mar 22 13:58:13 snoopy bootpd[17344]: read 3 entries from "/etc/bootptab"
Mar 22 13:58:13 snoopy bootpd[17344]: reading "/etc/dhcpdeny"
Mar 22 13:58:13 snoopy bootpd[17344]: error opening "/etc/dhcpdeny": No such file or directory
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:13 AM
03-22-2005 08:13 AM
Re: Syslog Errors
Read this link for more information about your log entries:
http://docs.hp.com/en/B2355-90775/ch03s01.html
http://docs.hp.com/en/B2355-90775/ch03s01.html
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:48 AM
03-22-2005 08:48 AM
Solution
That's not really an error, the bootpd is trying to
see if you have any entries in /etc/dhcpdeny file.
Since you don't have one, it's just informing you the
fact.
Question is, are you running a DHCP server on your
system? If no, then disable DHCP server. To do
this, follow these steps:
1) Find pid of bootpd process and kill it.
2) Comment the line starting with bootps in file
/etc/inetd.conf (i.e place a '#' char as the first char
of the line).
3) execute following command:
# inetd -C
- Biswajit
see if you have any entries in /etc/dhcpdeny file.
Since you don't have one, it's just informing you the
fact.
Question is, are you running a DHCP server on your
system? If no, then disable DHCP server. To do
this, follow these steps:
1) Find pid of bootpd process and kill it.
2) Comment the line starting with bootps in file
/etc/inetd.conf (i.e place a '#' char as the first char
of the line).
3) execute following command:
# inetd -C
- Biswajit
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 01:06 PM
03-22-2005 01:06 PM
Re: Syslog Errors
Hi Sally,
As Biswajit mentioned its is a warning message and not an error.
error opening "/etc/dhcpdeny": No such file or directory"
The above is not an error, just a warning. The system is reporting that it cannot find the dhcpdeny file when trying to process a request from the bootp server.
You can stop the errors by creating an empty file using
touch /etc/dhcpdeny
chmod 644 /etc/dhcpdeny
OR
If this server does not service remote boot (bootp) requests, then you can disable it altogether.
You have to Edit the /etc/rc.config.d/netdaemons file
By doing this START_RBOOTD=0
Then run /sbin/init.d/net stop to stop
/sbin/init.d/net start to start
or the change will take effect at your next boot.
Indira A
As Biswajit mentioned its is a warning message and not an error.
error opening "/etc/dhcpdeny": No such file or directory"
The above is not an error, just a warning. The system is reporting that it cannot find the dhcpdeny file when trying to process a request from the bootp server.
You can stop the errors by creating an empty file using
touch /etc/dhcpdeny
chmod 644 /etc/dhcpdeny
OR
If this server does not service remote boot (bootp) requests, then you can disable it altogether.
You have to Edit the /etc/rc.config.d/netdaemons file
By doing this START_RBOOTD=0
Then run /sbin/init.d/net stop to stop
/sbin/init.d/net start to start
or the change will take effect at your next boot.
Indira A
Never give up, Keep Trying
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP