summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-03 10:57:27 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-03 10:57:27 +0200
commit1f4c9fa75ad16910c3436827add2c52a95ad2b11 (patch)
treeb1b416fc31f6ca9de954b6defa1ea5eebf7e017d /README.rst
parent2ecbaf7986051a5fd93f8f34b32b337dde17051c (diff)
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
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 <https://github.com/owncloud/core/issues/3221>`_ 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 <https://github.com/owncloud/news/blob/master/backgroundjob/task.php#L37>`_. 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