[pkg-kolab] kolab 2.2 on fresh lenny/i386

Mathieu PARENT math.parent at gmail.com
Thu Mar 20 15:28:08 UTC 2008


On Wed, Mar 19, 2008 at 11:00 PM, Daryl Caudill <drokmed at yahoo.com> wrote:
> Fresh lenny/i386 server the smoothest install.
>
>  Installs fine, no conflicts.
>
>  'aptitude install kolabd' picks up everything except
>  kolab-webadmin, I'm sure intentional, no problem
>  there.
>
>  The apache SSL cert files aren't being generated, as
>  required by kolab website.
>
>  kolab:~# /etc/init.d/apache2 restart
>  Restarting web server: apache2Syntax error on line 17
>  of /etc/apache2/sites-enabled/kolab:
>  SSLCertificateFile: file '/etc/kolab/cert.pem' does
>  not exist or is empty
>   failed!

Yes, you should run kolab_bootstrap -b before.

But we maybe will better use a kolab template for this. So that
apache2 can start before the certificate is created by
kolab_bootstrap.


Here are my complete commands :

apt-get -y install kolabd kolab-webadmin

#stop daemons
/etc/init.d/apache2 stop
/etc/init.d/kolabd stop
/etc/init.d/kolab-cyrus stop
/etc/init.d/postfix stop
/etc/init.d/saslauthd stop
/etc/init.d/slapd stop

kolab_bootstrap -b

#config kolab-webadmin
sed -i -e 's/kolabserver.example.com/kolab.local.sathieu.net/'
/etc/kolab-webadmin/session_vars.php
sed -i -e 's/dc=example,dc=com/dc=sathieu,dc=net/'
/etc/kolab-webadmin/session_vars.php
sed  -i -e "s/PASSWORD/`cat /etc/kolab/kolab.conf | grep '^php_pw : '
| gawk '{ print $3 }'`/" /etc/kolab-webadmin/session_vars.php


#restart daemons
/etc/init.d/slapd start
/etc/init.d/saslauthd start
/etc/init.d/postfix start
/etc/init.d/kolab-cyrus start
/etc/init.d/kolabd start
/etc/init.d/apache2 start



>
>  Here is full log of server install:
>  http://www.tssellers.com/apache2-default/kolabfreshlennyi386.log
>
>
>  Will continue with this tomorrow...
>
>  Daryl
>
>
>
>       ____________________________________________________________________________________
>  Looking for last minute shopping deals?
>  Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>
>  _______________________________________________
>  pkg-kolab-devel mailing list
>  pkg-kolab-devel at lists.alioth.debian.org
>  http://lists.alioth.debian.org/mailman/listinfo/pkg-kolab-devel
>



More information about the pkg-kolab-devel mailing list