-
-
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
Locked file #6429
Comments
cc @icewind1991 |
Update: Some hours after I wrote the issue, I am able to delete it without an error. |
Hi ! @LukasReschke My config is as follows:
I sent a big file (3.2GB) through the Windows client and there was an error somewhere when i tried to delete it. I tried anywhere and it gives me an error. Trying to delete the file in the web admin returns "File locked" and the logs look the same as @CordlessWool ones |
Related to #8723 |
Let's continue there. |
Steps to reproduce
Expected behaviour
destination folder should be delete able
Actual behaviour
getting error message and log says that the file is locked
I also try to delete the lock table in mysql and rescaning all files. Also restart redis, but the folder is still not delete able and locked
Server configuration
official docker container
Operating system:
Web server:
Database:
mysql 5.7.17
PHP version:
7.1.8
Nextcloud version: (see Nextcloud admin page)
12.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
updated from 12.0.1 history start at nextcloud 11 I think
Where did you install Nextcloud from:
hub.docker.com
Nextcloud configuration:
$CONFIG = array (
'instanceid' => 'xxxxx',
'passwordsalt' => 'xxxxxx',
'secret' => 'xxxxx',
'trusted_domains' =>
array (
0 => 'xxxxx',
1 => 'xxxx',
),
'datadirectory' => 'xxx',
'overwrite.cli.url' => 'xxx',
'dbtype' => 'mysql',
'version' => '12.0.2.0',
'dbname' => 'xxxxx',
'dbhost' => 'xxxx',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'xxxxxxx',
'dbpassword' => 'xxxxxxx',
'logtimezone' => 'UTC',
'installed' => true,
'mail_smtpmode' => 'smtp',
'mail_smtpsecure' => 'xxxx',
'mail_from_address' => 'xxxxxx',
'mail_domain' => 'xxxxx',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => 'xxxxx',
'mail_smtpport' => 'xxxx',
'mail_smtpname' => 'xxxxx',
'mail_smtppassword' => 'xxxxx',
'memcache.distributed' => '\OC\Memcache\Redis',
'memcache.locking' => '\OC\Memcache\Redis',
'memcache.local' => '\OC\Memcache\Redis',
'redis' =>
array (
'host' => 'xxxx',
'port' => xxxx,
'timeout' => xx,
'password' => 'xxxxx',
'dbindex' => x,
),
'forwarded_for_headers' =>
array (
0 => 'HTTP_X_FORWARDED',
1 => 'HTTP_FORWARDED_FOR',
),
'maintenance' => false,
'loglevel' => 2,
'theme' => '',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'app.mail.imaplog.enabled' => false,
'app.mail.smtplog.enabled' => false,
);
Log
The text was updated successfully, but these errors were encountered: