Dear All,
 
concerning: Version 2.0.0 (root@shiva 201209280016).
I have a small installation of SOGo 2.0 running with about 5 users tu share there calendars with Outlook and Funambol.
All the time it was running top but suddenly sogod eats up my cpu and memory until I do a restart.
My Sogo-Config: /home/sogo/G*/D*/.GNUstepDefaults:
 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml">
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
        <key>OCSFolderInfoURL</key>
        <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
        <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder</string>
        <key>SOGoACLsSendEMailNotification</key>
        <string>YES</string>
        <key>SOGoAppointmentSendEMailNotification</key>
        <string>YES</string>
        <key>SOGoAuthenticationMethod</key>
        <string>LDAP</string>
        <key>SOGoBusyOffHours</key>
        <string>YES</string>
        <key>SOGoDraftsFolderName</key>
        <string>INBOX.Drafts</string>
        <key>SOGoEnablePublicAccess</key>
        <string>YES</string>
        <key>SOGoCalendarDefaultRoles</key>
 <array>
 <string>PublicDAndTViewer</string>
 <string>ConfidentialDAndTViewer</string>
 <string>PrivateDAndTViewer</string>
</array>

        <key>SOGoFirtsDayOfWeek</key>
        <string>1</string>
        <key>SOGoFoldersSendEMailNotification</key>
        <string>YES</string>
        <key>SOGoGoMailMessageCheck</key>
        <string>every_5_minutes</string>
        <key>SOGoIMAPServer</key>
        <string>192.168.135.250:143</string>
        <key>SOGoLanguage</key>
        <string>German</string>
        <key>SOGoMailAuxiliaryUserAccountsEnabled</key>
        <string>YES</string>
        <key>SOGoMailDomain</key>
        <string>comm2.local</string>
        <key>SOGoMailUseOutlookStyleReplies</key>
        <string>YES</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoNotifyOnExternalModifications</key>
        <string>YES</string>
        <key>SOGoNotifyOnPersonalModifications</key>
        <string>YES</string>
        <key>SOGoPageTitle</key>
        <string>Topenklinik Webmailer-Interface</string>

 <key>SOGoPasswordChangeEnabled</key>
        <string>YES</string>
        <key>SOGoProfileURL</key>
        <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>192.168.135.250</string>
        <key>SOGoSentFolderName</key>
        <string>INBOX.Sent</string>
        <key>SOGoSharedFolderName</key>
        <string>shared</string>
        <key>SOGoSpecialFoldersInRoot</key>
        <string>YES</string>
        <key>SOGoSuperUsernames</key>
        <array>
            <string>mueller</string>
            <string>marstaller</string>
        </array>
        <key>SOGoTimeZone</key>
        <string>Europe/Berlin</string>
        <key>SOGoTrashFolderName</key>
        <string>INBOX.Trash</string>
        <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>ou=users,dc=tuepdc,dc=local</string>
                <key>bindDN</key>
                <string>uid=sogo,ou=users,dc=tuepdc,dc=local</string>
                <key>bindPassword</key>
                <string>qwerty</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Benutzer Adressen</string>
                <key>hostname</key>
                <string>192.168.135.236</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
                <key>userPasswordAlgorithm</key>
                <string>md5</string>
            </dict>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>cn</string>
                <key>UIDFieldName</key>
                <string>cn</string>

 <key>UIDFieldName</key>
                <string>cn</string>
                <key>baseDN</key>
                <string>ou=groups,dc=tuepdc,dc=local</string>
                <key>bindDN</key>
                <string>uid=sogo,ou=users,dc=tuepdc,dc=local</string>
                <key>bindPassword</key>
                <string>qwerty</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Gruppen Adressen</string>
                <key>hostname</key>
                <string>192.168.135.236</string>
                <key>id</key>
                <string>public_groups</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
            </dict>
        </array>
         <key>SxVMemLimit</key>
        <string>1024</string>
        <key>WOWorkersCount</key>
        <string>2</string>
    </dict>
</dict>
</plist>

/etc/sysconfig/sogo:

PREFORK=2
 

 

[root@tplk-openchange bin]# ps ax | grep sogod
18223 ?        S     13:35 /usr/sbin/sogod -WOWorkersCount 2 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
20411 ?        Ss     0:11 /usr/sbin/sogod -WOWorkersCount 2 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
20618 ?        Ss     0:00 /usr/sbin/sogod -WOWorkersCount 2 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
20695 pts/0    S+     0:00 grep sogod

 

In my sogo.log there are infos like this..hnaging for 1 until ... minutes

Aug 08 10:16:48 sogod [18223]: [WARN] <0x0x14c3c28[WOWatchDogChild]> pid 20618 has been hanging in the same request for 1 minutes

top shows:

20618 sogo      20   0 9169m 6.9g 2804 R 66.0 92.4   2:10.48 sogod
   38 root      20   0     0    0    0 D 25.4  0.0  16:19.27 kswapd0
 

And users can not login the web gui anymore:

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /SOGo.
How can I fix this issue?

 

Greetings

Daniel

 

 

 

 

 

Reply via email to