dhcpcd logs every 3 seconds #476
Unanswered
ArthurPeabody
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Is this a dupe of #459? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every 3 seconds this shows up in /var/log/dhcpcd.log:
Mar 01 00:00:02 [814]: eth3: Router Advertisement from fe80::2036:a8ff:fecb:8757
Mar 01 00:00:02 [814]: eth3: adding address 2601:8c0:801:a2e0:468a:5bff:fe74:7d65/64
Mar 01 00:00:02 [814]: eth3: pltime 345600 seconds, vltime 345600 seconds
Mar 01 00:00:02 [814]: eth3: changing route to 2601:8c0:801:a2e0::/64
Mar 01 00:00:02 [814]: eth3: changing default route via fe80::2036:a8ff:fecb:8757
Mar 01 00:00:02 [814]: eth3: executing: /lib/dhcpcd/dhcpcd-run-hooks ROUTERADVERT
and this shows up in messages:
Mar 1 00:00:02 randomtroll dhcpcd[815]: eth3: changing route to 2601:8c0:801:a2e0::/64
Mar 1 00:00:02 randomtroll dhcpcd[815]: eth3: changing default route via fe80::2036:a8ff:fecb:8757
It seems to have started 2024 November 30. dhcpcd is configured to log to its own file.
I can't think of anything I did November 30.
Everything seems to work; I'd just not like to have huge log files.
Beta Was this translation helpful? Give feedback.
All reactions