[SOGo] Webserver not running and TB not working but Android is

2014-12-15 Thread Ingo N.
Hi guys,

I just updated SOGo a couple days ago from 2.2.10 to 2.2.11a.
It seems like that since then I am having problems. I didn't realize it
until today, since I mostly use it on my Android, but the web interface is
not working (404) and my Thunderbird is not either.

A ps -ax | grep sogo shows that there are 4 worker tasks running.

The sogo.log doesn't show any errors. But there isn't a lot of output there
anyways.

I really don't know a lot about this and would appreciate some help how to
figure out whats wrong.

Thank you in advance!!
Ingo
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Webserver not running and TB not working but Android is

2014-12-15 Thread Ingo N.
OK, I got it solved!
For whatever reason the line:
ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0
was missing in my SOGo.conf.

I have no idea why, or why it worked before without the line. However it is
working now.
Thank you for steering me towards the Apache!

Best regards
Ingo

2014-12-15 13:36 GMT-08:00 Ingo N. esprit...@gmail.com:

 Oh, actually I get:
 The requested URL /SOGo was not found on this server.
 when going to myhost.com/SOGo

 2014-12-15 13:34 GMT-08:00 Ingo N. esprit...@gmail.com:

 Hi Maxime,

 Thank you for your reply.
 A netstat gives me: tcp0  0 127.0.0.1:2 0.0.0.0:*
 LISTEN
 but it doesn't say sogo.
 Also I don't get anything on myhost.com:2
 I was wrong with Android, it doesn't work either. So it looks like
 something in my Apache is wrong.
 Any ideo how I can figure that out?

 Thanks for your help!
 Ingo

 2014-12-15 13:03 GMT-08:00 Maxime RUBINO maxime.rub...@sfproduction.fr:

 Hi Ingo,

 Hi guys,

 I just updated SOGo a couple days ago from 2.2.10 to 2.2.11a.
 It seems like that since then I am having problems. I didn't realize it
 until today, since I mostly use it on my Android, but the web interface is
 not working (404) and my Thunderbird is not either.


 Do you have check your apache conf ? 404, page not found, so...


 A ps -ax | grep sogo shows that there are 4 worker tasks running.

 Check listening ports 2 from sogod (tcp6 or tcp4 ?) with netstat
 -anlput | grep sogo


 The sogo.log doesn't show any errors.

 If you don't have any errors/command in sogo.log, you have a problem
 with sogo proxy conf from apache.

 --
 Cordialement,
 Maxime RUBINO

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


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

Re: [SOGo] Webserver not running and TB not working but Android is

2014-12-15 Thread Ingo N.
Oh, actually I get:
The requested URL /SOGo was not found on this server.
when going to myhost.com/SOGo

2014-12-15 13:34 GMT-08:00 Ingo N. esprit...@gmail.com:

 Hi Maxime,

 Thank you for your reply.
 A netstat gives me: tcp0  0 127.0.0.1:2 0.0.0.0:*
 LISTEN
 but it doesn't say sogo.
 Also I don't get anything on myhost.com:2
 I was wrong with Android, it doesn't work either. So it looks like
 something in my Apache is wrong.
 Any ideo how I can figure that out?

 Thanks for your help!
 Ingo

 2014-12-15 13:03 GMT-08:00 Maxime RUBINO maxime.rub...@sfproduction.fr:

 Hi Ingo,

 Hi guys,

 I just updated SOGo a couple days ago from 2.2.10 to 2.2.11a.
 It seems like that since then I am having problems. I didn't realize it
 until today, since I mostly use it on my Android, but the web interface is
 not working (404) and my Thunderbird is not either.


 Do you have check your apache conf ? 404, page not found, so...


 A ps -ax | grep sogo shows that there are 4 worker tasks running.

 Check listening ports 2 from sogod (tcp6 or tcp4 ?) with netstat
 -anlput | grep sogo


 The sogo.log doesn't show any errors.

 If you don't have any errors/command in sogo.log, you have a problem with
 sogo proxy conf from apache.

 --
 Cordialement,
 Maxime RUBINO

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


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

Re: [SOGo] Webserver not running and TB not working but Android is

2014-12-15 Thread Ingo N.
Hi Maxime,

Thank you for your reply.
A netstat gives me: tcp0  0 127.0.0.1:2
0.0.0.0:*
LISTEN
but it doesn't say sogo.
Also I don't get anything on myhost.com:2
I was wrong with Android, it doesn't work either. So it looks like
something in my Apache is wrong.
Any ideo how I can figure that out?

Thanks for your help!
Ingo

2014-12-15 13:03 GMT-08:00 Maxime RUBINO maxime.rub...@sfproduction.fr:

 Hi Ingo,

 Hi guys,

 I just updated SOGo a couple days ago from 2.2.10 to 2.2.11a.
 It seems like that since then I am having problems. I didn't realize it
 until today, since I mostly use it on my Android, but the web interface is
 not working (404) and my Thunderbird is not either.


 Do you have check your apache conf ? 404, page not found, so...


 A ps -ax | grep sogo shows that there are 4 worker tasks running.

 Check listening ports 2 from sogod (tcp6 or tcp4 ?) with netstat
 -anlput | grep sogo


 The sogo.log doesn't show any errors.

 If you don't have any errors/command in sogo.log, you have a problem with
 sogo proxy conf from apache.

 --
 Cordialement,
 Maxime RUBINO

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

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

Re: [SOGo] Apache 2.2.16 problem

2014-09-27 Thread Ingo N.
Thank Karsten. That helped at least to get the version problem solved!

2014-09-17 7:41 GMT-07:00 Karsten Hoffmann k...@extt.de:

 On some systems you have to enable the version module:

 a2enmod version



 Am 17.09.2014 um 10:23 schrieb heupink:
  Hi Esprit,
 
  On 9/16/2014 22:40, Ingo N. wrote:
  Hi guys,
 
  I am experienceing a weird problem with the latest (at least latest
  debian) vesion of SOGo.
  Later in your mail your say that you are running squeeze. Latest debian
  is wheezy, but I guess that squeeze is still supported:
 
 http://www.sogo.nu/nc/support/faq/article/how-to-install-sogo-on-debian.html
 
 
  I have just upgraded to latest sogo yesterday (but on wheezy) and
  noticed the IfVersion too. But I can only say that it caused no problems
  here.
 
  Sorry I cannot be of more help.
 
  Mourik Jan
 
 
  First I realized that the SOGo.conf has an entry that my Apache doesn't
  understand: IfVersion
 
  So I just commented out the 'if-clause' parts that are for Apache 2.4
  and higher.
 
  Now I am having another problem: If I restart my server a whole bunch of
  Apache tasks are getting started to the point that the server doesn't
  respond anymore.
 
  The way to get around that is:
  - after boot up, ssh to server
  - stop apache
  - stop SOGo
  - start apache
  - start SOGo
 
  So I am assuming there is something weird going on. I am on Debian
  Squeeze with Apache 2.2.16.
 
  Does anybody have an idea how to solve that? Or how to track down the
  problem?
 
  Thank you very much in advance!!
  Esprit
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] Sogo startup problem on debian

2014-09-27 Thread Ingo N.
Hi guys,

I have a problem while restarting my debian server running sogo.
It starts up and I get a whole bunch of apache servers starting themselves
up until the server doesn't respond anymore.

I found out that I can get it running by simply stopping the apache and
sogo services. Then starting apache first and then sogo afterwards.

This seemed to happen with the last update of sogo.

Does anybody have any recommendations on how to track down the problem or
any other advice?

Thank you in advance
Esprit
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Apache 2.2.16 problem

2014-09-16 Thread Ingo N.
Hi guys,

I am experienceing a weird problem with the latest (at least latest debian)
vesion of SOGo.

First I realized that the SOGo.conf has an entry that my Apache doesn't
understand: IfVersion

So I just commented out the 'if-clause' parts that are for Apache 2.4 and
higher.

Now I am having another problem: If I restart my server a whole bunch of
Apache tasks are getting started to the point that the server doesn't
respond anymore.

The way to get around that is:
- after boot up, ssh to server
- stop apache
- stop SOGo
- start apache
- start SOGo

