[Kolab-devel] [issue2912] kolab_bootstrap -b of kolab 2.2.0-1.1 does not work on openSUSE 10.3

Uwe Galle kolab-issues at intevation.de
Sat Jul 19 00:18:21 CEST 2008


New submission from Uwe Galle <uga at domestic.de>:

As I tried to install kolab 2.2.0-1.1 today kolab_bootstrap -b reported at first:

Detected running slurpd processes

But there was no slurpd process. I saw that in the script the usual line

      if( `ps -elf|grep slurpd|grep -v grep` ) {

was replaced by the line

      if( `ps -elf|grep s[l]urpd` ) {

This line didn't filter the string "slurpd" of the grep command out and always
finds a running slurpd process.

I changed the line back and at next got the error

chown: Zugriff auf „/var/lib/ldap/*“ nicht möglich: Datei oder Verzeichnis nicht
gefunden

I saw that the script deletes the whole /var/lib/ldap/ but doesn't create any
new database here so that slapd cannot start. Because the owner of
/var/lib/ldap/ is ldap and other owners have no other rights I assigned the read
and write right to /var/lib/ldap/ in order to be sure that there will be no
permission problems here. Furthermore I run kolab_bootstrap -b as root.

The problem is as far as I can see that no database is created in
/var/lib/ldap/. This is no permission problem. I used all default settings.

----------
messages: 15816
nosy: uga
priority: urgent
status: unread
title: kolab_bootstrap -b of kolab 2.2.0-1.1 does not work on openSUSE 10.3
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue2912>
___________________________________________________




More information about the devel mailing list