Skip to main content
3 of 3
replacing -> changing

This can be fixed by changing the line

LOCALUSER=nobody

in crond.daily into

LOCALUSER=root

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