slow document loading due to coolmount permission errors
-
@sponch can you check how fast your disk I/O is (you can see this in your Cloudron dashboard in Server view). It seems quite risky to give that app such system capabilities as if it has a bug it can easily bring down the server. Might be good to first get an understanding what the root cause for slowness in your case really is.
-
-
@sponch maybe you can enable remote ssh support for us and send a mail with the Cloudron's ip to support@cloudron.io I can then locally apply the patch to give collabora all those system permissions and we can evaluate if that is the root issue in the first place.
FYI to test this one can add the following at https://git.cloudron.io/platform/box/-/blob/master/src/docker.js?ref_type=heads#L731 :
containerOptions.HostConfig.CapAdd.push('SYS_ADMIN'); containerOptions.HostConfig.CapAdd.push('SYS_CHROOT'); containerOptions.HostConfig.CapAdd.push('FOWNER'); containerOptions.HostConfig.CapAdd.push('CHOWN');Then
systemctl restart boxfor good measure and then reinstall collabora in the same domain, as it is anyways stateless -
@sponch maybe you can enable remote ssh support for us and send a mail with the Cloudron's ip to support@cloudron.io I can then locally apply the patch to give collabora all those system permissions and we can evaluate if that is the root issue in the first place.
FYI to test this one can add the following at https://git.cloudron.io/platform/box/-/blob/master/src/docker.js?ref_type=heads#L731 :
containerOptions.HostConfig.CapAdd.push('SYS_ADMIN'); containerOptions.HostConfig.CapAdd.push('SYS_CHROOT'); containerOptions.HostConfig.CapAdd.push('FOWNER'); containerOptions.HostConfig.CapAdd.push('CHOWN');Then
systemctl restart boxfor good measure and then reinstall collabora in the same domain, as it is anyways stateless -
There's more information in this comment - https://github.com/CollaboraOnline/online/issues/779#issuecomment-1107512362 . To make those warnings go away, collabora app has to be give admin permissions on the server. Not sure if that is a good idea.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login