Notifications
Clear all
Carbonio General
1
Posts
1
Users
0
Reactions
117
Views
Topic starter
10/09/2024 02:36
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?