Re: [SOGo] Ubuntu 12.04 LTS samba 4 (From Inverse) domain provision - Error loading module acl_xattr.so

2013-02-11 Thread Netwo Dist
I thought this installation is tested to work as sogo install docs say? It
all means I can not use your software, can  :(


On Sun, Feb 10, 2013 at 11:45 PM, Jean Raby jr...@inverse.ca wrote:

 On 13-02-10 6:13 PM, Netwo Dist wrote:
  Okay, thank you, thats shall sort smbclient issue.
  But how about the more important one above with acl_xattr.so ?
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696838
 
 
 
  On Sun, Feb 10, 2013 at 3:56 PM, Jean Raby jr...@inverse.ca
  mailto:jr...@inverse.ca wrote:
 
  On 13-02-09 2:06 PM, Netwo Dist wrote:
   Please help me, I am stuck and I believe there are more users
  stuck with
   this.
 
  Look for smbclient4 in the samba4-clients package.
  also: http://sogo.nu/bugs/view.php?id=2176
 
  --
  Jean Raby
  jr...@inverse.ca mailto:jr...@inverse.ca  ::  +1.514.447.4918
  tel:%2B1.514.447.4918 (x120) ::  www.inverse.ca
  http://www.inverse.ca
  Inverse inc. :: Leaders behind SOGo (www.sogo.nu
  http://www.sogo.nu) and PacketFence
  (www.packetfence.org http://www.packetfence.org)
  --
  users@sogo.nu mailto:users@sogo.nu
  https://inverse.ca/sogo/lists
 
 


 --
 Jean Raby
 jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
 Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence
 (www.packetfence.org)
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] samba dies with outlook 2012 [and 2010]

2013-02-11 Thread Ludovic Marcotte

On 11/02/13 08:53, Gerhard W. Recher (privat) wrote:

any chance to shed some ligth on this without invoking debugger ?

No.

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

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


Re: [SOGo] samba dies with outlook 2012 [and 2010]

2013-02-11 Thread Gerhard W. Recher (privat)
Am 11.02.2013 14:58, schrieb Ludovic Marcotte:
 On 11/02/13 08:53, Gerhard W. Recher (privat) wrote:
 any chance to shed some ligth on this without invoking debugger ?
 No.

so shall i debug sugod or samba ?



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


Re: [SOGo] SOGo 2.0.4 Memcache Errors on Debian Squeeze

2013-02-11 Thread Jean Raby
On 13-02-11 5:20 AM, Valentin Bud wrote:
 Hello World,
 
 I have installed SOGo on Debian Squeeze (again), following the
 online documentation. I will summarize the steps:
 
 1. Add sogo to /etc/apt/sources.list and get the public key,
 
 2. apt-get update,
 
 3. apt-get install sogo memcached apache2 
 
 4. a2enmod rewrite proxy proxy_http headers
 
 5. mkdir /etc/sogo ; touch /etc/sogo/sogo.conf ; chown -R sogo:root
 /etc/sogo
 
 6. Uncommented `-vv' from /etc/memcached.conf for greater verbosity,
 
 7. Configured sogo as follows:
 
 /etc/sogo/sogo.conf
 ===
 ```
 {
 OCSFolderInfoURL =
 mysql://databus_pro_sogo:pass@172.16.17.36:3306/databus_pro_sogo/sogo_folder_info;
 OCSSessionsFolderURL =
 mysql://databus_pro_sogo:pass@172.16.17.36:3306/databus_pro_sogo/sogo_sessions_folder;
 SOGoACLsSendEMailNotifications = YES;
 SOGoAppointmentSendEMailNotifications = YES;
 SOGoDebugRequests = YES;
 SOGoDraftsFolderName = Drafts;
 SOGoEnableDomainBasedUID = YES;
 SOGoFirstDayOfWeek = 1;
 SOGoFoldersSendEMailNotifications = YES;
 SOGoForceExternalLoginWithEmail = YES;
 SOGoIMAPServer = imap://172.16.17.38:143;
 SOGoLanguage = English;
 SOGoLoginModule = Mail;
 SOGoMailDomain = databus.pro;
 SOGoMailMessageCheck = every_2_minutes;
 SOGoMailShowSubscribedFoldersOnly = YES;
 SOGoMailingMechanism = smtp;
 SOGoMemcachedHost = 127.0.0.1:11211;
 SOGoPageTitle = SOGo;
 SOGoProfileURL =
 mysql://databus_pro_sogo:pass@172.16.17.36:3306/databus_pro_sogo/sogo_user_profile;
 SOGoSMTPServer = 172.16.17.28;
 SOGoSQLUserProfileURL =
 mysql://databus_pro_sogo:pass@172.16.17.36:3306/databus_pro_sogo/sogo_user_profile;
 SOGoSentFolderName = Sent;
 SOGoSieveServer = sieve://172.16.17.38:4190;
 SOGoSupportedLanguages = (
 English
 );
 SOGoTimeZone = Europe/Berlin;
 SOGoTrashFolderName = Trash;
 SOGoUserSources = (
 {
 CNFieldName = cn;
 IDFieldName = cn;
 IMAPHostFieldName = gosaMailServer;
 UIDFieldName = cn;
 baseDN = ou=people,dc=databus,dc=pro;
 bindDN = cn=SOGo SYSTEM,ou=people,dc=databus,dc=pro;
 bindFields = mail;
This doesn't look right, bindFields is an array, so :
  bindFields = (mail);
 bindPassword = pass;
 canAuthenticate = YES;
 filter = (objectClass=person);
 hostname = ldap://172.16.17.20:389;;
 id = public;
 isAddressBook = NO;
 scope = sub;
 }
 );
 }
 ```
 
 I can login to the web interface just fine after the configuration so
 the above works as far as I am concerned.
 
 The problem I see are some errors regarding memchaced. I'll post the
 sogo.log and memchached.log entrie when doing a login action.
 
 sogo.log
 
 ```
 Feb 11 11:15:45 sogod [4308]: |SOGo| starting method 'POST' on uri
 '/SOGo/connect'
 Feb 11 11:15:45 sogod [4308]: SOGoRootPage successful login for user
 'valen...@databus.pro' - expire = -1  grace = -1
 Feb 11 11:15:45 sogod [4308]: 0x0x7f4d7395c8a0[SOGoCache] an error
 occurred when caching value for key 'Valentin Bud+attributes': CLIENT
 ERROR
 Feb 11 11:15:45 sogod [4308]: 0x0x7f4d7395c8a0[SOGoCache] an error
 occurred when caching value for key 'Valentin
 b...@databus.pro+attributes': CLIENT ERROR
snip

 memcached.log
 =
 ```
 28 get valen...@databus.pro+attributes
 28 sending key valen...@databus.pro+attributes
 28 END
 28 set session:c7vgF6LWbGA0oCS4hnkGKQ== 0 300 216
 28 STORED
 28 get Valentin Bud+attributes
 28 END
 28 set Valentin Bud+attributes 0 300 262
 28 CLIENT_ERROR bad command line format
 28 {c_uid: Valentin Bud, MailAccess: 1, emails:
 [valen...@databus.pro, Valentin b...@databus.pro], cn: Valentin
 Bud, c_imaphostname: imap.databus.pro, SOGoSource: public,
 c_domain: , c_email: valen...@databus.pro, CalendarAccess: 1}
 28 ERROR
 28 connection closed.
snip
 
 The memcached.log is full of `CLIENT_ERROR` bad command line format like
 the ones above. I don't think it's worth posting all of them here.
 
 Is there something wrong with my configuration? Could you please be so
 kind in pointing me in the right direction on how to solve this errors?
 
I think the errors come from the fact that sogo is trying to set a key
containing a space: Valentin Bud. That is probably not supported by
memcached.

You could probably work around this limitation by using an attribute
other than 'CN' as the UIDFieldName.
This is highly dependent on your LDAP schema/attribute used, so I can't
help you more than that without seeing an actual LDAP entry.

Hope this helps.
 Thank you. Cheers and Goodwill,
 Valentin Bud
 


-- 
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence
(www.packetfence.org)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] samba dies with outlook 2012 [and 2010]

2013-02-11 Thread Ludovic Marcotte

On 11/02/13 09:18, Gerhard W. Recher (privat) wrote:

so shall i debug sugod or samba ?

samba - see the debugging instructions I posted a few days ago.

Thanks!

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

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


Re: [SOGo] samba dies with outlook 2012 [and 2010]

2013-02-11 Thread Gerhard W. Recher (privat)
Am 11.02.2013 14:58, schrieb Ludovic Marcotte:
 On 11/02/13 08:53, Gerhard W. Recher (privat) wrote:
 any chance to shed some ligth on this without invoking debugger ?
 No.

no luck to get this work
I installed  dbg packes according to your faq...
http://www.sogo.nu/english/nc/support/faq/article/how-do-i-debug-sogo.html

i use these sources:


cat /etc/apt/sources.list
#
deb http://ftp-stud.hs-esslingen.de/debian/ squeeze main non-free contrib
deb-src http://ftp-stud.hs-esslingen.de/debian/ squeeze main non-free
contrib

deb http://security.debian.org/ squeeze/updates main non-free contrib
deb-src http://security.debian.org/ squeeze/updates main non-free contrib

deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
deb http://packages.dotdeb.org squeeze-php54 all
deb-src http://packages.dotdeb.org squeeze-php54 all


# squeeze-updates, previously known as 'volatile'
deb http://ftp-stud.hs-esslingen.de/debian/ squeeze-updates main contrib
non-free
deb-src http://ftp-stud.hs-esslingen.de/debian/ squeeze-updates main
contrib non-free

#ogo
deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.1 main
deb http://inverse.ca/debian-nightly squeeze squeeze
deb http://backports.debian.org/debian-backports squeeze-backports main



result of debugger:



 su sogo
sogo@sogo:/root$ gdb --args /usr/sbin/sogod -WOUseWatchDog NO
-WONoDetach YES -WOPort 2 -WOWorkersCount 1 -WOLogFile - -WOPidFile
/tmp/sogo.pid
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...

warning: The current binary is a PIE (Position Independent Executable),
which
GDB does NOT currently support.  Most debugger features will fail if used
in this session.

Reading symbols from /usr/sbin/sogod...Reading symbols from
/usr/lib/debug/usr/sbin/sogod...done.
(no debugging symbols found)...done.
(gdb) c
The program is not being run.
(gdb) quit

dpkg --list sogo*
||/ Name   Version   
Beschreibung
+++-==-==-
ii  sogo   2.0.0.20130211-1   a
modern and scalable groupware
ii  sogo-dbg   2.0.0.20130211-1   a
modern and scalable groupware - debugging symbols
ii  sogo-openchange2.0.0.20130211-1   a
modern and scalable groupware - OpenChange backend

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


Re: [SOGo] samba dies with outlook 2012 [and 2010]

2013-02-11 Thread Gerhard W. Recher (privat)
Am 11.02.2013 15:18, schrieb Ludovic Marcotte:
 On 11/02/13 09:18, Gerhard W. Recher (privat) wrote:
 so shall i debug sugod or samba ?
 samba - see the debugging instructions I posted a few days ago.

 Thanks!

I see no debug package for samba4


 apt-cache search samba4
libsamba-hostconfig-dev - Samba host configuration library - development
files
libsamba-hostconfig0 - Samba host configuration library
samba4 - SMB/CIFS file, NT domain and active directory server (version 4)
samba4-clients - client utilities from Samba 4
samba4-common-bin - Samba 4 common files used by both the server and the
client
samba4-dev - tools for extending Samba
samba4-testsuite - test suite from Samba 4
root@sogo:~#

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


Re: [SOGo] How to import settings from GNUStep to sogo.conf

2013-02-11 Thread Sean M. Pappalardo

Hello.

Thank you for the information, but I'm having problems getting SOGo to 
read my config file. It just replies with the not-helpful Contents of 
file '/etc/sogo/sogo.conf' does not contain a dictionary


Since my config is long, how can I get it to tell me what line of the 
config file it doesn't like? Do we need semicolons after each directive? 
After each close parenthesis? After each close brace?


Through trial and error, I found so far that it doesn't seem to like 
quotes and the ?tls=YES in a URL throws it off, but it still has 
problems with my 95-line config. (Trial and error is an extremely 
frustrating way to troubleshoot.)


Thanks for your time.

Sincerely,
Sean M. Pappalardo
Sr. Networks Engineer
Renegade Technologies
spappala...@renegadetech.com
Office: (630) 631-6188
http://www.renegadetech.com



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] BTS activities for Monday, February 11 2013

2013-02-11 Thread SOGo reporter
Title: BTS activities for Monday, February 11 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, February 11 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2239
	2013-02-11 08:35:27
	updated (open)
	i18n
	Parameter $Summary translated to Danish = no Summary shown
	
	  
	
2238
	2013-02-11 08:38:12
	updated (open)
	Web Calendar
	an appointment shows up on 2 days in "day" view in the calender.
	
	  
	
  
  




Re: [SOGo] Address Book empty in Thunderbird

2013-02-11 Thread Stephen Ingram
On Sun, Feb 10, 2013 at 11:19 PM, Valentin Bud valentin@gmail.comwrote:

 Hello World,

 Thank you Stephen for your answer.

 On Tue, Feb 05, 2013 at 09:17:01AM -0800, Stephen Ingram wrote:
  On Tue, Feb 5, 2013 at 12:50 AM, Valentin Bud valentin@gmail.com
 wrote:
 
   Hello World,
  
   I have managed to install a SOGo deployment on Debian Squeeze using
   inverse's repositories. Fairly easy to setup if you follow the docs.
  
   I have also installed Thunderbird ESR [1] on my computer. Following the
   docs I have installed SOGo Connector Thunderbird extensions. I have
   modified and and installed SOGo Integrator Thunderbird extensions.
 After
   doing this I can see the `Test` address book created using the web
   frontend.
  
 
  Just to clarify, are you saying that you are creating a new address book
  named 'Test' besides the default 'Personal Address Book' that is created
 by
  default? Does the 'Test' address book appear in Thunderbird, but not the
  test contact inside?

 Yes, exactly, I have created the 'Test' address book on the web
 interface, besides 'Personal Address Book'. And yes the address book
 appears in Thunderbird but not the 'test' contact inside.


Does it work (sync to Thunderbird) f you try creating a contact inside the
default Personal Address Book in the Web interface?


 
   I have added a card to that address book using the web
   frontend. I expected to see that card in Thunderbird but it doesn't. I
   have also tried to synchronize the address book using right click on
 the
   address book and click Synchronize. That doesn't work either and no
   traffic in the SOGo log.
  
 
  If there is no traffic shown in the SOGo logs, this typically means there
  is no communication between Thunderbird and SOGo. You might check the
 Error
  Console inside Thunderbird to see what is reported.

 When I open Thunderbird the following errors pop up in the error
 console. I feel I must specify that the errors pop up after I go to
 'Address Book' not before.

 ```
 Timestamp: 2/11/13 9:06:03 AM
 Error: An error occurred updating the cmd_delete command: [Exception...
 '[JavaScript Error: cards[i] is null {file:
 chrome://messenger/content/addressbook/abResultsPane.js line: 124}]'
 when calling method: [nsIController::isCommandEnabled]  nsresult:
 0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)  location: JS
 frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand ::
 line 59  data: yes]
 Source File: chrome://global/content/globalOverlay.js
 Line: 65
 ```

 ```
 Timestamp: 2/11/13 9:06:03 AM
 Error: An error occurred updating the cmd_chatWithCard command:
 [Exception... '[JavaScript Error: selectedCard is null {file:
 chrome://messenger/content/addressbook/addressbook.js line: 771}]'
 when calling method: [nsIController::isCommandEnabled]  nsresult:
 0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)  location: JS
 frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand ::
 line 59  data: yes]
 Source File: chrome://global/content/globalOverlay.js
 Line: 65


