[SOGo] BTS activities for Thursday, November 16 2023

2023-11-16 Thread SOGo reporter
Title: BTS activities for Thursday, November 16 2023





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Thursday, November 16 2023

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5846
	2023-11-17 01:24:23
	updated (open)
	GUI
	passwordRecovery via Email with OpenLDAP server 2.5 fails because sending old new to Ldap
	
	  
	
5754
	2023-11-16 11:36:53
	updated (open)
	Packaging (Debian)
	Native ARM64 support
	
	  
	
5587
	2023-11-16 14:46:05
	feedback (open)
	ActiveSync
	EAS ActiveSync Version 16.1 support
	
	  
	
5900
	2023-11-16 14:48:43
	assigned (open)
	Backend Mail
	Mails get sent via SMTP but not stored in Sent-Folder
	
	  
	
  
  




Re: [SOGo] Sogo-tool documentation is available

2023-11-16 Thread Frank Richter

Am 02.11.23 um 17:30 schrieb qhivert (qhiv...@alinto.eu):


The documentation of sogo-tool is finally available in our website here -> 
https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_using_sogo_tool
You will find more details of each command and how to use them. The 
command sogo-tool alone will also print a link to this documentation.



Thanks, Quentin! It’s very useful for me.

I’d also find it useful to eleminate the dangerous bevaviour in
sogo-tool expire-sessions  not_a_number   # remove all current session

This should really print a usage information instead of removing all …

Shall I open a featere enhancement for this?

Regards,
Frank


--
Frank Richter, Chemnitz University of Technology, Germany


RE: [SOGo] NSCalendarDate - invalid day given

2023-11-16 Thread qhivert
Hello,
Better late than never, this has been fixed in the next nightly, you shouldn't 
see this log anymore.

Quentin

-Original Message-
From: users-requ...@sogo.nu  On Behalf Of qhivert
Sent: jeudi 12 octobre 2023 14:35
To: users@sogo.nu
Subject: RE: [SOGo] NSCalendarDate - invalid day given

The log format is normal as it is a log from GNUStep library and not from Sogo 
You can find it here -> 
https://github.com/gnustep/libs-base/blob/f0f841c01f24ec6f118a97a4b0f3618d13d530fa/Source/NSCalendarDate.m#L1553

I'll let you know when I'll fix this. I have to investigate because I made that 
commit to fix a bug that wad indeed fixed, so I have to check if the bug is not 
back again when correcting this warning.

Quentin

-Original Message-
From: users-requ...@sogo.nu  On Behalf Of Dirk Schäfer
Sent: jeudi 12 octobre 2023 14:06
To: qhivert (qhiv...@alinto.eu) 
Subject: Re: [SOGo] NSCalendarDate - invalid day given

Hi,

thx for the replies so far.

- "sogo-tool checkup" does not identify misconstructed events
- fortunately no data loss found yet

There is something odd about the log format on that specific kinds of entries.

The "invalid day given" entries have a prefix like
2023-10-12 10:55:19.204 sogod[1335:1335] File NSCalendarDate.m: 1553. In ...

The standard log entries have a prefix like Oct 12 10:55:20 sogod [1337]: IP 
"GET /SOGo/so/..."

=> the way the date is written differs.

No special debug log setting is active in /etc/sogo/sogo.conf

GCSFolderDebugEnabled = NO;
GCSFolderStoreDebugEnabled = NO;
LDAPDebugEnabled = NO;
MySQL4DebugEnabled = NO;
ImapDebugEnabled = NO;
SMTPDebugEnabled = NO;
OCSFolderManagerSQLDebugEnabled = NO;
SOGoDebugRequests = NO;
SOGoUIxDebugEnabled = NO;
SoDebugBaseURL = NO;
SoDebugObjectTraversal = NO;
SoSecurityManagerDebugEnabled = NO;
WODebugZipResponse = NO;
SOGoDebugLeaks = NO;
SOGoTnefDecoderDebugEnabled = NO;
WODebugHttpTransaction = NO;
WOPageRequestHandlerDebugEnabled = NO;
SoObjectRequestHandlerDebugEnabled = NO;

Dirk

Am 11.10.23 um 12:50 schrieb qhivert (qhiv...@alinto.eu):
> Ok I may have it:
> here ->
> https://github.com/Alinto/sogo/commit/f2df4056161a96da750cba4a083a05ce
> 1390ad55?diff=unified#diff-3b1c62e123667345d23ac0e2c410f68135e00e14545
> a3705c38d2529c7191209R190
> 
> I create new date with day = 0 to put the first day of the month but 
> day start at 1. I will make some tests
> 
> Quentin
> 
> -Original Message-
> From: users-requ...@sogo.nu  On Behalf Of 
> qhivert
> Sent: mercredi 11 octobre 2023 12:33
> To: users@sogo.nu
> Subject: RE: [SOGo] NSCalendarDate - invalid day given
> 
> Hello,
> 
> For this release there are some corrections for recurrent event. Apart this 
> log is anything normal or some events are missing or not correct?
> 
> Quentin
> 
> -Original Message-
> From: users-requ...@sogo.nu  On Behalf Of Dirk 
> Schäfer
> Sent: mercredi 11 octobre 2023 10:56
> To: users@sogo.nu
> Subject: [SOGo] NSCalendarDate - invalid day given
> 
> Hi,
> 
> since updating SOGo to version 5.9.0 we have MANY entries in sogo.log of the 
> form:
> 
> "sogod[2741:2741] File NSCalendarDate.m: 1553. In -[NSCalendarDate 
> initWithYear:month:day:hour:minute:second:timeZone:] invalid day given - 0"
> 
> Do you have an idea?
> 
>