Koozali.org: home of the SME Server

sogo3 is released

Offline georgios

  • ***
  • 81
  • +0/-0
Re: sogo3 is released
« Reply #15 on: March 08, 2016, 03:21:27 PM »
You most likely missed some sope packages updates

Very Strange, I had the same problem as Holck on my testing server, I update at the beginning of last week the Sogo Version, I had the new interface working v3, after that when I did an update, I got a "Proxy error".

Now I see that the last Sogo version on the repository is
[root@mail ~]# rpm -qa sogo
sogo-2.3.8-1.centos6.x86_64

Did Steph Rollback the Sogo version?

thank you

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: sogo3 is released
« Reply #16 on: March 08, 2016, 06:27:59 PM »
I only provide one rpm...smeserver-sogo...you need to install from official sogo repository. I don't understand what it occured and i have not really  tested it in a real environment. I'm waiting some releases before to start the work.

Take a look in the yum log to see what it occured


EDIT : They have modified something, smeserver-sogo is incompatible now with sogo3
« Last Edit: March 08, 2016, 06:54:41 PM by stephdl »
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: sogo3 is released
« Reply #17 on: March 08, 2016, 08:24:32 PM »
it seems that it is workable for a sme9 64bit but not for a 32 bit, does someone van confirm this ????

I smell the inverse bug :)

Code: [Select]
db yum_repositories set stephdl repository \
    BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \
    EnableGroups no \
    GPGCheck yes \
    Name "Mirror de Labrusse" \
    GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \
    Visible yes \
    status disabled

db yum_repositories set sogo3 repository \
   BaseURL http://inverse.ca/rhel-v3/6/\$basearch \
   EnableGroups yes \
   GPGCheck no \
   Name "Inverse SOGo Repository" \
   IncludePkgs gnustep-base,libmemcached,libwbxml,sogo*,sope49* \
   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

signal-event yum-modify
yum --enablerepo=stephdl,epel,sogo3,fws install smeserver-sogo
signal-event sogo-modify; config set UnsavedChanges no
« Last Edit: March 08, 2016, 08:26:07 PM by stephdl »
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: sogo3 is released
« Reply #18 on: March 08, 2016, 09:11:47 PM »
in fact the update process is broken because they share same versions of sope between sogo2 and sogo3, but it seems that accordingly to this bug http://sogo.nu/bugs/view.php?id=3520 sope\* must be updated also. of course yum cannot do it itself, since the rpm version are the same.

then when I update from sogo3 repository, i have

yum update  --enablerepo=sogo3

Mis à jour :
  sogo.x86_64 0:3.0.2-1.centos6 
  sogo-activesync.x86_64 0:3.0.2-1.centos6
  sogo-ealarms-notify.x86_64 0:3.0.2-1.centos6
  sogo-tool.x86_64 0:3.0.2-1.centos6
  sope49-cards.x86_64 0:3.0.2-1.centos6
  sope49-gdl1-contentstore.x86_64 0:3.0.2-1.centos6

but here I have a proxy error (whatever the sme architecture)

I must reinstall all sope\* rpm

yum reinstall sope\* --enablerepo=sogo3


Installé:
  sope49-appserver.x86_64 0:4.9-20160305_1664.el6.1     
  sope49-cards.x86_64 0:3.0.2-1.centos6                 
  sope49-core.x86_64 0:4.9-20160305_1664.el6.1     
  sope49-gdl1.x86_64 0:4.9-20160305_1664.el6.1   
  sope49-gdl1-contentstore.x86_64 0:3.0.2-1.centos6     
  sope49-gdl1-mysql.x86_64 0:4.9-20160305_1664.el6.1     
  sope49-ldap.x86_64 0:4.9-20160305_1664.el6.1     
  sope49-mime.x86_64 0:4.9-20160305_1664.el6.1   
  sope49-sbjson.x86_64 0:2.3.1-20160305_1664.el6.1     
  sope49-xml.x86_64 0:4.9-20160305_1664.el6.1           


then I can use sogo3 now, of course, all of this above concern an update, for a fresh installation, do

Code: [Select]
db yum_repositories set stephdl repository \
    BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \
    EnableGroups no \
    GPGCheck yes \
    Name "Mirror de Labrusse" \
    GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \
    Visible yes \
    status disabled

db yum_repositories set sogo3 repository \
   BaseURL http://inverse.ca/rhel-v3/6/\$basearch \
   EnableGroups yes \
   GPGCheck no \
   Name "Inverse SOGo Repository" \
   IncludePkgs gnustep-base,libmemcached,libwbxml,sogo*,sope49* \
   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

signal-event yum-modify
yum --enablerepo=stephdl,epel,sogo3,fws install smeserver-sogo
signal-event sogo-modify; config set UnsavedChanges no

In summary for an update to sogo3

Code: [Select]
db yum_repositories set sogo3 repository \
   BaseURL http://inverse.ca/rhel-v3/6/\$basearch \
   EnableGroups yes \
   GPGCheck no \
   Name "Inverse SOGo Repository" \
   IncludePkgs gnustep-base,libmemcached,libwbxml,sogo*,sope49* \
   Visible yes \
   status disabled

signal-event yum-modify
yum update  --enablerepo=sogo3
yum reinstall sope\* --enablerepo=sogo3
signal-event sogo-modify; config set UnsavedChanges no

As a side note, you still cannot use the drag and drop for an email, the webui is nice, but I smell still a bit young to be used
« Last Edit: March 08, 2016, 09:13:43 PM by stephdl »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

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

Offline tetedekloo

  • 8
  • +0/-0
