-
Notifications
You must be signed in to change notification settings - Fork 17
Cron deadlock #83
Comments
@VicDeo can you please have a look - THX |
Hm... smells like an old PHP bug http://php.net/manual/en/function.iconv.php#108643 |
@stonerl is anything written to owncloud.log additionally? |
I don't know if this error is anyhow related but I got tons of those entries. |
@stonerl |
The one that came with ownCloud 8.0.2. 0.6.0 I suppose. |
@stonerl it's not shipped with OC8 |
I'm a bit confused. I am getting the exact same error message. My cron hasn't been able to run since March. I have had nothing but problems with the search app anyway-- always stalling in my browser and never completing. So I disabled it and tried to run cron from the command line, and I STILL get the same error message! How is that possible? It is listed as disabled in my apps. It is at the same version, installed via the Ubuntu package manager from the suse sources (deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /). Only after fully "uninstalling" the app, does my cron complete. Furthermore, it's listed as Recommended after I hit the uninstall button as if it's an internal app. Lastly, the official admin documentation references this app under "enabling full text search." https://doc.owncloud.org/server/8.0/admin_manual/configuration_server/search_configuration.html Is this an Owncloud app or a 3rd party app? |
I have exactly the same problem with ownCloud 8.0.3 on Debian 7. |
I think i have the same thing with OC 8.0.3 on Debian 7 also. I have millions lines (more than 300 GB) in owncloud.log like: Is simply disable search_lucene is a good way to solve that until bug solve? |
@piotr58 a bug can't solve itself and I have no idea how to reproduce it. Could you check if the issue persist with the app version from stable8 branch? https://github.com/owncloud/search_lucene/archive/stable8.zip |
@VicDeo I don't know if this helps but on my server there where files with names like: 漢字undRomaji.txt |
I should have explained this a little more. When you use Japanese there are different Characters you can choose from:
Katakana can be displayed in half-width: カタカナ and full-width カタカナ |
Actual behaviour
Lately I observed a strange behavior. I run cron.php from my system every 15 mins, but cron.php did not get executed for days. So I deleted the cron.lock file but after 2 or 3 runs the same error appeard.
So I executed cron.php manually and got this error:
When this happens the cron.php does not get executed any further, therefore the cron.lock won't be removed which results in a cron deadlock.
Server configuration
Operating system:
Ubuntu 14.04.2 LTS
Web server:
Apache/2.4.7 (Ubuntu)
Database:
mysql Ver 14.14 Distrib 5.5.41, for debian-linux-gnu (x86_64) using readline 6.3
PHP version:
PHP 5.5.9-1ubuntu4.9
ownCloud version:
8.0.2
The text was updated successfully, but these errors were encountered: