-
Notifications
You must be signed in to change notification settings - Fork 87
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
Fatal: Sabre\DAV\Exception
Could not rename part file to final file
#1453
Comments
Same problem, it seems an issue with the folder path, the error reports access to the path: I fixed temporally creating a symbolink link in ./data/ => to the ./data/__groupfolder/ |
I met similar issue and reported here: github.com/nextcloud/server/issues/26649#issue-862649435 |
Same problem. Servers with version 20.0.9 run fine. In my case: User tries to upload own files in FSFU My temporary fix: ln -s /mnt/ncdata/__groupfolder/4/FSFU /mnt/ncdata/FSFU |
P.S. |
Same problem after migrating to docker and upgrading from 20.0.8 to 21.0.1 |
same problem here Nextcloud 21.0.1 |
It seems that this bug also exists after upgrading to Nextcloud 20.0.9 |
Interestingly moving a file from your Nextcloud root folder into your shared subfolder of a groupfolder is possible. |
Same here, except if i create a file instead of upload it, the file is created in the right folder and no error is shown |
It seems to be a duplicate of the recent #1445 (or at least linked to it) This might affect a lot of users... |
Many things have been fixed in 9.0.1 but not this issue (at least for me) |
I can see that files like "... .ocTransferId ... .part" are created in the shared folders - only renaming the file after the transfer fails. |
Assume:
❌ creates the So it seems to be an issue of incompatibility of groupfolders with user shares and link shares are working fine. Setup: groupfolders 9.0.1; NC: 21.0.1; LDAP user and group backend: 1.11.0 |
Sabre\DAV\Exception
Could not rename part file to final file
Related to
|
Thank you to everyone who reported and is actively developing to fix this bug! My company is kinda panicking right now, because it prevents our partners and customers to our Nextcloud, which relies on Group Folders. Is there any estimate, when we can expect a fix? Thank you so much! |
Bisect showed that nextcloud/server#25568 seems to be causing this with the steps from #1453 (comment) |
How could this issue be related to the trashbin? The steps above don't mention anything concerning the trash... |
The issue is still present in 21.0.2. Users with access to direct shares are unable to upload files and get the error 'Could not rename part file to final file' |
The linked fix will become part of 21.0.3 nextcloud/server#27015 |
How to recover from the part file? I can't seem to be able to decrypt it. |
Additional to this cases, there is another case which provoke this error message: |
We get "Could not rename part file to final file"-Errors when trying to write files in shared folders in a group folder (group folder/shared folder/...) on two different servers which were updated to version 21.0.1.1. The two backup servers with version 20.0.9 run fine. Any ideas?
The text was updated successfully, but these errors were encountered: