RE: [SOGo] dependencies

2012-02-28 Thread John Marsetta
Unfortunately, the system was set up by someone else who installed both apache 
and memcached via source; why? No idea.

Thanks,
John


-Original Message-
From: Peter Peltonen [mailto:peter.pelto...@gmail.com]
Sent: Tuesday, February 28, 2012 4:45 AM
To: users@sogo.nu
Subject: Re: [SOGo] dependencies

Hi,

On Mon, Feb 27, 2012 at 9:55 PM, John Marsetta john_marse...@neob.org wrote:
 When I try to install sogo via yum, yum cannot detect memcache and
 httpd due to both being installed via source. Do I therefore have to
 install sogo via source or should I install via yum skipping dependencies?

AFAIK you can try either, skipping dependencies is probably easier.
But if you ask me, you are asking trouble replacing core packages with your 
own, as yum's dependency resolving will fail to work and you will not receive 
any security updates for those packages.

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

This email message and any files transmitted with it contain confidential 
information intended only for the person(s) to whom this email message is 
addressed.  If you have received this email message in error, please notify the 
sender immediately by telephone or email and destroy the original message 
without printing or making a copy.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] dependencies

2012-02-27 Thread John Marsetta
When I try to install sogo via yum, yum cannot detect memcache and httpd due to 
both being installed via source. Do I therefore have to install sogo via source 
or should I install via yum skipping dependencies?

Thanks,
John


This email message and any files transmitted with it contain confidential 
information intended only for the person(s) to whom this email message is 
addressed. If you have received this email message in error, please notify the 
sender immediately by telephone or email and destroy the original message 
without printing or making a copy.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] dependencies for new install

2012-02-17 Thread John Marsetta
Missing Dependency: memcached is needed by package sogo-1.3.12c-1.el5.i386 
(SOGo)
sogo-1.3.12c-1.el5.i386 from SOGo has depsolving problems
  -- Missing Dependency: httpd is needed by package sogo-1.3.12c-1.el5.i386 
(SOGo)
Error: Missing Dependency: httpd is needed by package sogo-1.3.12c-1.el5.i386 
(SOGo)
Error: Missing Dependency: memcached is needed by package 
sogo-1.3.12c-1.el5.i386 (SOGo)

Httpd is running and I installed libmemcache from rpmforge.repo; there must be 
something obvious that I'm missing!?!?

Regards,
John

John Marsetta
Senior Support Engineer
New England Organ Bank
60 First Avenue
Waltham, MA 02451
(w)617-558-6623
(c)617-595-6754
(f)617-244-8755


 [cid:image001.jpg@01CCED99.1D9D9EB0]
Sign up to be an organ donor @:
https://secure.rmv.state.ma.us/OrganDonor/intro.aspx





This email message and any files transmitted with it contain confidential 
information intended only for the person(s) to whom this email message is 
addressed. If you have received this email message in error, please notify the 
sender immediately by telephone or email and destroy the original message 
without printing or making a copy.
inline: image001.jpg

RE: [SOGo] Calendar items not getting saved

2011-08-01 Thread John Marsetta
Hi,

After running both scripts in order I received a series of 
errors like the following:

ERROR:  column c_categories of relation 
sogojmarsett0017e8538c8_quick already exists

Is this normal or did I screw something up?

Regards,
John

John Marsetta
Senior Support Engineer
New England Organ Bank
60 First Avenue
Waltham, MA 02451
(w)617-558-6623
(c)617-595-6754
(f)617-244-8755


 [cid:image001.jpg@01CC504A.7664A0D0]
Sign up to be an organ donor @:
https://secure.rmv.state.ma.us/OrganDonor/intro.aspx



From: Ludovic Marcotte [mailto:lmarco...@inverse.ca]
Sent: Thursday, July 21, 2011 4:31 PM
To: users@sogo.nu
Subject: Re: [SOGo] Calendar items not getting saved

On 21/07/11 16:02, John Marsetta wrote:
Jul 21 15:59:10 sogod [5677]: [ERROR] 0x0xb054cd0[GCSFolder] -[GCSFolder 
fetchFields:fetchSpecification:ignoreDeleted:]: cannot execute quick-fetch SQL 
'SELECT 
b.c_name,b.c_content,b.c_creationdate,b.c_lastmodified,b.c_version,a.c_component,a.c_title,a.c_location,a.c_orgmail,a.c_status,a.c_category,a.c_classification,a.c_isallday,a.c_isopaque,a.c_participants,a.c_partmails,a.c_partstates,a.c_sequence,a.c_priority,a.c_cycleinfo,a.c_iscycle,a.c_nextalarm,a.c_uid,a.c_startdate,a.c_enddate
 FROM sogojmarsett00110d38fdd_quick a, sogojmarsett00110d38fdd b WHERE 
