[SOGo] How to create a configuration?

2011-02-23 Thread telephonzange
I compiled and installed SOGo. How do I create a configuration? The
documentation mentions a binary called sogo but there only is a sogod and all
it does is complain:
0x0x73b1e0[SOGoStartupLogger] No configuration found. SOGo will not work
properly.
So how do I create a configuration?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] How to create a configuration?

2011-02-23 Thread Anil Thapa
I recently installed the sogo but still having problem with login. 
However for the configuration creation. If you start the sogod service 
it will crate the default config file at 
/home/sogo/GNUstep/Defaults/.GNUstepDefaults . Then you can carry on 
with all the commands to configure this file. It is worth make a back up 
of this file before you issuing the configuration commands.


Hope this helps.

Regards,
Anil


On 02/23/2011 10:30 AM, telephonza...@hotmail.com wrote:

I compiled and installed SOGo. How do I create a configuration? The
documentation mentions a binary called sogo but there only is a sogod and all
it does is complain:
0x0x73b1e0[SOGoStartupLogger]  No configuration found. SOGo will not work
properly.
So how do I create a configuration?


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


Re: [SOGo] How to create a configuration?

2011-02-23 Thread Anil Thapa

Follow up:

/etc/init.d/sogod start   for starting sogod daemon

PS: I am using centos. what distribution you are using ?

A
On 02/23/2011 10:39 AM, Anil Thapa wrote:
I recently installed the sogo but still having problem with login. 
However for the configuration creation. If you start the sogod service 
it will crate the default config file at 
/home/sogo/GNUstep/Defaults/.GNUstepDefaults . Then you can carry on 
with all the commands to configure this file. It is worth make a back 
up of this file before you issuing the configuration commands.


Hope this helps.

Regards,
Anil


On 02/23/2011 10:30 AM, telephonza...@hotmail.com wrote:

I compiled and installed SOGo. How do I create a configuration? The
documentation mentions a binary called sogo but there only is a sogod 
and all

it does is complain:
0x0x73b1e0[SOGoStartupLogger]  No configuration found. SOGo will 
not work

properly.
So how do I create a configuration?




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


Re: [SOGo] How to create a configuration?

2011-02-23 Thread J. Echter

Am 23.02.2011 11:30, schrieb telephonza...@hotmail.com:

I compiled and installed SOGo. How do I create a configuration? The
documentation mentions a binary called sogo but there only is a sogod and all
it does is complain:
0x0x73b1e0[SOGoStartupLogger]  No configuration found. SOGo will not work
properly.
So how do I create a configuration?

did you su to sogo user?

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


Re: [SOGo] Unknown column 'c_categories' in 'field list'

2011-02-23 Thread Mark Adams
My guess is the script hasn't applied to the db correctly. try again.


On Tue, Feb 22, 2011 at 10:39:58PM +0100, mourik jan heupink wrote:
 Hi all,
 
 After my upgrade to 1.3.5a things seems to work, as far as I can
 see. But in the logs I see the following errors:
 
 Feb 22 22:28:15 sogod [28497]: [ERROR] 0x0xa226528[GCSFolder]
 -[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot
 execute quick-fetch SQL 'SELECT c_name, c_cn, c_givenname, c_sn,
 c_screenname, c_o, c_mail, c_telephonenumber, c_categories,
 c_component FROM sogowebmaste002623469b2_quick': MySQL4Exception:
 0x9fde2d8 NAME:ExecutionFailed REASON:Unknown column 'c_categories'
 in 'field list'
 
 Feb 22 22:28:15 sogod [28497]: [ERROR] 0x0xa226528[GCSFolder]
 -[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot
 execute quick-fetch SQL 'SELECT c_name, c_cn, c_givenname, c_sn,
 c_screenname, c_o, c_mail, c_telephonenumber, c_categories,
 c_component FROM sogowebmaste002623469b2_quick': MySQL4Exception:
 0xa20b730 NAME:ExecutionFailed REASON:Unknown column 'c_categories'
 in 'field list'
 
 I have executed the sql-update-1.3.3_to_1.3.4-mysql.sh script, even
 though I realise I'm running 1.3.5a... Hope that didn't break
 anything..?
 
 What are these errors? Are they serious? And if yes: how do I solve them..?
 
 Regards,
 MJ
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Unknown column 'c_categories' in 'field list'

2011-02-23 Thread Brian Lockwood
I had thye same problem and reapplied the update sql scripts. However
I am not sure of they work with non postgresql databases.

On 23 February 2011 14:47, Mark Adams m...@campbell-lange.net wrote:
 My guess is the script hasn't applied to the db correctly. try again.


 On Tue, Feb 22, 2011 at 10:39:58PM +0100, mourik jan heupink wrote:
 Hi all,

 After my upgrade to 1.3.5a things seems to work, as far as I can
 see. But in the logs I see the following errors:

 Feb 22 22:28:15 sogod [28497]: [ERROR] 0x0xa226528[GCSFolder]
 -[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot
 execute quick-fetch SQL 'SELECT c_name, c_cn, c_givenname, c_sn,
 c_screenname, c_o, c_mail, c_telephonenumber, c_categories,
 c_component FROM sogowebmaste002623469b2_quick': MySQL4Exception:
 0x9fde2d8 NAME:ExecutionFailed REASON:Unknown column 'c_categories'
 in 'field list'

 Feb 22 22:28:15 sogod [28497]: [ERROR] 0x0xa226528[GCSFolder]
 -[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot
 execute quick-fetch SQL 'SELECT c_name, c_cn, c_givenname, c_sn,
 c_screenname, c_o, c_mail, c_telephonenumber, c_categories,
 c_component FROM sogowebmaste002623469b2_quick': MySQL4Exception:
 0xa20b730 NAME:ExecutionFailed REASON:Unknown column 'c_categories'
 in 'field list'

 I have executed the sql-update-1.3.3_to_1.3.4-mysql.sh script, even
 though I realise I'm running 1.3.5a... Hope that didn't break
 anything..?

 What are these errors? Are they serious? And if yes: how do I solve them..?

 Regards,
 MJ
 --
 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] Thunderbird 3.1.7 : Can't open appointments

2011-02-23 Thread Stéphane PERON

Hi all,

I have noticed this behavior with some other people :

We can create appointments in thunderbird but with a strange behavior :
When we select a time range for a fast creation .. a new appoitment is 
graphically created but the windows for appointment creation refuse to 
be opened ...
The only possiblity to enter the details for an appointment is to create 
it by double-clicking in the column of the day .. Then the window is opened


As soon as the appointement is created, it is impossible to open it by 
double-clicking or right click= open


All connectors are up to date

Thanks for your help

Stéphane

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


Re: [SOGo] Bug When Composing New Mail with Address Book Sync in TB

2011-02-23 Thread Asai
Well, SOGo devs, do you have any advice for us here?  By the way, where 
can I file a bug report?


--asai


On 2/21/2011 8:37 AM, Alessio Fattorini wrote:

Il 21/02/2011 16:29, Asai ha scritto:
So, is there any way we can overcome this problem when the networks 
aren't up to speed?


No. we have this problem on all our customers with different lan speed 
and architectures




Again, this
issue didn't show up much in TB2.


Yes, it didn't



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


Re: [SOGo] Bug When Composing New Mail with Address Book Sync in TB

2011-02-23 Thread Alessio Fattorini

Il 23/02/2011 17:15, Asai ha scritto:

Well, SOGo devs, do you have any advice for us here? By the way, where can I 
file a bug report?


Just fill
http://www.sogo.nu/bugs/view.php?id=1148

--
Alessio Fattorini (alessio.fattor...@nethesis.it)

nethesis srl - Via degli Olmi 16/4 - 61100 Pesaro (PU)
tel. +39 0721 405516 - fax +39 0721 268147
www.nethesis.it - i...@nethesis.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Bug When Composing New Mail with Address Book Sync in TB

2011-02-23 Thread Asai

Muchas gracias.

--asai


On 2/23/2011 9:22 AM, Alessio Fattorini wrote:

Il 23/02/2011 17:15, Asai ha scritto:
Well, SOGo devs, do you have any advice for us here? By the way, 
where can I file a bug report?


Just fill
http://www.sogo.nu/bugs/view.php?id=1148


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


[SOGo] SOGo child process hangs and is restarted

2011-02-23 Thread Jim Carter
I've installed SOGo for the first time and am working through the various
screwups.  I can connect to https://otter.mine.nu/SOGo/ ; SOGo sends
the login form and Apache delivers dependencies (logo image, Javascript)
through its aliases.  I fill in my loginID, password and language, and
submit the form.  Apache waits for ${ProxyTimeout} and reports 502
Bad Gateway, saying in its log that it timed out waiting for the status
line from the remote server (SOGo, localhost:2).  SOGo log follows, 
also /etc/apache2/conf.d/SOGo.conf and 
~sogo/GNUstep/Defaults/.GNUstepDefaults .  Can anyone give a clue what 
I have  failed to do?  

Versions:  
openSUSE 11.2
SOGo 1.3.5a, compiled (apparently successfully) into RPMs
postgresql-server 8.4.5
apache2 2.2.13
openldap2 2.4.17 for native (SOGo) authentication
SOGo, Apache, LDAP and PostgreSQL are all on the same machine, a Koolu :-)

 SOGo log with annotations:
# Hit reload on browser, URL = https://otter.mine.nu/SOGo/
Feb 22 22:08:21 sogod [9131]: 0x0x833a0f8[SOGoCache] Cache cleanup interval 
set every 300.00 seconds
Feb 22 22:08:21 sogod [9131]: 0x0x833a0f8[SOGoCache] Using host(s) 
'localhost' as server(s)
2011-02-22 22:08:21.354 sogod[9131] Note(SoObject): SoDebugKeyLookup is enabled!
2011-02-22 22:08:21.356 sogod[9131] Note(SoObject): SoDebugBaseURL is enabled!
2011-02-22 22:08:21.357 sogod[9131] Note(SoObject): relative base URLs are 
enabled.
2011-02-22 22:08:21.521 sogod[9131] WOCompoundElement: pool embedding is on.
2011-02-22 22:08:21.521 sogod[9131] WOCompoundElement: id logging is on.
2011-02-22 22:08:21.778 sogod[9131] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
localhost - - [22/Feb/2011:22:08:21 GMT] GET /SOGo/ HTTP/1.1 200 3438/0 0.642 
10456 67% 2M

# Filled in and submitted the login form
Feb 22 22:09:01 sogod [9131]: SOGoRootPage successful login for user 'jimc' - 
expire = -1  grace = -1
Feb 22 22:09:01 sogod [9131]: [WARN] 0x0x8453610[SOGoWebDAVAclManager] entry 
'{DAV:}write' already exists in DAV permissions table
Feb 22 22:09:01 sogod [9131]: [WARN] 0x0x8453610[SOGoWebDAVAclManager] entry 
'{DAV:}write-properties' already exists in DAV permissions table
Feb 22 22:09:01 sogod [9131]: [WARN] 0x0x8453610[SOGoWebDAVAclManager] entry 
'{DAV:}write-content' already exists in DAV permissions table
2011-02-22 22:09:01.799 sogod[9131] Note: Using UTF-8 as URL encoding in 
NGExtensions.
localhost - - [22/Feb/2011:22:09:01 GMT] POST /SOGo/connect HTTP/1.1 200 
27/80 0.921 - - 492K
# (The size of what's posted varies, ranging up to 2M (megabytes I assume.)
localhost - - [22/Feb/2011:22:09:01 GMT] GET /SOGo/jimc HTTP/1.1 302 0/0 
0.019 - - 16K
localhost - - [22/Feb/2011:22:09:01 GMT] GET /SOGo/jimc/view HTTP/1.1 302 0/0 
0.029 - - 4K
localhost - - [22/Feb/2011:22:09:01 GMT] GET /SOGo/so/jimc/Mail HTTP/1.1 302 
0/0 0.019 - - 0
# And it sits there -- this is the last message in the log, for 10 minutes.

# After 10 minutes it does this:
Feb 22 22:19:01 sogod [9117]: [WARN] 0x0x8193008[WOWatchDogChild] safety belt 
-- sending KILL signal to pid 9131
Feb 22 22:19:02 sogod [9117]: 0x0x8193008[WOWatchDogChild] child 9131 exited
Feb 22 22:19:02 sogod [9117]: 0x0x8193008[WOWatchDogChild]  (terminated due 
to signal 9)
Feb 22 22:19:02 sogod [9117]: 0x0x81776a8[WOWatchDog] child spawned with pid 
9298
Feb 22 22:19:02 sogod [9298]: 0x0x82c1ad8[SOGoProductLoader] SOGo products 
loaded from '/usr/lib/GNUstep/SOGo':
Feb 22 22:19:02 sogod [9298]: 0x0x82c1ad8[SOGoProductLoader]   
ContactsUI.SOGo, Contacts.SOGo, SchedulerUI.SOGo, Appointments.SOGo, 
MailPartViewers.SOGo, AdministrationUI.SOGo, CommonUI.SOGo, MainUI.SOGo, 
MailerUI.SOGo, PreferencesUI.SOGo, Mailer.SOGo
Feb 22 22:19:02 sogod [9298]: |SOGo| version 1.3.5 (build 
r...@simba.math.ucla.edu 201102181642) -- starting
Feb 22 22:19:02 sogod [9298]: |SOGo| vmem size check enabled: shutting down app 
when vmem  384 MB


 /etc/apache2/conf.d/SOGo.conf :
Alias /SOGo.woa/WebServerResources/ \
  /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
  /usr/lib/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
   /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

# jimc added:
Directory /usr/lib/GNUstep/SOGo/WebServerResources
Order allow,deny
Allow from all
/Directory

LocationMatch 
^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)
  SetHandler default-handler
/LocationMatch

## Uncomment the following to enable proxy-side authentication, you will then
## need to set the SOGoTrustProxyAuthentication SOGo user default to YES and
## adjust the x-webobjects-remote-user proxy header in the Proxy section
## below.
#Location /SOGo
#  AuthType XXX
#  Require valid-user
#  SetEnv proxy-nokeepalive 1
#  Allow from all
#/Location

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

# When using CAS, you should uncomment this and install cas-proxy-validate.py
# in 

Re: [SOGo] SOGo child process hangs and is restarted

2011-02-23 Thread Ludovic Marcotte

On 11-02-23 12:23 PM, Jim Carter wrote:

SOGoIMAPServer = localhost:993;

That should be:

SOGoIMAPServer = imaps://localhost:993;


Should fix all your issues.

--
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 child process hangs and is restarted

2011-02-23 Thread Jim Carter

On Wed, 23 Feb 2011, Ludovic Marcotte wrote:


On 11-02-23 12:23 PM, Jim Carter wrote:

SOGoIMAPServer = localhost:993;

That should be:

SOGoIMAPServer = imaps://localhost:993;
Should fix all your issues.


Thanks for the quick reply.  I made the change, and it did indeed fix all 
my issues (so far) -- I see the webmail page.  Further testing will be 
tonight since I'm on the wrong end of a slow DSL link.  Thanks for your 
help.


James F. Carter  Voice 310 825 2897FAX 310 206 6673
UCLA-Mathnet;  6115 MSA; 520 Portola Plaza; Los Angeles, CA, USA  90095-1555
Email: j...@math.ucla.eduhttp://www.math.ucla.edu/~jimc (q.v. for PGP key)
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Debian Squeeze as client

2011-02-23 Thread Paul van der Vlis
Hello,

I have many customers with Debian Lenny. When I migrate them to the new
Debian version (Squeeze) I have Icedove 3.0.11 (Thunderbird is called
Icedove in Debian). This refuses the Sogo plugins, because it's not
version 3.1.x.

Any idea what's the best to do now?
In Debian there is no history in backporting Icedove.

I expect it's possible to change the Sogo plugins to accept version
3.0.11. But what is the reason to depend on Thunderbird version 3.1?
Maybe these bugs are fixed in Debian.

With regards,
Paul van der Vlis.

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


Re: [SOGo] Debian Squeeze as client

2011-02-23 Thread Mohit Chawla
On Thu, Feb 24, 2011 at 12:14 AM, Paul van der Vlis p...@vandervlis.nlwrote:

 Any idea what's the best to do now?


 I was thinking of opening a feature request, but don't know if there are
many users ofIcedove. Would be nice to have though.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Recurring events : end occurrence differs from sogo-1.3.5a and sogo-1.3.4

2011-02-23 Thread Francis Lachapelle
Hi Anne-Marie

On Feb 3, 2011, at 5:21 AM, pocq...@irit.fr pocq...@irit.fr wrote:

 Suppose an event repeating each thursday from 3rd february till 17th february.
 In sogo-1.3.4, the events are displayed on 3, 10, 17 but in sogo-1.3.5a, they
 are displayed on 3, 10. The last occurrence, 17, is missing.
 This happens both for all-day events and events with a specified beginning and
 end hour.

I can't reproduce the bug you describe with the latest source. Can you 
reproduce it on sogo-demo?

Does it apply to new events or only to existing events?

Thanks,

Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] Debian Squeeze as client

