Re: [SOGo] Funambol-SyncML+Android

2011-01-04 Thread André Schild

Hello Martin,

just tested that one:

- The contacts sync
- The android app closes when trying to sync my calendar

André

Am 02.01.2011 03:30, schrieb Martin Lehmann:

Hi,

there's a great news for everybody using an Android-powered mobile 
device and who wasn't apple to sync calendars with SOGo until now.


Under
https://android-client.forge.funambol.org/servlets/ProjectDocumentList?folderID=81expandFolder=81folderID=0 

you can find the 1st version of Funambol-Sync for Android which is 
able to sync calendarscontacts and has an editable URI (for sogo-cal 
and sogo-card).


This is a free alternative for the commercial SyncML-Client from 
Synthesis.


Have fun,
Martin


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


Re: [SOGo] Thunderbird Fetching Wrong Certificates After Update to1.3.4

2011-01-04 Thread Asai
I'm using SOGo integrator for Windows 3.104 along with the corresponding 
Connector and Lightning.


Here's extensions.rdf:
?xml version=1.0?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:isi=http://inverse.ca/sogo-integrator/;
  xmlns:em=http://www.mozilla.org/2004/em-rdf#;
  xmlns:NC=http://home.netscape.com/NC-rdf#;
Seq about=http://inverse.ca/sogo-integrator/extensions;

isi:updateURL=http://globlchangemultimedia.net/sogoscripts/updates.php?plugin=%ITEM_ID%amp;version=%ITEM_VERSION%amp;platform=%PLATFORM%;

li
Description
em:id=sogo-integra...@inverse.ca
em:name=SOGo Integrator/
/li
li
Description
em:id=sogo-connec...@inverse.ca
em:name=SOGo Connector/
/li
/Seq
/RDF

Here's updates.php:
?php


/* This script handles the automatic propagation of extensions 
pertaining to a

   SOGo site */
$plugins
= array( sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 0.97,
   filename = sogo-connector-0.97.xpi ),
 sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 0.97,
   filename = sogo-integrator-0.97-gcmm.xpi ),
 {3550f703-e582-4d05-9a08-453d09bdfdc6}
 = array( application = thunderbird,
   version = 0.9.7,
   filename = lightning-0.9.7.xpi ));

$applications
= array( thunderbird = 
em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}/em:id

em:minVersion1.5/em:minVersion
em:maxVersion2.0.*/em:maxVersion,
 firefox = em:id{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/em:id
em:minVersion1.5/em:minVersion
em:maxVersion2.0.*/em:maxVersion );

$pluginname = $HTTP_GET_VARS[plugin];
$plugin = $plugins[$pluginname];
$application = $applications[$plugin[application]];

if ( $plugin ) {
  $platform = $HTTP_GET_VARS[platform];
  if ( $platform
 file_exists( $platform . / . $plugin[filename] ) ) {
$plugin[filename] = $platform . / . $plugin[filename];
  }
  elseif ( !file_exists( $plugin[filename] ) ) {
$plugin = false;
  }
}

if ( $plugin ) {
  header(Content-type: text/xml; charset=utf-8);
  echo ('?xml version=1.0?' . \n);
?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:em=http://www.mozilla.org/2004/em-rdf#;
Description about=urn:mozilla:extension:?= $pluginname ?
em:updates
Seq
li
Description
em:version?= $plugin[version] ?/em:version
em:targetApplication
Description?= $applications[$plugin[application]] ?
em:updateLinkhttp://globalchangemultimedia.net/sogoscripts?= 
$plugin[filename] ?/em:updateLink

/Description
/em:targetApplication
/Description
/li
/Seq
/em:updates
/Description
/RDF
?php
} else {
  header(Content-type: text/plain; charset=utf-8, true, 404);
  echo( 'Plugin not found' );
}


--asai


On 12/31/2010 11:23 AM, Ludovic Marcotte wrote:

If you use SOGo Integrator, provide your extension.rdf file and your 
updates.php.

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


Re: [SOGo] Thunderbird Fetching Wrong Certificates After Update to1.3.4

2011-01-04 Thread Ludovic Marcotte

On 11-01-04 10:48 AM, Asai wrote:
I'm using SOGo integrator for Windows 3.104 along with the 
corresponding Connector and Lightning.

Your configuration seems a bit weird - see below.


