1 (edited by gilles.quenot 2019-02-15 05:45:55)

Topic: Can't create a new calendar date with SoGo-4.0.5

- iRedMail version: upgrade from 0.9.8 to 0.9.9
- Linux: debian 8
- Store mail accounts in: MySQL
- Web server: Nginx

Hi,

since I followed upgrade guide from idedmail doc, I Cant create a new date from the SoGo web UI.

I can create new one from within my Android device, displayed as well in web UI, so I think it's an issue with the UI of the web client.

Tested firefox 65.0 X86_64 and Opera 58.0.3135.47-1 from my desktop.

When I try to create a new date : https://sputnick.fr/videos/out_20190214221229.mkv

If I try to run a JS debugger, I can't edit a new date at all. I have the last behavior from video, the hours are displayed without the possibility to edit something.

When I try with chromium 72.0.3626.81-1, I can't open the calendar page at all :

desc

desc

No error in sogo.log

# dpkg -l | grep sogo
ii  sogo:amd64                     4.0.5.20190213-1                               amd64        a modern and scalable groupware
ii  sogo-activesync                4.0.5.20190213-1                               amd64        a modern and scalable groupware - ActiveSync module

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2 (edited by gilles.quenot 2019-02-18 05:28:06)

Re: Can't create a new calendar date with SoGo-4.0.5

Figured out, check https://sogo.nu/bugs/view.php?id=4681#c13374

Just need to update/upgrade apt (nightly builds)

@admin, not that when upgrading SOGo from 3.* to 4.* for the default configuration, for Debian and derivatives you need to increase the 'prefork' value from 10 to 20 for a few users.

If not done, sogo put server in high load average and high mem and sogo.log display errors:

Feb 17 21:51:13 sogod [4854]: [WARN] <0x0x55c90293b8c0[WOWatchDogChild]> pid 4866 has been hanging in the same request for 3 minutes
Feb 17 21:51:25 sogod [4854]: [WARN] <0x0x55c90292be10[WOWatchDogChild]> pid 4942 has been hanging in the same request for 2 minutes
Feb 17 21:52:13 sogod [4854]: [WARN] <0x0x55c90293b8c0[WOWatchDogChild]> pid 4866 has been hanging in the same request for 4 minutes
Feb 17 21:52:25 sogod [4854]: [WARN] <0x0x55c90292be10[WOWatchDogChild]> pid 4942 has been hanging in the same request for 3 minutes
# cat /etc/default/sogo 
# The amount of processes that should be spawned (Default: 3)
PREFORK=20

3

Re: Can't create a new calendar date with SoGo-4.0.5

Thanks for sharing. smile