-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug]: Error: disk_free_space()
: No such file or directory at /lib/private/Files/Storage/Local.php#420
#34743
Comments
I have the same error with Nextcloud 24.0.6, PHP 8.1 and plenty of free space. I don't use the docker image but the good old installation via zip-package. My nextcloud is updated since version 21 as far i remember.
|
After the update to 24.0.7 the error message changed a little bit:
|
I have the same error with nextcloud version 25.0.0. |
The last error message with "Local.php#402" is now three days old and no new message of this type appeared. Now i get the error "OCP\Files\NotFoundException:" with "/Files/Node/Node.php - line 344: OC\Files\Node\Node->getFileInfo()" but this is another bug. |
I have the same issue with v25.0.1. The "fix NC25 for 32-bit" for NC25.0.2 worked for me. |
Still an issue on NC 25.0.1 and NC 25.0.1
|
@szaimen can you please mark this as NC 25 feedback as well ? |
Error: disk_free_space(): No such file or directory at /var/www/html/lib/private/Files/Storage/Local.php#395
Same here The weirdest thing is that I can upload some files, but not all of them. I don't understand what is different. I have documents with the same extension, similar size, the document names doesn't use special characters. All images with errors in the picture are newer that the others, but I was able to upload some files today and these files are still failing. |
Same issue here NC 25.0.3:
|
Same here, 25.0.3 also. Doesn't think to be of consequence, apart from spamming the log |
Error: disk_free_space(): No such file or directory at /var/www/html/lib/private/Files/Storage/Local.php#395
disk_free_space()
: No such file or directory at /lib/private/Files/Storage/Local.php#420
Same with NC26beta3, line number changed to 421: disk_free_space(): No such file or directory at …/lib/private/Files/Storage/Local.php#421 full nextcloud.log entry{
"reqId": "xucm63dW56R2nOpKqqUD",
"level": 3,
"time": "2023-02-15T14:59:17+01:00",
"remoteAddr": "192.168.1.2",
"user": "MYUSER",
"app": "PHP",
"method": "PROPFIND",
"url": "/remote.php/dav/files/SOMEPATH",
"message": "disk_free_space(): No such file or directory at /DATAFOLDER/lib/private/Files/Storage/Local.php#421",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0",
"version": "26.0.0.5",
"data": {
"app": "PHP"
}
} |
Same error here : UPDATE : as I did some user migrations, I observed that not everyone was affected. So I deleted my user, recreated it, and it works ! |
Please check if #37062 helps (shipped on next update - 25.0.7, 26.0.2) |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
@solracsf I don't see any 'disk_free_space' warnings in NC 26.0.2 and 27.0.0RCx., so it seems to be fixed for me. Can anyone else confirm? |
No more occurrence for me since update, I think we're good ! |
Thanks for verifying! |
I get the error on NC 28.0.2. Immediatelly after the error, I also get the error: "Failed to get fileinfo for ..." |
Bug description
This was already reported in #30992, with the recommendation to open new issue.
I am seeing this on 24.0.6, while uploading a large number of files using the latest Windows Client.
Steps to reproduce
Expected behavior
No error should appear, as I have 23.97 TB of free space left (ZFS).
Installation method
Community Docker image
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: