Victor Lopez | 1 Aug 2004 01:25

Re: jabberd installation

** High Priority **

wich file do i have to do this?

en que parte tengo que hacer esto, dentro de alguna carpeta en especial?   

---------------------------------------------------
Ing. Victor Gabriel López Rocha.
Sistemas, Coppel S.A. de C.V.
República #2855
Culiacán, Sinaloa.
Tel. 52-667-7594200 ext 297
email:  vlopez <at> coppel.com

_______________________________________________
jadmin mailing list
jadmin <at> jabber.org
https://jabberstudio.org/mailman/listinfo/jadmin
FAQ: http://www.jabber.org/wiki/index.php/FAQ-JADMIN

Baccus | 1 Aug 2004 05:31
Picon
Favicon

Re: jabberd installation

no, directamente
hacelo y fiajte que pasa

----- Original Message -----
From: "Victor Lopez" <vlopez <at> coppel.com>
To: <jadmin <at> jabber.org>
Sent: Saturday, July 31, 2004 8:25 PM
Subject: Re: [jadmin] jabberd installation

** High Priority **

wich file do i have to do this?

en que parte tengo que hacer esto, dentro de alguna carpeta en especial?

---------------------------------------------------
Ing. Victor Gabriel López Rocha.
Sistemas, Coppel S.A. de C.V.
República #2855
Culiacán, Sinaloa.
Tel. 52-667-7594200 ext 297
email:  vlopez <at> coppel.com

_______________________________________________
jadmin mailing list
jadmin <at> jabber.org
https://jabberstudio.org/mailman/listinfo/jadmin
FAQ: http://www.jabber.org/wiki/index.php/FAQ-JADMIN

_______________________________________________
(Continue reading)

Martyn Baker | 1 Aug 2004 11:01
Picon

Ejabberd 0.7 on Windows NT 4 Server

Hi Everyone

I have Ejabberd running sucessfully on WinNT but have a couple of questions.

The server is on a private network and is standalone only, ie it is the only server with no need to talk to
another server. I have disabled S2S connectivity ie no 5269 listener.

I eventually got the Echo module working with the config of   {host, "echo.<host>.<DN>"}   and using the send
message to echo.<host>.<DN>   rather   <host>.<DN>/echo   as indicated in the documentation, anyone got any
thoughts ?

User Registration
I'd like to disable new users creating their on ID's and just allow the sysadmin to create and remove
accounts. Does anyone know if this is possible and what ACL(s) need to be created ?

Remote server administration.
I'm using TKabber to admin the server - when using discover - config, I get an error saying the service isn't
available. I can use Admin Tools Administrate server though. I have   mod_configure2   listed in
Ejabberd.cfg. Ideally, I'd like a version of TKabber that would only allow incoming messages (sysadmin
is informed of new account created) only and just the admin functions (discover and admin server). Anyone
got any thoughts ?

SSL
I want to go over to SSL use only, but I get an error when it initialises - get message enoent, failed to open
socket. The certfile is in place and seems to be found. I don't have any means of editing the Erlang beam
files and have seen a number of mails going around which indicates this may be a bug in the Erlang software.

Thanks to all in advance of any help.

Martyn
(Continue reading)

Sander Devrieze | 1 Aug 2004 11:30
Picon

Re: Ejabberd 0.7 on Windows NT 4 Server


Op zondag 1 augustus 2004 11:01, schreef Martyn Baker:
> Hi Everyone
>
>
> I have Ejabberd running sucessfully on WinNT but have a couple of
> questions.
>
> The server is on a private network and is standalone only, ie it is the
> only server with no need to talk to another server. I have disabled S2S
> connectivity ie no 5269 listener.
>
> I eventually got the Echo module working with the config of   {host,
> "echo.<host>.<DN>"}   and using the send message to echo.<host>.<DN>  
> rather   <host>.<DN>/echo   as indicated in the documentation, anyone got
> any thoughts ?

<host>.<DN>/echo something of jabberd-1.4.x and 2.x and do not work with 
ejabberd I thaught.

> User Registration
> I'd like to disable new users creating their on ID's and just allow the
> sysadmin to create and remove accounts. Does anyone know if this is
> possible and what ACL(s) need to be created ?

Not sure, but maybe this should be changed for the registering part of your 
question:

% Every username can be registered via in-band registration:
{access, register, [{allow, all}]}.
(Continue reading)

Subrat | 1 Aug 2004 11:30

error compiling xdb_sql under win32 (cygwin)

Hello

Has anyone got any luck in compiling jabberd 1.4 on win32 using XDB_SQL 
(for mysql) under cygwin ?

My jabberd compiles great but XDB_SQL fails complaning about lots of 
reference errors regarding some _xml like functions which cannot be 
referenced.

The ./configure for jabberd is able to detect the mysql client libraries 
too! The only problem is compiling xdb_sql. Any suggestions ?

Thanks

Subrat
_______________________________________________
jadmin mailing list
jadmin <at> jabber.org
https://jabberstudio.org/mailman/listinfo/jadmin
FAQ: http://www.jabber.org/wiki/index.php/FAQ-JADMIN

kolargol | 1 Aug 2004 13:02

jabberd2 - crashes on incomming traffic (s2s.c2s)...

Hello,

My question is related with recent crashes of my server - both crashes are
related with incoming traffic (c2s or s2s), info from grsec:

-----
grsec: From 217.97.231.144: signal 11 sent to
/home/jabber/server_build001/jabberd_main/bin/s2s[s2s:31951]
uid/euid:1003/1003 gid/egid:1003/1003, parent /usr/bin/perl[perl:9234]
uid/euid:1003/1003 gid/egid:1003/1003
-----

After that everything going down, I have the same problem with c2s
component, any idea what is going on?

And second question:
with gcc you are using to compile jabberd2 and with is recommended.

Gretz,
kolargol

_______________________________________________
jadmin mailing list
jadmin <at> jabber.org
https://jabberstudio.org/mailman/listinfo/jadmin
FAQ: http://www.jabber.org/wiki/index.php/FAQ-JADMIN

Martyn Baker | 1 Aug 2004 16:58
Picon

Re: Ejabberd 0.7 on Windows NT 4 Server

Hi

Thanks for the reply.

Yes, I have both mod_configure and mod_configure2 in the modules section.

I wondered if anyone had modified Tkabber to be used as a management tool
rather than a IM client. I wanted to to use it to manage the server alone -
I use Exodus as the standard client.

I have the reg watchers setup as well, was trying to to find out how to
disable allowing users to reg their own ID's so that I can get control of
it. I've tried various options, but don't know enough about Erlang and can't
look at the source to see if the options are listed there. I'm not a
programmer either !

Martyn

----- Original Message ----- 
From: "Sander Devrieze" <s.devrieze <at> pandora.be>
To: <jadmin <at> jabber.org>
Sent: Sunday, August 01, 2004 10:30 AM
Subject: Re: [jadmin] Ejabberd 0.7 on Windows NT 4 Server

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op zondag 1 augustus 2004 11:01, schreef Martyn Baker:
> Hi Everyone
>
(Continue reading)

Sander Devrieze | 1 Aug 2004 17:26
Picon

Re: Ejabberd 0.7 on Windows NT 4 Server


Op zondag 1 augustus 2004 16:58, schreef Martyn Baker:
> Yes, I have both mod_configure and mod_configure2 in the modules section.

Oh, I  see: you should click on configure or running nodes beneath to do 
configuration.

> I wondered if anyone had modified Tkabber to be used as a management tool
> rather than a IM client. I wanted to to use it to manage the server alone -
> I use Exodus as the standard client.

You can use both clients at the same time: if you give a priority lower than 
Exodus, all messages to you will be send automaticallt through Exodus (if 
that client is also online).

> I have the reg watchers setup as well, was trying to to find out how to
> disable allowing users to reg their own ID's so that I can get control of
> it. 

Maybe you should ask on the ejabberd mailinglist.

> I've tried various options, but don't know enough about Erlang and 
> can't look at the source to see if the options are listed there. I'm not a
> programmer either !

--

-- 
Mvg, Sander Devrieze.

xmpp:sander <at> l4l.be -- ( http://jabber.l4l.be/ )
(Continue reading)

Ryan Eatmon | 1 Aug 2004 19:25

Re: RE: users-agent and jabberd2


I definitely include hese in the next release of users-agent.  I was 
planning on having that out in about a week, but some stuff came up at 
home (crashed server) and I've had to spend far too much time getting 
that work again.  *sigh*

Scott Armstrong wrote:

> John,
> That's more useful information than I've seen on this list regarding
> user-agent. Perhaps it can be included in the documentation somewhere for
> others' benefit?
> 
> 
>>now the next part I have to work out is: how to get the information into
> 
> the JUD tables 
> 
>>as easily as possible so that the searching etc works. 
>>
>>If anyone has any ideas on that part I would be most eager to hear?
>>
>>John Hamill
> 
> 
> You could change the table and field references in user-agent to point to
> the vcard table and perhaps join it with the active table to show status.
> 
> Thanks for your contribution!
> 
(Continue reading)

Martyn Baker | 1 Aug 2004 20:17
Picon

Re: Ejabberd 0.7 on Windows NT 4 Server


Thanks for the assistance, it is appreciated.

I use both clients, logging into Exodus with my usual ID, but use Tkabber
with the sysadmin ID for admin.

I may have to resort to mailing Aleskey directly for the answers if no one
can help, but have to say I'm *VERY* impressed with Ejabberd running on NT.

Martyn

----- Original Message ----- 
From: "Sander Devrieze" <s.devrieze <at> pandora.be>
To: "Martyn Baker" <Martyn.Baker <at> clara.co.uk>
Cc: "Jabber server administration list" <jadmin <at> jabber.org>
Sent: Sunday, August 01, 2004 4:26 PM
Subject: Re: [jadmin] Ejabberd 0.7 on Windows NT 4 Server

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op zondag 1 augustus 2004 16:58, schreef Martyn Baker:
> Yes, I have both mod_configure and mod_configure2 in the modules section.

Oh, I  see: you should click on configure or running nodes beneath to do
configuration.

> I wondered if anyone had modified Tkabber to be used as a management tool
> rather than a IM client. I wanted to to use it to manage the server
alone -
(Continue reading)


Gmane