[Kroupware] kolab_bootstrap bug(?) / client installation

Martin Küchler kroupware@mail.kde.org
Sat, 22 Feb 2003 10:30:29 +0100


/kolab/etc/kolab/kolab_bootstrap line 157 :

my @net=`ifconfig|grep -v 127.0.0|grep \"inet addr\"|sed 's/:/ /g'|awk 
\'{print \$3 \"/\" 24}\'`;

this only (?) works with C locale, with german locale I have 

polymeraki:/home/martin# ifconfig 
eth0      Protokoll:Ethernet  Hardware Adresse 00:E0:18:DE:95:27  
          inet Adresse:192.168.1.1  Bcast:192.168.1.255  Maske:255.255.255.0
          ^^^^^^^

so, at some point rpm -ihv kolab-1.0beta2-20030209.ix86-linux2.4-kol.rpm just 
sits and waits forever...

but maybe one just should never have a non-C locale as root ?

For the client installation : wouldn't the installation risk to interfere with 
an existing kde 3.1 with kmail etc. already installed ? So for test purposes, 
shouldn't I rather set up a test machine than create a test user  ? :-(

Regards,

Martin