[SOGo] sogod keeps hanging when sending emails with umlaute from webclient

2013-07-25 Thread Thomas Gangolf
Hello,

tomorrow we had the following problem.

A user tried to send an email with a german umlaut (ä/ö/ü) via the
webinterface.
After pressing the send button the sogod rises to 100% cpu and the log
keep printing

[WARN] 0x0xb969b590[WOWatchDogChild] pid 29453 has been hanging in the
same request for 1 minutes

You have to kill the process, a normal shutdown isn't possible.

Perhaps someone can test the error before I open a bug request.

Sogo Version: 2.0.6b

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


[SOGo] Error during 2.0.7 install on debian wheezy.

2013-07-25 Thread Achim Gottinger

Hi,

I updated sogo from 2.0.3 to 2.0.7 today and ran into the following error.

Paketlisten werden gelesen... Fertig

Abhängigkeitsbaum wird aufgebaut.

Statusinformationen werden eingelesen Fertig

0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

1 nicht vollständig installiert oder entfernt.

Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.

sogo:amd64 (2.0.7-1) wird eingerichtet ...

*insserv: Service samba4 has to be enabled to start service sogo*

*insserv: exiting now!*

update-rc.d: error: insserv rejected the script header

dpkg: Fehler beim Bearbeiten von sogo:amd64 (--configure):

 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

Fehler traten auf beim Bearbeiten von:

 sogo:amd64

E: Sub-process /usr/bin/dpkg returned an error code (1)


I do not use openchange so samba4 should not be an reuqirement? Was able 
to fix the error however.. I'm using the sernet samba4 packages because 
i need s3fs and cups support which was not provided by the sogo samba4 
package. After i added samba4 to the Provides: line in 
/etc/init.d/sernet-samba-ad script the apt-get install passed without an 
error.


achim~

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

Re: [SOGo] sogod keeps hanging when sending emails with umlaute from webclient

2013-07-25 Thread Ludovic Marcotte

On 2013-07-25 8:03 AM, Thomas Gangolf wrote:

tomorrow we had the following problem.


I wish I could do that!

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


Re: [SOGo] sogod keeps hanging when sending emails with umlaute from webclient

2013-07-25 Thread Sven Schwedas
On 25.07.2013 14:25, Ludovic Marcotte wrote:
 On 2013-07-25 8:03 AM, Thomas Gangolf wrote:
 tomorrow we had the following problem.
 
 I wish I could do that!

German efficiency. ;-)

-- 
Mit freundlichen Grüßen, / Best Regards,
Sven SCHWEDAS
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
Mail/XMPP: sven.schwe...@tao.at | +43 (0)680 301 7167
http://software.tao.at



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] sogod keeps hanging when sending emails with umlaute from webclient

2013-07-25 Thread Robert Casties
On 25.07.13 14:03, Thomas Gangolf wrote:
 A user tried to send an email with a german umlaut (ä/ö/ü) via the
 webinterface.
 After pressing the send button the sogod rises to 100% cpu and the log
 keep printing
 
 [WARN] 0x0xb969b590[WOWatchDogChild] pid 29453 has been hanging in the
 same request for 1 minutes
 
 You have to kill the process, a normal shutdown isn't possible.
 
 Perhaps someone can test the error before I open a bug request.
 
 Sogo Version: 2.0.6b

I can only say that this doesn't happen on our server which is version
2.0.7 (on Ubuntu 12.04).

Best
Robert

-- 
Dr. Robert Casties -- Information Technology Group
Max Planck Institute for the History of Science
Boltzmannstr. 22, D-14195 Berlin
Tel: +49/30/22667-342 Fax: -299
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-25 Thread Szládovics Péter

2013-07-25 18:06 keltezéssel, Giovanni Bechis írta:

On Wed, Jul 24, 2013 at 11:17:39PM +0200, Szl??dovics P??ter wrote:

2013-07-02 13:01 keltez??ssel, Odhiambo Washington ??rta:

Hello,

I have SOGoTimeZone = Africa/Nairobi; in sogo.conf

I enabled sogo-ealarms-notify in my cron and it keeps sending these:


2013-07-02 11:03:02.314 sogo-ealarms-notify[21090] No local time
zone specified.
2013-07-02 11:03:02.334 sogo-ealarms-notify[21090] Using time zone
with absolute offset 0.


This strictly FreeBSD related because works fine on OpenBSD


Do I need to specify the TZ in another file?

The reason of the problem:

sogo-ealarms-notify doesn't use that sogo.conf variable, just finds
the /etc/timezone and/or /etc/sysconfig/clock files, but they not
exist on FreeBSD.
I think it's a minor bug, because it found the /etc/localtime file,
but don't use it's contents...
Part of trace output:


This is the relevant bits of my ktrace output, localtime is a symlink to the 
correct zone file.


Yes, but only perhaps on OpenBSD... The /etc/localtime on Odhiambo's 
FreeBSD is a regular file. :(

So, it's real path doesn't help.

I think the most safe solution, if the sogo-ealarms-notify get the TZ 
info from the sogo.conf. It will work under every ports of sogo.


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


Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-25 Thread Szládovics Péter

2013-07-25 19:40 keltezéssel, Ludovic Marcotte írta:

On 2013-07-25 1:37 PM, Szládovics Péter wrote:
I think the most safe solution, if the sogo-ealarms-notify get the TZ 
info from the sogo.conf. It will work under every ports of sogo. 

It could be a bug related to moving towards /etc/sogo/sogo.conf.

Try putting back your config in 
/home/sogo/GNUstep/Defaults/.GNUstepDetaults and see if it fixes the 
issue.


Odhiambo, can you try this?
During the test you need to rename the /etc/timezone.

Ludovic, why should be a bug related that? I thought sogo doesn't use 
the GNUstep since version 2.0.5...

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


Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-25 Thread Odhiambo Washington
It's not possible to do this. There is no such path as suggested by Ludovic
(Marcotte) in FreeBSD when SOGo/SOPE are installed from FreeBSD ports.

I'll let Jim Riggs take a decision on this. He created the FreeBSD ports.

PS: Installing SOPE using the FreeBSD ports still sucks in GNUstep!




On 25 July 2013 21:00, Szládovics Péter p...@szladovics.hu wrote:

 2013-07-25 19:40 keltezéssel, Ludovic Marcotte írta:

  On 2013-07-25 1:37 PM, Szládovics Péter wrote:

 I think the most safe solution, if the sogo-ealarms-notify get the TZ
 info from the sogo.conf. It will work under every ports of sogo.

 It could be a bug related to moving towards /etc/sogo/sogo.conf.

 Try putting back your config in 
 /home/sogo/GNUstep/Defaults/.**GNUstepDetaults
 and see if it fixes the issue.


 Odhiambo, can you try this?
 During the test you need to rename the /etc/timezone.

 Ludovic, why should be a bug related that? I thought sogo doesn't use the
 GNUstep since version 2.0.5...
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists




-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
I can't hear you -- I'm using the scrambler.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists