Installing Collabora server on Synology using docker

Hello peoples,

I am trying to get Collabora running on a Synology device using the docker image, but i ran into some problems.

This is the command i ran while following the installation guide:
docker run -t -d -p 9980:9980 -e 'domain=cloud\\.domain\\.com||nextcloud\\.domain\\.com' -e 'dictionaries=nl en' --restart always --cap-add MKNOD collabora/code

It seems to work at first, but keeps spitting out a ton of seemingly useless messages and after 6 or 7 minutes it crashes.
I haven’t been able to connect to 198.168.188.93:9980 (localhost).

Am i missing something important?
If someone could help me look in the right direction I would really appreciate that.

My specs:
Synology DS220+
CPU Model - Intel Celeron J4025
CPU Architecture - 64-bit
Memory - 2 GB DDR4 non-ECC
OS - DSM 6.2.4-25556

Log:

First and last lines of Log

Generating RSA private key, 2048 bit long modulus (2 primes)
…+++++
…+++++
e is 65537 (0x010001)
Generating RSA private key, 2048 bit long modulus (2 primes)
…+++++
…+++++
e is 65537 (0x010001)
Signature ok
subject=C = DE, ST = BW, L = Stuttgart, O = Dummy Authority, CN = localhost
Getting CA Private Key
Setting up watches.
Watches established.
Generating public/private rsa key pair.
Your identification has been saved in /etc/loolwsd/proof_key.
Your public key has been saved in /etc/loolwsd/proof_key.pub.
The key fingerprint is:
SHA256:BUs37bT0AUTAhfAPe/71tVT//lUcAllzXb5EWtX4n64 lool@f325cdee4bb3
The key’s randomart image is:
±–[RSA 2048]----+
| +o+OB+ =B|
| . =oo= O.o|
| . ++ = =.|
| . +o +.+|
| S . o .|
| o .=|
| . …=|
| …o
|
| Eoo*|
±—[SHA256]-----+
wsd-00007-00007 2021-05-23 14:29:42.801756 [ loolwsd ] INF Initializing wsd. Local time: Sun 2021-05-23 14:29:42+0000. Log level is [8].| common/Log.cpp:325
wsd-00007-00007 2021-05-23 14:29:42.801791 [ loolwsd ] INF Setting log-level to [trace] and delaying setting to configured [warning] until after WSD initialization.| wsd/LOOLWSD.cpp:1079
wsd-00007-00007 2021-05-23 14:29:42.801821 [ loolwsd ] INF Initializing loolwsd server [].| wsd/LOOLWSD.cpp:1099
wsd-00007-00007 2021-05-23 14:29:42.801833 [ loolwsd ] INF Anonymization of user-data is configurable.| wsd/LOOLWSD.cpp:1106
wsd-00007-00007 2021-05-23 14:29:42.801842 [ loolwsd ] WRN NOTE: both logging.anonymize.usernames and logging.anonymize.filenames are deprecated and superseded by logging.anonymize.anonymize_user_data. Please remove username and filename entries from the config and use only anonymize_user_data.| wsd/LOOLWSD.cpp:1117
wsd-00007-00007 2021-05-23 14:29:42.801855 [ loolwsd ] WRN Since logging.anonymize.anonymize_user_data is provided (false) in the config, it will be used.| wsd/LOOLWSD.cpp:1120
wsd-00007-00007 2021-05-23 14:29:42.801919 [ loolwsd ] INF Anonymization of user-data is disabled.| wsd/LOOLWSD.cpp:1154
wsd-00007-00007 2021-05-23 14:29:42.802016 [ loolwsd ] INF SSL support: SSL is enabled.| wsd/LOOLWSD.cpp:1199
wsd-00007-00007 2021-05-23 14:29:42.802031 [ loolwsd ] DBG Setting envar PDFIMPORT_RESOLUTION_DPI=96 per config per_document.pdf_resolution_dpi| wsd/LOOLWSD.cpp:1231
wsd-00007-00007 2021-05-23 14:29:42.802043 [ loolwsd ] INF Creating childroot: /opt/lool/child-roots/| wsd/LOOLWSD.cpp:1268
wsd-00007-00007 2021-05-23 14:29:42.802060 [ loolwsd ] INF Cleaning up childroot directory [/opt/lool/child-roots/].| common/JailUtil.cpp:144
wsd-00007-00007 2021-05-23 14:29:42.802099 [ loolwsd ] TRC Directory [/opt/lool/child-roots/] is not a jail, recursing.| common/JailUtil.cpp:162
wsd-00007-00007 2021-05-23 14:29:42.802152 [ loolwsd ] DBG Unmounting [/opt/lool/child-roots/].| common/JailUtil.cpp:63
wsd-00007-00007 2021-05-23 14:29:42.802164 [ loolwsd ] TRC Executing loolmount command: /usr/bin/loolmount -u /opt/lool/child-roots| common/JailUtil.cpp:35
sh: 1: /usr/bin/loolmount: Operation not permitted
wsd-00007-00007 2021-05-23 14:29:42.803364 [ loolwsd ] ERR Failed to unmount [/opt/lool/child-roots/].| common/JailUtil.cpp:68
wsd-00007-00007 2021-05-23 14:29:42.803405 [ loolwsd ] DBG Removing [/opt/lool/child-roots/] only.| common/FileUtil.cpp:207
wsd-00007-00007 2021-05-23 14:29:42.803633 [ loolwsd ] TRC Executing loolmount command: /usr/bin/loolmount -b /opt/lool/systemplate /opt/lool/child-roots/lool_test_mount| common/JailUtil.cpp:35
sh: 1: /usr/bin/loolmount: Operation not permitted
wsd-00007-00007 2021-05-23 14:29:42.804428 [ loolwsd ] ERR Failed to bind-mount [/opt/lool/systemplate] → [/opt/lool/child-roots/lool_test_mount].| common/JailUtil.cpp:46
wsd-00007-00007 2021-05-23 14:29:42.804495 [ loolwsd ] ERR Bind-Mounting fails and will be disabled for this run. To disable permanently set mount_jail_tree config entry in loolwsd.xml to false.| common/JailUtil.cpp:207
wsd-00007-00007 2021-05-23 14:29:42.804516 [ loolwsd ] DBG FileServerRoot before config: | wsd/LOOLWSD.cpp:1276
wsd-00007-00007 2021-05-23 14:29:42.804706 [ loolwsd ] DBG FileServerRoot after config: /usr/share/loolwsd| wsd/LOOLWSD.cpp:1278
wsd-00007-00007 2021-05-23 14:29:42.804864 [ loolwsd ] INF NumPreSpawnedChildren set to 1.| wsd/LOOLWSD.cpp:1290
wsd-00007-00007 2021-05-23 14:29:42.804904 [ loolwsd ] INF Registering filesystem for space checks: [/opt/lool/child-roots/.]| common/FileUtil.cpp:405
wsd-00007-00007 2021-05-23 14:29:42.804962 [ loolwsd ] INF MAX_CONCURRENCY set to 4.| wsd/LOOLWSD.cpp:1299
wsd-00007-00007 2021-05-23 14:29:42.804995 [ loolwsd ] INF DISABLE_REDLINE set| wsd/LOOLWSD.cpp:1306
wsd-00007-00007 2021-05-23 14:29:42.805010 [ loolwsd ] INF Maximum file descriptor supported by the system: 524287| wsd/LOOLWSD.cpp:1375
wsd-00007-00007 2021-05-23 14:29:42.805017 [ loolwsd ] INF Maximum number of open documents supported by the system: 131064| wsd/LOOLWSD.cpp:1378
wsd-00007-00007 2021-05-23 14:29:42.805022 [ loolwsd ] INF Maximum concurrent open Documents limit: 1000000| wsd/LOOLWSD.cpp:1380
wsd-00007-00007 2021-05-23 14:29:42.805027 [ loolwsd ] INF Maximum concurrent client Connections limit: 1000000| wsd/LOOLWSD.cpp:1381

