You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Environment:
CentOS 7.1
Owncloud 8.1 (latest) from OC-Repro
about 30 User, about 100GB Files
When i am running (as apache) "php /var/www/html/owncloud/cron.php" i get the following error:
{"reqId":"JICzl\/JsqrfXXg9xbPy7","remoteAddr":"","app":"PHP","message":"Undefined index: REQUEST_URI at \/var\/www\/html\/owncloud\/apps\/contacts\/appinfo\/app.php#35","level":3,"time":"2015-08-02T14:41:30+00:00"}
{"reqId":"JICzl\/JsqrfXXg9xbPy7","remoteAddr":"","app":"PHP","message":"Undefined index: REQUEST_URI at \/var\/www\/html\/owncloud\/apps\/documents\/appinfo\/app.php#49","level":3,"time":"2015-08-02T14:41:30+00:00"}
{"reqId":"JICzl\/JsqrfXXg9xbPy7","remoteAddr":"","app":"no app in context","message":"Error while running background job: Can't obtain shared reading index lock","level":3,"time":"2015-08-02T14:41:31+00:00"}
{"reqId":"JICzl\/JsqrfXXg9xbPy7","remoteAddr":"","app":"no app in context","message":"Error while running background job: Can't obtain shared reading index lock","level":3,"time":"2015-08-02T14:41:31+00:00"}
I did now an strace on that job and saw that the indexer tries to find a file in folder of user1 wich is not there. That file is shared from user2 with user1.
Then the indexer moves to the folder of user2 and tries:
access("/daten/office/lucene_index/v0.6.0", F_OK) = -1 ENOENT (No such file or directory)
wich not exist. What happens after that i could not understand: it tries to delete the index-directory:
Environment:
CentOS 7.1
Owncloud 8.1 (latest) from OC-Repro
about 30 User, about 100GB Files
When i am running (as apache) "php /var/www/html/owncloud/cron.php" i get the following error:
I did now an strace on that job and saw that the indexer tries to find a file in folder of user1 wich is not there. That file is shared from user2 with user1.
Then the indexer moves to the folder of user2 and tries:
access("/daten/office/lucene_index/v0.6.0", F_OK) = -1 ENOENT (No such file or directory)
wich not exist. What happens after that i could not understand: it tries to delete the index-directory:
Is there a problem with shared files?
Or Is there something wrong within my installation?
Thanks for an idea.
Holger
The text was updated successfully, but these errors were encountered: