Re: [SOGo] Sogo logs get spammed with those messages in the log file

2013-03-16 Thread Vyachaslaw
В письме от 11 марта 2013 19:33:13 пользователь Sebastian Reitenbach написал:

 
 It seems you have compiled libobjc2 with debugging. Reinstall it without
 debugging enabled and you get rid of them.
 
 Sebastian
 

Thank you for your advice helped.
 cd gnustep-objc2
 cmake  -DCMAKE_BUILD_TYPE=Release ...
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] sogo logs

2013-03-15 Thread Khapare Joshi
Hi all,

how do I get the information from the sogo.log like this :

once the user is successful login

username, ipaddress (that he is connecting)

What I can get from the log is :

Mar 15 10:40:35 sogod [29587]: SOGoRootPage successful login for user
'baby' - expire = -1  grace = -1
then i get the ipaddress in the second line

Mar 15 10:45:07 sogod [12897]: SOGoRootPage successful login for user
'baby' - expire = -1  grace = -1
202.52.252.222 - - [15/Mar/2013:10:45:07 GMT] GET /SOGo/baby HTTP/1.1 302
0/0 0.003 - - 0

can't I get this users IP address in the same line ?

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

Re: [SOGo] Sogo logs get spammed with those messages in the log file

2013-03-12 Thread Vyachaslaw
В письме от 11 марта 2013 19:33:13 пользователь Sebastian Reitenbach написал:
 On Monday, March 11, 2013 12:06 CET, Vyachaslaw slch...@gmail.com wrote:
  Hello everyone,
  
  Calling [libxmlSAXLocator -lineNumber] with incorrect signature.  Method
  has i16@0:8, selector has q16@0:8
  Calling [NGDOMElement -setLine:] with incorrect signature.  Method has
  v24@0:8q16, selector has v20@0:8i16
 
 It seems you have compiled libobjc2 with debugging. Reinstall it without
 debugging enabled and you get rid of them.
 
 Sebastian
 
It did not help me :(

cd gnustep-objc2-1.7.0
make -j4 messages=yes debug=no strip=yes shared=yes PREFIX=/usr 
LIB_DIR=/usr/lib64 HEADER_DIR=/usr/include
...




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

[SOGo] Sogo logs get spammed with those messages in the log file

2013-03-11 Thread Vyachaslaw
Hello everyone,

Calling [libxmlSAXLocator -lineNumber] with incorrect signature.  Method has 
i16@0:8, selector 
has q16@0:8
Calling [NGDOMElement -setLine:] with incorrect signature.  Method has 
v24@0:8q16, selector 
has v20@0:8i16

Calling [NGDOMElement -setLine:] with incorrect signature.  Method has 
v24@0:8q16, selector 
has v20@0:8i16
Calling [libxmlSAXLocator -lineNumber] with incorrect signature.  Method has 
i16@0:8, selector 
has q16@0:8

Calling [GSMutableArray -length] with incorrect signature.  Method has I16@0:8, 
selector has 
Q16@0:8
Calling [NSNull -count] with incorrect signature.  Method has I16@0:8, selector 
has Q16@0:8
Calling [_WOStringTable -count] with incorrect signature.  Method has I16@0:8, 
selector has 
Q16@0:8
Calling [NGDOMElement -setLine:] with incorrect signature.  Method has 
v24@0:8q16, selector 
has v20@0:8i16
Calling [libxmlSAXLocator -lineNumber] with incorrect signature.  Method has 
i16@0:8, selector 
has q16@0:8


sogo-2.0.4b

rpm -qa | grep gnu
libgnustep-objc2-1.7.0-alt2.git20130130
gnustep-make-2.6.4-alt1.git20130301
libgnutls26-2.12.21-alt1
gnustep-dirs-1.0-alt2
gnupg-1.4.13-alt1
gnustep-base-1.24.4-alt1.git20130303
libgnustep-base-1.24.4-alt1.git20130303

rpm -qa | grep gcc
libgcc1-4.7.2-alt7

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

Re: [SOGo] Sogo logs get spammed with those messages in the log file

2013-03-11 Thread Sebastian Reitenbach
 
On Monday, March 11, 2013 12:06 CET, Vyachaslaw slch...@gmail.com wrote: 
 
 Hello everyone,
 
 Calling [libxmlSAXLocator -lineNumber] with incorrect signature.  Method has 
 i16@0:8, selector 
 has q16@0:8
 Calling [NGDOMElement -setLine:] with incorrect signature.  Method has 
 v24@0:8q16, selector 
 has v20@0:8i16
 
 Calling [NGDOMElement -setLine:] with incorrect signature.  Method has 
 v24@0:8q16, selector 
 has v20@0:8i16
 Calling [libxmlSAXLocator -lineNumber] with incorrect signature.  Method has 
 i16@0:8, selector 
 has q16@0:8
 
 Calling [GSMutableArray -length] with incorrect signature.  Method has 
 I16@0:8, selector has 
 Q16@0:8
 Calling [NSNull -count] with incorrect signature.  Method has I16@0:8, 
 selector has Q16@0:8
 Calling [_WOStringTable -count] with incorrect signature.  Method has 
 I16@0:8, selector has 
 Q16@0:8
 Calling [NGDOMElement -setLine:] with incorrect signature.  Method has 
 v24@0:8q16, selector 
 has v20@0:8i16
 Calling [libxmlSAXLocator -lineNumber] with incorrect signature.  Method has 
 i16@0:8, selector 
 has q16@0:8
 

It seems you have compiled libobjc2 with debugging. Reinstall it without 
debugging
enabled and you get rid of them.

Sebastian

 
 sogo-2.0.4b
 
 rpm -qa | grep gnu
 libgnustep-objc2-1.7.0-alt2.git20130130
 gnustep-make-2.6.4-alt1.git20130301
 libgnutls26-2.12.21-alt1
 gnustep-dirs-1.0-alt2
 gnupg-1.4.13-alt1
 gnustep-base-1.24.4-alt1.git20130303
 libgnustep-base-1.24.4-alt1.git20130303
 
 rpm -qa | grep gcc
 libgcc1-4.7.2-alt7
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists 
 
 
 

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


Re: [SOGo] SOGo logs user out after 10 minutes

2011-03-02 Thread Kaz Walker

Thank you very much, that worked like a charm.
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGo logs user out after 10 minutes

2011-03-01 Thread kaz.walker
Hello, I'm having a problem with my SOGo installation, I'm using the iRedMail
email server suite  as the backend, and have configured SOGo to use it's LDAP.
Everything with the install is working fine, aside from the fact that every 10
minutes, users are asked to login again. The worst part is that SOGo will only
display the login page when a user clicks something, and it stops checking
email when on the inbox view, this makes things very confusing.

My .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
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyNGImap4DisableIMAP4Pooling/key
stringYES/string
keyNGUseUTF8AsURLEncoding/key
stringYES/string
keyOCSFolderInfoURL/key
   
stringmysql://sogo:MYSQL_PASS@localhost:3306/sogo/sogo_folder_info/string
keySOGoACLsSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoAuthenticationMethod/key
stringLDAP/string
keySOGoCalendarDefaultRoles/key
array
stringPublicViewer/string
/array
keySOGoDraftsFolderName/key
stringDrafts/string
keySOGoFoldersSendEMailNotifications/key
stringYES/string
keySOGoForceIMAPLoginWithEmail/key
stringYES/string
keySOGoForwardEnabeled/key
stringYES/string
keySOGoIMAPServer/key
stringlocalhost/string
keySOGoLDAPContactInfoAttribute/key
stringYES/string
keySOGoLanguage/key
stringEnglish/string
keySOGoMailDomain/key
stringslipline.ca/string
keySOGoMailListViewColumnsOrder/key
array
stringFlagged/string
stringAttachment/string
stringPriority/string
stringFrom/string
stringSubject/string
stringUnread/string
stringDate/string
stringSize/string
/array
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoOtherUsersFolderName/key
stringOther Users/string
keySOGoProfileURL/key
   
stringmysql://sogo:MYSQL_PASS@localhost:/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringlocalhost/string
keySOGoSentFolderName/key
stringSent/string
keySOGoSharedFolderName/key
stringShared Folders/string
keySOGoTimeZone/key
stringAmerica/Edmonton/string
keySOGoTrashFolderName/key
stringTrash/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringmail/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringo=domains,dc=slipline,dc=ca/string
keybindDN/key
stringcn=vmail,dc=slipline,dc=ca/string
keybindFields/key
stringmail/string
keybindPassword/key
stringLDAP_PASS/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringShared Address Book/string
keyhostname/key
string127.0.0.1/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
keyscope/key
stringsub/string
/dict
/array
keySOGoVacationEnabeled/key
stringYES/string
keyWOMessageUseUTF8/key
stringYES/string
keyWOParsersUseUTF8/key
stringYES/string
keyWOPort/key
string2/string
keyWOUseRelativeURLs/key
stringNO/string
/dict
/dict
/plist
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo logs user out after 10 minutes

2011-03-01 Thread Pascal Gienger

Em 02/03/11 07:58, kaz.wal...@slipline.ca escreveu:

Hello, I'm having a problem with my SOGo installation, I'm using the iRedMail
email server suite  as the backend, and have configured SOGo to use it's LDAP.


In your case:

# su - sogo
$ defaults write sogod OCSSessionsFolderURL 
mysql://sogo:MYSQL_PASS@localhost:3306/sogo/sogo_sessions_folder

$ exit
# service sogod restart

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