How to run soffice.bin in headless mode on a IPV6

nohup /opt/libreoffice7.5/program/soffice -headless -accept=“socket,host=::1,port=8200;urp;” -nofirststartwizard &

this process stopped somewhere on the way and never completed. It kept the CPU 100% busy all the time. The startup doesn’t happen and port in never listened.

whats the problem? What am I doing wrong? Is there any change with the script for IPV6, Do you even support IPV6?

Unlikely. Both unx and win implementations of the functions used there in the acceptor use inet_pton (and its W variant) with AF_INET, never with AF_INET6.

You might want to file a bug report.

1 Like