2011-02-23 Thread J. Echter
Am 23.02.2011 20:12, schrieb Paul van der Vlis:
 Op 23-02-11 19:54, Jim Carter schreef:
 On Wed, 23 Feb 2011, Paul van der Vlis wrote:
 Hmm, you are right, the sogo-integrator-extention does install without
 any problem, so it's only a problem with Lightning, and I can use
 Lightning 1.0-b1 from Debian (called iceowl-extention), or the 1.0-b2
 xpi from Mozilla.

afaik, sogo lightning has some modifications from the sogo devs.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Debian Squeeze as client

2011-02-23 Thread Mark Adams

On 23 Feb 2011, at 19:12, Paul van der Vlis p...@vandervlis.nl wrote:

 Op 23-02-11 19:54, Jim Carter schreef:
 On Wed, 23 Feb 2011, Paul van der Vlis wrote:
 
 I expect it's possible to change the Sogo plugins to accept version
 3.0.11. But what is the reason to depend on Thunderbird version 3.1?
 Maybe these bugs are fixed in Debian.
 
 My experience is with openSUSE so I can't help with Debian-specific
 issues, but the Lightning plugin will only install in Thunderbird 3.1.x,
 not 3.0.x.
 
 Hmm, you are right, the sogo-integrator-extention does install without
 any problem, so it's only a problem with Lightning, and I can use
 Lightning 1.0-b1 from Debian (called iceowl-extention), or the 1.0-b2
 xpi from Mozilla.
 
 I imagine that the SOGo plugins are based on or closely related to
 Lightning and rely on infrastructure added in the newer version.
 
 On my net I obtained Thunderbird 3.1.6 from the SuSE Build Service so we
 could use Lightning (with a CalDAV server which we hope to replace with
 SOGo).  
 
 Does this build service also create Debian packages?
 
 Likely a recent version of Icedove can be found in Debian's
 unstable collection.
 
 There is only a 3.1.7 in experimental. When an package is in
 experimental this means there is something wrong.

