Re: [Catalyst] ::Session::Store::FastMmap issues

2007-10-17 Thread Matt S Trout
On Wed, Oct 17, 2007 at 09:14:02PM +0100, Peter Flanigan wrote: > Florian Ragwitz wrote: > > there is an issue with the Cache::FastMmap store for the Session plugin. > > When $c->session contains some large very data structures > > Cache::FastMmap refuses to store them for whatever reason and retur

Re: [Catalyst] Re: Handel Installation Problems

2007-10-17 Thread Christopher Laco
Collin Condray wrote: Christopher, I plan on using MySQL so I downgraded to DBD::SQLite 1.12. Doing that fixed 4 of the 5 errors. This is the only error I'm still receiving: Failed TestStat Wstat Total Fail Failed List of Failed --

[Catalyst] Re: Handel Installation Problems

2007-10-17 Thread Collin Condray
Christopher, I plan on using MySQL so I downgraded to DBD::SQLite 1.12. Doing that fixed 4 of the 5 errors. This is the only error I'm still receiving: Failed TestStat Wstat Total Fail Failed List of Failed

Re: [Catalyst] ::Session::Store::FastMmap issues

2007-10-17 Thread Peter Flanigan
Florian Ragwitz wrote: > there is an issue with the Cache::FastMmap store for the Session plugin. > When $c->session contains some large very data structures > Cache::FastMmap refuses to store them for whatever reason and returns > false when calling ->set on it. > I found that I needed to incre

[Catalyst] ::Session::Store::FastMmap issues

2007-10-17 Thread Florian Ragwitz
Hi, there is an issue with the Cache::FastMmap store for the Session plugin. When $c->session contains some large very data structures Cache::FastMmap refuses to store them for whatever reason and returns false when calling ->set on it. However Catalyst::Plugin::Session::Store::FastMmap doesn't c

Re: [Catalyst] Re: Handel Installation Problems

2007-10-17 Thread Christopher H. Laco
Collin Condray wrote: > Christopher, > > It looks like DBD::SQLite 1.14 is installed. Do I need to use a > different version? > I don't believe so. This is a bug in DBD::SQlite 1.13/1.14 where the query immediately after a failing 'pk value already exists' error also failsand of course, I ke

[Catalyst] Re: Handel Installation Problems

2007-10-17 Thread Collin Condray
Christopher, It looks like DBD::SQLite 1.14 is installed. Do I need to use a different version? -- Collin Condray condray.net ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] Cache::FastMmap and Catalyst::Plugin::Cache::Store::FastMmap

2007-10-17 Thread Bill Moseley
On Tue, Oct 16, 2007 at 11:09:06PM +0100, Ash Berlin wrote: > > I'm not clear on the goals, but seems either FastMmap needs to be > > updated again (which doesn't seem possible) or > > Catalyst::Plugin::Cache::Store::FastMmap needs to remove the > > DEPRECATED statement since it seems required to w

Re: [Catalyst] How to setup production Lighttpd and Catalyst apps...

2007-10-17 Thread Ash Berlin
Jonathan Rockway wrote: > Dustin Suchter wrote: >> 2007-10-16 22:04:38: (mod_fastcgi.c.999) execve failed for: >> /srv/www/vhosts/myapponline.com/htdocs/script/myapp_fastcgi.pl >> Permission denied > > chmod a+x /srv/www/vhosts/myapponline.com/htdocs/script/myapp_fastcgi.pl ? > Also: having you