It seems they are using pnpm
now https://github.com/ether/etherpad-lite/wiki/How-to-deploy-Etherpad-Lite-as-a-service since version 2.0. I noticed because the service now fails to start with the error Error: Cannot find module '/usr/share/etherpad-lite/src/node/server.js'
since that file /usr/share/etherpad-lite/src/node/server.js
does not exist anymore.
Search Criteria
Package Details: etherpad-lite 1:2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/etherpad-lite.git (read-only, click to copy) |
---|---|
Package Base: | etherpad-lite |
Description: | Lightweight fork of etherpad based on javascript |
Upstream URL: | https://etherpad.org |
Licenses: | Apache |
Conflicts: | etherpad-lite-git |
Submitter: | onny |
Maintainer: | None |
Last Packager: | iamawacko |
Votes: | 29 |
Popularity: | 0.000631 |
First Submitted: | 2013-03-15 15:10 (UTC) |
Last Updated: | 2024-06-06 06:27 (UTC) |
Dependencies (10)
- coffeescript (coffeescript-gitAUR)
- libsecret-1.so (libsecret)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- abiword (abiword-gitAUR) (optional) – advanced import/export of pads
- libreoffice (libreoffice-dev-binAUR, libreoffice-fresh, libreoffice-still) (optional) – advanced import/export of pads
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server) (optional) – to use mariadb as database
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR) (optional) – to use postgresql as database
- sqlite (sqlite-fossilAUR) (optional) – to use sqlite as databse
- tidy (tidy-html5-gitAUR) (optional) – improve quality of exported pads
Required by (0)
Sources (4)
julianuu commented on 2024-07-09 20:53 (UTC) (edited on 2024-07-09 20:54 (UTC) by julianuu)
malacology commented on 2024-02-26 09:35 (UTC)
Hello, I tried this PKGBUILD in devtools
==> WARNING: Library listed in 'depends' is not required by any files: libsecret-1.so
So, please rm it.
J5lx commented on 2023-12-06 19:11 (UTC) (edited on 2023-12-06 19:18 (UTC) by J5lx)
You only need to add @pkey, there is no point replacing @system-service if that’s what you’re doing. That’s why I wrote “Instead of removing the system call filter”.
tobias_de commented on 2023-12-06 18:43 (UTC)
Both SystemCallFilter=@pkey and SystemCallFilter=@system-service cause immediate crashes for me on the most recent arch.
julianuu commented on 2023-03-31 09:32 (UTC)
Thanks. Adding the line SystemCallFilter=@pkey
in etherpad-lite.service
prevents crashing also for me.
J5lx commented on 2023-01-15 13:46 (UTC)
I had the same issue as julianuu. The SIGSYS crash appears to happen with nodejs 18+ (maybe also 17, but that version isn’t available in the repos). Instead of removing the system call filter altogether, the issue can also be fixed by simply adding @pkey.
julianuu commented on 2022-09-17 20:02 (UTC)
I run it on a virtual server from hetzner. It crashes immediately unless I comment out the option SystemCallFilter=@system-service
in etherpad-lite.service
. Otherwise works fine!
dvzrv commented on 2022-02-28 12:22 (UTC)
@rstoye: It's always a good idea to wait and/or investigate with upstream a bit if this kind of thing happens. After all it could mean that upstream has been compromised and someone e.g. has added malware.
rstoye commented on 2022-02-28 12:09 (UTC) (edited on 2022-02-28 12:10 (UTC) by rstoye)
@dvzrv, since i could't find sha512 codes i created them (and the b2sum as well, edited the PKGBuild and used makepackage to install it. Isn't that whats be needet to be done to the PKGBUILD in AUR?
sha512sums=('af34dd50777b06eb714b42c47a5232dd902ce9d48b7cbeb9784910071abbe5486d8c0a52b7c57794edef3f33e3381c7c34b9577a814205d9b60049cd7dc2ada6' ... b2sums=('06236b554f8be7428c7249b0b065b5bdc96c8a876046bfaf1af022bcfbe35926daf8af120989a8385c8c5bed6e8bcae5ea4d915e4b695b3b12768c829822499c' ...
edit: just read your issue - you are right
dvzrv commented on 2022-02-28 11:41 (UTC)
@rstoye: Thanks. I have opened https://github.com/ether/etherpad-lite/issues/5448 for that. They retagged their stuff because someone forgot to merge some docker related changes it seems.
Pinned Comments