Here's extensions.rdf:
?xml version=1.0?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:isi=http://inverse.ca/sogo-integrator/;
  xmlns:em=http://www.mozilla.org/2004/em-rdf#;
  xmlns:NC=http://home.netscape.com/NC-rdf#;
Seq about=http://inverse.ca/sogo-integrator/extensions;

isi:updateURL=http://globlchangemultimedia.net/sogoscripts/updates.php?plugin=%ITEM_ID%amp;version=%ITEM_VERSION%amp;platform=%PLATFORM%;

Don't you have a typo here? globlchangemultimedia - globalchangemultimedia

li
Description
em:id=sogo-integra...@inverse.ca
em:name=SOGo Integrator/
/li
li
Description
em:id=sogo-connec...@inverse.ca
em:name=SOGo Connector/
/li
/Seq
/RDF

Here's updates.php:
?php


/* This script handles the automatic propagation of extensions 
pertaining to a

   SOGo site */
$plugins
= array( sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 0.97,
   filename = sogo-connector-0.97.xpi ),
 sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 0.97,
   filename = sogo-integrator-0.97-gcmm.xpi ),
 {3550f703-e582-4d05-9a08-453d09bdfdc6}
 = array( application = thunderbird,
   version = 0.9.7,
   filename = lightning-0.9.7.xpi ));


Why are you using Thunderbird 3.1 but pushing TB2 extensions?

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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


[SOGo] write access on global address book

2011-01-04 Thread andrea
I've recently setup SOGo and it's running perfectly, only later to find out
that  global address book is not writeable from the web interface or TB. 

I've tried both SQL and LDAP in SOGoUserSources, to no avail. I'm suspecting
the way groupDAV is configured in SOGo, but i'm not sure. Can anyone shed some
light on this matter? Is it possible to implement read/write feature on global
address book entries?

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


Re: [SOGo] Thunderbird Fetching Wrong Certificates After Update to1.3.4

2011-01-04 Thread Asai
OK, I have fixed those issues, thanks for catching that, it always helps 
to have another pair of eyes when your own are tired.  But the problem 
still persists, although I've uninstalled and reinstalled all extensions 
twice.  It's still trying to connect via port 443.  Could this be a 
caching problem with Thunderbird?


--asai


On 1/4/2011 9:04 AM, Ludovic Marcotte wrote:

On 11-01-04 10:48 AM, Asai wrote:
I'm using SOGo integrator for Windows 3.104 along with the 
corresponding Connector and Lightning.

Your configuration seems a bit weird - see below.


Here's extensions.rdf:
?xml version=1.0?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:isi=http://inverse.ca/sogo-integrator/;
  xmlns:em=http://www.mozilla.org/2004/em-rdf#;
  xmlns:NC=http://home.netscape.com/NC-rdf#;
Seq about=http://inverse.ca/sogo-integrator/extensions;

isi:updateURL=http://globlchangemultimedia.net/sogoscripts/updates.php?plugin=%ITEM_ID%amp;version=%ITEM_VERSION%amp;platform=%PLATFORM%;
Don't you have a typo here? globlchangemultimedia - 
globalchangemultimedia

li
Description
em:id=sogo-integra...@inverse.ca
em:name=SOGo Integrator/
/li
li
Description
em:id=sogo-connec...@inverse.ca
em:name=SOGo Connector/
/li
/Seq
/RDF

Here's updates.php:
?php


/* This script handles the automatic propagation of extensions 
pertaining to a

   SOGo site */
$plugins
= array( sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 0.97,
   filename = sogo-connector-0.97.xpi ),
 sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 0.97,
   filename = sogo-integrator-0.97-gcmm.xpi ),
 {3550f703-e582-4d05-9a08-453d09bdfdc6}
 = array( application = thunderbird,
   version = 0.9.7,
   filename = lightning-0.9.7.xpi ));


Why are you using Thunderbird 3.1 but pushing TB2 extensions?


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


Re: [SOGo] Thunderbird Fetching Wrong Certificates After Update to1.3.4

2011-01-04 Thread Ludovic Marcotte

