Re: [SOGo] SOGo Desktop

2023-04-13 Thread supp...@foxnet.be

Ok here is the same first name of a famous bike racer 
let's get back to serious things, do you have a version that holds up?
  ThunderBird

Michel
Le Mercredi, Avril 12, 2023 11:26 CEST, "Philippe Gilbert" 
(phili...@alinto.com)  a écrit:
 Hello Michel, SOGo may be used by Desktop clients suc as ThunderBird but we 
have no plans for developing a desktop client, why this question ?
Philippe

> Le 12 avr. 2023 à 10:26, supp...@foxnet.be (supp...@foxnet.be) 
>  a écrit :
>
> Hello
>
> Is your SOGo desktop project still in progress?
>
> Michel
 

 


[SOGo] BTS activities for Thursday, April 13 2023

2023-04-13 Thread SOGo reporter
Title: BTS activities for Thursday, April 13 2023





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5738
	2023-04-13 17:00:19
	updated (open)
	Backend General
	Sogo connection to MySQL doesn't work Ubuntu 22.04 utf8mb4
	
	  
	
5735
	2023-04-13 17:54:46
	updated (open)
	GUI
	blank Calendar and Contacts page in webmail, mysql issues
	
	  
	
  
  




Re: [SOGo] SOGo installation in Ubuntu, pubkey problems

2023-04-13 Thread Gary Horchem
I used SOGo’s guide and it worked for now but Ubuntu will change it in the 
future. My only issue is I can’t get a connection to my MySQL database running 
on the same box. I’ve done the database configuration for Utf8mb4 and the 
database is listening on localhost but it still won’t connect.

Sent from my iPhone

