summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-07 18:04:51 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-07 18:04:51 +0200
commit065a095bbd84f9f0a8d0bcad853fb5f1b126e55b (patch)
tree128f74e796dee6a7fd1c519f7229ecc846f60309
parent5eb0fbd67fdc56da1a7103f3a544e199565b229d (diff)
Update README.rst
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index afde89e54..1d637a7b4 100644
--- a/README.rst
+++ b/README.rst
@@ -164,6 +164,7 @@ All feeds are not updated anymore
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 the file permissions of the **cron.php** file and if **www-data** (or whatever your httpd user is called like) can read and execute that script
* 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 your cron works fine but owncloud's cronjobs are never executed, file a bug in `core <https://github.com/owncloud/core/>`_