On 11-01-04 12:19 PM, Asai wrote:
OK, I have fixed those issues, thanks for catching that, it always 
helps to have another pair of eyes when your own are tired.  But the 
problem still persists, although I've uninstalled and reinstalled all 
extensions twice.  It's still trying to connect via port 443.  Could 
this be a caching problem with Thunderbird?
Look at your calendar/address book URLs and if you see https:, delete 
those. If those are your personal calendar/address book, disable SOGo 
Integrator, restart Thunderbird, remove them, reenable SOGo Integrator, 
restart Thunderbird.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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] Thunderbird Fetching Wrong Certificates After Update to1.3.4

2011-01-04 Thread Martin Rabl

Hi,

try a look into (your) Thunderbirds Profile-Dir, look for the file 
prefs.js - here are all configurations stored - unfortenately the old 
ones (after deleting the Addons), too.


Greetings,
  Martin

Am 04.01.2011 18:19, schrieb Asai:

OK, I have fixed those issues, thanks for catching that, it always helps
to have another pair of eyes when your own are tired. But the problem
still persists, although I've uninstalled and reinstalled all extensions
twice. It's still trying to connect via port 443. Could this be a
caching problem with Thunderbird?

--asai


On 1/4/2011 9:04 AM, Ludovic Marcotte wrote:

On 11-01-04 10:48 AM, Asai wrote:

I'm using SOGo integrator for Windows 3.104 along with the
corresponding Connector and Lightning.

Your configuration seems a bit weird - see below.


Here's extensions.rdf:
?xml version=1.0?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
xmlns:isi=http://inverse.ca/sogo-integrator/;
xmlns:em=http://www.mozilla.org/2004/em-rdf#;
xmlns:NC=http://home.netscape.com/NC-rdf#;
Seq about=http://inverse.ca/sogo-integrator/extensions;
isi:updateURL=http://globlchangemultimedia.net/sogoscripts/updates.php?plugin=%ITEM_ID%amp;version=%ITEM_VERSION%amp;platform=%PLATFORM%;


Don't you have a typo here? globlchangemultimedia -
globalchangemultimedia

li
Description
em:id=sogo-integra...@inverse.ca
em:name=SOGo Integrator/
/li
li
Description
em:id=sogo-connec...@inverse.ca
em:name=SOGo Connector/
/li
/Seq
/RDF

Here's updates.php:
?php


/* This script handles the automatic propagation of extensions
pertaining to a
SOGo site */
$plugins
= array( sogo-connec...@inverse.ca
= array( application = thunderbird,
version = 0.97,
filename = sogo-connector-0.97.xpi ),
sogo-integra...@inverse.ca
= array( application = thunderbird,
version = 0.97,
filename = sogo-integrator-0.97-gcmm.xpi ),
{3550f703-e582-4d05-9a08-453d09bdfdc6}
= array( application = thunderbird,
version = 0.9.7,
filename = lightning-0.9.7.xpi ));


Why are you using Thunderbird 3.1 but pushing TB2 extensions?




--
Viele Grüße,

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


Re: [SOGo] Question Regarding Attendees

2011-01-04 Thread Stuart Sheldon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Some More Info...

This issue appears to only effect Linux Debian and Ubuntu. I have tested
and verified that the status indicator icons appear properly in the
Windows version.

My testing is limited to 64bit Debian, and 32bit Ubuntu, as all our
office systems run Squeeze 64bit, and my laptop runs 32bit Ubuntu.

Sorry for not bringing this fact out sooner. Please advise on any
additional steps you would like us to do to test this further.

Thanks in advance,

Stuart Sheldon
ACT USA


On 12/21/2010 09:14 AM, Stuart Sheldon wrote:
 Hi Ludovic,
 
 Yes, if I create a calendar item on the web, invite a single attendee on
 the web, then have the attendee accept the item on the web. The web
 interface shows a green checkbox next to his his name on the pulldown,
 but the Thunderbird plugin does not.
 
 One other thing I've noticed, when a attendee selects accept from an
 email, either on the web or through the Tbird plugin, it only shows them
 as 'might attend' in the item. The attendee must go into the calendar
 item and choose accept in order to confirm the appointment.
 
 These conditions exist on several client installs on different OSs.
 
 Thoughts?
 
 Stu
 
 
 On 12/15/2010 01:23 PM, Ludovic Marcotte wrote:
 On 10-12-15 11:42 AM, Stuart Sheldon wrote:
 Now, I starting to think that this is by design and not a bug or problem
 with the software. Is this the case?
 It's definitively a problem. I've seen that in the past but the ics was
 actually corrupted.
 
 It is happening even with a new event (created from the Web interface of
 SOGo) where only one attandee is involved?
 
 Regards,
 
 

