Jul 24, 2003 #1 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
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
Jul 24, 2003 #2 PHV MIS Nov 8, 2002 53,708 FR 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. Upvote 0 Downvote
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.
Jul 28, 2003 Thread starter #3 hellsing MIS Sep 3, 2001 97 GB 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. Upvote 0 Downvote
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.
Jul 28, 2003 #4 PHV MIS Nov 8, 2002 53,708 FR Try this: Code: bootps dgram udp wait root /etc/bootpd bootpd -D0 Hope This Help PH. Upvote 0 Downvote
Jul 29, 2003 Thread starter #5 hellsing MIS Sep 3, 2001 97 GB Thanks, I'll give it a go. Cheers Upvote 0 Downvote