Hey,
Hope everyone is doing well,
Have an issue after 25.04 upgrade Collabora stopped working, every time I try to open a admin page its saying that server shutdown and I need to refresh the web page.
I did try to reset networking in apps section
I did try to redo deployment
I did check firewall on my end
Nothing helps.
Anyone is having any issues with Collabora lately?
Thanks ahead
Check the logs of the container.
Looks like new permissions issues,
wsd-00001-00007 2025-06-20 11:49:44.654622 -0400 [ coolwsd ] ERR enterMountingNS, unshare failed: Operation not permitted| common/JailUtil.cpp:70
wsd-00001-00007 2025-06-20 11:49:44.654836 -0400 [ coolwsd ] ERR creating usernamespace for mount user failed.| wsd/COOLWSD.cpp:1271
sh: 1: /usr/bin/coolmount: Operation not permitted
I did try to rebuild but same issues,
Unfortunately, I made a mistake and deleted previous environments and I cannot boot to those to test it
Hey @nazark28,
Yeah, that error looks like the container is trying to use a feature (like user namespaces) that isn’t allowed on your system after the update. The “operation not permitted” part usually means it’s hitting a permissions wall.
You might want to check if the container needs extra permissions or if something changed in how TrueNAS handles app security in 25.04. Sometimes you can fix it by editing the app’s settings to run with more privileges, or checking if user namespaces are enabled on your system.
Hope that helps a bit. Let us know if you find a fix.