- -- 
Hey nineteen Thats retha franklin, She dont remember The queen of soul,
Its hard times befallen The sole survivors, She thinks Im crazy,
But Im just growing old
   -- Steely Dan - Hey 19 - Lyrics
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJNI2TKAAoJEFKVLITDJSGSvOoP/Rd03r1zpvhaGOF/39lDKE5J
1sJXaP0btS3JORl5Oliva7eW0R2d3nibPnxxGkFOPy7Ii97c9FyC7IEVkwShDRzi
Oucm/LSvEh9JLVGfgUleb1tI8Tj5VqtlcOeuL45VscyYN0L65RLXB2rUffoUWMuT
yT8SEinPqjj+l4xOFQFX4bwpxx2RCsxj7+p2w8PBwchmqxLqT5rCXt/UeouXsS38
yEzEpeZJQfIfFW5uq/lI+pmBwDf3wWR8mmkd6Me2kfu97/vbLWK+ujohZ9VlcKLB
R8tKXzGSz6SNd8z+cOUmhjev223O4NWU/YByvESf1+Osh5Fpr9DROaRNBMFyJw2c
UglYTRFrc6Ae7FJMaBsfNhh4pmYg1w3x0oTNT0M30hefb2XX/FupBkdrmgE3U+sX
cmRvrDIx1ok+hP/HoEbIHO4JW0lYhgl+UopLlmVt7NkRzWn28vhJXfE0XzWnVk37
/RHGQkKPtTs5vJFPxsAkc5z2QQcjX9+5DwpEOftIegMnHvRJ0Ep6aJ0nKMsFa05M
MgLJNyRSS0F23Q+ybSz+yhfVd/1IJOzmwq6sz+y9WWCY1vKzJWDYFNfjY687rSFo
Vv15QJ0amILvA241nY0OXs8hOKIq4ODDbBJN3HLQlVE16r87hpLLQL5+2WPLWC+D
oOvYqbRJPjD0WkjsKuOi
=iPMZ
-END PGP SIGNATURE-
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird Fetching Wrong Certificates After Update to1.3.4

2011-01-04 Thread Asai
That helped, also going into the pref.js and deleting cached entries 
helped.  Now I've narrowed it down to two address books which are still 
set to https, but I cannot delete them.  They simply refuse to be 
deleted.  Any insights?


--asai


On 1/4/2011 10:22 AM, Ludovic Marcotte wrote:

On 11-01-04 12:19 PM, Asai wrote:
OK, I have fixed those issues, thanks for catching that, it always 
helps to have another pair of eyes when your own are tired.  But the 
problem still persists, although I've uninstalled and reinstalled all 
extensions twice.  It's still trying to connect via port 443.  Could 
this be a caching problem with Thunderbird?
Look at your calendar/address book URLs and if you see https:, 
delete those. If those are your personal calendar/address book, 
disable SOGo Integrator, restart Thunderbird, remove them, reenable 
SOGo Integrator, restart Thunderbird.



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


Re: [SOGo] General Use of SOGo

2011-01-04 Thread J. Echter
Hi,

i asked a while ago for the use the admin account... ok, i figured it
out now, but one problem...

in the description of sogo-integrator i can read Remote ACL
Administration, but how to do this from thunderbird?

is this expected to work from thunderbird?

greetings

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


Re: [SOGo] General Use of SOGo

2011-01-04 Thread Ludovic Marcotte

On 11-01-04 1:30 PM, J. Echter wrote:

Hi,

i asked a while ago for the use the admin account... ok, i figured it
out now, but one problem...

in the description of sogo-integrator i can read Remote ACL
Administration, but how to do this from thunderbird?

I can't grok this - please rephrase.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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] General Use of SOGo

2011-01-04 Thread J. Echter
Am 04.01.2011 19:52, schrieb Ludovic Marcotte:
 On 11-01-04 1:30 PM, J. Echter wrote:
 Hi,

 i asked a while ago for the use the admin account... ok, i figured it
 out now, but one problem...

 in the description of sogo-integrator i can read Remote ACL
 Administration, but how to do this from thunderbird?
 I can't grok this - please rephrase.


