<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body style="font-size: 10pt; font-family: Verdana,Geneva,sans-serif">
<p>Ok, I got the problem.</p>
<p>kolab-guam is not starting.</p>
<p>If I manually start it I get this error:</p>
<p><em>/opt/kolab_guam/bin/kolab_guam console /opt/kolab_guam/releases/0.8.3/sys.config</em><br><em>Exec: /opt/kolab_guam/erts-5.10.4/bin/erlexec  -boot /opt/kolab_guam/releases/0.8.3/kolab_guam -mode embedded -config /opt/kolab_guam/releases/0.8.3/sys.config -args_file /opt/kolab_guam/releases/0.8.3/vm.args -- console /opt/kolab_guam/releases/0.8.3/sys.config</em><br><em>Root: /opt/kolab_guam</em><br><em>{"init terminating in do_boot",{'cannot load',hipe_amd64_ra,get_files}}</em><br><br><em>Crash dump was written to: erl_crash.dump</em><br><em>init terminating in do_boot ()</em></p>
<p>In erl_crash.dump I can't find any referral to errors.</p>
<p>Can anyone help?</p>
<p>Regards,</p>
<p>Pietro</p>
<p> </p>
<p> </p>
<p>Il 26-07-2016 19:01 Brad Rubenstein ha scritto:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --> <!-- head ignored --><!-- meta ignored -->
<p>On Kolab 16, guam interposes between roundcube and imapd, so guam service should be running and listening on port 143.</p>
<br><div class="moz-cite-prefix">On 7/26/16 2:31 AM, Pietro Vassalli wrote:</div>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<p>Clean installation of ubuntu 14.04.4.<br> My user receives a "can't connect to imap server".<br> If I check roundcubemail configuration I see:</p>
<pre class="markdown-highlight"><code class="hljs php">*<span class="hljs-comment">// IMAP Server Settings</span>
$config[<span class="hljs-string">'default_host'</span>] = <span class="hljs-string">'tls://localhost'</span>;
$config[<span class="hljs-string">'default_port'</span>] = <span class="hljs-number">143</span>;
$config[<span class="hljs-string">'imap_delimiter'</span>] = <span class="hljs-string">'/'</span>;
$config[<span class="hljs-string">'imap_force_lsub'</span>] = <span class="hljs-keyword">true</span>;*

</code></pre>
<p>cyrus-imapd configuration I see:</p>
<p><em>SERVICES {<br> imaps cmd="imapd -s" listen="127.0.0.1:9993" prefork=5<br> sieve cmd="timsieved" listen="sieve" prefork=0<br> ptloader cmd="ptloader" listen="/var/lib/imap/ptclient/ptsock" prefork=0<br> lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1<br> notify cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" prefork=1<br> }</em></p>
<p>So, the system is not listening to 143. If I check open ports, I see that my consideration is true:</p>
<p><em><em><em>netstat -taunnnp<br> Active Internet connections (servers and established)<br> Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name<br><em><em><em>tcp 0 0 127.0.0.1:783 0.0.0.0:</em> LISTEN 1299/spamd.pid<br> tcp 0 0 0.0.0.0:22 0.0.0.0:</em> LISTEN 940/sshd<br> tcp 0 0 0.0.0.0:25 0.0.0.0:</em> LISTEN 1914/master<br> tcp 0 0 0.0.0.0:4190 0.0.0.0:</em> LISTEN 1807/cyrus-master<br> tcp 0 0 127.0.0.1:10024 0.0.0.0:</em> LISTEN 1198/amavisd-new (m<br> tcp 0 0 127.0.0.1:10025 0.0.0.0:</em> LISTEN 1914/master<br><em><em><em>tcp 0 0 127.0.0.1:9993 0.0.0.0:</em> LISTEN 1807/cyrus-master<br> tcp 0 0 127.0.0.1:10026 0.0.0.0:</em> LISTEN 2602/python<br> tcp 0 0 127.0.0.1:3306 0.0.0.0:</em> LISTEN 1059/mysqld<br><em><em><em>tcp 0 0 127.0.0.1:10027 0.0.0.0:</em> LISTEN 1914/master<br> tcp 0 0 0.0.0.0:587 0.0.0.0:</em> LISTEN 1914/master<br> tcp 53 0 127.0.0.1:37978 127.0.0.1:10025 CLOSE_WAIT 1226/amavisd-new (c<br> tcp 0 0 192.168.4.19:22 192.168.4.10:51239 ESTABLISHED 2220/0<br> tcp6 0 0 ::1:783 :::</em> LISTEN 1299/spamd.pid<br><em><em><em>tcp6 0 0 :::80 :::</em> LISTEN 2013/apache2<br> tcp6 0 0 :::22 :::</em> LISTEN 940/sshd<br> tcp6 0 0 :::25 :::</em> LISTEN 1914/master<br><em><em><em>tcp6 0 0 :::4190 :::</em> LISTEN 1807/cyrus-master<br> tcp6 0 0 :::389 :::</em> LISTEN 1142/ns-slapd<br> tcp6 0 0 :::587 :::</em> LISTEN 1914/master<br><em><em><em>tcp6 0 0 ::1:389 ::1:60920 ESTABLISHED 1142/ns-slapd<br> tcp6 0 0 ::1:60920 ::1:389 ESTABLISHED 2616/python<br> tcp6 0 0 ::1:389 ::1:60912 TIME_WAIT -<br> tcp6 0 0 192.168.4.19:80 192.168.4.10:53754 TIME_WAIT -<br> tcp6 0 0 192.168.4.19:80 192.168.4.10:53753 TIME_WAIT -<br> tcp6 0 0 192.168.4.19:80 192.168.4.10:53751 TIME_WAIT -<br> tcp6 0 0 ::1:60904 ::1:389 TIME_WAIT -<br> udp 0 0 0.0.0.0:68 0.0.0.0:</em> 610/dhclient<br> udp 0 0 0.0.0.0:57544 0.0.0.0:</em> 610/dhclient<br> udp6 0 0 :::45885 :::</em> 610/dhclient</p>
<p>Where should I modify the confs?</p>
<pre class="markdown-highlight"> </pre>
<br><fieldset class="mimeAttachmentHeader"></fieldset><br><pre>_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></pre>
</blockquote>
</blockquote>
</body></html>