This looks like the extensions did not install correctly, but can't say for
sure. This is really difficult to debug remotely.


 The following appear in the Apache access.log and sogo.log:

 Apache access.log
 =
 ```
 172.16.19.6 - - [11/Feb/2013:08:05:25 +0100] PROPFIND
 /SOGo/dav/valentin%40databus.pro/Calendar/personal/ HTTP/1.1 401 332
 - Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0)
 Gecko/20130107 Thunderbird/17.0.2 Lightning/1.9
 172.16.19.6 - - [11/Feb/2013:08:05:26 +0100] PROPFIND
 /SOGo/dav/valentin%40databus.pro/Calendar/personal/ HTTP/1.1 207 912
 - Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0)
 Gecko/20130107 Thunderbird/17.0.2 Lightning/1.9
 172.16.19.6 - - [11/Feb/2013:08:05:26 +0100] GET
 /plugins/updates.php?plugin=sogo-integra...@inverse.ca
 version=0.00platform=Darwin_x86_64-gcc3
 HTTP/1.1 404 516 - Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8;
 rv:17.0) Gecko/20130107 Thunderbird/17.0.2 Lightning/1.9


Note the HTTP 404 error. You likely don't have your updates.php file setup
correctly. Make sure and check the Customization section on page 6 of the
Thunderbird Configuration manual.

...snip...

sogo.log
 
 ```
 Feb 11 08:05:25 sogod [26791]: |SOGo| starting method 'PROPFIND' on uri
 '/SOGo/dav/valen...@databus.pro/Calendar/personal/'
 Feb 11 08:05:25 sogod [26791]: 0x0x7fd6b0a1c6d0[SOGoCache] an error
 occurred when caching value for key 'Valentin Bud+attributes': CLIENT
 ERROR
 Feb 11 08:05:25 sogod [26791]: 0x0x7fd6b0a1c6d0[SOGoCache] an error
 occurred when caching value for key 'Valentin
 b...@databus.pro+attributes': CLIENT ERROR


...snip...


 If I hit the 'Synchronize' button on the Address Book 'Test' I see
 nothing neither in Thunderbird's Error Console nor Apache logs nor SOGo
 logs.

 I think there is an error with memcache and SOGo not caching entries,
 but that's a topic for another thread. Do you think that these are