Loolkit ] link("/opt/lool/systemplate/etc/resolv.conf","/opt/lool/child-roots/35/etc/resolv.conf") failed. Exiting. (errno: Operation not permitted)

Hi

when aI open one documents I have obtain this messages :

Sorry, this is an unexpected connection error. Try Again.

I see nextcloud message after activated debug mode this message

Issuing token for christophe file 8264, version 0 owned by christophe, path /Nouveau Document.odt: zdiTbVRxuU3juc4D9igFrss5sChOhOno
Generating WOPI Token for file 8264, version 0.
getDiscovery(): Getting discovery.xml from the cache.
Could not find resource file “/apps/files/js/jquery.iframe-transport.js”

I reload dock for see the. message and this write on log

[loolkit ] link(“/opt/lool/systemplate/etc/resolv.conf”,“/opt/lool/child-roots/35/etc/resolv.conf”) failed. Exiting. (errno: Operation not permitted)

I instal last docker version and I use nginx.

Have you got one idea for resolve this problem ?

Thank’s

Hello there, your problem seems to be related to your operating system or more precisely the kernel version.
Here is a solution for debian : NC + Collabora issue (no error, but nothing works)
But I remember having read that changing only the docker fs driver is sufficient.
Regards. Aal.

hi

I change my kernel version and after reboot and re-install the docker and collabora, I have not the message

[loolkit ] link(“/opt/lool/systemplate/etc/resolv.conf”,“/opt/lool/child-roots/35/etc/resolv.conf”) failed. Exiting. (errno: Operation not permitted)

I have only this message not It’s not automatic

Sorry, this is an unexpected connection error. Try Again.

when solution for optimise this open documents???

thank’s for your idea aalaesar.

Well,
from here you will have to check your docker logs while trying to open a document and see if some error appears.
Good hunting ! :slight_smile:

Hi,

i résolu my problème with this solution:

I modified /etc/nginx/cond.f/proxy and put in

proxy_redirect          off;
proxy_set_header        Host            $host;
proxy_set_header        X-Real-IP       $remote_addr;
proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size    10m;
client_body_buffer_size 128k;
client_header_buffer_size 64k;
proxy_connect_timeout   90;
proxy_send_timeout      90;
proxy_read_timeout      90;
proxy_buffer_size   128k;
proxy_buffers       32   256k;

My document is ok, after second open… an if I have good luck on first open.

thank’s for you help.