@mjob I'm also on the new nodejs. And mysql/mariadb works with the below mentioned settings.
I suspect some other issue with your setup.
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)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 16 Next › Last »
dvzrv commented on 2015-10-13 11:12 (UTC)
<deleted-account> commented on 2015-10-13 09:40 (UTC)
@dvzrv Mine looks like this: https://gist.github.com/MorrisJobke/a407ff33275bfba7f60d It doesn't work. With the old nodejs it connects just fine. With the new one not.
dvzrv commented on 2015-10-13 09:32 (UTC)
@mjob: not quite sure what you are doing there.
It works just fine with my installation. My database configuration block looks like this: https://paste.sleepmap.de/view/d7dbc907
Don't forget the "host"!
"socketPath" is not etherpad-lite specific afaik.
<deleted-account> commented on 2015-10-13 08:29 (UTC)
I just tested it. Doesn't work either.
https://github.com/Pita/ueberDB/wiki/MySQL-Sockets
I also couldn't find socketPath in the code: https://github.com/Pita/ueberDB/search?utf8=%E2%9C%93&q=socketPath
https://github.com/ether/etherpad-lite/search?utf8=%E2%9C%93&q=socketPath
<deleted-account> commented on 2015-10-13 08:19 (UTC)
"socketPath": "/var/run/mysqld/mysqld.sock"
Ah ... I used the "port" setting that worked with older nodejs just fine, but maybe it simply used the localhost. See https://github.com/ether/etherpad-lite/wiki/How-to-use-Etherpad-Lite-with-MySQL#example-mysql-socket-config
dvzrv commented on 2015-10-13 08:13 (UTC)
@mjob: with mine it does.
You most likely have a configuration problem. Add
"socketPath": "/var/run/mysqld/mysqld.sock"
to your dbSettings (at the end)!
I completely forgot to add a bug report for it! This also took me 10 minutes of googling :P
<deleted-account> commented on 2015-10-13 07:35 (UTC)
@dvzrv No luck so far https://github.com/ether/etherpad-lite/issues/2803
My used PKGBUILD (don't use it - it currently doesn't work) https://gist.github.com/MorrisJobke/b7a71c58a9a7e70bea13
dvzrv commented on 2015-10-07 00:36 (UTC)
I just realized that a lot of backslashes were missing in that PKGBUILD for some reason. Added those and the makedepends for rsync: https://paste.sleepmap.de/view/989ceda4
Works fine for me so far. Anyone else tested it?
Seems the pull request for the node.js version test is taking some time to get processed for master...
dvzrv commented on 2015-10-04 17:34 (UTC)
@mjob: If you're keen on testing, you can apply this pull request: https://github.com/Gared/etherpad-lite/commit/bf7930fccb37ac6d2b40115ff41c2c0b70fb1061
@RubenKelevra: Is it really necessary to do all those chmods during package()? Why do other users/groups than "etherpad" need the execute bit? If at all, those should actually be removed not added.
I updated the PKGBUILD, incorporating above mentioned pull request, removed some (hopefully) unneeded stuff, moved other relevant things to /usr/share/doc/etherpad-lite, used rsync as copy command (sorry, still not in makedepends) and otherwise solely relied upon the use of install.
Check it out: https://paste.sleepmap.de/view/18a61d4f (sorry, still self-signed).
RubenKelevra commented on 2015-09-21 23:28 (UTC)
I'm already testing, stay tuned.
Pinned Comments