From 9d34dbf66a74d854312d4e6cc0bfc0f806c6ae94 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 3 Jul 2013 10:48:50 +0200 Subject: Update README.rst --- README.rst | 17 ++++++++++++++--- 1 file 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 `_ 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 `_ 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 `_. 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 `_ + Configuration ------------- -- cgit v1.2.3