[Kolab-devel] [issue979] kolab_bootstrap of kolab 2.1 HEAD whille installing slave servers

Fabio Pietrosanti / Khamsa SA kolab-issues at intevation.de
Thu Nov 10 10:21:27 CET 2005


New submission from Fabio Pietrosanti / Khamsa SA <kolab at khamsa.ch>:

The kolab_bootstrap use for the transfer of openldap base
/kolab/etc/openldap looking at openldap-data directory while it should
look in /kolab/var/openldap .
Change the strings /kolab/etc/openldap in /kolab/var/openldap .

Heres the diff

server:~# diff /kolab/etc/kolab/kolab_bootstrap
/kolab/etc/kolab/kolab_bootstrap.orig
820c820
<   kolab_system("ssh -CA $master_host /kolab/lib/openpkg/tar -C
/kolab/var/openldap -pcf - openldap-data | /kolab/lib/openpkg/tar -C
/kolab/var/openldap -pxf -");
---

 kolab_system("ssh -CA $master_host /kolab/lib/openpkg/tar -C
/kolab/etc/openldap -pcf - openldap-data | /kolab/lib/openpkg/tar -C
/kolab/etc/openldap -pxf -");

----------
assignedto: steffen
messages: 5816
nosy: khamsa, steffen
priority: urgent
status: unread
title: kolab_bootstrap of kolab 2.1 HEAD whille installing slave servers
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue979>
________________________________________________




More information about the devel mailing list