Re: runsv cronie is writting 300 MiB every hour to disk
Reply #1 –
sounds to me like you might have some custom cron jobs running and instead of stdout to dev null, its logging to /var/log
as to your ipv6 errors, unless you really need it, disable it
Add these three lines to the /etc/sysctl.conf file:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1