<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I’m trying right now and I will report about it, but I would like to mention separately that I’m having timeout problems with the CVS server:</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">svn: E000145: Error retrieving REPORT (145): Connection timed out</div></blockquote></div><div class=""><br class=""></div><div class="">I have a reliable and fast connection here (The Netherlands) and I’m downloading repos from other servers without issues, only CalendarServer appears to cut the connection too easily: at least four times during the first pull of the main CalendarServer repo.</div><div class=""><br class=""></div><div class="">Olaf</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">Il giorno 05/nov/2014, alle ore 23:11, Andre LaBranche &lt;<a href="mailto:dre@apple.com" class="">dre@apple.com</a>&gt; ha scritto:</div><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Nov 5, 2014, at 1:55 PM, Olaf Marzocchi &lt;<a href="mailto:lists@marzocchi.net" class="">lists@marzocchi.net</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">Dear Andre,<br class="">I checked out today the latest version (revision 14134) and i tried the compilation again but the issue is the same.<br class="">I suppose you haven’t updated the source code with the “right flags”. If you provide me with them, I will try the compilation and report back.<br class=""></div></blockquote><div class=""><br class=""></div><div class="">I haven’t had a chance to do this, and really it’s a question for OmniOS and / or Kerberos hackers.</div><div class=""><br class=""></div><div class="">It would probably be easier to simply disable kerberos support in Calendar Server if you don’t need it. To do this:</div><div class=""><br class=""></div><div class="">1) Edit requirements-stable.txt to comment out the line that declares the dependency on PyKerberos.&nbsp;</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 165, 0); background-color: rgb(0, 0, 0);" class=""># -e <a href="svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk@13420#egg=kerberos" class="">svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk@13420#egg=kerberos</a></div><div class=""><br class=""></div></div><div class="">2) Run ./bin/develop again</div><div class=""><br class=""></div><div class="">3) Make sure none of your server config plists try to activate Kerberos by setting the Authentication --&gt; Kerberos --&gt; Enabled key to false.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 165, 0); background-color: rgb(0, 0, 0);" class=""><span style="" class="">&nbsp; &nbsp; &nbsp;</span><span style="font-variant-ligatures: no-common-ligatures; color: #bfbfbf" class=""> </span>&lt;!-- Kerberos/SPNEGO --&gt;</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 230, 229); background-color: rgb(0, 0, 0);" class=""><span style="" class="">&nbsp; &nbsp; &nbsp;</span><span style="font-variant-ligatures: no-common-ligatures; color: #bfbfbf" class=""> </span>&lt;key&gt;<span style="font-variant-ligatures: no-common-ligatures; color: #bfbfbf" class="">Kerberos</span>&lt;/key&gt;</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 230, 229); background-color: rgb(0, 0, 0);" class=""><span style="" class="">&nbsp; &nbsp; &nbsp;</span><span style="font-variant-ligatures: no-common-ligatures; color: #bfbfbf" class=""> </span>&lt;dict&gt;</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 230, 229); background-color: rgb(0, 0, 0);" class=""><span style="" class="">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style="font-variant-ligatures: no-common-ligatures; color: #bfbfbf" class=""> </span>&lt;key&gt;<span style="font-variant-ligatures: no-common-ligatures; color: #bfbfbf" class="">Enabled</span>&lt;/key&gt;</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 230, 229); background-color: rgb(0, 0, 0);" class=""><span style="" class="">&nbsp; &nbsp; &nbsp; &nbsp;</span><span style="font-variant-ligatures: no-common-ligatures; color: #bfbfbf" class=""> </span>&lt;false/&gt;</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 230, 229); background-color: rgb(0, 0, 0);" class=""><span style="" class="">&nbsp; &nbsp; &nbsp;</span><span style="font-variant-ligatures: no-common-ligatures; color: #bfbfbf" class=""> </span>&lt;/dict&gt;</div></div><div class=""><br class=""></div><div class="">4) Start server with ./bin/run -n</div><div class=""><br class=""></div><div class="">At startup, the server logs about the configured authentication backends with the “calendarserver.tap.util" prefix, at log level “info”. In the below log snippet, my server has 4 authentication styles enabled, and kerberos is disabled.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; font-family: Monaco;" class="">2014-11-05 14:06:42-0800 [-] [calendarserver.tap.util#info] Setting up scheme: basic</div><div style="margin: 0px; font-size: 10px; font-family: Monaco;" class="">2014-11-05 14:06:42-0800 [-] [calendarserver.tap.util#info] Setting up scheme: clientcertificate</div><div style="margin: 0px; font-size: 10px; font-family: Monaco;" class="">2014-11-05 14:06:42-0800 [-] [calendarserver.tap.util#info] Setting up scheme: digest</div><div style="margin: 0px; font-size: 10px; font-family: Monaco;" class="">2014-11-05 14:06:42-0800 [-] [calendarserver.tap.util#info] Setting up scheme: wiki</div></div><div class=""><br class=""></div><div class="">Please let me know if this works for you. There is a fair chance that you will hit another roadblock after clearing this one :)</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">-dre</div></div></div></div></blockquote></div><br class=""></body></html>