Re: [rt-users] Ready to roll?

2013-02-26 Thread John Buell
Got 'em! Thanks! -Original Message- From: Christian Loos [mailto:cl...@netcologne.de] Sent: Tuesday, February 26, 2013 12:54 AM To: John Buell Cc: rt-users@lists.bestpractical.com Subject: Re: Ready to roll? Don't forget the cronjobs: https://github.com/bestpractical/rt/blob/stable/READM

[rt-users] Code change causing load error Help!

2013-02-26 Thread Raymond Corbett
Rt4/share/html/Elements/QuickCreate The default owner is Meand we wanted to change that to nobody Original code in file: option value="<%$session{'CurrentUser'}->id%>" selected="selected"><%><&|l&>Me option value="<%RT->Nobody->id%>"><%loc('Nobody')%> Tried changing to: option value=

Re: [rt-users] Code change causing load error Help!

2013-02-26 Thread Emmanuel Lacour
On Tue, Feb 26, 2013 at 03:01:46PM +, Raymond Corbett wrote: >option value="<%$session{'CurrentUser'}->id%>" ><%><&|l&>Me > you're missing a "/": <&|/l&> -- Easter-eggs Spécialiste GNU/Linux 44-46 rue de l'Ouest - 75014 Paris - France - Métro Gaité P

[rt-users] Installing RT4.0 and RT 3.8 on same system

2013-02-26 Thread Ken Towne
I am trying to install a version of RT4.0.10 and RT3.8.16 w/RTIR so that we can evaluate which framework would work best with our team. I installed RT4 successfully but after following all the directiosn for RT3.8 I receive the following error: Wrong version of RT found; need 3.8.* at /opt/rt3/bi

[rt-users] Apache error: Cannot allocate memory: fork: Unable to fork new process

2013-02-26 Thread Mª Eugenia Moreno
Hi All, I have configured RT with Apache2 and mod_perl2 but I am not able to see RT site on the browser. When I check apache log file I can see the following error: [error] (12)Cannot allocate memory: fork: Unable to fork new process I am running in a AWS micro instance with 600 MB of RAM. Is n

Re: [rt-users] Code change causing load error Help!

2013-02-26 Thread Raymond Corbett
Emmanuel thank you! As Emmanuel pointed out I was missing a / That fixed things up except now I have the owner field but no selections in the list, the Me and Nobody. option value="<%$session{'CurrentUser'}->id%>"><&|/l&>Me option value="<%RT->Nobody->id%>" selected="selected"><%loc('Nobody')%

Re: [rt-users] Code change causing load error Help!

2013-02-26 Thread Paul Tomblin
On Tue, Feb 26, 2013 at 10:39 AM, Raymond Corbett < raymond.corb...@arcproductions.com> wrote: > That fixed things up except now I have the owner field but no selections > in the list, the Me and Nobody. > > ** ** > > > > option value="<%$session{'CurrentUser'}->id%>"><&|/l&>Me > > o

Re: [rt-users] Apache error: Cannot allocate memory: fork: Unable to fork new process

2013-02-26 Thread Ruslan Zakirov
Hi, You've picked one of memory hungry setups. Check out extension to help run RT with Nginx [1]. Still you will have to lower number of processes that serve, put DB on diet. [1] http://search.cpan.org/~ruz/RT-Extension-Nginx-0.03/lib/RT/Extension/Nginx.pm On Tue, Feb 26, 2013 at 7:20 PM, Mª Eu

Re: [rt-users] Ready to roll?

2013-02-26 Thread Kevin Falcone
On Tue, Feb 26, 2013 at 02:56:28PM +, John Buell wrote: > Am 26.02.2013 01:09, schrieb John Buell: > > Ok, I have users set up, groups set up (company departments), queues > > set up The RT box seems to be sending messages back and forth to our > > main Exchange box with no trouble at all

Re: [rt-users] Installing RT4.0 and RT 3.8 on same system

2013-02-26 Thread Kevin Falcone
On Tue, Feb 26, 2013 at 10:19:35AM -0500, Ken Towne wrote: >I am trying to install a version of RT4.0.10 and RT3.8.16 w/RTIR so that > we can evaluate which >framework would work best with our team. I installed RT4 successfully but > after following all >the directiosn for RT3.8 I rec

[rt-users] Hash not found?

2013-02-26 Thread Robert Nesius
After upgrading to 4.0.10, after authenticating RT is redirecting to: http://server.domain.com/HASH(0xhexadecimal) And the server is throwing a "page not found" error. If I click "Home" or just remove the Hash from the URL, everything is fine. Quick google searches came up blank... anyone else

Re: [rt-users] Hash not found?

2013-02-26 Thread Thomas Sibley
On 02/26/2013 11:05 AM, Robert Nesius wrote: > After upgrading to 4.0.10, after authenticating RT is redirecting to: > > http://server.domain.com/HASH(0xhexadecimal) > > And the server is throwing a "page not found" error. If I click "Home" > or just remove the Hash from the URL, everything is

Re: [rt-users] Odd Account Behavior after Active Directory Migration

2013-02-26 Thread Thomas Simmons
On Fri, Feb 22, 2013 at 3:36 PM, Thomas Simmons wrote: > On Thu, Feb 21, 2013 at 1:58 PM, Thomas Sibley wrote: > >> On 02/21/2013 09:07 AM, Thomas Simmons wrote: >> > Hello, >> > Just wanted to send a follow up. I'm really stumped one this and I >> > really am open to any ideas. >> >> The informa