Re: [SOGo] - Error memcached

2022-07-20 Thread hyvernat philippe
Hello
I tried This but white page after login 


HYVERNAT Philippe

> Le 15 juil. 2022 à 13:58, Mathias Roland  a écrit :
> 
> Hello,
> 
> when the memcached is running on the same server as sogo, please try this:
> 
> SOGoMemcachedHost = "127.0.0.1:11211";
> 
> Otherwise you have to change the IP address.
> 
> 
>  Kind regards,
> 
>Mathias Roland
> 
> 
> 
>> Am 15.07.22 um 09:17 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
>> Hello,
>> It is exactly what i have done :
>> SOGoMemcachedHost = "/var/run/memcached/memcached.pid";
>> Always the error on caching values...
>>> Le 14/07/2022 à 13:14, Christian Mack (christian.m...@uni-konstanz.de) a 
>>> écrit :
>>> Hello
>>> 
>>> Am 06.07.22 um 10:30 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
 Hello,
 
 we have many errors concerning caching value :
 
 
 sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when caching 
 value for key '/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER 
 HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"
 
 What is it ?
 
 Here's the configuration :
 
 
   OCSCacheFolderURL = 
 "mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";
 
   SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to put 
 Ip Address but white page)
 
>>> [cut]
>>> There is a typo in SOGoMemcachedHost
>>> Should be
>>> SOGoMemcachedHost = "/var/run/memcached/memcached.pid";
>>> 
>>> 
>>> Kind regards,
>>> Christian Mack
>>> 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] - Error memcached

2022-07-20 Thread hyvernat philippe
Hello yes already changed
No effect

HYVERNAT Philippe

Le 18 juil. 2022 à 15:31, Peter Nagel  a écrit :


Hi,
this is only one half of the necessary steps: have you changed the bind-address 
in your mysqld.cnf from
  bind-address=127.0.0.1
to
  bind-address=0.0.0.0
to allow external connections? You can try to connect locally via the ip of the 
server instead of localhost to test this.
Ah, and if you are using iptables on the database server (which you really 
should) check this too.
Bye, Peter

Von: users-requ...@sogo.nu  Im Auftrag von HYVERNAT 
Philippe
Gesendet: Montag, 18. Juli 2022 13:23
An: users@sogo.nu
Betreff: Re: [SOGo] - Error memcached


Hi,

The user sogo have access from his serveur

root@localhost [(none)]> select User, host from mysql.user;
+--+--+
| User | host |
+--+--+
| sogo | 172.17.2.223 |






Le 15/07/2022 à 13:51, "Peter Nagel" 
(pe...@nagel-coe.de<mailto:pe...@nagel-coe.de>) a écrit :

Hi,



  OCSCacheFolderURL =

"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder"<mailto:mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder>;



you are not using localhost for your SQL Connection: is the database really on 
a different machine? If not: is it set to accept connections from any other IP 
than localhost?



Bye, Peter



-Ursprüngliche Nachricht-

Von: users-requ...@sogo.nu<mailto:users-requ...@sogo.nu> 
<mailto:users-requ...@sogo.nu> Im Auftrag von

HYVERNAT Philippe

Gesendet: Freitag, 15. Juli 2022 09:18

An: users@sogo.nu<mailto:users@sogo.nu>

Betreff: Re: [SOGo] - Error memcached



Hello,



It is exactly what i have done :



SOGoMemcachedHost = "/var/run/memcached/memcached.pid";





Always the error on caching values...







Le 14/07/2022 à 13:14, Christian Mack 
(christian.m...@uni-konstanz.de<mailto:christian.m...@uni-konstanz.de>) a

écrit :

Hello



Am 06.07.22 um 10:30 schrieb HYVERNAT Philippe

(p.hyver...@outlook.fr<mailto:p.hyver...@outlook.fr>):

Hello,



we have many errors concerning caching value :





sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when

caching value for key

'/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER HAS FAILED

AND IS DISABLED UNTIL TIMED RETRY"



What is it ?



Here's the configuration :





  OCSCacheFolderURL =

"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder"<mailto:mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder>;



  SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to

put Ip Address but white page)



[cut]

There is a typo in SOGoMemcachedHost

Should be

SOGoMemcachedHost = "/var/run/memcached/memcached.pid";





Kind regards,

Christian Mack



--

users@sogo.nu<mailto:users@sogo.nu>

https://inverse.ca/sogo/lists


--
users@sogo.nu<mailto:users@sogo.nu>
https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

AW: [SOGo] - Error memcached

2022-07-18 Thread "Peter Nagel"
Hi,

this is only one half of the necessary steps: have you changed the bind-address 
in your mysqld.cnf from

  bind-address=127.0.0.1

