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 <key>SOGoMemcachedHost</key> <string>localhost</string> by <key>SOGoMemcachedHost</key> <string>127.0.0.1</string> solve it !
Also the solution: Replace <key>SOGoMemcachedHost</key> <string>localhost</string> by <key>SOGoMemcachedHost</key> <string>127.0.0.1</string> 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