Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2007 05:09:25 GMT
From:      "Eugene M. Zheganin" <emz@norma.perm.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116323: jabber-users-agent bugs
Message-ID:  <200709130509.l8D59PDF009734@www.freebsd.org>
Resent-Message-ID: <200709130510.l8D5A1Sv059190@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116323
>Category:       ports
>Synopsis:       jabber-users-agent bugs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 13 05:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Eugene M. Zheganin
>Release:        6.2-RELEASE-p5
>Organization:
Norma JSC.
>Environment:
FreeBSD ns.hq.norma.perm.ru 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Fri Jul  6 17:06:22 YEKST 2007     emz@ns.hq.norma.perm.ru:/usr/obj/usr/src/sys/NS-HQ  i386
>Description:
&#1072;) the string 'jabber_users_agent_enable=${jabberd_users_agent_enable-"NO"}' is confusing because you need to put in tc.conf the 'jabber_users_agent_enable="YES"' string instead of the 'jabberd_users_agent_enable="YES"'.

b) the line 37 of the perl script itself should be changed to 'open(PIDFILE,">/var/run/jabberd/users-agent.pid");', because this port isn't creating any directories in var, and cannot use the non-existent dir for pidfile. Furthermore, creating additional dir under /var isn't that great idea. The sctartup script should be changed accordingly.

c) The README contains deprecated information. As of the 1.6.x version, to add the disco of the users-agent service you need to add to the jabber.xml configfile the following strings:

<item category="directory" type="user" jid="users.jabber.server" name="Jabber User Directory">
          <ns>jabber:iq:search</ns>
          <ns>jabber:iq:register</ns>
</item>
>How-To-Repeat:
use the jabber-users-agent from ports
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709130509.l8D59PDF009734>