I noticed yesterday that I had a very large number of messages like the following in /var/log/messages
Apr 12 22:00:00 moo kernel: feed_root: (virtual) appending 896 bytes (count=896 l=0 feed=15991425)
Apr 12 22:00:00 moo kernel: feed_root: (virtual) appending 448 bytes (count=448 l=0 feed=15991426)
Apr 12 22:00:00 moo kernel: feed_root: (virtual) appending 224 bytes (count=224 l=0 feed=15991427)
Apr 12 22:00:00 moo kernel: feed_root: (virtual) appending 112 bytes (count=112 l=0 feed=15991428)
They all say the same thing, the only thing that varies is the number of bytes appended.
In fact it overflowed the file and it got written to /var/log/messages.0.
$ grep feed_root messages.0 | wc -l
6042802
Since rebooting the box, those messages have stopped being added. I am running 14.4-RELEASE.
# freebsd-version -kru
14.4-RELEASE-p1
14.4-RELEASE-p1
14.4-RELEASE-p1
Does anyone know what the cause is?
Apr 12 22:00:00 moo kernel: feed_root: (virtual) appending 896 bytes (count=896 l=0 feed=15991425)
Apr 12 22:00:00 moo kernel: feed_root: (virtual) appending 448 bytes (count=448 l=0 feed=15991426)
Apr 12 22:00:00 moo kernel: feed_root: (virtual) appending 224 bytes (count=224 l=0 feed=15991427)
Apr 12 22:00:00 moo kernel: feed_root: (virtual) appending 112 bytes (count=112 l=0 feed=15991428)
They all say the same thing, the only thing that varies is the number of bytes appended.
In fact it overflowed the file and it got written to /var/log/messages.0.
$ grep feed_root messages.0 | wc -l
6042802
Since rebooting the box, those messages have stopped being added. I am running 14.4-RELEASE.
# freebsd-version -kru
14.4-RELEASE-p1
14.4-RELEASE-p1
14.4-RELEASE-p1
Does anyone know what the cause is?