This isn't necessarily true, it just means it hasn't been tested thoroughly by 
the debian team I believe. If you want recent Mozilla software it has to come 
from Experimental. I run icedove and iceweasel with sogo plugins.

Easy enough to install also, just put the  experimental apt sources in then 
install with apt-get -t experimental... That package will stay at that level 
and all others should stay squeeze.

 
 But when it would be in unstable or testing it would not help really,
 because I cannot ask from my users to run unstable. I could make a
 backport, but then I had to backport it on every update for security.
 
 With regards,
 Paul van der Vlis.
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Debian Squeeze as client

2011-02-23 Thread Paul van der Vlis
Op 23-02-11 20:20, J. Echter schreef:
 Am 23.02.2011 20:12, schrieb Paul van der Vlis:
 Op 23-02-11 19:54, Jim Carter schreef:
 On Wed, 23 Feb 2011, Paul van der Vlis wrote:
 Hmm, you are right, the sogo-integrator-extention does install without
 any problem, so it's only a problem with Lightning, and I can use
 Lightning 1.0-b1 from Debian (called iceowl-extention), or the 1.0-b2
 xpi from Mozilla.

 afaik, sogo lightning has some modifications from the sogo devs.

I know, but I expect it will work without them too (not tested).

It would be nice if somebody could tell me what's better on the
Lightning from Sogo.

