meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sw:ejabberd:issues [2022/02/01 13:04] – created niziaksw:ejabberd:issues [2022/05/11 08:36] (current) niziak
Line 8: Line 8:
 su: Authentication failure su: Authentication failure
 </code> </code>
 +
 +''ejabberctl started'' is simply polling in loop ''ejabberctl status''.
 +
 +<code bash>
 +/bin/sh -x /usr/sbin/ejabberdctl status
 +
 +...
 +su -s /bin/sh -c "$0" "$@" ejabberd -- /usr/bin/erl -sname ea7-ctl-ejabberd@spox1 +K true -smp auto +P 250000 -env ERL_CRASH_DUMP_BYTES 0 -hidden -noinput -s ejabberd_ctl -extra ejabberd@foo1 status
 +</code>
 +Take care what hostname is used for connection (''ejabberd@foo1''). With default configuration, host ''foo1'' should be resolvable to IP from ''lo'' range.
 +
 +[[https://www.ejabberd.im/forum/29747/failed-rpc-connection-node-ejabberdpersonal-nodedown/index.html]]
 +
 +
 +