Re: sogo3 is released
« Reply #19 on: March 16, 2016, 06:17:32 PM »
Hello,
Same issue here with new sogo3, can't access the mail module, Proxy Error.
nothing in bug tracker.
thx for answers

Sogo log :
Code: [Select]
Mar 16 18:03:30 sogod [31445]: [ERROR] <0x0x7f3581eae538[WOWatchDog]> No child available to handle incoming request!
Mar 16 18:03:30 sogod [31445]: <0x0x7f358218da78[WOWatchDogChild]> child 15648 exited
Mar 16 18:03:30 sogod [31445]: <0x0x7f358218da78[WOWatchDogChild]>  (terminated due to signal 6)
Mar 16 18:03:30 sogod [31445]: <0x0x7f3581eae538[WOWatchDog]> child spawned with pid 18137
Mar 16 18:03:30 sogod [18137]: <0x0x7f3581e9c988[SOGoCache]> Cache cleanup interval set every 1800.000000 seconds
Mar 16 18:03:30 sogod [18137]: <0x0x7f3581e9c988[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
EXCEPTION: <NSException: 0x7f35823a4408> NAME:NSInvalidArgumentException REASON:NGImap4Connection(instance) does not recognize allFoldersMetadataForURL:onlySubscribedFolders: INFO:(null)
Mar 16 18:03:30 sogod [31445]: <0x0x7f358218da78[WOWatchDogChild]> child 18137 exited
Mar 16 18:03:30 sogod [31445]: <0x0x7f358218da78[WOWatchDogChild]>  (terminated due to signal 6)
Mar 16 18:03:30 sogod [31445]: <0x0x7f358218da78[WOWatchDogChild]> avoiding to respawn child before 2016-03-16 18:03:35 +0100
Mar 16 18:03:30 sogod [31445]: [ERROR] <0x0x7f3581eae538[WOWatchDog]> No child available to handle incoming request!
Mar 16 18:03:32 sogod [31445]: [ERROR] <0x0x7f3581eae538[WOWatchDog]> No child available to handle incoming request!
Mar 16 18:03:33 sogod [31445]: [ERROR] <0x0x7f3581eae538[WOWatchDog]> No child available to handle incoming request!
Mar 16 18:03:34 sogod [31445]: <0x0x7f3581eae538[WOWatchDog]> child spawned with pid 18140
Mar 16 18:03:34 sogod [31445]: <0x0x7f3581eae538[WOWatchDog]> child spawned with pid 18141
Mar 16 18:03:34 sogod [18141]: <0x0x7f3582108408[SOGoCache]> Cache cleanup interval set every 1800.000000 seconds
Mar 16 18:03:34 sogod [18141]: <0x0x7f3582108408[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
EXCEPTION: <NSException: 0x7f35823a65d8> NAME:NSInvalidArgumentException REASON:NGImap4Connection(instance) does not recognize allFoldersMetadataForURL:onlySubscribedFolders: INFO:(null)

And httpd error
Code: [Select]
[Wed Mar 16 18:03:29 2016] [error] [client xx.xx.xx.xx] (20014)Internal error: proxy: error reading status line from remote server 127.0.0.1, referer: https://xx.xx.xx.xx/SOGo/so/xxxx/Mail/view


Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: sogo3 is released
« Reply #20 on: March 16, 2016, 08:32:25 PM »
Which procedures did you follow.....which command lines did you do.

See my post above of yours
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

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

Offline tetedekloo

  • 8
  • +0/-0
Re: sogo3 is released
« Reply #21 on: March 16, 2016, 11:28:38 PM »
New update today, mail module is ok now.
thx

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: sogo3 is released
« Reply #22 on: March 17, 2016, 02:24:25 PM »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

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

Offline holck

  • *
  • 317
  • +1/-0
Re: sogo3 is released
« Reply #23 on: March 17, 2016, 09:12:26 PM »
Salut Daniel, Hi,

The interface looks very nice, it's an approach to Office 365 web client (icons and menu) :
http://demo.sogo.nu/SOGo/so/ (user & password sogo2)

User & password is "sogo3"
......

Offline edb

  • *
  • 546
  • +0/-0
Re: sogo3 is released
« Reply #24 on: March 28, 2016, 09:38:46 PM »
Is anyone using this app for cell phone users to sync their accounts?
Can it be implemented for only a few select users or it it an all or nothing.
I looking for an easy way for remote cell phone users in the field to sync their email and calendars.
Thanks
......

Offline georgios

  • ***
  • 81
  • +0/-0
Re: sogo3 is released
« Reply #25 on: April 07, 2016, 12:30:35 PM »
documentation added https://wiki.contribs.org/Sogo#Install_SOGO_3_.28ONLY_SME9.29

Many thanks Stephane, I tested it this morning on my testing Sme 9.1 Server, I update successful from Sogo 2.x to Sogo 3.0, everything was working fine.

Then I disabled the old Sogo repository.

Hope that Sogo will re activate the drag and drop...

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: sogo3 is released
« Reply #26 on: April 07, 2016, 02:22:29 PM »
Is anyone using this app for cell phone users to sync their accounts?
Can it be implemented for only a few select users or it it an all or nothing.
I looking for an easy way for remote cell phone users in the field to sync their email and calendars.
Thanks

You might have a look at http://sogo.nu/bugs/view_all_bug_page.php. Search for activesync to get all bugs with mobiles.

My 2c
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline edb

  • *
  • 546
  • +0/-0
Re: sogo3 is released
« Reply #27 on: April 07, 2016, 09:55:28 PM »
Quote
You might have a look at http://sogo.nu/bugs/view_all_bug_page.php. Search for activesync to get all bugs with mobiles.

Thank you I will check that out.
......