ejabberd - Comments for "mnesia backup failed" https://www.ejabberd.im/node/3462 en Difficult to know: many changes between 1.1.4 and 2.0.5 https://www.ejabberd.im/node/3462#comment-54182 <div class="quote-msg"> <div class="quote-author"><em>virt</em> wrote:</div> <p>And after upgrade don't work AgileMessenger client.</p> <p>Client connected and after some seconds disconected</p> <div class="codeblock"><code>=INFO REPORT==== 2009-04-08 10:09:36 ===<br />I(&lt;0.273.0&gt;:ejabberd_listener:116) : (#Port&lt;0.6732&gt;) Accepted connection {{y,y,y,y},48672} -&gt; {{x,x,x,x},5222}<br />=INFO REPORT==== 2009-04-08 10:09:40 ===<br />I(&lt;0.3121.0&gt;:ejabberd_c2s:449) : ({socket_state,gen_tcp,#Port&lt;0.6732&gt;,&lt;0.3120.0&gt;}) Accepted legacy authentication for virt@rtr.domain.ru/AgileMessenger<br />=INFO REPORT==== 2009-04-08 10:09:47 ===<br />I(&lt;0.3121.0&gt;:ejabberd_c2s:1306) : ({socket_state,gen_tcp,#Port&lt;0.6732&gt;,&lt;0.3120.0&gt;}) Close session for virt@rtr.domain.ru/AgileMessenger</code></div> <p>Another client are working ok.</p> <p>I try connect with AgileMessenger to public ejabberd server (jabber.ru version 2.1.0-alpha) and all ok.<br /> But with my ejabberd server version 2.05 this client is not work.<br /> Only with this client, another (miranda, tkabber, Im+, IChabber) worked fine.</p></div> <p>You say it worked with 1.1.4, but doesn't work with 2.0.5. There are may changes in ejabberd between 1.1.4 and 2.0.5, so it's difficult to get an idea of what could be the problem.</p> <p>You could experiment with intermediate ejabberd versions (1.1.4, 2.0.0, 2.0.1...). Maybe you can find what exact ejabberd version starts to not work with AgileMess. Your first experiment should be with ejabberd 1.1.4, to ensure this version works correctly. You can install those ejabberds in another machine, because it is only for testing Agile client.</p> Sun, 19 Apr 2009 18:02:54 +0000 mfoss comment 54182 at https://www.ejabberd.im What about this question? And https://www.ejabberd.im/node/3462#comment-54177 <p>What about this question?</p> <p>And after upgrade don't work AgileMessenger client.</p> <p>Client connected and after some seconds disconected</p> <div class="codeblock"><code>=INFO REPORT==== 2009-04-08 10:09:36 ===<br />I(&lt;0.273.0&gt;:ejabberd_listener:116) : (#Port&lt;0.6732&gt;) Accepted connection {{y,y,y,y},48672} -&gt; {{x,x,x,x},5222}<br />=INFO REPORT==== 2009-04-08 10:09:40 ===<br />I(&lt;0.3121.0&gt;:ejabberd_c2s:449) : ({socket_state,gen_tcp,#Port&lt;0.6732&gt;,&lt;0.3120.0&gt;}) Accepted legacy authentication for virt@rtr.domain.ru/AgileMessenger<br />=INFO REPORT==== 2009-04-08 10:09:47 ===<br />I(&lt;0.3121.0&gt;:ejabberd_c2s:1306) : ({socket_state,gen_tcp,#Port&lt;0.6732&gt;,&lt;0.3120.0&gt;}) Close session for virt@rtr.domain.ru/AgileMessenger</code></div> <p>Another client are working ok.</p> <p>I try connect with AgileMessenger to public ejabberd server (jabber.ru version 2.1.0-alpha) and all ok.<br /> But with my ejabberd server version 2.05 this client is not work.<br /> Only with this client, another (miranda, tkabber, Im+, IChabber) worked fine.</p> Fri, 17 Apr 2009 10:09:53 +0000 virt comment 54177 at https://www.ejabberd.im Set no admins https://www.ejabberd.im/node/3462#comment-54161 <div class="quote-msg"> <div class="quote-author"><em>virt</em> wrote:</div> <p>In config file I uncomment string<br /> {watchdog_admins, ["virt@rtr.company.ru"]}.</p> <p>But then I comment out this line again the debug messages continue to received<br /> How I can off watchdog_admins ?</p></div> <p>Put this:</p> <pre> {watchdog_admins, []}. </pre> Mon, 13 Apr 2009 11:37:47 +0000 mfoss comment 54161 at https://www.ejabberd.im Thank you. Full path https://www.ejabberd.im/node/3462#comment-54160 <p>Thank you.<br /> Full path /tmp/ejabberd.back is works.</p> <p>And another question.<br /> In config file I uncomment string<br /> {watchdog_admins, ["virt@rtr.company.ru"]}.</p> <p>I began to receive reports like this</p> <div class="codeblock"><code>rtr.company, 10.04.2009 15:43:41:<br />(ejabberd@rtr) The process &lt;0.2757.0&gt; is consuming too much memory: [{old_heap_block_size,832040},{heap_block_size,196418},{mbuf_size,0},{stack_size,17886},{old_heap_size,609055},{heap_size,56886}].<br />Process type: c2s<br />Command to kill this process: kill ejabberd@rtr &lt;0.2757.0&gt;</code></div> <p>But then I comment out this line again the debug messages continue to received<br /> How I can off watchdog_admins ?</p> Mon, 13 Apr 2009 10:41:50 +0000 virt comment 54160 at https://www.ejabberd.im Put full path where ejabberd can write, like /tmp/ejabberd.back https://www.ejabberd.im/node/3462#comment-54154 <p>That error message is probably caused because ejabberd can't create the file (it doesn't have write permissions). In the Web Admin, instead of storing to 1.backup or ejabberd.backup, put a full path, like: /home/virt/ejabberd.backup, or /tmp/ejabberd.backup or something like that.</p> Fri, 10 Apr 2009 21:46:35 +0000 mfoss comment 54154 at https://www.ejabberd.im