LoginEngine: fastcgi dies on signup

Using engine 1.1.1, rails 1.1.2 and newest loginengine and userengine
and Apache2.0.54. When I’m using webric, all is working correctly. On
apache all else is working fine, except when a new user tries to
signup (after pressing the signup button).

Apache error log:
[Fri May 12 11:34:40 2006] [warn] mod_fcgid: process 5957 graceful
kill fail, sending SIGKILL
[Fri May 12 11:34:46 2006] [notice] mod_fcgid: process
/var/www/sites/dtc/stoppnazistene.no/subdomains/www/html/nor/trunk/public/dispatch.fcgi(5957)
exit(communication error), get stop signal 9

Nothing in fastcgi.crash.log.

What can be wrong?

Regards Henrik

Forgot to tell:
Using Ruby 1.8.2. And we get a:
"Internal Server Error

The server encountered an internal error or misconfiguration and was
unable to complete your request."
page.

Strange error, since I can add users from the usr:new action, and ass
said it works with webric.

Is upgrading ruby worth a try?
(I would prefer to use 1.8.2 as it gets security updates by
debian).

  • Henrik

Fri, 12 May 2006, Henrik Ormåsen skrev:

/var/www/sites/dtc/stoppnazistene.no/subdomains/www/html/nor/trunk/public/dispatch.fcgi(5957)
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
Henrik Ormåsen


SOS Rasisme er Norges eneste demokratiske medlemsorganisasjon som
konsentrerer seg om å arbeide mot rasisme og nazisme. Vi har over
40.000 individuelle medlemmer, 8.000 kollektive medlemmer og 90
lokallag. Vi er Europas største antirasistiske organisasjon.
Har du lyst til å bli medlem? Gå til: www.sos-rasisme.no/blimedlem
Har du lyst til å bli aktiv? Gå til: www.sos-rasisme.no/bliaktiv

PB 9427, Grønland -0135 OSLO
Besøk oss i Brugata 14, 0186 Oslo (Samme bygg som 7 Eleven)

telefon: 23 00 29 00
direkte: 23 00 29 06
faks: 23 00 29 01
mobil: 48 18 14 92

As I understand it, Rails 1.1+ has compatibility issues with Ruby 1.8.2

Got a solution by disabling e-mail confirmation
( config :use_email_notification, false
in environment.rb).

  • henrik