summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-03 10:48:50 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-03 10:48:50 +0200
commit9d34dbf66a74d854312d4e6cc0bfc0f806c6ae94 (patch)
tree262cf024d11cdbff878734a2cc40db315ae0438e /README.rst
parent2cee3560372587ab238645714ca2d96d666d865d (diff)
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5e969e1be..839c5a6d9 100644
--- a/README.rst
+++ b/README.rst
@@ -149,9 +149,20 @@ Performance Notices
-------------------
* Use MySQL or PostgreSQL for better database performance
-Known Problems
---------------
-* **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
+Frequent Problems
+-----------------
+
+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
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+* 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
+* If everything above failed, file a bug in `core <https://github.com/owncloud/core/>`_
+
Configuration
-------------