ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] ejabberd Segmentation fault
@ 2005-04-27  3:34 Sergey Ogarkov
  0 siblings, 0 replies; only message in thread
From: Sergey Ogarkov @ 2005-04-27  3:34 UTC (permalink / raw)
  To: Community

Привет Всем!!
После набора вот это й строки пишет Segmentation fault!!!
    erl -sname ejabberd -s ejabberd -ejabberd config \"/etc/ejabberd.cfg\"
Вот мой конфиг взял по умолчанию ....... в чем может быть проблемма?
Поставил ejabber 0.9 из сизифа...
через service ejabberd запускает на пару секунд :(
Спасибо!

ejabberd.cfg
{acl, admin, {user, "ermine"}}.
{acl, local, {user_regexp, ""}}.
{access, register, [{allow, all}]}.
{access, announce, [{allow, admin}]}.
{access, c2s, [{deny, blocked},
               {allow, all}]}.
{shaper, normal, {maxrate, 1000}}.
{shaper, fast, {maxrate, 50000}}.
{access, c2s_shaper, [{none, admin},{normal, all}]}.
{access, local, [{allow, local}]}.
{auth_method, internal}.
{host, "test"}.
{language, "ru"}.

{listen,

 [{5222, ejabberd_c2s,     [{access, c2s},{shaper, c2s_shaper}]},

  {5280, ejabberd_http,    [http_poll, web_admin]} ]}.
{modules,
 [
  {mod_register,   [{access, register}]},
  {mod_roster,     []},
  {mod_privacy,    []},
  {mod_configure,  []},
  {mod_configure2, []},
  {mod_stats,      []},
  {mod_vcard,      []},
  {mod_offline,    []},
  {mod_echo,       []},
  {mod_private,    []},
  {mod_irc,        []},

  {mod_muc,        [{access, muc},
                    {access_create, muc},
                    {access_admin, muc_admin}]},
  {mod_pubsub,     []},
  {mod_time,       []},
  {mod_last,       []},
  {mod_version,    []}
 ]}.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-27  3:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-27  3:34 [Comm] ejabberd Segmentation fault Sergey Ogarkov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git