@Enverex
I uploaded a fix for the config file.
systemd was missing the pid file and prosody didn't start as a daemon. I tested that and it works fine on my laptop now.
Search Criteria
Package Details: prosody-hg r11977+.10cdfb94f1cc+-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/prosody-hg.git (read-only, click to copy) |
---|---|
Package Base: | prosody-hg |
Description: | Lightweight and extensible Jabber/XMPP server written in Lua (development build from trunk-branch) |
Upstream URL: | https://prosody.im/ |
Licenses: | MIT |
Conflicts: | prosody |
Provides: | prosody |
Submitter: | TilmanV |
Maintainer: | Ppjet6 (linkmauve) |
Last Packager: | taba |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-06 18:39 (UTC) |
Last Updated: | 2024-02-02 10:40 (UTC) |
Dependencies (12)
- icu (icu-gitAUR)
- lua
- lua-expat
- lua-filesystem
- lua-sec (lua-sec-gitAUR)
- lua-socket (lua-socket-gitAUR)
- mercurial (mercurial-hgAUR, mercurial-stable-hgAUR) (make)
- lua-posix (lua-posix-gitAUR) (check)
- lua-sec (lua-sec-gitAUR) (check)
- luacheck (luacheck-gitAUR) (check)
- shellcheck (shellcheck-binAUR, shellcheck-gitAUR) (check)
- lua-eventAUR (optional) – libevent support
Required by (44)
- jicofo (requires prosody) (optional)
- jicofo-bin (requires prosody) (optional)
- jicofo-git (requires prosody) (optional)
- jicofo-nightly (requires prosody) (optional)
- jicofo-nightly-bin (requires prosody) (optional)
- jitsi-meet-prosody (requires prosody) (optional)
- jitsi-meet-prosody-bin (requires prosody) (optional)
- jitsi-meet-prosody-git (requires prosody) (optional)
- jitsi-meet-prosody-nightly (requires prosody) (optional)
- jitsi-meet-prosody-nightly-bin (requires prosody) (optional)
- jitsi-videobridge (requires prosody) (optional)
- jitsi-videobridge-bin (requires prosody) (optional)
- jitsi-videobridge-git (requires prosody) (optional)
- jitsi-videobridge-nightly (requires prosody) (optional)
- jitsi-videobridge-nightly-bin (requires prosody) (optional)
- prosody-mod-admin-message-hg (requires prosody)
- prosody-mod-admin-web-hg (requires prosody)
- prosody-mod-auth-dovecot (requires prosody)
- prosody-mod-auth-external-hg (requires prosody)
- prosody-mod-auth-imap-hg (requires prosody)
- Show 24 more...
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3
TilmanV commented on 2016-05-17 11:43 (UTC)
TilmanV commented on 2016-05-17 10:15 (UTC)
@Enverex
I will fix this soon
Enverex commented on 2016-05-17 09:30 (UTC)
Does the service file need to be updated? Trying to start the service works successfully, but SystemD seems to think the service is still starting (i.e. not completed) and eventually it times out and kills it.
TilmanV commented on 2016-01-24 23:10 (UTC)
@linkmauve
thx for your comments. I fixed the pkgbuild
linkmauve commented on 2016-01-18 11:57 (UTC) (edited on 2016-01-18 12:00 (UTC) by linkmauve)
Hi, this PKGBUILD is for Prosody trunk, the pkgver is misleading.
You may want to upload another one tracking http://hg.prosody.im/0.10/ instead, but in any case this one should be tagged “trunk”.
I also run it on ARM and can confirm it works fine, please add 'armv7h' to the arch array.
Also, please change both URLs to use HTTPS instead of HTTP. :)
sl1pkn07 commented on 2015-12-14 15:22 (UTC)
The last commit is wrong, you put the content of prosody.install to prosody.logrotated
Pinned Comments
Ppjet6 commented on 2019-11-21 00:00 (UTC) (edited on 2019-11-21 00:01 (UTC) by Ppjet6)
I have changed (
9f6cd2251c12
)the unit file to use the one recommended by upstream. This change needs a configuration change (also added a warning inpost_{install,upgrade}
),daemonize = false
needs to be set. It used to be sed'd totrue
by this package.