<u><i><b>Dear Sir:</b></i></u><br><br>Thanks for your answer.<br>Iīve run the setup again with the -d 9 option and these are the results:<br><br>=======================================================================<br><i style="color:rgb(255,0,0)"><b>setup-kolab -d 9<br>
WARNING: The Fully Qualified Domain Name or FQDN for this system is incorrect. Falling back to 'localdomain'.<br>2012-07-25 11:04:47,005 pykolab.setup DEBUG [1877]: No component selected, continuing for all components<br>
2012-07-25 11:04:47,031 pykolab.conf DEBUG [1877]: Setting kolab_default_locale to 'en_US' (from defaults)<br>2012-07-25 11:04:47,032 pykolab.conf DEBUG [1877]: Setting mail_attributes to ['mail', 'alias'] (from defaults)<br>
2012-07-25 11:04:47,032 pykolab.conf DEBUG [1877]: Setting mailserver_attribute to 'mailhost' (from defaults)<br>2012-07-25 11:04:47,032 pykolab.conf DEBUG [1877]: Setting loglevel to 50 (from defaults)<br>2012-07-25 11:04:47,033 pykolab.conf DEBUG [1877]: Setting imap_virtual_domains to 'userid' (from defaults)<br>
2012-07-25 11:04:47,033 pykolab.conf DEBUG [1877]: Setting cyrus_annotations_retry_interval to 1 (from defaults)<br>2012-07-25 11:04:47,033 pykolab.conf DEBUG [1877]: Setting ldap_unique_attribute to 'nsuniqueid' (from defaults)<br>
2012-07-25 11:04:47,033 pykolab.conf DEBUG [1877]: Setting address_search_attrs to ['mail', 'alias'] (from defaults)<br>2012-07-25 11:04:47,034 pykolab.conf DEBUG [1877]: Setting config_file to '/etc/kolab/kolab.conf' (from the default values for CLI options)<br>
2012-07-25 11:04:47,034 pykolab.conf DEBUG [1877]: Setting loglevel to 'CRITICAL' (from the default values for CLI options)<br>2012-07-25 11:04:47,034 pykolab.conf DEBUG [1877]: Setting answer_yes to False (from the default values for CLI options)<br>
2012-07-25 11:04:47,035 pykolab.conf DEBUG [1877]: Setting quiet to False (from the default values for CLI options)<br>2012-07-25 11:04:47,035 pykolab.conf DEBUG [1877]: Setting fqdn to 'hostname' (from the default values for CLI options)<br>
2012-07-25 11:04:47,035 pykolab.conf DEBUG [1877]: Setting debuglevel to 0 (from the default values for CLI options)<br>2012-07-25 11:04:47,035 pykolab.conf DEBUG [1877]: Setting logfile to '/var/log/kolabd/kolabd.log' (from the default values for CLI options)<br>
2012-07-25 11:04:47,036 pykolab.conf DEBUG [1877]: Setting options from configuration file<br>2012-07-25 11:04:47,039 pykolab.conf DEBUG [1877]: Reading configuration file /etc/kolab/kolab.conf<br>2012-07-25 11:04:47,046 pykolab.conf DEBUG [1877]: Setting config_file to '/etc/kolab/kolab.conf' (from CLI, verified)<br>
2012-07-25 11:04:47,046 pykolab.conf DEBUG [1877]: Setting loglevel to 'CRITICAL' (from CLI, not checked)<br>2012-07-25 11:04:47,047 pykolab.conf DEBUG [1877]: Setting answer_yes to False (from CLI, not checked)<br>
2012-07-25 11:04:47,047 pykolab.conf DEBUG [1877]: Setting quiet to False (from CLI, not checked)<br>2012-07-25 11:04:47,047 pykolab.conf DEBUG [1877]: Setting fqdn to 'hostname' (from CLI, not checked)<br>2012-07-25 11:04:47,048 pykolab.conf DEBUG [1877]: Setting debuglevel to 9 (from CLI, verified)<br>
2012-07-25 11:04:47,048 pykolab.conf DEBUG [1877]: Setting logfile to '/var/log/kolabd/kolabd.log' (from CLI, not checked)<br><br>Please supply a password for the LDAP administrator user 'admin', used to login<br>
to the graphical console of 389 Directory server.<br><br>Administrator password []:<br>Confirm Administrator password:<br><br>Please supply a password for the LDAP Directory Manager user, which is the<br>administrator user you will be using to at least initially log in to the Web<br>
Admin, and that Kolab uses to perform administrative tasks.<br><br>Directory Manager password []:<br>Confirm Directory Manager password:<br>User [nobody]: username<br>Group [nobody]: groupname<br><br>This setup procedure plans to set up Kolab Groupware for the following domain<br>
name space. This domain name is obtained from the reverse DNS entry on your<br>network interface. Please confirm this is the appropriate domain name space.<br><br> [Y/n]: Y<br><br>The standard root dn we composed for you follows. Please confirm this is the root<br>
dn you wish to use.<br><br>dc= [Y/n]: Y<br>2012-07-25 11:05:06,136 pykolab.setup INFO Setting up 389 Directory Server<br>2012-07-25 11:05:06,635 pykolab.setup DEBUG [1877]: Setup DS stdout:<br>2012-07-25 11:05:06,635 pykolab.setup DEBUG [1877]: Creating directory server . . .<br>
The port number '389' is not available for use.  This may be due to an<br>invalid port number, or the port already being in use by another<br>program, or low port restriction.  Please choose another value for<br>ServerPort.  Error: $!<br>
Error: Could not create directory server instance 'hostname'.<br>Exiting . . .<br>Log file is '/tmp/setupDIZhXS.log'<br><br><br>2012-07-25 11:05:06,636 pykolab.setup DEBUG [1877]: Setup DS stderr:<br>2012-07-25 11:05:06,636 pykolab.setup DEBUG [1877]:<br>
Shutting down dirsrv:<br>    hostname...                                       [  OK  ]<br>Starting dirsrv:<br>    hostname...                                       [  OK  ]</b></i><br>=======================================================================<br>
<br><br>And this is my iptables configuration as given in the tutorial I follow:<br><br>==================================================<br><i style="color:rgb(255,0,0)"><b># Firewall configuration written by system-config-firewall<br>
# Manual customization of this file is not recommended.<br>*filter<br>:INPUT ACCEPT [0:0]<br>:FORWARD ACCEPT [0:0]<br>:OUTPUT ACCEPT [0:0]<br>-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT<br>-A INPUT -p icmp -j ACCEPT<br>
-A INPUT -i lo -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT<br>
-A INPUT -m state --state NEW -m tcp -p tcp --dport 110 -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 143 -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 389 -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT<br>
-A INPUT -m state --state NEW -m tcp -p tcp --dport 465 -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 587 -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 636 -j ACCEPT<br>-A INPUT -m state --state NEW -m tcp -p tcp --dport 993 -j ACCEPT<br>
-A INPUT -m state --state NEW -m tcp -p tcp --dport 995 -j ACCEPT<br>-A INPUT -j REJECT --reject-with icmp-host-prohibited<br>-A FORWARD -j REJECT --reject-with icmp-host-prohibited<br>COMMIT</b></i><br>====================================================<br>
<br>Ports requiered have been opened in the Firewall.<br>No other progrma is using port <i style="color:rgb(255,0,0)"><b>389<br><span style><span style="background-color:rgb(0,0,0)"><span style="background-color:rgb(255,255,255)"></span></span></span></b></i>Still canīt make LDAP protocol work correctly with Kolab on my Centos 6.2<br>
Thanks again for your help Sir.<br>Best regards,<br><br>Xavi<br><br><br><div class="gmail_quote">2012/7/25 Jeroen van Meeuwen <span dir="ltr"><<a href="mailto:vanmeeuwen@kolabsys.com" target="_blank">vanmeeuwen@kolabsys.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-family:'Liberation Mono';font-size:8pt;font-weight:400;font-style:normal"><div class="im">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">On Tuesday, July 24, 2012 03:26:36 PM Javier Romero wrote:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> Dear Sirs:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> I receive an error when trying to install Kolab on a Centos 6 Server.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> When I run the "setup-kolab" command and after giving all Passwords</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> required and domain name for configuration, this error appears:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> </p>
</div><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> IOError: [Errno 2] No such file or directory:</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> '/etc/dirsrv/slapd-hostname/schema/99kolab2.ldif'</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">This seems to indicate the setup of the LDAP directory server failed.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">You can run setup-kolab with -d 9 to get more verbose errors.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Kind regards,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Jeroen van Meeuwen</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">-- </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Systems Architect, Kolab Systems AG</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">e: vanmeeuwen at <a href="http://kolabsys.com" target="_blank">kolabsys.com</a></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">m: +44 74 2516 3817</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">w: <a href="http://www.kolabsys.com" target="_blank">http://www.kolabsys.com</a></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">pgp: 9342 BF08</p></div></blockquote></div><br><br clear="all"><br>-- <br><div style="text-align:left"><b><i><a style="color:rgb(0,102,0)" href="http://www.porloschicos.com/" target="_blank">http://www.porloschicos.com/</a></i></b><br>
</div><div style="text-align:left"><div style="text-align:center"></div><br><div style="text-align:center"><div style="text-align:left"><br><br><br></div></div></div> <br>