Skip to main content
1 of 3

This can be fixed by replacing the line

LOCALUSER=nobody

in crond.daily into

LOCALUSER=root

I think this is safe since updatedb must be run as root anyway.