[SOGo] Problems changing LDAP port ...

2013-08-26 Thread steve_a
I'm trying to perform the prerequisites before installing Samba4 on a
functioning ZEG with Cyrus, SOGo 2.0.7 and OpenLDAP (on Ubuntu 12.04.2)

Pg. 5 [7] of Native Microsoft Outlook Configuration 2.0.7 states:

Note that if you install Samba 4 on a server that is already running a LDAP
service, you will
have to change to TCP port on which your LDAP server listens to. Samba 4 will
use the TCP port 389 and it can't be changed.

For example, with OpenLDAP, you can use the -h parameter for slapd to make it
listen on an
other TCP port.


'slapd' fails to restart after changing the port!

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389  0.0.0.0:*LISTEN 
1727/slapd  
tcp6   0  0 :::389  :::*LISTEN 
1727/slapd  

adam@sogo:~$ sudo slapd -h ldap://localhost:10389

adam@sogo:~$ sudo service slapd restart
 * Stopping OpenLDAP slapd
[ OK ] 
 * Starting OpenLDAP slapd 
[fail] 

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389  0.0.0.0:*LISTEN 
1727/slapd  
tcp6   0  0 :::389  :::*LISTEN 
1727/slapd 

Is 'sudo slapd -h ldap://localhost:10389' correct?  What about 'ldaps:' and
'ldapi:?'

What else might be keeping 'slpad' from restarting?  Thanks.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Unable to change LDAP port ....

2013-08-26 Thread Steve Ankeny

Pg. 5 [7] of Native Microsoft Outlook Configuration 2.0.7:

Note that if you install Samba 4 on a server that is already running a 
LDAP service, you will
have to change to TCP port on which your LDAP server listens to. Samba 4 
will use the TCP port

389 and it can't be changed.

For example, with OpenLDAP, you can use the -h parameter for slapd to 
make it listen on an

other TCP port.

It's not working on my ZEG

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389 0.0.0.0:* LISTEN  
1672/slapd
tcp6   0  0 :::389  :::*  
LISTEN  1672/slapd


adam@sogo:~$ sudo slapd -h ldap://localhost:10389

adam@sogo:~$ sudo service slapd restart
 * Stopping OpenLDAP slapd [ OK ]
 * Starting OpenLDAP slapd [fail]

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389 0.0.0.0:* LISTEN  
1672/slapd
tcp6   0  0 :::389  :::*  
LISTEN  1672/slapd


I get the same results if I use 'sudo -i' as 'root' or if I use 
'127.0.0.1' (or any other host alias)


_I see the problem!_  OpenLDAP is not restarting after I change the port.

When I reboot, it retains the default port of '389' (because nothing is 
changed)


What is keeping the port from changing or OpenLDAP from restarting with 
the new port?


Or, should I be including 'ldaps://' and 'ldapi://' when I don't see 
them in the port scan?


Thanks!  I'm searching the internet but LDAP can be a bear to understand!

How can I query LDAP to see what's actually running on my server?

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

Re: [SOGo] Segfault on Gentoo / 2.0.3 and 2.0.7

2013-08-26 Thread Jean Raby

On 13-08-25 9:00 PM, Hannes Erven wrote:

Program received signal SIGABRT, Aborted.
0xe424 in __kernel_vsyscall ()
(gdb) bt
#0  0xe424 in __kernel_vsyscall ()
#1  0xb72856d9 in raise () from /lib/libc.so.6
#2  0xb7286c53 in abort () from /lib/libc.so.6
#3  0xb759ba14 in ?? () from /usr/lib/libgnustep-base.so.1.24
#4  0xb740bde8 in objc_msg_lookup () from
/usr/lib/gcc/i686-pc-linux-gnu/4.5.4/libobjc.so.2
#5  0x80002ccc in main ()



I then tried manually compiling the latest sogo/sope 2.0.7 from the tarballs and
gnustep-base 1.24.5 , which resulted again in a different
but still a segfault on startup:

#1 0xb79f615f in GSToUnicode
(no more details from gdb)

And in dmesg:
[kernel] sogod[1782]: segfault at bf2f0e9c ip b717e15f sp bf2f0ea0 error
6 in libgnustep-base.so.1.24.5[b6ec1000+3a2000]

This is strange.  Can you try starting GDB/sogo with the following arguments:
gdb --args /usr/sbin/sogod -WOUseWatchDog NO -WONoDetach YES -WOPort 2 
-WOWorkersCount 1 -WOLogFile - -WOPidFile /tmp/sogo.pid


and then set breakpoints on [NSException raise]  and 'abort'