So I am assuming there is something weird going on. I am on Debian Squeeze
with Apache 2.2.16.

Does anybody have an idea how to solve that? Or how to track down the
problem?

Thank you very much in advance!!
Esprit
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird

2011-08-26 Thread Ingo N.
Voted too ... This is such a great tool. I CANNOT live without it. Hate to
be stuck on TB3.1 for now.

Thanks for your support!

2011/8/25 Ludovic Marcotte lmarco...@inverse.ca

 **
 On 22/08/11 09:39, Julian Robbins wrote:

 Ludovic : would you like to say something as to the timescale for
 Thunderbird 5/6 support ? I know inverse is busy with the Outlook work too,
 but I think letting us know your plans will help us all ...

 Here's my take on this.

 Porting the SOGo Connector/Integrator is generally not long.

 What's long is porting all the improvements we've done to Lightning.

 When we did the changes back in Lightning 0.9, we submitted all of them to
 Mozilla for inclusion. Not all of them were included (lack of time from
 their side). Our patches then bitrotted.

 When we ported them again to Thunderbird 3.1, we resubmitted patches but
 again, not all of them were included and they bitrotted again.

 We're now pretty much down to three patches to be included so we don't have
 to modify Lightning again. Those are:

1. refresh killer: https://bugzilla.mozilla.org/show_bug.cgi?id=502936
2. offline mode support:
https://bugzilla.mozilla.org/show_bug.cgi?id=380060
3. hooks / stubs mechanisms:
https://bugzilla.mozilla.org/show_bug.cgi?id=586276

 The last one will allow us to move our ACL code directly in the SOGo
 Connector/Integrator extensions. So we won't have to modify Lightning
 anymore.

 That being said, those 3 bugs should be fixed for Lightning 1.0. You should
 all vote on the bugs so the patches finally get included.

 Lightning 1.0 will most likely require Thunderbird 7. If that's the case,
 that's the version we'll support after 3.1.

 Regards,

 --
 Ludovic marcottelmarco...@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] OT: saving android calendar events to SOGo

2011-06-04 Thread Ingo N.
You need to for download another app called calendar sync. It's not able to
do that from stock. Search for caldav in the market.
On Jun 3, 2011 11:36 PM, Patrick Ben Koetter p...@state-of-mind.de wrote:
 Does anybody know how I can tell my android calendar to save events
created on
 the smartphone to SOGo and not to google?

 I can't seem to find the switch, if there is any and I am running the
stock
 calendar that came with the phone.

 p@rick

 --
 state of mind ()

 http://www.state-of-mind.de

 Franziskanerstraße 15 Telefon +49 89 3090 4664
 81669 München Telefax +49 89 3090 4666

 Amtsgericht München Partnerschaftsregister PR 563

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

Re: [SOGo] perfect confusion

2010-08-06 Thread Ingo N.
Hallo Martin,

I guess I activated mysql authentication and I configured apache with proxy.
It looks easy but it doesn't work. I have other domains running on that
server as well, so I need to make sogo use a subdomain, which didn't work
out.

I read through the documentation again, but either I am too stupid or I am
really missing the red line somewhere.

Sorry to bother you (and everyone else) with that again.

Greetings
Ingo


2010/8/6 Martin Rabl martin.r...@rablnet.de

 Hi Ingo,

 Am 06.08.2010 17:15, schrieb esprit...@gmail.com:

 2010/8/6 Martin Rablmartin.r...@rablnet.de
 OK, I guess I have to install another package for apache2 then.

 On which operating system did you install SOGo (Debian, Ubuntu, Centos

 I am running Debian Lenny

 Ok, thats really easy (for me ;-) ).

 # Install Apache2, if you didn't
 sudo apt-get install apache2 apache2-utils apache2-common

 # enable apache modules, ssl is optional
 sudo a2enmod ssl headers proxy proxy_balancer proxy_connect proxy_http

 # restart apache
 sudo /etc/init.d/apache2 restart

 echo ready :)

 Than look into the documentation about the apache proxy config and replace
 the dummy-host with your host. Ready.
 It lasts only some minutes.

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