Koozali.org: home of the SME Server

Sme9 beta 4 + Sogo - A first attempt

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #15 on: May 08, 2014, 03:43:13 PM »
In a working SOGo installation even if there is no explict instruction to create the table, the table exists:


Nicola

Funny nicola, you should take a clean VM to test that package, in the past often i have had problem between two tests with old VM. Now I use one VM by test.
In my vm that database doesn't exist before I create it.

See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #16 on: May 08, 2014, 03:57:03 PM »
Code: [Select]
  Installing : gnustep-make-2.6.2-1.el6.x86_64                                                                                                                                                               18/23
install-info: warning: no info dir entry in `/usr/share/info/gnustep-make.info'

i have had the warning also but you cannot do something the package comes from epel, i have not the hand on :)
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #17 on: May 08, 2014, 07:36:54 PM »
Ok this need to be tested for those who want to have sogo on sme9 (we are near to launch the rc1)

what i done

-added architecture detection
-adapted to sme9

It took me a day :)

Code: [Select]
    db yum_repositories set sogo repository \
     BaseURL http://inverse.ca/downloads/SOGo/RHEL6/\$basearch \
     EnableGroups yes \
     GPGCheck no \
     Name "Inverse SOGo Repository" \
     Visible yes \
     status disabled

     db yum_repositories set epel repository \
     Name 'Epel - EL6' \
     BaseUrl 'http://download.fedoraproject.org/pub/epel/6/$basearch' \
     MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=$basearch' \
     EnableGroups no \
     GPGCheck yes \
     GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
     Visible no \
     status disabled

Code: [Select]
signal-event yum-modify
Code: [Select]
wget http://mirror.de-labrusse.fr/Sme-Server/sogo/smeserver-sogo-1.1-2.el6.sme.noarch.rpm
yum install smeserver-sogo-1.1-2.el6.sme.noarch.rpm --enablerepo=*
Code: [Select]
signal-event console-save
or
signal-event post-upgrade; signal-event reboot

Please test for both architecture
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline nicolatiana

  • *
  • 721
  • +0/-0
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #18 on: May 10, 2014, 09:03:36 AM »
Will try in next hours/days.
On the other hand I'm a bit confused about the "missing" table: I took a look in older releases of the contrib and it seems the sogo_mysql_create_database.sql script did not have instructions to create  sogo_sessions_folder table. Still suspecting some other "trick".


Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #19 on: May 10, 2014, 09:20:51 AM »
Will try in next hours/days.
On the other hand I'm a bit confused about the "missing" table: I took a look in older releases of the contrib and it seems the sogo_mysql_create_database.sql script did not have instructions to create  sogo_sessions_folder table. Still suspecting some other "trick".


Nicola

the Table issue was done by the %post section of the rpm (you can see it in the file.spec). If you prefer there was a %if condition which prevented the execution of the post installation script (creation of table for example). Therefore it was why we need at least two reconfigurations to create that table. For now i have not issues but you are welcome to find other bugs.

I have installed SOGO on my server, i have not your issue of two attachments, but of course it is sme9 and there is few contribs available.

« Last Edit: May 10, 2014, 09:23:11 AM by stephdl »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #20 on: May 12, 2014, 07:06:25 PM »
Just as a test I tried to install SOGo on Sme9beta 4, with necessary adaptations to repositories:

Nicola, you've posted in the wrong forum...

Offline nicolatiana

  • *
  • 721
  • +0/-0
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #21 on: May 12, 2014, 08:10:29 PM »
May we try to start a specific Sme 9 Contribs section ?

Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #22 on: May 12, 2014, 10:05:55 PM »
May we try to start a specific Sme 9 Contribs section ?

I think it would be better to just have a Contribs section, which doesn't care about the version.

Offline nicolatiana

  • *
  • 721
  • +0/-0
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #23 on: May 12, 2014, 10:09:14 PM »
Ok

feel free to move in the Sme 8 Contribs section  :arrow: :arrow: :arrow:

Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #24 on: May 12, 2014, 10:15:03 PM »
Ok

feel free to move in the Sme 8 Contribs section  :arrow: :arrow: :arrow:

Nicola

Please feel free to open a sme9 contribs section....sme9 is coming soon
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #25 on: May 13, 2014, 01:36:39 AM »
Please feel free to open a sme9 contribs section....sme9 is coming soon

Shouldn't you be doing that, Stephane, as part of your Docs team role? Poor nicola has no power to create a new section in the forum.

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #26 on: May 13, 2014, 07:27:54 AM »
I think it would be better to just have a Contribs section, which doesn't care about the version.

Sounds good. I don't have admin rights so cannot make it happen.
............

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #27 on: May 13, 2014, 07:40:01 AM »
same here, i have not adequate permissions, i will raise a bug to do so
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #28 on: May 13, 2014, 10:12:39 PM »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline jameswilson

  • ****
  • 739
  • +0/-0
    • Security Warehouse, trade security equipment
Re: Sme9 beta 4 + Sogo - A first attempt
« Reply #29 on: May 23, 2014, 08:58:23 PM »
Is it possible to add activesync into this contrib?