Re: [SOGo] sogod [15258]: <0x0x95410f0[SOGoCache]> an error occurred when caching value for key 'xxxxxxxxx+settings': "WRITE FAILURE" [SOLVED]

2011-05-05 Thread André Schild
We did just a new install also on debian squeeze and have seen the same 
problem.

All memcached stuff was installed as required.

Am 07.04.2011 09:09, schrieb b.maynad...@acacs.org:

Hello,


I use SOGo version below on Debian Squeeze:
sogo:~# apt-show-versions sogo
sogo/squeeze uptodate 1.3.0.20110403

In the sogo.log file i have this errors:



Apr 07 08:57:50 sogod [15259]:<0x0x94ec1f0[SOGoCache]>  an error occurred when
caching value for key 'session:r0NAh1aPcH5TNDXUIYcxzw==': "WRITE FAILURE"Apr 07
08:57:50 sogod [15258]:<0x0x95410f0[SOGoCache]>  an error occurred when caching
value for key 'b.maynadier+defaults': "WRITE FAILURE"

Apr 07 08:57:50 sogod [15258]:<0x0x95410f0[SOGoCache]>  an error occurred when
caching value for key 'b.maynadier+settings': "WRITE FAILURE"
2011-04-07 08:57:50.076 sogod[15258] WARNING: IMAP4 connection pooling is
disabled!

...


I look at this list and googeleed ...and don't find solutions.

Changing in the .GNUstepDefaults

SOGoMemcachedHost
localhost

by

SOGoMemcachedHost
127.0.0.1


solve it !


Also the solution:

Replace
SOGoMemcachedHost
localhost

by

SOGoMemcachedHost
127.0.0.1


worked.

The "real" solution however is to make sure memcached is listening
on all localhost interfaces.

In debian squeeze we find in /etc/memcached.conf
-l 127.0.0.1  (Only listen on ipv4 loopback)

In squeeze localhost can (and often is) also be ::1 (ipv6)
So the "best" solution is to change the listen parameter in 
/etc/memcached.conf

from 127.0.0.1 to loopback.

After restarting memcached sogo can then also interact via ::1 and the 
messages no longer appear


André





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] sogod [15258]: <0x0x95410f0[SOGoCache]> an error occurred when caching value for key 'xxxxxxxxx+settings': "WRITE FAILURE" [SOLVED]

2011-04-07 Thread Mark Adams
apt-get install memcached

On Thu, Apr 07, 2011 at 03:09:07AM -0400, b.maynad...@acacs.org wrote:
> Hello,
> 
> 
> I use SOGo version below on Debian Squeeze:
> sogo:~# apt-show-versions sogo
> sogo/squeeze uptodate 1.3.0.20110403
> 
> In the sogo.log file i have this errors:
> 
> 
> 
> Apr 07 08:57:50 sogod [15259]: <0x0x94ec1f0[SOGoCache]> an error occurred when
> caching value for key 'session:r0NAh1aPcH5TNDXUIYcxzw==': "WRITE FAILURE"Apr 
> 07
> 08:57:50 sogod [15258]: <0x0x95410f0[SOGoCache]> an error occurred when 
> caching
> value for key 'b.maynadier+defaults': "WRITE FAILURE"
> 
> Apr 07 08:57:50 sogod [15258]: <0x0x95410f0[SOGoCache]> an error occurred when
> caching value for key 'b.maynadier+settings': "WRITE FAILURE"
> 2011-04-07 08:57:50.076 sogod[15258] WARNING: IMAP4 connection pooling is
> disabled!
> 
> ...
> 
> 
> I look at this list and googeleed ...and don't find solutions.
> 
> Changing in the .GNUstepDefaults
> 
> SOGoMemcachedHost
>   localhost
> 
> by
> 
> SOGoMemcachedHost
>   127.0.0.1
> 
> 
> solve it !
> 
> 
> Bernard
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] sogod [15258]: <0x0x95410f0[SOGoCache]> an error occurred when caching value for key 'xxxxxxxxx+settings': "WRITE FAILURE" [SOLVED]

2011-04-07 Thread b.maynadier
Hello,


I use SOGo version below on Debian Squeeze:
sogo:~# apt-show-versions sogo
sogo/squeeze uptodate 1.3.0.20110403

In the sogo.log file i have this errors:



Apr 07 08:57:50 sogod [15259]: <0x0x94ec1f0[SOGoCache]> an error occurred when
caching value for key 'session:r0NAh1aPcH5TNDXUIYcxzw==': "WRITE FAILURE"Apr 07
08:57:50 sogod [15258]: <0x0x95410f0[SOGoCache]> an error occurred when caching
value for key 'b.maynadier+defaults': "WRITE FAILURE"

Apr 07 08:57:50 sogod [15258]: <0x0x95410f0[SOGoCache]> an error occurred when
caching value for key 'b.maynadier+settings': "WRITE FAILURE"
2011-04-07 08:57:50.076 sogod[15258] WARNING: IMAP4 connection pooling is
disabled!

...


I look at this list and googeleed ...and don't find solutions.

Changing in the .GNUstepDefaults

SOGoMemcachedHost
localhost

by

SOGoMemcachedHost
127.0.0.1


solve it !


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