Package Details: collabora-online-server-nodocker_ru 24.04.11.2-1

Git Clone URL: https://aur.archlinux.org/collabora-online-server-nodocker.git (read-only, click to copy)
Package Base: collabora-online-server-nodocker
Description: None
Upstream URL: https://www.collaboraonline.com/code/
Licenses: MPL-2.0
Submitter: theYinYeti
Maintainer: HLFH
Last Packager: HLFH
Votes: 15
Popularity: 1.31
First Submitted: 2017-10-13 20:12 (UTC)
Last Updated: 2025-01-09 13:32 (UTC)

Dependencies (11)

Required by (0)

Sources (94)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

theYinYeti commented on 2018-01-04 08:33 (UTC)

About upstream: 1º Upstream does not maintain past versions of packages, so I have no choice but to follow new releases. 2º Upstream does not advertise minor/patch releases. These are the reasons why the PKGBUILD is made to adapt itself the best it can to the current upstream situation, whatever it is. If an incompatible change occurs, do not hesitate to mark the package as “obsolete”: I will get notified, and fix the the package as soon as my free time allows. Cheers :-)

theYinYeti commented on 2017-12-04 18:59 (UTC) (edited on 2017-12-08 09:48 (UTC) by theYinYeti)

Oh, I just realize that the bind that is attempted is not so “obviously” wrong. It does look like an IP address after all. But if 2.0.38.25* are indeed addresses of yours, they are probably the wrong choice nonetheless: loolwsd is rather expected to bind to an IP address from a private range (eg. 10.0.0.10), if not 127.0.0.1, and be accessed through Nginx.

Please provide a paste of your config file, so that we can debug your situation :-)

theYinYeti commented on 2017-12-04 09:41 (UTC) (edited on 2017-12-04 09:42 (UTC) by theYinYeti)

x-f: I must say I have never seen this error. Have you followed the steps in https://wiki.archlinux.org/index.php/Nextcloud#Collabora_Online_Office_integration ? Your loolwsd seems to try and bind a number (a version?) that is obviously not a valid value. Probably something is wrong with the config file. Could you pastebin it somewhere?

x-f commented on 2017-12-03 16:51 (UTC) (edited on 2017-12-03 16:52 (UTC) by x-f)

I try to get collabora running, but it fails to start via systemd

Starting by hand:

 sudo -u lool /usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:lo_template_path=/opt/collaboraoffice5.3 --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd
/usr/bin/loolwsd: Symbol `_ZTIN4Poco3Net4Impl17SocketAddressImplE' has different size in shared object, consider re-linking
wsd-18214-18214 16:43:48.641633 [ loolwsd ] WRN  SSL support: SSL is disabled.| wsd/LOOLWSD.cpp:744
wsd-18214-18214 16:43:48.645078 [ loolwsd ] ERR  Failed to bind to: 2.0.38.253:0 (errno: Address family not supported by protocol)| wsd/LOOLWSD.cpp:2460
wsd-18214-18214 16:43:48.645233 [ loolwsd ] ERR  Failed to bind to: 2.0.38.254:0 (errno: Address family not supported by protocol)| wsd/LOOLWSD.cpp:2460
wsd-18214-18214 16:43:48.645252 [ loolwsd ] ERR  Failed to bind to: 2.0.38.255:0 (errno: Address family not supported by protocol)| wsd/LOOLWSD.cpp:2460

-> I compared the setting with a working Debian instance. SSL is disabled and i want to use a nginx proxy

Tried different settings for server name and port. but it crashes always and the port is closed and unused.