[Spacewalk-list] Starting osa-dispatcher hangs

David Hrbáč david-lists at hrbac.cz
Wed Nov 13 20:29:33 UTC 2013


Dne 13.11.2013 21:08, Justin Edmands napsal(a):
> 2 - Permissions on the /var/lib/jabberd/db to be jabber:jabber
>

Right, check the permissions.

One thing to mention, I always comment out the lines containing *roster*
modules in /etc/jabberd/sm.xml.

Regards,
DH

diff --git a/jabberd/sm.xml b/jabberd/sm.xml
index 5a619f9..5fb25d4 100644
--- a/jabberd/sm.xml
+++ b/jabberd/sm.xml
@@ -365,7 +365,7 @@
       <module>validate</module>         <!-- validate packet type -->
       <module>status</module>           <!-- update status information -->
       <module>privacy</module>          <!-- manage privacy lists -->
-      <module>roster</module>           <!-- handle roster get/sets and
s10ns -->
+      <!-- <module>roster</module>      <!- - handle roster get/sets
and s10ns -->
       <module>vacation</module>         <!-- manage vacation settings -->
       <!-- <module>pep</module>         <!- - personal eventing -->
       <module>iq-vcard</module>         <!-- store and retrieve the
user's vcard -->
@@ -428,7 +428,7 @@
          sessions as appropriate - this is usually handled by the
          "deliver" module. -->
     <chain id="pkt-user">
-      <module>roster</module>           <!-- handle s10n responses -->
+      <!-- <module>roster</module>           <!- - handle s10n
responses -->
       <module>presence</module>         <!-- process and distribute
incoming presence from external entities -->
       <module>iq-vcard</module>         <!-- grab user vcards -->
       <module>amp</module>              <!-- advanced message
processing -->
@@ -451,8 +451,8 @@
          before a session is created). -->
     <chain id="user-load">
       <module>active</module>           <!-- get active status -->
-      <module>roster</module>           <!-- load the roster and trust
list -->
-      <module>roster-publish</module>   <!-- load the published roster -->
+      <!--<module>roster</module>           <!- - load the roster and
trust list -->
+      <!--<module>roster-publish</module>   <!- - load the published
roster -->
       <module>privacy</module>          <!-- load privacy lists -->
       <module>vacation</module>         <!-- load vacation settings -->
     </chain>
@@ -462,7 +462,7 @@
          registration request). This initialises any per-user data. -->
     <chain id="user-create">
       <module>active</module>           <!-- activate new users -->
-      <module>template-roster</module>  <!-- populate roster from
template -->
+      <!--<module>template-roster</module>  <!- - populate roster from
template -->
     </chain>
 
     <!-- user-delete. The modules in this chain are called when a user
@@ -475,7 +475,7 @@
       <module>announce</module>         <!-- delete motd data -->
       <module>offline</module>          <!-- bounce queued messages -->
       <module>privacy</module>          <!-- delete privacy lists -->
-      <module>roster</module>           <!-- delete roster -->
+      <!--<module>roster</module>           <!- - delete roster -->
       <module>vacation</module>         <!-- delete vacation settings -->
       <module>status</module>           <!-- delete status information -->
       <module>iq-last</module>          <!-- delete last logout time -->





More information about the Spacewalk-list mailing list