This commit is contained in:
Bernhard Posselt 2013-07-03 10:57:27 +02:00
Родитель 2ecbaf7986
Коммит 1f4c9fa75a
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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