1825677 Members
3724 Online
109686 Solutions
New Discussion

Message in Syslog File

 
Faizer
Advisor

Message in Syslog File

Hi Gurus...
I hav ethe following messages in the syslog file and the file is growing....
Any advise or solutions...
--------------
Sep 13 14:08:40 rprod2 bootpd[23915]: reading "/etc/bootptab"
Sep 13 14:08:40 rprod2 bootpd[23915]: read 2 entries from "/etc/bootptab"
Sep 13 19:40:28 rprod2 bootpd[17896]: reading "/etc/bootptab"
Sep 13 19:40:28 rprod2 bootpd[17896]: read 2 entries from "/etc/bootptab"
Sep 13 19:40:28 rprod2 bootpd[17896]: reading "/etc/dhcpdeny"
Sep 13 19:40:28 rprod2 bootpd[17896]: read 0 entries from "/etc/dhcpdeny"
Sep 13 19:40:34 rprod2 inetd[733]: bootps/udp: Died on signal 11
Sep 13 19:40:40 rprod2 bootpd[17904]:
Sep 13 19:40:40 rprod2 bootpd[17904]: reading "/etc/bootptab"
Sep 13 19:40:40 rprod2 bootpd[17904]: read 2 entries from "/etc/bootptab"
Sep 13 19:40:40 rprod2 bootpd[17904]: reading "/etc/dhcpdeny"
Sep 13 19:40:40 rprod2 bootpd[17904]: read 0 entries from "/etc/dhcpdeny"
Sep 13 19:40:47 rprod2 inetd[733]: bootps/udp: Died on signal 11
best regards
Faizer
5 REPLIES 5
Giri Sekar.
Trusted Contributor

Re: Message in Syslog File

Hi:

Edit the /etc/inetd.conf file and commant the line
#bootps dgram udp wait root /usr/lbin/bootpd bootpd
and then run inetd -c. The messages will stop.

Thanks

Giri Sekar.
"USL" Unix as Second Language
Zigor Buruaga
Esteemed Contributor

Re: Message in Syslog File

Hi,

Please, remember to assign points to the forumers that have helped you, it's easy and fast for you, and the way to be grateful for their efforts.

Kind regards,
Zigor
Faizer
Advisor

Re: Message in Syslog File

by doing this I will not be able to use bootptab for xterminals.
Zigor Buruaga
Esteemed Contributor

Re: Message in Syslog File

Hi,

Maybe a lower debug level could help.
Extracted from "man bootpd":

"The -d option sets the verbosity level (1-3) of the logging emitted by the daemon via syslog (see syslog(3C))."

Kind regards,
Zigor
T G Manikandan
Honored Contributor

Re: Message in Syslog File