wsd-00007-00038 2021-05-23 14:44:48.563060 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:44:48.563158 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:44:53.566789 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:44:53.566895 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:44:58.571092 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:44:58.571190 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 2987197 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:01.561455 [ prisoner_poll ] TRC Poll completed with 0 live polls max (2987197us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:01.561514 [ prisoner_poll ] TRC #18: Sending ping.| ./net/WebSocketHandler.hpp:456
wsd-00007-00038 2021-05-23 14:45:01.561531 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:01.561540 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:01.561550 [ prisoner_poll ] TRC #18: Incoming data buffer 0 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:45:01.561565 [ prisoner_poll ] TRC #18: Wrote outgoing data 3 bytes of 3 bytes buffered.| ./net/Socket.hpp:1176
wsd-00007-00038 2021-05-23 14:45:01.561573 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:01.561621 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:01.561632 [ prisoner_poll ] TRC #18: Incoming data buffer 3 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:45:01.561639 [ prisoner_poll ] TRC #18: Incoming WebSocket data of 3 bytes: 8a 01 00 | …| ./net/WebSocketHandler.hpp:255
wsd-00007-00038 2021-05-23 14:45:01.561655 [ prisoner_poll ] TRC #18: Incoming WebSocket frame code 10, fin? true, mask? false, payload length: 1, residual socket data: 0 bytes.| ./net/WebSocketHandler.hpp:269
wsd-00007-00038 2021-05-23 14:45:01.561662 [ prisoner_poll ] TRC #18: Pong received: 150 microseconds| ./net/WebSocketHandler.hpp:294
wsd-00007-00038 2021-05-23 14:45:01.561668 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:06.566291 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:06.566427 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:11.569900 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:11.569995 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:16.574922 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:16.575019 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 2986494 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:19.564780 [ prisoner_poll ] TRC Poll completed with 0 live polls max (2986494us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:19.564904 [ prisoner_poll ] TRC #18: Sending ping.| ./net/WebSocketHandler.hpp:456
wsd-00007-00038 2021-05-23 14:45:19.564946 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:19.564970 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:19.564995 [ prisoner_poll ] TRC #18: Incoming data buffer 0 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:45:19.565034 [ prisoner_poll ] TRC #18: Wrote outgoing data 3 bytes of 3 bytes buffered.| ./net/Socket.hpp:1176
wsd-00007-00038 2021-05-23 14:45:19.565043 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:19.565094 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:19.565105 [ prisoner_poll ] TRC #18: Incoming data buffer 3 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:45:19.565112 [ prisoner_poll ] TRC #18: Incoming WebSocket data of 3 bytes: 8a 01 00 | …| ./net/WebSocketHandler.hpp:255
wsd-00007-00038 2021-05-23 14:45:19.565129 [ prisoner_poll ] TRC #18: Incoming WebSocket frame code 10, fin? true, mask? false, payload length: 1, residual socket data: 0 bytes.| ./net/WebSocketHandler.hpp:269
wsd-00007-00038 2021-05-23 14:45:19.565135 [ prisoner_poll ] TRC #18: Pong received: 234 microseconds| ./net/WebSocketHandler.hpp:294
wsd-00007-00038 2021-05-23 14:45:19.565142 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:24.570446 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:24.570557 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:29.575879 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:29.575968 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:34.581276 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:34.581366 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 2983537 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:37.567295 [ prisoner_poll ] TRC Poll completed with 0 live polls max (2983537us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:37.567395 [ prisoner_poll ] TRC #18: Sending ping.| ./net/WebSocketHandler.hpp:456
wsd-00007-00038 2021-05-23 14:45:37.567432 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:37.567444 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:37.567456 [ prisoner_poll ] TRC #18: Incoming data buffer 0 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:45:37.567475 [ prisoner_poll ] TRC #18: Wrote outgoing data 3 bytes of 3 bytes buffered.| ./net/Socket.hpp:1176
wsd-00007-00038 2021-05-23 14:45:37.567483 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:37.567538 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:37.567555 [ prisoner_poll ] TRC #18: Incoming data buffer 3 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:45:37.567564 [ prisoner_poll ] TRC #18: Incoming WebSocket data of 3 bytes: 8a 01 00 | …| ./net/WebSocketHandler.hpp:255
wsd-00007-00038 2021-05-23 14:45:37.567581 [ prisoner_poll ] TRC #18: Incoming WebSocket frame code 10, fin? true, mask? false, payload length: 1, residual socket data: 0 bytes.| ./net/WebSocketHandler.hpp:269
wsd-00007-00038 2021-05-23 14:45:37.567588 [ prisoner_poll ] TRC #18: Pong received: 195 microseconds| ./net/WebSocketHandler.hpp:294
wsd-00007-00038 2021-05-23 14:45:37.567594 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:42.569262 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:42.569361 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:47.570408 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:47.570491 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:52.572091 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:52.572175 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 2995219 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:55.570548 [ prisoner_poll ] TRC Poll completed with 0 live polls max (2995219us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:55.570655 [ prisoner_poll ] TRC #18: Sending ping.| ./net/WebSocketHandler.hpp:456
wsd-00007-00038 2021-05-23 14:45:55.570700 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:55.570729 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:55.570756 [ prisoner_poll ] TRC #18: Incoming data buffer 0 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:45:55.570800 [ prisoner_poll ] TRC #18: Wrote outgoing data 3 bytes of 3 bytes buffered.| ./net/Socket.hpp:1176
wsd-00007-00038 2021-05-23 14:45:55.570809 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:45:55.570874 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:45:55.570885 [ prisoner_poll ] TRC #18: Incoming data buffer 3 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:45:55.570892 [ prisoner_poll ] TRC #18: Incoming WebSocket data of 3 bytes: 8a 01 00 | …| ./net/WebSocketHandler.hpp:255
wsd-00007-00038 2021-05-23 14:45:55.570909 [ prisoner_poll ] TRC #18: Incoming WebSocket frame code 10, fin? true, mask? false, payload length: 1, residual socket data: 0 bytes.| ./net/WebSocketHandler.hpp:269
wsd-00007-00038 2021-05-23 14:45:55.570916 [ prisoner_poll ] TRC #18: Pong received: 263 microseconds| ./net/WebSocketHandler.hpp:294
wsd-00007-00038 2021-05-23 14:45:55.570922 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:46:00.574706 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:46:00.574805 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:46:05.576617 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:46:05.576744 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:46:10.582058 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:46:10.582149 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 2988505 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:46:13.573952 [ prisoner_poll ] TRC Poll completed with 0 live polls max (2988505us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:46:13.574038 [ prisoner_poll ] TRC #18: Sending ping.| ./net/WebSocketHandler.hpp:456
wsd-00007-00038 2021-05-23 14:46:13.574083 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:46:13.574118 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:46:13.574144 [ prisoner_poll ] TRC #18: Incoming data buffer 0 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:46:13.574193 [ prisoner_poll ] TRC #18: Wrote outgoing data 3 bytes of 3 bytes buffered.| ./net/Socket.hpp:1176
wsd-00007-00038 2021-05-23 14:46:13.574201 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:46:13.574251 [ prisoner_poll ] TRC Poll completed with 1 live polls max (5000000us)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:46:13.574262 [ prisoner_poll ] TRC #18: Incoming data buffer 3 bytes, closeSocket? false| ./net/Socket.hpp:1105
wsd-00007-00038 2021-05-23 14:46:13.574269 [ prisoner_poll ] TRC #18: Incoming WebSocket data of 3 bytes: 8a 01 00 | …| ./net/WebSocketHandler.hpp:255
wsd-00007-00038 2021-05-23 14:46:13.574285 [ prisoner_poll ] TRC #18: Incoming WebSocket frame code 10, fin? true, mask? false, payload length: 1, residual socket data: 0 bytes.| ./net/WebSocketHandler.hpp:269
wsd-00007-00038 2021-05-23 14:46:13.574292 [ prisoner_poll ] TRC #18: Pong received: 256 microseconds| ./net/WebSocketHandler.hpp:294
wsd-00007-00038 2021-05-23 14:46:13.574298 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:46:18.577788 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:46:18.577912 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
wsd-00007-00038 2021-05-23 14:46:23.582584 [ prisoner_poll ] TRC Poll completed with 0 live polls max (5000000us)(timedout)| net/Socket.cpp:236
wsd-00007-00038 2021-05-23 14:46:23.582667 [ prisoner_poll ] TRC ppoll start, timeoutMicroS: 5000000 size 2| net/Socket.cpp:217
Failed to fork child processes.
wsd-00007-00007 2021-05-23 14:46:24.437844 [ loolwsd ] FTL Failed to fork child processes.| wsd/LOOLWSD.cpp:4044
FATAL: Failed to fork child processes.
Failed to fork child processes.
wsd-00007-00007 2021-05-23 14:46:24.459718 [ loolwsd ] FTL Failed to fork child processes.| wsd/LOOLWSD.cpp:4258
Failed to fork child processes.
wsd-00007-00007 2021-05-23 14:46:24.501189 [ loolwsd ] INF ~Admin dtor.| wsd/Admin.cpp:411
wsd-00007-00007 2021-05-23 14:46:24.501219 [ loolwsd ] TRC History:

{ “documents” : [], “expiredDocuments” : []}
| wsd/AdminModel.cpp:213
wsd-00007-00007 2021-05-23 14:46:24.501317 [ loolwsd ] INF AdminModel dtor.| wsd/AdminModel.cpp:214
-00007 2021-05-23 14:46:24.501692 [ loolwsd ] SIG Fatal signal received: SIGSEGV
Backtrace pid: 7 - wsd 6.4.8 1430151:
/usr/bin/loolwsd(_ZN7SigUtil13dumpBacktraceEv+0x80)[0x5591cca85b20]
/usr/bin/loolwsd(+0x2cb315)[0x5591cca86315]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x128a0)[0x7f183e2558a0]
[0x5591ceaf5f40]
frk-00039-00039 2021-05-23 14:46:25.473001 [ forkit ] WRN ForKit connection lost without exit arriving from wsd. Setting TerminationFlag| kit/ForKit.cpp:181
Segmentation fault (core dumped)

Complete Log

This fatal error (FTL) is not going to be good:

kit-00041-00039 2021-05-23 14:30:02.088806 [ kit_spare_001 ] FTL LibreOfficeKit seccomp security lockdown failed. Exiting.| kit/Kit.cpp:2424

For personal use you can remove seccomp isolation in your configuration; cf. loolwsd.xml or you can pass these as parameters somehow I imagine:

true true

Hope that helps =) odd that loolwsd crashes though, that shouldn’t happen.

Thanks for the reply,
I will definitely try that and see if it makes a difference.