Bug 264781 - www/sogo: Fails to login: <0x0x8046cb308[WOWatchDogChild]> (terminated due to signal 6)
Summary: www/sogo: Fails to login: <0x0x8046cb308[WOWatchDogChild]> (terminated due t...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-20 05:11 UTC by Samuel Faveur
Modified: 2022-07-11 04:44 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments
sogo log report (1.28 KB, text/plain)
2022-06-20 05:11 UTC, Samuel Faveur
no flags Details
pkg info output (1.35 KB, text/plain)
2022-06-21 02:37 UTC, Samuel Faveur
no flags Details
pkg version output (11.03 KB, text/plain)
2022-06-21 02:39 UTC, Samuel Faveur
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Faveur 2022-06-20 05:11:03 UTC
Created attachment 234805 [details]
sogo log report

Hi
I recently try to upgrade www/sogo from 5.4 to 5.6 on 13.0 release with a postgresql backend.
Login fails with unhandled error response. Attached is the connection log.
Comment 1 Samuel Faveur 2022-06-20 05:13:50 UTC
I also upgraded a separate install with LDAP authentification with no issues.
Thank you
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2022-06-20 23:29:57 UTC
Thank you for your report Samuel.

The latest versions of www/sogo in ports/packages are:

 - latest: 5.7.0 
 - quarterly: 5.5.1

Please update your tree and install one of those versions. If the issue is reproducible on these current and supported versions, please re-open the issue with additional detail, including:

- complete uname -a output
- pkg info sogo output (as an attachment)
- pkg version -v output (as an attachment)
Comment 3 Samuel Faveur 2022-06-21 02:37:16 UTC
Created attachment 234829 [details]
pkg info output
Comment 4 Samuel Faveur 2022-06-21 02:39:21 UTC
Created attachment 234830 [details]
pkg version output
Comment 5 Samuel Faveur 2022-06-21 02:43:19 UTC
Thank you for your reply Kubilay.
Issue persists with upgrade to 5.7.
uname -a: 
FreeBSD sogononmdn 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64
outputs have been uploaded as attachments
Comment 6 topical 2022-07-10 21:16:13 UTC
I encountered similar issue with sogo 5.7.0

It turned out that you need to do the following:

  * drop sogo_sessions_folder table (one column needs to be extended)
  * increase nginx proxy_buffer_size from 4k to 8k

This is due to a breaking change of 5.6.0 see https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_upgrading

Perhaps someone should add a note to the package.
Comment 7 commit-hook freebsd_committer freebsd_triage 2022-07-11 04:41:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=938db48c6626235c625c18c5e9f55c2e6e8dacd9

commit 938db48c6626235c625c18c5e9f55c2e6e8dacd9
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-07-11 04:35:46 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-07-11 04:41:07 +0000

    www/sogo: Add entry to pkg-message

    - A new entry to pkg-message with intructions for turn out issues on latest
      update of sogo (thanks to topical _at_ gmx.net)
    - Bump PORTREVISION
    PR:             264781
    Reported by:    sfaveur  _at_ mdncapital.com

 www/sogo/Makefile             |  1 +
 www/sogo/files/pkg-message.in | 26 +++++++++++++++++---------
 2 files changed, 18 insertions(+), 9 deletions(-)
Comment 8 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2022-07-11 04:44:34 UTC
(In reply to topical from comment #6)

I can confirm this tip fix issues on latest update of sogo (5.7.0). topical thanks for it. I have added a new entry to pkg-message about it. Thanks!