to

  bind-address=0.0.0.0

to allow external connections? You can try to connect locally via the ip of the 
server instead of localhost to test this.

Ah, and if you are using iptables on the database server (which you really 
should) check this too.

Bye, Peter

 

Von: users-requ...@sogo.nu  Im Auftrag von HYVERNAT 
Philippe
Gesendet: Montag, 18. Juli 2022 13:23
An: users@sogo.nu
Betreff: Re: [SOGo] - Error memcached

 

Hi,

The user sogo have access from his serveur 

 

root@localhost [(none)]> select User, host from mysql.user;

+--+--+

| User | host |

+--+--+

| sogo | 172.17.2.223 |

 

 

 

Le 15/07/2022 à 13:51, "Peter Nagel" (pe...@nagel-coe.de 
<mailto:pe...@nagel-coe.de> ) a écrit :

Hi,
 

  OCSCacheFolderURL =
 <mailto:mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder> 
"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";

 
you are not using localhost for your SQL Connection: is the database really on 
a different machine? If not: is it set to accept connections from any other IP 
than localhost?
 
Bye, Peter
 

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>   
<mailto:users-requ...@sogo.nu>  Im Auftrag von
HYVERNAT Philippe
Gesendet: Freitag, 15. Juli 2022 09:18
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: Re: [SOGo] - Error memcached
 
Hello,
 
It is exactly what i have done :
 
SOGoMemcachedHost = "/var/run/memcached/memcached.pid";
 
 
Always the error on caching values...
 
 
 
Le 14/07/2022 à 13:14, Christian Mack (christian.m...@uni-konstanz.de 
<mailto:christian.m...@uni-konstanz.de> ) a
écrit :

Hello
 
Am 06.07.22 um 10:30 schrieb HYVERNAT Philippe

(p.hyver...@outlook.fr <mailto:p.hyver...@outlook.fr> ):

Hello,
 
we have many errors concerning caching value :
 
 
sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when
caching value for key
'/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER HAS FAILED
AND IS DISABLED UNTIL TIMED RETRY"
 
What is it ?
 
Here's the configuration :
 
 
  OCSCacheFolderURL =
 <mailto:mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder> 
"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";
 
  SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to
put Ip Address but white page)
 

[cut]
There is a typo in SOGoMemcachedHost
Should be
SOGoMemcachedHost = "/var/run/memcached/memcached.pid";
 
 
Kind regards,
Christian Mack
 

--
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

 

-- 
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] - Error memcached

2022-07-18 Thread HYVERNAT Philippe

Hi,

The user sogo have access from his serveur


root@localhost [(none)]> select User, host from mysql.user;

+--+--+

| User| host|

+--+--+

| sogo| 172.17.2.223 |




Le 15/07/2022 à 13:51, "Peter Nagel" (pe...@nagel-coe.de) a écrit :

Hi,


   OCSCacheFolderURL =
"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";

you are not using localhost for your SQL Connection: is the database really on 
a different machine? If not: is it set to accept connections from any other IP 
than localhost?

Bye, Peter


-Ursprüngliche Nachricht-
Von:users-requ...@sogo.nuIm Auftrag von
HYVERNAT Philippe
Gesendet: Freitag, 15. Juli 2022 09:18
An:users@sogo.nu
Betreff: Re: [SOGo] - Error memcached

Hello,

It is exactly what i have done :

SOGoMemcachedHost = "/var/run/memcached/memcached.pid";


Always the error on caching values...



Le 14/07/2022 à 13:14, Christian Mack (christian.m...@uni-konstanz.de) a
écrit :

Hello

Am 06.07.22 um 10:30 schrieb HYVERNAT Philippe

(p.hyver...@outlook.fr):

Hello,

we have many errors concerning caching value :


sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when
caching value for key
'/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER HAS FAILED
AND IS DISABLED UNTIL TIMED RETRY"

What is it ?

Here's the configuration :


   OCSCacheFolderURL =
"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";

   SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to
put Ip Address but white page)


[cut]
There is a typo in SOGoMemcachedHost
Should be
SOGoMemcachedHost = "/var/run/memcached/memcached.pid";


Kind regards,
Christian Mack


--
users@sogo.nu
https://inverse.ca/sogo/lists

--
users@sogo.nu
https://inverse.ca/sogo/lists

AW: [SOGo] - Error memcached

2022-07-15 Thread "Peter Nagel"
Hi,

> >>   OCSCacheFolderURL =
> >> "mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";

you are not using localhost for your SQL Connection: is the database really on 
a different machine? If not: is it set to accept connections from any other IP 
than localhost?

Bye, Peter

