[jadmin] Ubuntu Dapper and mu-conference

Michael Wishart wishartmj at internode.on.net
Mon Jul 17 07:12:12 CDT 2006


Ok, I installed jabberd2 on Ubuntu Dapper and it works fine, using the 
binary from http://packages.ubuntu.com/dapper/net/jabberd2. But when I 
followed the instructions in the Jabberd2 installation guide using jcr 
and mu-conference I get this:

~$ /usr/sbin/mu-conference -c /etc/jabberd2/muc-conf.xml
Jabber Component Runtime -- 0.2.4
2003-2004 Paul Curtis

Segmentation fault

I copy my muc-conf.xml and alias in router.xml below in case it helps. 
I'm not sure where to look for logs or anything else that may help.

muc-conf.xml
 <jcr>
 <name>linker</name>
 <host>conference.mickwish.dyndns.org</host>
 <ip>mickwish.dyndns.org</ip>
 <port>5347</port>
 <secret>XXXXXX</secret>

 <spool>/var/spool/conference.jabber</spool>
 <logdir>/var/log/jabber</logdir>
 <pidfile>var/run/jabber/muc-jabber.pid</pidfile>
 <recv-buffer>32768</recv-buffer>
 <send-buffer>32768</send-buffer>

 <conference xmlns="jabber:config:conference">
   <public/>
   <vCard>
     <FN>Public Chatrooms</FN>
     <DESC>This service is for public chatrooms.</DESC>
     <URL>http://jabber.terrapin.com/</URL>
   </vCard>
   <history>40</history>
   <logdir>/var/log/pub/jabber/content/conference</logdir>
   <sadmin>email at mydomain.com</sadmin>
   <notice>
     <join>has joined</join>
     <leave>has left</leave>
     <rename>is now known as</rename>
   </notice>
 </conference>
</jcr>

router.xml
....
<alias name='conference.mickwish.dyndns.org' target='linker'/>
....
I am wondering whether the seg fault is due to a Ubuntu Dapper specific 
issue of some kind, like file location or something. Can anyone help?

Thanks
Mick



More information about the JAdmin mailing list