With regards,
Paul van der Vlis

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


Re: [SOGo] Debian Squeeze as client

2011-02-23 Thread Jim Carter

On Wed, 23 Feb 2011, Paul van der Vlis wrote:


On my net I obtained Thunderbird 3.1.6 from the SuSE Build Service so we
could use Lightning (with a CalDAV server which we hope to replace with
SOGo).


Does this build service also create Debian packages?


Sorry, they make only RPMs in the context of the currently supported SuSE 
releases, i.e. requiring library versions that are actually present in that 
release.


James F. Carter  Voice 310 825 2897FAX 310 206 6673
UCLA-Mathnet;  6115 MSA; 520 Portola Plaza; Los Angeles, CA, USA  90095-1555
Email: j...@math.ucla.eduhttp://www.math.ucla.edu/~jimc (q.v. for PGP key)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Debian Squeeze as client

2011-02-23 Thread Mark Adams

On 23 Feb 2011, at 19:45, Paul van der Vlis p...@vandervlis.nl wrote:

 Op 23-02-11 20:23, Mark Adams schreef:
 
 On 23 Feb 2011, at 19:12, Paul van der Vlis
 p...@vandervlis.nl wrote:
 
 Op 23-02-11 19:54, Jim Carter schreef:
 On Wed, 23 Feb 2011, Paul van der Vlis wrote:
 
 I expect it's possible to change the Sogo plugins to accept
 version 3.0.11. But what is the reason to depend on Thunderbird
 version 3.1? Maybe these bugs are fixed in Debian.
 
 My experience is with openSUSE so I can't help with
 Debian-specific issues, but the Lightning plugin will only
 install in Thunderbird 3.1.x, not 3.0.x.
 
 Hmm, you are right, the sogo-integrator-extention does install
 without any problem, so it's only a problem with Lightning, and I
 can use Lightning 1.0-b1 from Debian (called iceowl-extention),
 or the 1.0-b2 xpi from Mozilla.
 
 I imagine that the SOGo plugins are based on or closely related
 to Lightning and rely on infrastructure added in the newer
 version.
 
 On my net I obtained Thunderbird 3.1.6 from the SuSE Build
 Service so we could use Lightning (with a CalDAV server which we
 hope to replace with SOGo).
 
 Does this build service also create Debian packages?
 
 Likely a recent version of Icedove can be found in Debian's 
 unstable collection.
 
 There is only a 3.1.7 in experimental. When an package is in 
 experimental this means there is something wrong.
 
 This isn't necessarily true, it just means it hasn't been tested
 thoroughly by the debian team I believe. 
 
 from: http://www.debian.org/doc/FAQ/ch-ftparchives.en.html
 -
 Experimental is used for packages which are still being developed, and
 with a high risk of breaking your system. It's used by developers who'd
 like to study and test bleeding edge software. Users shouldn't be using
 packages from here, because they can be dangerous and harmful even for
 the most experienced people.
 -
 
 If you want recent Mozilla
 software it has to come from Experimental. I run icedove and
 iceweasel with sogo plugins.
 
 Icedove from experimental?
 Do you see problems?

