==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9699

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #1 from Stephane de Labrusse <[email protected]> ---
Hi Jesper

In fact I use something not really in the smeserver's logic but really
efficient in 99% of case, except in yours :(

in the %post section of the rpm I use :

%post

if [ $1 == 1 ]; then #first install
    /etc/e-smith/events/actions/initialize-default-databases &> /dev/null
    /sbin/e-smith/expand-template \
        /etc/e-smith/sql/init/30sogo_mysql_create_database
    /sbin/e-smith/expand-template \
        /etc/e-smith/sql/init/31sogo_mysql_update_privileges
    /sbin/e-smith/expand-template \
        /var/lib/sogo/smeserver/sogo_mysql_update_privileges.sql
    /sbin/e-smith/expand-template \
        /etc/e-smith/sql/init/31sogo_upgrade
    /sbin/e-smith/expand-template \
       /etc/e-smith/sql/init/32sogo_upgrade_2.3
    /sbin/service mysql.init start
    /sbin/e-smith/signal-event sogo-modify
elif [ $1 -gt 1 ]; then #update
    /sbin/e-smith/expand-template \
        /etc/e-smith/sql/init/31sogo_upgrade
    /sbin/e-smith/expand-template \
       /etc/e-smith/sql/init/32sogo_upgrade_2.3
    /sbin/service mysql.init start
    /etc/e-smith/events/actions/initialize-default-databases &> /dev/null || :
    /sbin/e-smith/signal-event sogo-modify || :
fi


The goal is to avoid to reboot your server or to launch a command after the
installation

However the problem seems not be related to sogo, if you look you have some
problems related to the horde databases.

what is the content of 

 ll /etc/e-smith/sql/init/

normally when you have no issues, there is nothing inside of course when the
mysql.init is launched

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to