Re: [SOGo] Urgent problem about 1.3.14

2012-05-02 Thread Albert Shih
 Le 30/04/2012 ? 16:01:11-0400, Wolfgang Sourdeau a écrit
> 
> >>
> >> 1. install the sope-gdl-postgresql package from the nightlies.
> > Well...if I do that how can I'm sure next time I do some yum update I can
> > still stay on the «mainstream» ?
> 1.3.15 is due soon and its version number will be equal or later than 
> the current one, so it will not pose any problem.
> However, you should not do that via yum. Just download the package from 
> our repositories and install it with "rpm -Uvh". The url is to use is 
> http://inverse.ca/downloads/SOGo/, from where you can navigate to the 
> distro/arch that suits your installation.
> 
> >
> >> 2. once 1 is done, do this from a psql shell that is connected to your
> >> SOGo database:
> >>
> >> begin transaction;
> >> update sogo_user_profile set c_settings = replace(c_settings, '', 
> >> '\\');
> >> update sogo_user_profile set c_defaults = replace(c_defaults, '', 
> >> '\\');
> >> commit;
> >>
> > And that's don't work with
> >
> > [snipped]
> Nope, because with certain versions of PostgreSQL (those <9.0) the 
> connection is not well configured, which has the effect of interpreting 
> escape sequences where it should not.
> 
> >
> > I ask that because the sogo is use by gods (or something like that) if I
> > make it not stable (it's rock stable until today, and all update work fine)
> > I'm close to death...
> Don't worry. This has been tested by other people and proved to work 
> (see http://www.sogo.nu/bugs/view.php?id=1767)

OK. 

I just did the patch. 

It's seem nothing is broke :-)

Thanks for the help.

Any idea when 1.3.15 going to be release ? 

Regards.

JAS


-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26/06 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mer 2 mai 2012 16:41:54 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Urgent problem about 1.3.14

2012-04-30 Thread Wolfgang Sourdeau




1. install the sope-gdl-postgresql package from the nightlies.

Well...if I do that how can I'm sure next time I do some yum update I can
still stay on the «mainstream» ?
1.3.15 is due soon and its version number will be equal or later than 
the current one, so it will not pose any problem.
However, you should not do that via yum. Just download the package from 
our repositories and install it with "rpm -Uvh". The url is to use is 
http://inverse.ca/downloads/SOGo/, from where you can navigate to the 
distro/arch that suits your installation.





2. once 1 is done, do this from a psql shell that is connected to your
SOGo database:

begin transaction;
update sogo_user_profile set c_settings = replace(c_settings, '', '\\');
update sogo_user_profile set c_defaults = replace(c_defaults, '', '\\');
commit;


And that's don't work with

[snipped]
Nope, because with certain versions of PostgreSQL (those <9.0) the 
connection is not well configured, which has the effect of interpreting 
escape sequences where it should not.




I ask that because the sogo is use by gods (or something like that) if I
make it not stable (it's rock stable until today, and all update work fine)
I'm close to death...
Don't worry. This has been tested by other people and proved to work 
(see http://www.sogo.nu/bugs/view.php?id=1767)



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


Re: [SOGo] Urgent problem about 1.3.14

2012-04-30 Thread Albert Shih
 Le 30/04/2012 ? 11:07:36-0400, Wolfgang Sourdeau a écrit
> 
Hi, 

> 
> 
> 1. install the sope-gdl-postgresql package from the nightlies.

Well...if I do that how can I'm sure next time I do some yum update I can
still stay on the «mainstream» ? 

> 2. once 1 is done, do this from a psql shell that is connected to your 
> SOGo database:
> 
> begin transaction;
> update sogo_user_profile set c_settings = replace(c_settings, '', '\\');
> update sogo_user_profile set c_defaults = replace(c_defaults, '', '\\');
> commit;
> 

And that's don't work with 

[root@agendas ~]# rpm -aq|grep sogo
sogo-ealarms-notify-1.3.14-1.el5
sogo-tool-1.3.14-1.el5
sogo-1.3.14-1.el5
[root@agendas ~]# rpm -aq|grep sope
sope49-xml-4.9-20120323_1664.el5.1
sope49-cards-1.3.14-1.el5
sope49-core-4.9-20120323_1664.el5.1
sope49-gdl1-4.9-20120323_1664.el5.1
sope49-gdl1-contentstore-1.3.14-1.el5
sope49-appserver-4.9-20120323_1664.el5.1
sope49-gdl1-postgresql-4.9-20120323_1664.el5.1
sope49-ldap-4.9-20120323_1664.el5.1
sope49-mime-4.9-20120323_1664.el5.1
sope49-sbjson-2.3.1-20120323_1664.el5.1
sope49-ldap-devel-4.9-20120323_1664.el5.1


? 

I ask that because the sogo is use by gods (or something like that) if I
make it not stable (it's rock stable until today, and all update work fine)
I'm close to death...

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26/06 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
lun 30 avr 2012 21:46:14 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Urgent problem about 1.3.14

2012-04-30 Thread Wolfgang Sourdeau



That's not very goodwhat's I going to do ? Some people already
reconfigure theyre agenda.

Any way to fix now ? Like some script to change the database ?

Thanks for the help.

Regards.

JAS

Hi Albert,


1. install the sope-gdl-postgresql package from the nightlies.
2. once 1 is done, do this from a psql shell that is connected to your 
SOGo database:


begin transaction;
update sogo_user_profile set c_settings = replace(c_settings, '', '\\');
update sogo_user_profile set c_defaults = replace(c_defaults, '', '\\');
commit;


This should fix the problems.


Wolfgang

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


Re: [SOGo] Urgent problem about 1.3.14

2012-04-30 Thread Albert Shih
 Le 30/04/2012 ? 16:51:15+0200, Christian Mack a écrit
> On 2012-04-30 15:25, Albert Shih wrote:
> > Hi all
> > 
> > I've just update from 1.3.13 to 1.3.14.
> > 
> > Everything see to work except allmost all personne loose the subscribe
> > calendar. 
> > 
> > Those personnes can of course make new subscription but that's really
> > sucks
> > 
> > Any idea ?
> > 
> 
> 
> See Bug #1767
> http://www.sogo.nu/bugs/view.php?id=1767

Thanks.

> 
> This will be fixed in 1.3.15.

That's not very goodwhat's I going to do ? Some people already
reconfigure theyre agenda.

Any way to fix now ? Like some script to change the database ? 

Thanks for the help.

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26/06 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
lun 30 avr 2012 16:52:59 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Urgent problem about 1.3.14

2012-04-30 Thread Christian Mack
On 2012-04-30 15:25, Albert Shih wrote:
> Hi all
> 
> I've just update from 1.3.13 to 1.3.14.
> 
> Everything see to work except allmost all personne loose the subscribe
> calendar. 
> 
> Those personnes can of course make new subscription but that's really
> sucks
> 
> Any idea ?
> 


See Bug #1767
http://www.sogo.nu/bugs/view.php?id=1767

This will be fixed in 1.3.15.


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


[SOGo] Urgent problem about 1.3.14

2012-04-30 Thread Albert Shih
Hi all

I've just update from 1.3.13 to 1.3.14.

Everything see to work except allmost all personne loose the subscribe
calendar. 

Those personnes can of course make new subscription but that's really
sucks

Any idea ?

Regards


-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26/06 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
lun 30 avr 2012 15:23:43 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists