Package Details: onlyoffice-documentserver-bin 9.4.0-1

Git Clone URL: https://aur.archlinux.org/onlyoffice-documentserver-bin.git (read-only, click to copy)
Package Base: onlyoffice-documentserver-bin
Description: Online office suite comprising viewers and editors for texts, spreadsheets and presentations
Upstream URL: https://github.com/ONLYOFFICE/DocumentServer
Licenses: AGPL
Conflicts: onlyoffice-documentserver
Submitter: VVL
Maintainer: VVL
Last Packager: VVL
Votes: 5
Popularity: 0.000794
First Submitted: 2021-08-11 23:47 (UTC)
Last Updated: 2026-05-26 08:54 (UTC)

Latest Comments

1 2 3 4 Next › Last »

Serus commented on 2026-05-09 17:39 (UTC)

You missed it for the file converter service. It doesn't crash immediately, but refuses to work until it finally crashes.

VVL commented on 2026-05-09 06:28 (UTC)

Fixed

Serus commented on 2026-05-07 12:16 (UTC) (edited on 2026-05-07 23:28 (UTC) by Serus)

In the systemd service of the document server, the LimitNPROC variable needs to be increased, otherwise it crashes on launch. I increased it to 128 and now it launches again.
Edit: Also needs to be done for the file converter server. Maybe it's best to just disable the limit altogether.

TcCoy commented on 2025-12-06 20:24 (UTC)

Nice, thanks a lot!

VVL commented on 2025-12-06 20:08 (UTC)

Fixed

TcCoy commented on 2025-12-05 20:17 (UTC)

Hi, when trying to update to v9.2.0-1, I get the following error (either using yay or trying manually):


==> Running prepare()...
cp: Unable to evaluate '/home/user/.cache/yay/onlyoffice-documentserver-bin/src/usr/lib64/*.so*': No such file or directory

I believe there is a mistake in the PKGBUILD but I am not skilled enough (yet) to debug. Any help would be appreciated.

TcCoy commented on 2025-06-11 18:51 (UTC) (edited on 2025-06-19 07:36 (UTC) by TcCoy)

Since last update of rabbitmq (v4.1.1-1) connection with nextcloud was broken. I found a workaround here. Adding ?frameMax=0 at the end of the rabbitmq url in the local.json file did the trick:

...
 "rabbitmq": {
      "url": "amqp://onlyoffice:onlyoffice@127.0.0.1:5672/onlyoffice?frameMax=0"
     },
 ...

If more appropriate, I can put this comment in a discussion on the wiki.

Edit (2025-06-19): this workaround is not needed anymore after the 9.0.0-1 update

anarki commented on 2024-11-21 00:17 (UTC)

I can confirm it works fine. Thank you @VVL

SergeantBiggs commented on 2024-11-17 12:47 (UTC)

@VVL Seems to work. Thanks!

VVL commented on 2024-11-17 09:34 (UTC)

@SergeantBiggs thank you. I've added fix to PKGBUILD, you may try it.