Talk:Kolab
From openSUSE
Contents |
Installation test / walkthrough - reprise
I put this here because it is a test, not demonstration. All the necessary extra bits I had to de should be ironed out and uneccesary. It is here to give some feedback to the packager(s). Since these guys keep working hard in ironing out what is found I am redoing this again. For changes with how it is this time use the diff function for the pages.
The start is a suse minimal. I am using a xen domU as test machine. After setting up the domU network etc as I need it, I added the install source to yast
# installation_source -a ftp://ftp.gwdg.de/pub/linux/misc/kolab/suse-10.0/i586
I then installed kolab using:
# yast -i kolab
Perform an online update
Performed: "Once installed one need to go to /usr/share/kolab/scripts and run ./kolab_bootstrap -b". Which failed because postfix is already running on a default installation. So I stopped it and retried the bootstrap.
Modified /etc/sysconfig/apache2 and /etc/sysconfig/openldap as per instructions.
had to create and change the owner for the freshclam log file:
# touch /var/log/freshclam.log /etc/kolab && chown vscan /var/log/freshclam.log
Then I can can start kolab without errors on the command line:
# /usr/sbin/kolabsrv rc all start
Configured an account for the 1st domain
Tested mail reception and found an error in /var/log/mail:
Mar 30 21:57:32 kolab1 postfix/postfix-script: starting the Postfix mail system Mar 30 21:57:32 kolab1 postfix/master[10199]: daemon started -- version 2.2.5, configuration /etc/postfix Mar 30 22:01:41 kolab1 postfix/pickup[10208]: D6840F151: uid=0 from=<root> Mar 30 22:01:41 kolab1 postfix/cleanup[10392]: D6840F151: message-id=<442C5545.mailx80L11KP9E@kolab1.zeilers.demon.nl> Mar 30 22:01:41 kolab1 postfix/qmgr[10209]: D6840F151: from=<root@kolab1.zeilers.demon.nl>, size=471, nrcpt=1 (queue active) Mar 30 22:01:42 kolab1 postfix/pipe[10394]: fatal: unknown flag: n (ignored) Mar 30 22:01:43 kolab1 postfix/qmgr[10209]: warning: premature end-of-input on private/kolabfilter socket while reading input attribute name Mar 30 22:01:43 kolab1 postfix/qmgr[10209]: warning: private/kolabfilter socket: malformed response Mar 30 22:01:43 kolab1 postfix/qmgr[10209]: warning: transport kolabfilter failure -- see a previous warning/fatal/panic logfile record for the problem description Mar 30 22:01:43 kolab1 postfix/master[10199]: warning: process /usr/lib/postfix/pipe pid 10394 exit status 1 Mar 30 22:01:43 kolab1 postfix/master[10199]: warning: /usr/lib/postfix/pipe: bad command startup -- throttling
again flag=n error that one was not present anymore after I upgraded last time with:
# rpm -Fvh ftp://ftp.gwdg.de/pub/linux/misc/kolab/suse-10.0/i586/*.rpm
==
Continue
I found the cause. The standard postfix package is not upgraded when installing kolab. This version does work with the flags=n parameter. Though the man page for pipe still does not say what it actually does. Or manually select to upgrade it using yast.
The http url for yast instals kolab does not work. the url is http://repos.opensuse.org/server:/Kolab/openSUSE_10.2/ server:repos.opensuse.org path:/server:/Kolab/openSUSE_10.2/
errors durring instalation
/usr/share/kolab/scripts/kolab_opensuse_bootstrap does not exist in packages avialable for opensuse 11.1 & factory, http://download.opensuse.org/repositories/server:/Kolab/openSUSE_11.1 links to 404!
bugreporting
where to bugreport this? can you provide a link to the article? kolab & horde-* have missing dependencies/failing instalation scripts
Subprocess failed. Error: RPM selhalo: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php5/extensions/gd.so' - libt1.so.5: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php5/extensions/mcrypt.so' - libmcrypt.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php5/extensions/sqlite.so' - libsqlite.so.0: cannot open shared object file: No such file or directory in Unknown on line 0 Package "/var/lib/pear/Kolab_Server.xml" is not valid install failed error: %post(kolab-server-0.5.0-4.3.noarch) scriptlet failed, exit status 1
also libsqlite.so.0 libt1.so.5 are missing.
Subprocess failed. Error: RPM selhalo: Package "/var/lib/pear/Kolab_FreeBusy.xml" is not valid install failed error: %post(kolab-freebusy-0.1.5-4.7.noarch) scriptlet failed, exit status 1
Can't locate Convert/ASN1.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/vendor_perl/5.10.0/Net/LDAP.pm line 12. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/Net/LDAP.pm line 12. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.10.0/Kolab.pm line 32. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/Kolab.pm line 32. Compilation failed in require at /usr/sbin/kolab_bootstrap line 58. BEGIN failed--compilation aborted at /usr/sbin/kolab_bootstrap line 58.
missed dependency on perl-convert-ASN1
administration - adding user: email address has to be full, as the stuff after @ will not get added and you'll get Invalid syntax

