-
Notifications
You must be signed in to change notification settings - Fork 2.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
No uploads possible - Insufficient storage #5163
Comments
Can you check the quota at the users page? |
Users page says: Du verwendest 4.8 GB der verfügbaren 212.5 GB |
@gfr Can we please have a screenshot of the insufficient message? THX |
Any ideas how to debug this issue? |
Strange. Can you try to upload a file from the webinterface? Does this work and if not, what error message do you get? Can you try the same via WebDAV please? Thanks. |
I am getting this same issue. It's intermittent though. I'll be syncing via
|
My root filesystem has 12GB of free space and my owncloud directory on an extra partition has a size of 12GB too. Could it be that there are some wrong calculations so that owncloud checks if there is enough space on the root filesystem for all the data? The webinterface of owncloud is showing the right amount of freespace. Also the upload is working as expected. Access via webdav is not possible. Windows says that the connected device is not working as expected. |
Just tried setting all users to a 10 GB manually - didn't work |
Same issure here!! Somes ideas here? All the best |
Yes @pornex, I just managed to reproduce it. See #5509 It seems the "size" column in the DB is reset to "-1" each time a scan is running, but that value is needed to compute the free size, so the "free size" becomes zero while a scanning process is running. When the scanning process is done, the updated size is written into that "size" column, which explains why it works when you do it with smaller sync "sessions". See #5509 Edit: sync -> scan in the first sentence. Scanning is the process that checks file thumbnails and updates the directory sizes in the DB. |
Okay, I am assuming that this ticket here is about not being able to upload with UNLIMITED, which means that no quota is set. This is not the same issue as #5509. @pornex @neebski can you confirm that you also get the "Insufficient Storage" issue even when no quota is set ? Did you all guys set a quota at first, then removed it afterwards ? I'm just trying to figure out how to reproduce this issue. |
Do you have the "data" dir on a separate non-root partition ? If yes, did you mount it into the owncloud dir or just modified config.php to point at it ? I'm going to try that next. |
In my case, I have the quota disabled (it was never enabled). Carl Lipo, Professor Ph: 562-985-2393 On Nov 4, 2013, at 8:46 :33AM, Vincent Petry <notifications@github.commailto:notifications@github.com> wrote: Okay, I am assuming that this ticket here is about not being able to upload with UNLIMITED, which means that no quota is set. This is not the same issue as #5509#5509. @pornexhttps://github.com/pornex @neebskihttps://github.com/neebski can you confirm that you also get the "Insufficient Storage" issue even when no quota is set ? Did you all guys set a quota at first, then removed it afterwards ? I'm just trying to figure out how to reproduce this issue. — |
Just tried with OC6 Beta 2 and OC 5.0.12 using a separate partition for the data. I'm going to have a try with a setup as close as possible to @gfr's (with Ubuntu 13.10) |
Its not as simple as inodes are hitting the roof? df -i instead of df -h |
@PVince81 I can't say I'm having the issue now that I have oc 6 beta 2 installed... |
I've set quota first and disabled it afterwards. I've no problems since I disabled it. The data directory (/home/username/ocData/) differs from the owncloud directory (/var/www/username/html/owncloud). |
Guys, pleas have a try with OC6 beta 5. I'm going to close this ticket for now as I think this should be covered. If you still have issues with "insufficient storage" appearing with disable quota, feel free to reopen. Thanks. |
Should be fixed by this PR #5924 |
Looks good with v6.0.0beta5 |
Thanks for the info @nicokaiser. Would be good to hear from @gfr @neebski and @clipo as well 😄 |
No issues OC6 beta 5. Thanks!
|
I have OC6 RC4 and just got hit with this "Insufficient storage" using a Mac client (1.4.2 stable). It happened after creating a new account, for the mac, and trying to upload 2GB of files (quota was 10GB) Edit: Running the client with --logwindow says connection/credienatls ok, client is on the latest version, but then nothing else. |
@Boran please try again with OC 6.0.0a and the 1.5.0 sync client (non-beta). |
I'm not using external storage. I've just tested two 1.5.0 clients on Windows 8 with 600a. No problems (a folder with 1.5GB of test data synced fine). |
Actually on the two windows clients, an issue has appeared: windows shortcut files keep getting synced, every few minutes, although they have not changed: 15:33:12 test.LOTS OF FILES/apps.install/autoruns.exe.lnk ownCloud Download 502 B both windows clients report this. Should I create a separate issue? |
Yes, please make a separate issue. |
Same problem. I've had a ticket opened for awhile. Still no response: owncloud/client#1245 |
@ZacharyDuBois can you check whether #6526 is related to your issue, if yes, please join us there. |
I have the same issue in OC6 after disabling the storage limit the sync works. |
Today I had time to test this issue again. First I reinstalled the current owncloud server and also the current windows client. After a while the client stopped uploading the files and in the logfile I can see a lot of 403-Forbidden response codes. |
@ZacharyDuBois I already use ownCloud server 6.0.1 and client 1.5.2 |
@gfr please double check the permissions in the data folder, the web server needs to be able to write there. Please upgrade to 6.0.2. There is some new logging code that will output more useful information in the server's log in case of errors when syncing, so it might help finding out why you're getting the 403 forbidden error. And lastly, CC @dragotin for the deletion behavior. |
Is the formation of the slash critical to the file lib? Owncloud is mixing the slash formations under windows... Owncloud 6.0.2 |
@godfuture are you trying to upload a file that is bigger than 50% of the remaining space ? Are you using quota ? It might be more useful to raise a new issue because it might not be the same cause as the original one. |
Expected behaviour
The client should upload the files.
Actual behaviour
No uploads possible - Insufficient storage
However there is a lot of free disk space available and ownCloud quota is set to unlimited
Server configuration
Operating system:
Ubuntu 13.04
Web server:
Apache
Database:
MySQL 5.5.32
PHP version:
5.4.9-4ubuntu2.3
ownCloud version:
5.0.12
Client configuration
Owncloud Sync Client 1.4.1
Operating system
Windows 7 x64
Logs
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: