-
Notifications
You must be signed in to change notification settings - Fork 23
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
File Locked, Cannot Delete #43
Comments
same here, the issue also produces a loop that fills the nextcloud log file with super speed, 50 gigabyte until the the server runs out of space CentOS7, MariaDB 10, Apache, Firefox sudo -u apache php occ files:scan --all produces: Exception during scan: "files/2c5799db1c6355ad41efbf0240cc7d9f" is locked |
Same is the case for server crashing. I installed the plugin yesterday and
getting frequently timeouts today. Note that server is having more than
40gb ram so a timeout event is very rare on my end in normal circumstances
…On Tue, Apr 2, 2019, 10:46 PM Kaennorsing ***@***.***> wrote:
same here, the issue also produces a loop that fills the nextcloud log
file with super speed, 50 gigabyte until the the server runs out of space
here is the full error log:
gdrive_delete.txt
<https://github.com/NastuzziSamy/files_external_gdrive/files/3035255/gdrive_delete.txt>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGFFw84na1egagKSeHchqNPsrtwW4Rw-ks5vc5eIgaJpZM4cWQqg>
.
|
Server Got crashed today. Removed the app folder and now it's back. |
@Kaennorsing, can you edit your comment up above and put all the code in a code block? You can either surround it all with triple backticks ( |
Hi,
Thanks for maintaining the plugin, recently I installed the app from the app store on NC 14 installation. Everything went smoothly but there is an issue when trying to delete a file. Either the request for deletion times out or xml is returned stating that file is locked and cannot be deleted. Same happens sometimes when trying to edit a gdrive file in NC.
Error logs only shows following two statements:
fread() expects parameter 1 to be resource, string given at /var/www/lib/private/legacy/helper.php#297
and
feof() expects parameter 1 to be resource, string given at /var/www/lib/private/legacy/helper.php#296
I am not sure where to start debugging it. If someone can guide me in the right direction, I will be more than happy to create a patch and send a pull request
Thanks
The text was updated successfully, but these errors were encountered: