I had to send a large file today, but when I was trying to upload it would fail after a few percent
Looked into the file /var/log/carbonio/files/files.log and found a line :
[nioEventLoopGroup-3-4] ERROR c.z.c.files.netty.ExceptionsHandler - Failed to execute the request. 500 Internal Server Error
Quick google pointed me to this possible solution: https://community.zextras.com/forum/postid/5166/
So I changed the permissions with:
chown carbonio-storages: /opt/zextras/carbonio-storages
chown carbonio-storages: /opt/zextras/carbonio-storages/blobs/
And it's now working (previous owner was zextras), but is this how it should be or is this is a new bug in 24.9.0?
This dind't work for me any alternantives?I had to send a large file today, but when I was trying to upload it would fail after a few percent
Looked into the file removed link and found a line :
[nioEventLoopGroup-3-4] ERROR c.z.c.files.netty.ExceptionsHandler - Failed to execute the request. 500 Internal Server Error
Quick google pointed me to this possible solution: https://community.zextras.com/forum/postid/5166/
So I changed the permissions with:
chown carbonio-storages: /opt/zextras/carbonio-storages
chown carbonio-storages: /opt/zextras/carbonio-storages/blobs/
And it's now working (previous owner was zextras), but is this how it should be or is this is a new bug in 24.9.0?
Could you please upgrade to Carbonio Release 26.3.2 and test the file upload again? If the issue still appears, we can look at alternatives.
Could you please upgrade to Carbonio Release 26.3.2 and test the file upload again? If the issue still appears, we can look at alternatives.