> On Apr 13, 2023, at 17:05, Jose David Bravo A  wrote:
> 
> 
> Hello,
> 
> Im wondering how are you guys importing the public key of SOGo repos in 
> Ubuntu.
> 
> Following this guide 
> (https://www.sogo.nu/support/faq/how-to-install-sogo-on-ubuntu.html), I 
> always find problems:
>  
> "Alinto signs its Ubuntu packages with its GPG key. Integrity verification 
> happens all by itself on package installation, all you need to do is first 
> import the key into your apt keychain then update your local apt 
> configuration:
> 
> sudo wget -O- 
> "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; | sudo gpg 
> --dearmor | sudo apt-key add -
> sudo wget -O- 
> "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;
>  | sudo gpg --dearmor | sudo apt-key add -
> sudo apt-get update"
> 
> 
> Requests to http://pgp.mit.edu/ fails very often:
> sudo wget -O- 
> "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; | sudo gpg 
> --dearmor | sudo apt-key add -
> --2023-04-13 20:42:49--  
> http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C
> Resolving pgp.mit.edu (pgp.mit.edu)... 18.9.60.141
> Connecting to pgp.mit.edu (pgp.mit.edu)|18.9.60.141|:80... Warning: apt-key 
> is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
> connected.
> HTTP request sent, awaiting response... 408 Request Timeout
> 2023-04-13 20:44:26 ERROR 408: Request Timeout.
> 
> gpg: no valid OpenPGP data found.
> gpg: no valid OpenPGP data found.
> 
> 
> And using sudo wget -O- 
> "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;
>  | sudo gpg --dearmor | sudo apt-key add -
> I receive this warning: W: 
> https://packages.sogo.nu/nightly/5/ubuntu/dists/jammy/InRelease: Key is 
> stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the 
> DEPRECATION section in apt-key(8) for details.
> 
> I'm using Ubuntu Jammy.
> 
> Thank you!
> 
> Jose Bravo


[SOGo] SOGo installation in Ubuntu, pubkey problems

2023-04-13 Thread Jose David Bravo A
Hello, 

Im wondering how are you guys importing the public key of SOGo repos in Ubuntu. 

Following this guide ( [ 
https://www.sogo.nu/support/faq/how-to-install-sogo-on-ubuntu.html | 
https://www.sogo.nu/support/faq/how-to-install-sogo-on-ubuntu.html ] ), I 
always find problems: 
"Alinto signs its Ubuntu packages with its GPG key. Integrity verification 
happens all by itself on package installation, all you need to do is first 
import the key into your apt keychain then update your local apt configuration: 

sudo wget -O- "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; 
| sudo gpg --dearmor | sudo apt-key add - 
sudo wget -O- 
"https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;
 | sudo gpg --dearmor | sudo apt-key add - 
sudo apt-get update" 


Requests to [ http://pgp.mit.edu/ | http://pgp.mit.edu/ ] fails very often: 
sudo wget -O- "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; 
| sudo gpg --dearmor | sudo apt-key add - 
--2023-04-13 20:42:49-- 
http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C 
Resolving pgp.mit.edu (pgp.mit.edu)... 18.9.60.141 
Connecting to pgp.mit.edu (pgp.mit.edu)|18.9.60.141|:80... Warning: apt-key is 
deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 
connected. 
HTTP request sent, awaiting response... 408 Request Timeout 
2023-04-13 20:44:26 ERROR 408: Request Timeout. 

gpg: no valid OpenPGP data found. 
gpg: no valid OpenPGP data found. 


And using sudo wget -O- 
"https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;
 | sudo gpg --dearmor | sudo apt-key add - 
I receive this warning: W: 
https://packages.sogo.nu/nightly/5/ubuntu/dists/jammy/InRelease: Key is stored 
in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION 
section in apt-key(8) for details. 

I'm using Ubuntu Jammy. 

Thank you! 

Jose Bravo 


[SOGo] SOGo Preferences fail to load

2023-04-13 Thread Bradley Giesbrecht
Hello list,

SOGo nightly: 5.8.2.20230412-1
OS: Ubuntu xenial

When logged into SOGo and we click Preferences the page fails to load and the 
browser console shows this error:
“
[Error] Error: [$injector:modulerr] 
http://errors.angularjs.org/1.8.3/$injector/modulerr?p0=SOGo.PreferencesUI=%5B%24injector%3Amodulerr%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.8.3%2F%24injector%2Fmodulerr%3Fp0%3DsgCkeditor%26p1%3D%255B%2524injector%253Anomod%255D%2520http%253A%252F%252Ferrors.angularjs.org%252F1.8.3%252F%2524injector%252Fnomod%253Fp0%253DsgCkeditor%250A%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A7%253A173%250A%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A26%253A504%250Ab%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A26%253A26%250A%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A43%253A203%250Ar%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A8%253A80%250Ag%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A43%253A50%250A%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A43%253A234%250Ar%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A8%253A80%250Ag%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A43%253A50%250Afb%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A47%253A154%250Ac%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A22%253A59%250AEe%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A21%253A46%250A%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A351%253A119%250Ab%2540https%253A%252F%252Fexample.com%252FSOGo.woa%252FWebServerResources%252Fjs%252Fvendor%252Fangular.min.js%253A39%253A138%0A%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A7%3A173%0A%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A43%3A493%0Ar%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A8%3A80%0Ag%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A43%3A50%0A%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A43%3A234%0Ar%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A8%3A80%0Ag%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A43%3A50%0Afb%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A47%3A154%0Ac%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A22%3A59%0AEe%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A21%3A46%0A%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A351%3A119%0Ab%40https%3A%2F%2Fexample.com%2FSOGo.woa%2FWebServerResources%2Fjs%2Fvendor%2Fangular.min.js%3A39%3A138

(anonymous function) (angular.min.js:44)
r (angular.min.js:8)
g (angular.min.js:43)
fb (angular.min.js:47:155)
c (angular.min.js:22)
Ee (angular.min.js:21)
(anonymous function) (angular.min.js:351:120)
b (angular.min.js:39:139)
“

Following the link in the error (http://errors.angularjs.org/1.8..3/…) renders 
“File or directory not found.”

Any help to resolve or troubleshoot this issue will be greatly appreciated.

Regards,
Brad Giesbrecht