On 2014-11-25, Landry Breuil <lan...@rhaalovely.net> wrote: > Hi, > > while setting up a prosody server, i noticed the default config is > broken since it wants to use posix module (daemonize, syslog) but doesnt > enable it by default.. also, since we make it depend on luaevent, maybe > we should enable the libevent component by default too, or the > dependency should be relaxed.
Hi, I had trouble with prosody in daemon mode in the past, in fact I could never make it work even if I enable the posix module. joachim% sudo prosodyctl start general info Hello and welcome to Prosody version 0.8.2 general info Prosody is using the kqueue backend for connection handling WARNING: there is already a transaction in progress Started joachim% sudo prosodyctl status Prosody is not running joachim% pgrep prosody joachim% pgrep lua joachim% With daemonize = false it starts up without any trouble. Best regards, Jona