[Kolab-devel] Kolab2 Beta3 install-kolab.sh -H -F does not work

ComCept Soliva soliva at comcept.ch
Tue Dec 18 19:34:47 CET 2007


Hi 

no the default shell on command line is ksh. Of course I do not try to run
the shell with ksh meaning I use the command you documented meaning:

# sh install-kolab.sh -H -F 2>&1 | tee kolab-install.log

or 

# ./ install-kolab.sh -H -F 2>&1 | tee kolab-install.log

There is also nothing special regarding rights because I always chmod and
chown the dir before I beginn to compile (experience from the past):

# chown -R root:root /kolabtmp
# chmod -R 777 /kolabtmp

This server by the way is my development server which several progis are
compiled like:

postfix
kolab-2.1
clamav
apache
php
etc. etc.

I never had such a problem and for test I simulated quick the beginning of
the kolab2 2.1 compilation and this works fine without any problem...sorry
but it is the scrip on my opinion.

By the way env is:

# env
_=/usr/bin/env
LANG=C
HZ=
PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/opt/sfw/
bin:/usr/local/bin:/usr/ccs/bin
HISTFILE=/root/.sh_history
LOGNAME=root
MAIL=/var/mail/root
PS1=[root at dev $PWD]# 
SHELL=/sbin/sh
HISTSIZE=200
HOME=/root
TERM=vt100
PWD=/kolabtmp
TZ=MET
ENV=/root/.kshrc

Andrea

-----Ursprüngliche Nachricht-----
Von: kolab-devel-bounces at kolab.org [mailto:kolab-devel-bounces at kolab.org] Im
Auftrag von Andrew J. Kopciuch
Gesendet: Dienstag, 18. Dezember 2007 19:19
An: Kolab development coordination
Betreff: Re: [Kolab-devel] Kolab2 Beta3 install-kolab.sh -H -F does not work


> Sorry but something is not correct with this script....!? I'm using 
> ksh as shell.
>

Are you saying you are trying to run the script with ksh?  If so ... that is

the problem.   You would need to run it with /bin/sh.

maybe something is strange on the command line with shell arguments?

Try 

chmod +x install-kolab.sh
./install-kolab.sh -H -F



Andy





More information about the devel mailing list