Among the supported features of the SOGo Integrator extension, we have :
- Remote administration of folder subscriptions
- Remote administration of folder access control lists (ACL)

is this a feature i can find in thunderbird after installing
sogo-integrator?

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


Re: [SOGo] adding calendars to users doesnt work - ssl related, i think

2011-01-04 Thread J. Echter
ah, i found some infos in the logs :)

sogo.log:

127.0.0.1 - - [04/Jan/2011:20:40:43 GMT] GET
/SOGo/dav/user/Contacts/public/ HTTP/1.1 501 191/0 0.004 - - 0
127.0.0.1 - - [04/Jan/2011:20:26:46 GMT] PROPFIND
/SOGo/dav/user/Calendar/personal8b11a5be-1668-461f-8d5b-68def6a4ad99.ics
HTTP/1.1 404 120/127 0.033 - - 0

seems there is a slash missing in the 404 error.

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


Re: [SOGo] General Use of SOGo

2011-01-04 Thread J. Echter
Am 04.01.2011 19:59, schrieb Ludovic Marcotte:
 On 11-01-04 1:58 PM, J. Echter wrote:
 Among the supported features of the SOGo Integrator extension, we have :
 - Remote administration of folder subscriptions
 - Remote administration of folder access control lists (ACL)

 is this a feature i can find in thunderbird after installing
 sogo-integrator?
 Well of course - those are pretty much all the features it provides to
 Thunderbird.

 Don't forget to customize the SOGo Integrator, as stated in the
 documentation.

 Regards,

the manual says:

Preferences that are forced upon every restart of Thunderbird are
controlled from the
./chrome/content/sogo-integrator/general/custom-preferences.js configuration


but this file isnt there, the whole directory sogo-integrator is missing.

i edited:

defaults/preferences/site.js
chrome/content/extensions.rdf

updates.php is working.

imho all functions should be working :)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Funambol-SyncML+Android

2011-01-04 Thread Martin Lehmann

Hi André,

I tested with the egroupware-fixed version and all seems to work very 
well so far.


A really cool feature is support for tasks. It's the 1st release for 
SyncML which supports tasks.
You have to install the Astrid task-application from market und then the 
Funambol client.


Calendars seem to be sometimes a problem as many manufacturers use there 
own calendar implementation and not the vanilla calendar from Android. I 
use the Samsung calendar with my mobile and Funambol-Sync without any 
problems. Maybe you've a HTC or another device which has problems? You 
could have a look in the Discussions section of the Funambol-Sync.


Greetz,
Martin

Am 04.01.2011 11:19, schrieb André Schild:

Hello Martin,

just tested that one:

- The contacts sync
- The android app closes when trying to sync my calendar

André

Am 02.01.2011 03:30, schrieb Martin Lehmann:

Hi,

there's a great news for everybody using an Android-powered mobile 
device and who wasn't apple to sync calendars with SOGo until now.


Under
https://android-client.forge.funambol.org/servlets/ProjectDocumentList?folderID=81expandFolder=81folderID=0 

you can find the 1st version of Funambol-Sync for Android which is 
able to sync calendarscontacts and has an editable URI (for sogo-cal 
and sogo-card).


This is a free alternative for the commercial SyncML-Client from 
Synthesis.


Have fun,
Martin



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


Re: [SOGo] SOGo Ubuntu Maverick Meerkat packages

2011-01-04 Thread Ludovic Marcotte

On 11-01-04 4:39 PM, Carl Farrington wrote:

I cannot install, broken dependencies - sope4.9-db-connector is not available I 
think:

r...@carl-thinkpad-x301:/home/carl# apt-get install sogo

Try to specify a database connector when doing your apt-get install - 
such as sope4.9-gdl1-mysql or sope4.9-gdl1-postgresql.


Regard,s

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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] SOGo Ubuntu Maverick Meerkat packages

2011-01-04 Thread Carl Farrington
Thanks. I seem to be coming up along a problem with libgnustep-base: It wants 
1.19 but I have 1.20.

I did try to use the Lucid repository previously.. maybe I broke something ?

The following packages have unmet dependencies.
 sope4.9-libxmlsaxdriver : Depends: libgnustep-base1.19 (= 1.19.3) but it is 
not installable
E: Broken packages

