Report this

What is the reason for this report?

I need help understanding this Cron error

Posted on November 23, 2015

Title

Cron <root@domain> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )

Body

/etc/cron.weekly/apt-xapian-index:
FATAL -> Failed to fork.
run-parts: /etc/cron.weekly/apt-xapian-index exited with return code 100

Ubuntu 14.04 LTS 1GB Ram 1 New Wordpress site

root@domain:~# free -m
             total       used       free     shared    buffers     cached
Mem:           994        922         71         38         79        159
-/+ buffers/cache:        684        309
Swap:            0          0          0


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@desiredpersona

Generally it’s due to a failed database update or RAM being exhausted when the update took place.

From what I’ve read and experienced, removing it altogether yields no ill effects.

sudo apt-get autoremove --purge apt-xapian-index
sudo apt-get autoremove --purge

What is Xapian?: http://xapian.org/

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Dark mode is coming soon.