Yes and it works well, remember this is the current STABLE release from
Mozilla.

 
 Easy enough to install also, just put the  experimental apt sources
 in then install with apt-get -t experimental... That package will
 stay at that level and all others should stay squeeze.
 
 I know how to install from experimental, but it can break your system.
 It would be nice to know why it is in experimental.
 
 But as I said, it's not a good idea for normal users, because they need
 security support.
 

If I remember correctly, icedove doesn't have any other dependancies. It's a 
single package that, for me atleast, works fine in squeeze. I've been using 
icedove and iceweasel packages dim experimental for over a year.. The only bugs 
have been the ones noted by Mozilla...

I take your point about end users though... I'm not sure why they take so long 
to become stable in debian.

 With regards,
 Paul van der Vlis.
 
 
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Debian Squeeze as client

2011-02-23 Thread Paul van der Vlis
Op 23-02-11 21:12, Mark Adams schreef:

 Yes and it works well, remember this is the current STABLE release
 from Mozilla.

When the package was OK, it would be uploaded into unstable.
Experimental is only used when there are problems.

 I take your point about end users though... I'm not sure why they
 take so long to become stable in debian.

Debian releases every two year. There was a release this month.
I expect a new version will become stable in 2013...

With regards,
Paul van der Vlis.




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


[SOGo] BTS activities for Wednesday, February 23 2011

2011-02-23 Thread SOGo reporter
Title: BTS activities for Wednesday, February 23 2011





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, February 23 2011

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1143
	2011-02-23 12:44:27
	new (open)
	Backend Calendar
	Can't edit/delete the occurrences of a recurring event
	
	  
	
1151
	2011-02-23 14:07:24
	new (open)
	Web Calendar
	adjustable granularity for start- and end time
	
	  
	
1152
	2011-02-23 15:45:25
	new (open)
	Web Calendar
	weekly event summer time
	
	  
	
1097
	2011-02-23 12:20:57
	feedback (open)
	Backend Mail
	Cannot define per-domain imap hosts
	
	  
	
736
	2011-02-23 14:01:08
	feedback (reopened)
	Web Mail
	New mail displays only after second check
	
	  
	
1134
	2011-02-23 12:20:48
	feedback (open)
	Web Mail
	Password containing an Asterisk are not cleanly passed through to the IMAP Server
	
	  
	
1082
	2011-02-23 19:01:43
	resolved (fixed)
	Backend Address Book
	SQL Addressbooks needs useless fields when not authenticating
	
	  
	
1091
	2011-02-23 18:51:07
	resolved (not a bug)
	Backend Address Book
	Shared Contacts doesn't apperas in web interface when configured with multi-domain support.
	
	  
	
1145
	2011-02-23 18:45:42
	resolved (fixed)
	Web Mail
	No BCC display when looking at sent mail.
	
	  
	
1093
	2011-02-23 19:44:56
	resolved (fixed)
	Web Preferences
	When no mail module, i can't admin categories
	
	  
	
1148
	2011-02-23 11:52:40
	closed (not fixable)
	SOGo Integrator
	Thunderbird losts key press entering email address
	
	  
	
1138
	2011-02-23 15:52:50
	closed (fixed)
	Web Calendar
	a weekly recuring event will be on everyday, somtimes twice on the same day
	
	  
	
  
  




Re: [SOGo] Recurring events : end occurrence differs from sogo-1.3.5a and sogo-1.3.4

2011-02-23 Thread Mohit Chawla
On Thu, Feb 24, 2011 at 11:50 AM, Mohit Chawla 
mohit.chawla.bin...@gmail.com wrote:

 On Thu, Feb 24, 2011 at 12:39 AM, Francis Lachapelle 
 flachape...@inverse.ca wrote:

 I can't reproduce the bug you describe with the latest source.

 http://sogo.nu/bugs/view.php?id=1143


Argh, sorry ! I meant http://sogo.nu/bugs/view.php?id=1147
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo on OpenSuse 10.3

2011-02-23 Thread cc
Hi everybody,
at the weekend i was searching for a CardDAV/CalDAV Server and finally ended at
SOGo. Cause i have no local Linux Machine i installed Debian Squeeze to a
Virtualbox to test Sogo. I choosed Debian cause of the prebuild Packages.
Everything was fine. So i decided to install SOGo to the root server at my
hoster. This System runs on OpenSuse 10.3 so there is no prebuild Package to
install.
I'm not very experienced in using Linux, so it took my some time to resolve all
the dependency issues, but finally i was able to build GNUStep, SOPE ans SOGo.
Happy about the succesfull build i looked at /etc/init.d but couldn't find
sogod. Well ok, maybe this is correct and i have to install sogo as a service
on my own. Then i tried to start sogod from console. (Sogod is located at 
/usr/local/sbin/sogod) It always told me it couldn't find libSOGo.so.1 but this
file is available at/usr/local/lib.
Well this problem has disappeard while i was sleeping tonight (don't know why,
maybe the reconnect of my ssh session fixed the problem), so now it tells me i
shouldn't run sogod as root. 

Creating a new User shouldn't be my problem, but can someone tell me how to
install sogod to /etc/init.d and how to setup the service to start at system
startup?

Thx a lot

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


Re: [SOGo] SOGo on OpenSuse 10.3

2011-02-23 Thread Fabrice Durand
Hi,
in the opensuse src.rpm located here (
http://oeufdure.free.fr/download/sogo/1.3.5a/suse%2011.3/SRPMS/sogo-1.3.5a-1.src.rpm),
there is a init.d script for sogod

Regards
Fabrice Durand

2011/2/24 c...@cane-clan.de

 Hi everybody,
 at the weekend i was searching for a CardDAV/CalDAV Server and finally
 ended at
 SOGo. Cause i have no local Linux Machine i installed Debian Squeeze to a
 Virtualbox to test Sogo. I choosed Debian cause of the prebuild Packages.
 Everything was fine. So i decided to install SOGo to the root server at my
 hoster. This System runs on OpenSuse 10.3 so there is no prebuild Package
 to
 install.
 I'm not very experienced in using Linux, so it took my some time to resolve
 all
 the dependency issues, but finally i was able to build GNUStep, SOPE ans
 SOGo.
 Happy about the succesfull build i looked at /etc/init.d but couldn't find
 sogod. Well ok, maybe this is correct and i have to install sogo as a
 service
 on my own. Then i tried to start sogod from console. (Sogod is located at
 /usr/local/sbin/sogod) It always told me it couldn't find libSOGo.so.1 but
 this
 file is available at/usr/local/lib.
 Well this problem has disappeard while i was sleeping tonight (don't know
 why,
 maybe the reconnect of my ssh session fixed the problem), so now it tells
 me i
 shouldn't run sogod as root.

 Creating a new User shouldn't be my problem, but can someone tell me how to
 install sogod to /etc/init.d and how to setup the service to start at
 system
 startup?

 Thx a lot

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

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