Koozali.org: home of the SME Server

Sogo - need to change /etc/sysconfig/memcached

Offline holck

  • ****
  • 317
  • +1/-0
Sogo - need to change /etc/sysconfig/memcached
« on: June 15, 2013, 08:29:19 AM »
After re-booting my server yesterday, sogo produced lots of messages like
Code: [Select]
Jun 14 20:02:31 sogod [3465]: <0x0x871ef44[SOGoCache]> an error occurred when caching value for key 'bolig +attributes': "CLIENT ERROR"
Following the advice at http://wiki.sogo.nu/CommonProblems, I copied the file /etc/e-smith/templates/etc/sysconfig/memcached/all to /etc/e-smith/templates-custom/etc/sysconfig/memcached/all, and changed the line
Code: [Select]
OPTIONS="-l 127.0.0.1" to
Code: [Select]
OPTIONS="-l localhost".

I then did
Code: [Select]
/sbin/e-smith/expand-template /etc/sysconfig/memcached
/sbin/e-smith/service memcached restart
and this seems to have solved the problem.

I have smeserver-sogo-0.6-1.el5.nh.noarch.rpm, memcached-1.4.5-1.el5, and sogo-2.0.5a-1.el5

I would like to create a bug for this, but I cannot find the contrib, smeserver-sogo, in bugzilla
......

Offline Jean-Philippe Pialasse

  • *
  • 2,764
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Sogo - need to change /etc/sysconfig/memcached
« Reply #1 on: June 15, 2013, 05:24:07 PM »
put smeserver-sogo in the title and use component unknown.


Offline holck

  • ****
  • 317
  • +1/-0
......