-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cronjob error in combination with files_antivirus and zip files in the datastore #138
Comments
I have the same issue. But the file(s) are not zip files. It is just random files. When error occurs it is always the same file. When that file has been deleted, the on next random file the error occurs. |
This only happens if the anti virus app is enabled, right? In this case it might be a good idea to open a issue in the anti virus repository https://github.com/owncloud/files_antivirus Did you checked if there already exists a similar issue? |
When enabled in owncloud, there is no issue. It only happens when enabled in nextcloud. |
Same for me, I didn't spot this error while running ownCloud (9.0.2). |
Thanks, good to know. @LukasReschke is it possible that this is somehow related to your security improvements in Nextcloud? Just guessing. |
After upgrading to 9.0.51 or 9.0.52. This issue has been solved for me. |
I still see the error after uprading to 9.0.52. |
for gentoo like distrib, you should include the patch from kaindl/owncloud-core@1395652 |
I can't reproduce this anymore with the latest version of the antivirus app from http://github.com/nextcloud/files_antivirus/ and Nextcloud 11. Please recheck with a newer version if this is still a problem for you. |
Steps to reproduce
Expected behaviour
No error should appear
Actual behaviour
An error gets logged in the owncloud.log
Server configuration
Operating system: Linux 64bit
Web server: Apache 2.4.20
Database: MySQL 5.6.30
PHP version: 7.0.7
Nextcloud version: 9.0.50 (stable)
Updated from an older Nextcloud/ownCloud or fresh install: Updated from ownCloud 9.0.2
Where did you install Nextcloud from: https://download.nextcloud.com/server/releases/nextcloud-9.0.50.tar.bz2
Signing status (Nextcloud 9.0 and above):
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Chromium/Firefox/IE
Operating system: Linux/Windows
Logs
Web server error log
Nextcloud log (data/owncloud.log)
The file in question "40157" is a zip file, if I run clamscan manually on the file it works fine:
If I delete the file in question from nextcloud, then on the next cron run it hits the next zip file with the same error message (obviously with a different file id though).
The text was updated successfully, but these errors were encountered: