Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stat on "bootpd": no such file or directory

Status
Not open for further replies.

hellsing

MIS
Sep 3, 2001
97
GB
Hi,
My syslog is full of the following messages:

stat on "bootpd": No such file or directory

The bootpd file is present in /etc. I've seen a few errors / warnings relating to bootpd in syslog before but this is a new one on me.

Anyone got any ideas.

Thanks
 
Is the line in
Code:
 /etc/inetd.conf
relating to bootpd like this ?:
Code:
bootps dgram udp wait root /etc/bootpd bootpd

Hope This Help
PH.
 
Hi,
Thanks for the reply.

My inetd.conf has the following line:

bootps dgram udp wait root /etc/bootpd -D0 bootpd -D0

The D0 is the debug level, but other than that its the same as yours.
 
Try this:
Code:
bootps dgram udp wait root /etc/bootpd bootpd -D0

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top