(see http://www.sogo.nu/english/nc/support/faq/article/how-do-i-debug-sogo.html)

Hopefully we'll get a better backtrace with this.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problems changing LDAP port ...

2013-08-26 Thread Szládovics Péter

2013-08-26 11:22 keltezéssel, stev...@cinergymetro.net írta:

I'm trying to perform the prerequisites before installing Samba4 on a
functioning ZEG with Cyrus, SOGo 2.0.7 and OpenLDAP (on Ubuntu 12.04.2)

Pg. 5 [7] of Native Microsoft Outlook Configuration 2.0.7 states:

Note that if you install Samba 4 on a server that is already running a LDAP
service, you will
have to change to TCP port on which your LDAP server listens to. Samba 4 will
use the TCP port 389 and it can't be changed.

For example, with OpenLDAP, you can use the -h parameter for slapd to make it
listen on an
other TCP port.


'slapd' fails to restart after changing the port!

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389  0.0.0.0:*LISTEN   
1727/slapd  
tcp6   0  0 :::389  :::*LISTEN
1727/slapd  

adam@sogo:~$ sudo slapd -h ldap://localhost:10389

adam@sogo:~$ sudo service slapd restart
  * Stopping OpenLDAP slapd 
[ OK ]
  * Starting OpenLDAP slapd 
[fail]

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389  0.0.0.0:*LISTEN   
1727/slapd  
tcp6   0  0 :::389  :::*LISTEN
1727/slapd

Is 'sudo slapd -h ldap://localhost:10389' correct?  What about 'ldaps:' and
'ldapi:?'

What else might be keeping 'slpad' from restarting?  Thanks.


Dear Steve,

You didn't change the default slapd port. Try to change it in the 
/etc/default/slapd.

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

Re: [SOGo] Problem with outlook conector

2013-08-26 Thread Christian Mack
Hello javier.marin.reyes

Am 2013-08-23 08:18, schrieb javier.marin.re...@gmail.com:
 Hello,
 I installed and configured outlook with Sogo and everything works fine, but
 when time passes outlook disconnects and I can not reconnect. I tried to
 restart my server and reconnect outlook, but after some time off again.
 Connect only with outlook fails, the rest works perfectly.
 

There was athread about that problem before on this list.
AFAIK this shall be fixed in SOGo 2.1.0.


Perhaps you should check the bug tracker too:
http://www.sogo.nu/bugs


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with outlook conector

2013-08-26 Thread Szládovics Péter

2013-08-26 13:44 keltezéssel, Christian Mack írta:

Hello javier.marin.reyes

Am 2013-08-23 08:18, schrieb javier.marin.re...@gmail.com:

Hello,
I installed and configured outlook with Sogo and everything works fine, but
when time passes outlook disconnects and I can not reconnect. I tried to
restart my server and reconnect outlook, but after some time off again.
Connect only with outlook fails, the rest works perfectly.


There was athread about that problem before on this list.
AFAIK this shall be fixed in SOGo 2.1.0.


Perhaps you should check the bug tracker too:
http://www.sogo.nu/bugs


BTW SOGo 2.1.0

Does anyone know the planned release date?
Samba4 packages will be freshed too in the Inverse's repository (there 
are Samba v4.0.1 binaries, but Samba v4.0.9 has been released yet)?

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


[SOGo] BlackBerry 10 native Caldav and SOGo

2013-08-26 Thread Federico Alberto Sayd

Hello list:

One of our users have a BlackBerry Z10 with the new BlackBerry 10 OS. 
This OS have native caldav and cardav support. I tried with the url 
https://mysogo.com/SOGo/dav/user but the phone refused to connect with 
SOGo. I didn't have time to test the phone and compare logs (The user 
needed to use his phone).


That is why  I ask if anybody could sync BlackBerry 10 with SOGo?

Any answer and experience are most that welcome

Thanks

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


Re: [SOGo] BlackBerry 10 native Caldav and SOGo

2013-08-26 Thread Jean Raby

On 13-08-26 1:24 PM, Federico Alberto Sayd wrote:

Any answer and experience are most that welcome
Since we didn't have a chance to test this nwe phone with SOGo, logfiles and any 
errors on the sogo side would be most welcome :)

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


Re: [SOGo] BlackBerry 10 native Caldav and SOGo

2013-08-26 Thread mayak-cq
hi federico,

i'd bet a nickel that you have a self signed certificate ... if so, this
_may_  be causing you grief.

cheers

m

On Mon, 2013-08-26 at 14:24 -0300, Federico Alberto Sayd wrote:

 Hello list:
 
 One of our users have a BlackBerry Z10 with the new BlackBerry 10 OS. 
 This OS have native caldav and cardav support. I tried with the url 
 https://mysogo.com/SOGo/dav/user but the phone refused to connect with 
 SOGo. I didn't have time to test the phone and compare logs (The user 
 needed to use his phone).
 
 That is why  I ask if anybody could sync BlackBerry 10 with SOGo?
 
 Any answer and experience are most that welcome
 
 Thanks
 
 Federico


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

Re: Re: [SOGo] SOGo Slackware

2013-08-26 Thread mattcroth
I was curious if you ever got SOGo up and running on Slackware and if you could
share the slackbuild scripts?

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


[SOGo] BTS activities for Monday, August 26 2013

2013-08-26 Thread SOGo reporter
Title: BTS activities for Monday, August 26 2013





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2402
	2013-08-26 10:01:35
	updated (open)
	Backend General
	HTML entities in subjects of event invitations
	
	  
	
2401
	2013-08-26 09:00:39
	resolved (fixed)
	Web Mail
	Missing SOGoMail Forward and Reply .wo files for Finnish (Suomi) language