((c_component = 'vevent') AND ((c_startdate IS NULL) OR (c_startdate = 
1311825599)) AND ((c_enddate IS NULL) OR (c_enddate = 1311220800)) AND 
(c_iscycle = 0)) AND a.c_name = b.c_name AND (c_deleted != 1 OR c_deleted IS 
NULL)': PostgreSQL72Exception: 0xbb8ad28 NAME:PostgreSQL72FatalError 
REASON:fatal pgsql error (channel=0x0xbf93798[PostgreSQL72Channel]: 
connection=0x0xbbc6228[PGConnection]:  connection=0x0xb00a708): ERROR:  
column a.c_category does not exist
Run the update scripts.



--

Ludovic Marcotte

lmarco...@inverse.camailto:lmarco...@inverse.ca  ::  +1.514.755.3630  ::  
www.inverse.cahttp://www.inverse.ca

Inverse inc. :: Leaders behind SOGo (www.sogo.nuhttp://www.sogo.nu) and 
PacketFence (www.packetfence.orghttp://www.packetfence.org)


This email message and any files transmitted with it contain confidential 
information intended only for the person(s) to whom this email message is 
addressed. If you have received this email message in error, please notify the 
sender immediately by telephone or email and destroy the original message 
without printing or making a copy.
inline: image001.jpg

RE: [SOGo] Calendar items not getting saved

2011-07-25 Thread John Marsetta
I assume I want to use the following when running postgresql:

./usr/share/doc/sogo-1.3.7a/sql-update-1.3.3_to_1.3.4.sh

Regards,
John

John Marsetta
Senior Support Engineer
New England Organ Bank
60 First Avenue
Waltham, MA 02451
(w)617-558-6623
(c)617-595-6754
(f)617-244-8755


 [cid:image001.jpg@01CC4ACA.401F63F0]
Sign up to be an organ donor @:
https://secure.rmv.state.ma.us/OrganDonor/intro.aspx



From: Ludovic Marcotte [mailto:lmarco...@inverse.ca]
Sent: Thursday, July 21, 2011 4:31 PM
To: users@sogo.nu
Subject: Re: [SOGo] Calendar items not getting saved

On 21/07/11 16:02, John Marsetta wrote:
Jul 21 15:59:10 sogod [5677]: [ERROR] 0x0xb054cd0[GCSFolder] -[GCSFolder 
fetchFields:fetchSpecification:ignoreDeleted:]: cannot execute quick-fetch SQL 
'SELECT 
b.c_name,b.c_content,b.c_creationdate,b.c_lastmodified,b.c_version,a.c_component,a.c_title,a.c_location,a.c_orgmail,a.c_status,a.c_category,a.c_classification,a.c_isallday,a.c_isopaque,a.c_participants,a.c_partmails,a.c_partstates,a.c_sequence,a.c_priority,a.c_cycleinfo,a.c_iscycle,a.c_nextalarm,a.c_uid,a.c_startdate,a.c_enddate
 FROM sogojmarsett00110d38fdd_quick a, sogojmarsett00110d38fdd b WHERE 
((c_component = 'vevent') AND ((c_startdate IS NULL) OR (c_startdate = 
1311825599)) AND ((c_enddate IS NULL) OR (c_enddate = 1311220800)) AND 
(c_iscycle = 0)) AND a.c_name = b.c_name AND (c_deleted != 1 OR c_deleted IS 
NULL)': PostgreSQL72Exception: 0xbb8ad28 NAME:PostgreSQL72FatalError 
REASON:fatal pgsql error (channel=0x0xbf93798[PostgreSQL72Channel]: 
connection=0x0xbbc6228[PGConnection]:  connection=0x0xb00a708): ERROR:  
column a.c_category does not exist
Run the update scripts.



--

Ludovic Marcotte

lmarco...@inverse.camailto:lmarco...@inverse.ca  ::  +1.514.755.3630  ::  
www.inverse.cahttp://www.inverse.ca

Inverse inc. :: Leaders behind SOGo (www.sogo.nuhttp://www.sogo.nu) and 
PacketFence (www.packetfence.orghttp://www.packetfence.org)


This email message and any files transmitted with it contain confidential 
information intended only for the person(s) to whom this email message is 
addressed. If you have received this email message in error, please notify the 
sender immediately by telephone or email and destroy the original message 
without printing or making a copy.
inline: image001.jpg

Re: [SOGo] ANN: SOGo v1.3.6

2011-04-12 Thread john Marsetta

Hi,

Did the upgrade and i'm getting a proxy error with no webui. Will 
get logs but was curious if there was something obvious I missed before 
I start searching?


Regards,
John

On 4/8/2011 3:30 PM, Ludovic Marcotte wrote:
The Inverse Team is pleased to announce the immediate availability of 
SOGo 1.3.6. This is a minor release of SOGo which focuses on small new 
features and improved stability over previous versions.


=== What is SOGo ===

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser 
or by using a native client such as Mozilla Thunderbird and Lightning.


SOGo is standard-compliant and supports CalDAV, CardDAV, GroupDAV and 
reuses existing IMAP, SMTP and database servers - making the solution 
easy to deploy and interoperable with many applications.


SOGo features :

 * Scalable architecture suitable for deployments from dozen to many 
thousand users
 * Rich Web-based interface that shares the look and feel, the 
features and the data of Mozilla Thunderbird and Lightning
 * Improved integration with Mozilla Thunderbird and Lightning by 
using the SOGo Connector and the SOGo Integrator
 * Two-way synchronization support with any SyncML-capable devices 
(BlackBerry, Palm, Windows CE, etc.) by using the Funambol SOGo Connector

 * Excellent integration with Apple iCal 3/4 and Apple iPhone OS 3/4

and many more! SOGo and our connectors are completely free.


=== Changes from the previous release ===

New Features
 * added Norwegian translation - thanks to Altibox
 * Ubuntu Maverick packages are now provided

Enhancements
 * updated Italian translation
 * updated Ukranian translation
 * updated Spanish translation
 * check while typing is no longer enabled by default in HTML editor
 * updated CKEditor to version 3.5.2
 * contact lists now have their own icons in the contacts web module
 * added the ability to invite people and to answer invitations from 
the iOS Calendar
 * alarms are no longer exported to DAV clients for calendars where 
the alarms are configured to be disabled
 * IMAP connection pooling is disabled by default to avoid flooding 
the IMAP servers in multi-process environments 
(NGImap4DisableIMAP4Pooling now set to YES by default)
 * sogo-tool: the remove-doubles command now makes use of the card 
complete names
 * sope-appserver: added the ability to configure the minutes timeout 
per request after which child processes are killed, via 
WOWatchDogRequestTimeout (default: 10)


Bug Fixes
 * restored the automatic expunge of IMAP folders
 * various mutli-domain fixes
 * various timezone fixes
 * fixed various issues occurring with non-ascii strings received from 
DAV clients

 * sogo-tool: now works in multi-domain environments
 * sogo-tool: now retrieves list of users from the folder info table
 * sogo-tool: the remove-doubles command is now compatible with the 
synchronization mechanisms

 * sope-mime: fixed some parsing problems occurring with dbmail
 * sope-mime: fixed the fetching of mail body parts when other 
untagged responses are received
 * sope-appserver: fixed a bug leaving child processes performing the 
watchdog safety belt cleanup


See http://www.sogo.nu/bugs/changelog_page.php?project_id=1 for the 
change log.


Mozilla Thunderbird 3.1 is the preferred version to use with SOGo. New 
versions of the extensions have also been released.



=== Getting SOGo ===

SOGo is free software and is distributed under the GNU GPL. As such, 
you are free to download and try it by visiting the following page :


http://www.sogo.nu/downloads/backend.html

You can also download the sources by following the instructions on 
this page:


http://www.sogo.nu/development/source_code.html

Frontend clients such as Mozilla Thunderbird, Mozilla Lightning 
(Inverse Edition), SOGo Connector and SOGo Integrator extensions are 
available for download from :


http://www.sogo.nu/downloads/frontends.html

Documentation about the installation and configuration of SOGo, 
Thunderbird or mobile devices is available from :


http://www.sogo.nu/downloads/documentation.html

You can also try our online SOGo demo at :

http://www.sogo.nu/tour/online_demo.html

=== Upgrading to v1.3.6 ===

Starting from SOGo v1.3.6, SOPE's IMAP pooling has been disabled 
(NGImap4DisableIMAP4Pooling is not set to YES) by default. You can 
enable it back by setting the NGImap4DisableIMAP4Pooling preference to 
NO or by simply using a caching proxy like imapproxy.


=== How can I help ? ===

SOGo is a collaborative effort in order to create the best Free and 
Open Source groupware solution.


There are multiple ways you can contribute to the project :

 * Documentation reviews, enhancements and translations
 * Write test cases - if you know Python, join in!
 * Feature requests or by sharing your ideas (see the roadmap)
 * Participate to the discussion in mailing lists
 * Patches for bugs or enhancements (http://www.sogo.nu/bugs)
 

[SOGo] Proxy Error after upgrade

2011-04-12 Thread john Marsetta

Hi,

I think I sent some a direct mail by mistake sorry about that, 
after the upgrade I'm getting a proxy error with no webui at all, I went 
into the httpd config for sogo and added the port machine name and uri. 
The log only has two warnings, one regarding imap pooling and the other 
about bindfield formats. Could i have messed up the httpd sogo file? 
it's configured for SSL, but I don't see anything in the http sogo file 
for that.


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