r...@carl-thinkpad-x301:/home/carl# dpkg -l|grep libgnustep
ii  libgnustep-base-dev   1.20.1-6  
 GNUstep Base header files and development libraries
ii  libgnustep-base1.20   1.20.1-6  
 GNUstep Base library



From: Ludovic Marcotte [lmarco...@inverse.ca]
Sent: 04 January 2011 21:49
To: users@sogo.nu
Subject: Re: [SOGo] SOGo  Ubuntu Maverick Meerkat packages

On 11-01-04 4:39 PM, Carl Farrington wrote:
 I cannot install, broken dependencies - sope4.9-db-connector is not available 
 I think:

 r...@carl-thinkpad-x301:/home/carl# apt-get install sogo

Try to specify a database connector when doing your apt-get install -
such as sope4.9-gdl1-mysql or sope4.9-gdl1-postgresql.

Regard,s

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] SOGo Ubuntu Maverick Meerkat packages

2011-01-04 Thread Carl Farrington
Nevermind.. the problem is simply that I have lost track of Ubuntu's weird 
names.. Lucid.. Maverick.. Natty.. I thought Lucid was the last one and 
Maverick was current development version.
I am running Natty, so I guess I'll just have to wait longer :-(


From: Carl Farrington [c...@css-networks.com]
Sent: 04 January 2011 21:56
To: users@sogo.nu
Subject: RE: [SOGo] SOGo  Ubuntu Maverick Meerkat packages

Thanks. I seem to be coming up along a problem with libgnustep-base: It wants 
1.19 but I have 1.20.

I did try to use the Lucid repository previously.. maybe I broke something ?

The following packages have unmet dependencies.
 sope4.9-libxmlsaxdriver : Depends: libgnustep-base1.19 (= 1.19.3) but it is 
not installable
E: Broken packages

r...@carl-thinkpad-x301:/home/carl# dpkg -l|grep libgnustep
ii  libgnustep-base-dev   1.20.1-6  
 GNUstep Base header files and development libraries
ii  libgnustep-base1.20   1.20.1-6  
 GNUstep Base library



From: Ludovic Marcotte [lmarco...@inverse.ca]
Sent: 04 January 2011 21:49
To: users@sogo.nu
Subject: Re: [SOGo] SOGo  Ubuntu Maverick Meerkat packages

On 11-01-04 4:39 PM, Carl Farrington wrote:
 I cannot install, broken dependencies - sope4.9-db-connector is not available 
 I think:

 r...@carl-thinkpad-x301:/home/carl# apt-get install sogo

Try to specify a database connector when doing your apt-get install -
such as sope4.9-gdl1-mysql or sope4.9-gdl1-postgresql.

Regard,s

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] sql address book caused sogo crash

2011-01-04 Thread Ben
I'm trying to create an sql addressbook. I think I did everything right, but I 
can't see anything in the web interface when I search, and in the sogo logs I 
get:

EXCEPTION: NSException: 0xf95040 NAME:NSInvalidArgumentException 
REASON:Number of objects does not match the number of keys. INFO:(nil)

And then sogo restarts.


I think I've got the view set up right. Here's the column names:

c_cn | cn | givenname | sn | title | department | homephone | mobile | 
telephonenumber | fax | streetaddress | locality | st | zip | countryname | 
birthdate | mail |

The relevant section in .GNUStepDaults / SOGoUserSources is:
  {
type=sql;
id=SQL DIR;
viewURL = 
postgresql://sogo:passw...@localhost:5432/sogo/sogoaddress;
canAuthenticate = NO;
isAddressBook = YES;
}

I'm using the same postgres username / password to login to postgres for sogo's 
contacts, calendars, etc. It is a different table, but same username/password, 
etc.

As a simple test, I created this view with only one record that uses no weird 
characters or anything like that.

Any ideas what is wrong? (Debian Lenny with Postgres 8.4 (backports)

Thanks,

Ben




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


Re: [SOGo] SOPE Source Code - branches/tags ?

2011-01-04 Thread Mohit Chawla
On Wed, Jan 5, 2011 at 3:04 AM, Francis Lachapelle
flachape...@inverse.cawrote:

 However, you can download previous versions of SOPE from the following URL;
 the versions match the versions of SOGo since 1.3.0:

 http://www.sogo.nu/files/downloads/SOGo/Sources/


Cool, thanks ! :)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists