[7.902][BUG][WONT FIX] DHCPCD log entrys for DHCP

Noticed this log entery that I have never seen before in prior versions. Keeps poping in ever few seconds for some time and is filling my syslog servers log files to much. Does this look like a problem with the DHCP client getting an IP from Cable modem?



04-17-2010 14:12:42 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:39 dhcpcd[4407]: eth1: ignoring packet with xid 0xdfa795c6 as it's not ours (0x11b2d813)
04-17-2010 14:12:41 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:39 dhcpcd[4407]: eth1: waiting for 179720 seconds
04-17-2010 14:12:41 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:39 dhcpcd[4407]: eth1: ignoring packet with xid 0xc06865ca as it's not ours (0x11b2d813)
04-17-2010 14:12:41 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:39 dhcpcd[4407]: eth1: sending DHCP_REQUEST with xid 0x11b2d813
04-17-2010 14:12:38 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:36 dhcpcd[4407]: eth1: waiting for 179724 seconds
04-17-2010 14:12:38 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:36 dhcpcd[4407]: eth1: sending DHCP_REQUEST with xid 0x11b2d813
04-17-2010 14:12:38 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:36 dhcpcd[4407]: eth1: ignoring packet with xid 0xd751180c as it's not ours (0x11b2d813)
04-17-2010 14:12:35 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:33 dhcpcd[4407]: eth1: waiting for 179727 seconds
04-17-2010 14:12:35 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:33 dhcpcd[4407]: eth1: ignoring packet with xid 0xeae94b2d as it's not ours (0x11b2d813)
04-17-2010 14:12:34 Local0.Debug edge1.home.markandbeth.net 2010:04:17-14:12:32 dhcpcd[4407]: eth1: waiting for 179727 seconds
Parents
  • Does this look like a problem with the DHCP client getting an IP from Cable modem?


    No. this doesn't even look like a problem at all.

    You have enabled logging to a remote syslog server, and you are looking at syslog messages that are meant for debugging purposes only ( that's what the "Debug" in "Local0.Debug" is for). As per RFC these messages should normally been "silently ignored" as they are not even informational. So the best thing you can do is to ignore them too.

    What happens here (from a technical perspective) is that we are running the dhcpcd on the ASG with a logging level set to "Debug" and then drop these messages with our own (local) logging. Since you enabled logging to the remote syslog server, and obviously don't have any filters, you're seeing these additional (but useless) messages.

    We'll downgrade the dhcpcd logging to a more sane level with one of the next releases.

    Thanks for reporting this!
  • We'll downgrade the dhcpcd logging to a more sane level with one of the next releases.


    Seems like we cannot reduce the verbosity without loosing other information that we really need.
Reply Children
No Data