Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55774 - Kolab - Kroupware ebuild
Summary: Kolab - Kroupware ebuild
Status: RESOLVED DUPLICATE of bug 25485
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-01 04:24 UTC by Andreas Pokorny
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kolab ebuild for 1.0.20 (kolab-1.0.20.ebuild,4.61 KB, text/plain)
2004-07-01 04:25 UTC, Andreas Pokorny
Details
the kolab init script (kolab-1.0.20-init.d,5.55 KB, text/plain)
2004-07-01 04:25 UTC, Andreas Pokorny
Details
kolab prefix patch (kolab-1.0.20-root_dir.patch,29.11 KB, patch)
2004-07-01 04:25 UTC, Andreas Pokorny
Details | Diff
app-admin/kolab-1.0.20.ebuild (kolab-1.0.20.ebuild,4.59 KB, text/plain)
2004-07-02 09:29 UTC, Andreas Pokorny
Details
fixed init script for kolab (kolab-1.0.20-init.d,5.55 KB, text/plain)
2004-07-02 09:29 UTC, Andreas Pokorny
Details
kolab-1.0.20-root_dir.patch (kolab-1.0.20-root_dir.patch,29.77 KB, patch)
2004-07-02 09:30 UTC, Andreas Pokorny
Details | Diff
kolab-1.0.20-conf.d (kolab-1.0.20-conf.d,1.92 KB, text/plain)
2004-07-02 09:31 UTC, Andreas Pokorny
Details
kolab-1.0.20-init.d (kolab,5.20 KB, text/plain)
2004-07-02 09:34 UTC, Andreas Pokorny
Details
kolab-1.0.20.ebuild (kolab-1.0.20.ebuild,4.95 KB, text/plain)
2004-07-02 12:35 UTC, Andreas Pokorny
Details
kolab-1.0.20-root_dir.patch (kolab-1.0.20-root_dir.patch,39.32 KB, patch)
2004-07-02 12:38 UTC, Andreas Pokorny
Details | Diff
kolab-1.0.20-init.d (kolab-1.0.20-init.d,5.42 KB, text/plain)
2004-07-02 17:12 UTC, Andreas Pokorny
Details
kolab-1.0.20-root_dir.patch (kolab-1.0.20-root_dir.patch,42.51 KB, patch)
2004-07-02 17:14 UTC, Andreas Pokorny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Pokorny 2004-07-01 04:24:33 UTC
I started working on kolab ebuilds.
The ebuild should install the perl scripts that initializes and maintain the ldap settings and all other servers, for that groupware solution. 
It does not work yet, but it is a starting point. 
I removed the /kolab/ prefix, since I believe that you should have only one imap , postfix or apache server, and an installation of these servers will make everything even more complex. On the other hand one could use symlinks everywhere, maybe that would be a better solution.

Anyways here is all I managed so far:
ebuild - which downloads and installs the perl and php scripts
prefix_patch - that removes the /kolab prefix 
kolab - a really broken init script for all kolab services

Please help!
I will post all updates here. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Andreas Pokorny 2004-07-01 04:25:04 UTC
Created attachment 34576 [details]
kolab ebuild for 1.0.20
Comment 2 Andreas Pokorny 2004-07-01 04:25:26 UTC
Created attachment 34577 [details]
the kolab init script
Comment 3 Andreas Pokorny 2004-07-01 04:25:59 UTC
Created attachment 34578 [details, diff]
kolab prefix patch
Comment 4 Andreas Pokorny 2004-07-02 09:29:04 UTC
Created attachment 34658 [details]
app-admin/kolab-1.0.20.ebuild

Adds the conf.d file and some patches to src_install
Comment 5 Andreas Pokorny 2004-07-02 09:29:41 UTC
Created attachment 34659 [details]
fixed init script for kolab
Comment 6 Andreas Pokorny 2004-07-02 09:30:49 UTC
Created attachment 34660 [details, diff]
kolab-1.0.20-root_dir.patch

Adds further fixes of bad absulte files to openssl 
and fixes some ldap access attempts
-- Stil incomplete --
Comment 7 Andreas Pokorny 2004-07-02 09:31:55 UTC
Created attachment 34661 [details]
kolab-1.0.20-conf.d

the conf.d file is a combination of several other conf.d files .. 
there arent any direclty kolab related settings
Comment 8 Andreas Pokorny 2004-07-02 09:34:15 UTC
Created attachment 34662 [details]
kolab-1.0.20-init.d

Accidently submitted the wrong init script in the last update
Comment 9 Andreas Pokorny 2004-07-02 12:35:41 UTC
Created attachment 34670 [details]
kolab-1.0.20.ebuild

A lot of fixes:
 * made the ebuild install the admin frontend in the default gentoo location
/var/www/localho...
 * added the ssl cert. generation script
 * and other things i cannot remember at the moment
Comment 10 Andreas Pokorny 2004-07-02 12:38:39 UTC
Created attachment 34671 [details, diff]
kolab-1.0.20-root_dir.patch

The patch makes kolab_sslcert.sh now correctly create the certicates
fixes a lot of /bin/openssl uses to /usr/bin/openssl 

the httpd.conf.template now looks like a the one from gentoo with some
additions for the admin frontend

the bootstrap.sh seems to work properly right now

Issues to solve:
* saslauthd startup problems
* slurp startup problems
Comment 11 Andreas Pokorny 2004-07-02 17:12:23 UTC
Created attachment 34679 [details]
kolab-1.0.20-init.d

Fixes kolab update 

Remaining Issues: 
 * ldap has insufficient or illformed access rights on
slapd.conf/kolab.schema/ldap-db
 * porftpd creates problems sometime
Comment 12 Andreas Pokorny 2004-07-02 17:14:20 UTC
Created attachment 34680 [details, diff]
kolab-1.0.20-root_dir.patch

Fixes issues in kolab itsef, the search expressions did not work with tokens
like @@@bind_pw@@/@@@ldap_uri@@@ 
several updates to the httpd.conf.template
Comment 13 Dominik Stadler (RETIRED) gentoo-dev 2004-07-03 03:03:52 UTC
Isn't Bug 25485 a duplicate of this one?
Comment 14 Andreas Pokorny 2004-07-03 04:28:53 UTC
Yes. I submitted the newest attachments to the other bug report. So i will abandon this one. 
Comment 15 Dominik Stadler (RETIRED) gentoo-dev 2004-07-03 08:22:13 UTC
Duplicating this bug based on comments from reporter, Bug 25485 is used to track the ebuild for Kolab now.

*** This bug has been marked as a duplicate of 25485 ***