Re: [rt-users] RT 4.2 Segfaults on FreeBSD 9.2

2013-12-24 Thread Albert Shih
 Le 18/12/2013 à 15:17:15-0800, Tim Gustafson a écrit
> I've upgraded from RT 4.0.16 to 4.2 on a FreeBSD 9.2 system.  I'm
> using Perl 5.16.3.  When I try to start Apache, it segfaults with the
> following information in /var/log/httpd-error.log:

Me too, and work like a charm. 

Have you done 

20131023 tag (in /usr/ports/UPDATING) ?

You really need it. 

And you need to do :

portupgrade -fr lang/perl5.16

until every ports is update2date, no errors. 

I think portupgrade don't manage very good all dependency on p5- packages
so I need to run 3 times to complete all update. 

Well in fact you don't need to do exactly  3 times 

portupgrade -fr lang/perl5.16

but after the first time if you got some "unknown build error" just update
those ports and all depend on it. 

Regards.

JAS

-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mar 24 déc 2013 21:50:17 CET


Re: [rt-users] Start

2013-12-24 Thread Albert Shih
 Le 24/12/2013 à 12:27:35-0500, Alex Vandiver a écrit
> On Tue, 2013-12-24 at 17:37 +0100, Albert Shih wrote:
> > In 4.0.x I use inside my search something like 
> > 
> > and Starts < 'Today'
> > 
> > to specify the starting date of this ticket is < than today. 
> > 
> > After ugrading to 4.2.1 it's not working anymore. 
> 
> In RT 4.0, this search also found tickets where Starts was not set; this
> is no longer true in RT 4.2.  Unfortunately, as this was an
> almost-unintended change, there is currently no way to search for
> tickets which have no Starts date set.  I've pushed a branch for 4.2.2

OK. 

> which will resolve this; the ticketsql syntax will be 'Starts IS NULL'


I take this moment to say, RT is very very good software.work like a
charm, very few bug, and when a bug appear they are always someone to
answer. 

So thanks you very much and Merry Christmas. 

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mar 24 déc 2013 21:47:21 CET


Re: [rt-users] Start

2013-12-24 Thread Alex Vandiver
On Tue, 2013-12-24 at 17:37 +0100, Albert Shih wrote:
> In 4.0.x I use inside my search something like 
> 
> and Starts < 'Today'
> 
> to specify the starting date of this ticket is < than today. 
> 
> After ugrading to 4.2.1 it's not working anymore. 

In RT 4.0, this search also found tickets where Starts was not set; this
is no longer true in RT 4.2.  Unfortunately, as this was an
almost-unintended change, there is currently no way to search for
tickets which have no Starts date set.  I've pushed a branch for 4.2.2
which will resolve this; the ticketsql syntax will be 'Starts IS NULL'

 - Alex




[rt-users] Start

2013-12-24 Thread Albert Shih
Hi

In 4.0.x I use inside my search something like 

and Starts < 'Today'

to specify the starting date of this ticket is < than today. 

After ugrading to 4.2.1 it's not working anymore. 

Anyone can tell me what's is the new syntax ? 

Thanks lot.

merry christmas

Regards.



-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mar 24 déc 2013 17:32:50 CET


Re: [rt-users] Request tracker and Lighttpd

2013-12-24 Thread Ivan Osipov

Thank you, everything works.