diff --git a/README.rst b/README.rst index 559aadb51..deb085c6b 100644 --- a/README.rst +++ b/README.rst @@ -152,12 +152,12 @@ Performance Notices Frequent Problems ----------------- -Feeds are not updated anymore -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +All feeds are not updated anymore +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `This is a bug in the core backgroundjob system `_ deleting the :file:`owncloud/data/cron.lock` file gets the cron back up running -Feeds are not updated and theres no cron.lock -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +All feeds are not updated and theres no cron.lock +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Check if the cronjob exists with **crontab -u www-data -e** (replace www-data with your httpd user) * Check if the cronjob is ever executed by placing an **error_log('updating')** in the `background job file `_. If the cronjob runs, there should be an updating log statement in your httpd log. * If there is no **updating** statement in your logs check if your cronjob is executed by executing a different script