> -Ursprüngliche Nachricht-
> Von: users-requ...@sogo.nu  Im Auftrag von
> HYVERNAT Philippe
> Gesendet: Freitag, 15. Juli 2022 09:18
> An: users@sogo.nu
> Betreff: Re: [SOGo] - Error memcached
> 
> Hello,
> 
> It is exactly what i have done :
> 
> SOGoMemcachedHost = "/var/run/memcached/memcached.pid";
> 
> 
> Always the error on caching values...
> 
> 
> 
> Le 14/07/2022 à 13:14, Christian Mack (christian.m...@uni-konstanz.de) a
> écrit :
> > Hello
> >
> > Am 06.07.22 um 10:30 schrieb HYVERNAT Philippe
> (p.hyver...@outlook.fr):
> >> Hello,
> >>
> >> we have many errors concerning caching value :
> >>
> >>
> >> sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when
> >> caching value for key
> >> '/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER HAS FAILED
> >> AND IS DISABLED UNTIL TIMED RETRY"
> >>
> >> What is it ?
> >>
> >> Here's the configuration :
> >>
> >>
> >>   OCSCacheFolderURL =
> >> "mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";
> >>
> >>   SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to
> >> put Ip Address but white page)
> >>
> > [cut]
> > There is a typo in SOGoMemcachedHost
> > Should be
> > SOGoMemcachedHost = "/var/run/memcached/memcached.pid";
> >
> >
> > Kind regards,
> > Christian Mack
> >
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] - Error memcached

2022-07-15 Thread Mathias Roland

Hello,

when the memcached is running on the same server as sogo, please try this:

SOGoMemcachedHost = "127.0.0.1:11211";

Otherwise you have to change the IP address.


  Kind regards,

Mathias Roland



Am 15.07.22 um 09:17 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

It is exactly what i have done :

SOGoMemcachedHost = "/var/run/memcached/memcached.pid";


Always the error on caching values...



Le 14/07/2022 à 13:14, Christian Mack (christian.m...@uni-konstanz.de) a 
écrit :

Hello

Am 06.07.22 um 10:30 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

we have many errors concerning caching value :


sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when 
caching value for key 
'/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER HAS FAILED 
AND IS DISABLED UNTIL TIMED RETRY"


What is it ?

Here's the configuration :


  OCSCacheFolderURL = 
"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";


  SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to 
put Ip Address but white page)



[cut]
There is a typo in SOGoMemcachedHost
Should be
SOGoMemcachedHost = "/var/run/memcached/memcached.pid";


Kind regards,
Christian Mack



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] - Error memcached

2022-07-15 Thread HYVERNAT Philippe

Hello,

It is exactly what i have done :

SOGoMemcachedHost = "/var/run/memcached/memcached.pid";


Always the error on caching values...



Le 14/07/2022 à 13:14, Christian Mack (christian.m...@uni-konstanz.de) a 
écrit :

Hello

Am 06.07.22 um 10:30 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

we have many errors concerning caching value :


sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when 
caching value for key 
'/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER HAS FAILED 
AND IS DISABLED UNTIL TIMED RETRY"


What is it ?

Here's the configuration :


  OCSCacheFolderURL = 
"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";


  SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to 
put Ip Address but white page)



[cut]
There is a typo in SOGoMemcachedHost
Should be
SOGoMemcachedHost = "/var/run/memcached/memcached.pid";


Kind regards,
Christian Mack


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] - Error memcached

2022-07-14 Thread Christian Mack

Hello

Am 06.07.22 um 10:30 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

we have many errors concerning caching value :


sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when caching 
value for key '/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER 
HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"


What is it ?

Here's the configuration :


  OCSCacheFolderURL = 
"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";


  SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to put 
Ip Address but white page)



[cut]
There is a typo in SOGoMemcachedHost
Should be
SOGoMemcachedHost = "/var/run/memcached/memcached.pid";


Kind regards,
Christian Mack

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416


smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] - Error memcached

2022-07-06 Thread HYVERNAT Philippe

Hello,

we have many errors concerning caching value :


sogod [60246]: <0x0x8046cbc18[SOGoCache]> an error occurred when caching 
value for key '/Users/kagerv...@ehpad-avs.fr/Calendar/personal': "SERVER 
HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"


What is it ?

Here's the configuration :


 OCSCacheFolderURL = 
"mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder";


 SOGoMemcachedHost = "/var/run/memcached/memcahed.pid"; (i tried to put 
Ip Address but white page)



Sogo 5.7 is  running under FreeBSD13.1 mysql8 apache24 and memcached-1.6.14


Thanks for your help

Philippe



--
users@sogo.nu
https://inverse.ca/sogo/lists