Displaying 20 results from an estimated 10000 matches similar to: "mysql-ruby produces segmentation fault on close"
2007 May 08
1
Can't get Ruby on Rails with Apache and FastCGI
Hi!
Environment
=========
Solaris 10
Apache 2.2.0 with fcgid_module
Ruby 1.8.4
Rails 1.2.3
I am trying to get FastCGI working. Initially I used "dispatch.cgi"
successfully but when I switched to "dispatch.fcgi" I get
====================================================
Application error
Rails application failed to start properly
2006 Jun 28
0
MySQL Errors
I''m working on deploying my app on Solaris 5.8, Apache 2.0.55, mod_fcgid-
1.09, and mysql-4.1.15.
I am getting the following error in my log when running through mod_fcgid:
> ActiveRecord::StatementInvalid (Mysql::Error: Lost connection to MySQL
server during query:...
The catch is that I get no errors when using WEBrick or script/console.
It took me a while to get the mysql-ruby
2008 May 12
2
broken GFS
This is the 2nd time this has happened to me. There was a kernel
release over the weekend to .67.0.15, yet, they did not release the
updated GFS to go along with it, so when the machine rebooted, there was
no gfs file system in the new running kernel which in turn wreaked havoc
on my cluster. I truly wish they would not do that :). I guess I shall
have to not allow automatic yum updates from
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 06
0
Control statements with condition with greater than one should give error (not just warning) [PATCH]
>>>>> Michael Lawrence <lawrence.michael at gene.com>
>>>>> on Sat, 4 Mar 2017 12:20:45 -0800 writes:
> Is there really a need for these complications? Packages
> emitting this warning are broken by definition and should be fixed.
I agree and probably Henrik, too.
(Others may disagree to some extent .. and find it convenient
that R does
2011 Jan 06
0
parse.rb:33: [BUG] Segmentation fault ruby 1.8.7 Hpricot
Has anyone had this issue above with hpricot? I cannot seem to find a
solution that works.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2003 Dec 09
1
MySQL pdb: pdbedit: Segmentation Fault
Hey all!
I just wanted to check in with you all to see if anyone has experienced a Segmentation Fault when running smb's smbpasswd or pdbedit to edit attributes stored in a MySQL pdb. Samba can authenticate off it, but whenever it tries to write / edit the table it just returns with a Segmentation Fault.
Any ideas? Anyone?
Thanks!
2016 Jan 03
0
Samba 4 AD - Samba Fails to Start, hdb_samba4_create_kdc (setup KDC database) failed
On 03/01/16 06:00, JS wrote:
> <=?windows-1252?Q?L.P.H._van_Belle?=> writes:
>
>> Ok,
>>
>>
> Hi Louis,
>
> Thank you again for taking the time to help me out, I do appreciate it, and
> I hope you had a safe and Happy New Year's eve. I'm going to work my way
> through the questions/comments in your response from top to bottom:
>
>>
2006 Nov 09
0
Apache configuration
i TRY TO CONFIGURE APACHE FOR RUBY ON RAILS ON UNIX.
BY THE FOLLOWING WAYl:
Install FastCGI
1. wget http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz
2. gunzip fcgi-2.4.0.tar.gz
3. tar -xvf fcgi-2.4.0.tar
4. cd fcgi-2.4.0
5. ./configure
6. make
7. make install
8. cd ../
Install mod_fcgid
1. cd ~
2. wget http://fastcgi.coremail.cn/mod_fcgid.1.09.tar.gz
3. gunzip
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 07
1
Control statements with condition with greater than one should give error (not just warning) [PATCH]
Is there anything that actually requires R core members to manually do
significant amounts of work here?
IIUC, you can do a CRAN run to detect the broken packages, and a simple
script can collect the emails of the affected maintainers, so you can send
a single email to them all. If authors don't respond by fixing their
packages, then those packages should be archived, since there's high
2006 May 25
0
How to lock a GEM version
I''ve moved an app from one server to another, which resulted in my app
using RedCloth 3.0.4 instead of 3.0.3. This basically wreaked havoc on
my app, and since both versions are installed on my current server,
I''d like to force my Rails app to use the older one.
I looked and looked and can''t figure out how to do this. It must be
simple! Can anyone point me to the
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 04
3
Control statements with condition with greater than one should give error (not just warning) [PATCH]
Is there really a need for these complications? Packages emitting this
warning are broken by definition and should be fixed. Perhaps we could
"flip the switch" in a test environment and see how much havoc is wreaked
and whether authors are sufficiently responsive?
Michael
On Sat, Mar 4, 2017 at 12:04 PM, Martin Maechler <maechler at stat.math.ethz.ch
> wrote:
>
2006 Apr 27
0
mod_fcgid-1.09 released. Adds DefaultMinClassProcessCount
No more long delays because every dispatch.fcgi got killed for reaching
max idle time.
mod_fcgid is a GPL, binary-compatible alternative to mod_fastcgi.
mod_fcgid is recommended over mod_fastcgi when using Apache2.
This release gains a feature that many on Apache2 has been waiting for:
DefaultMinClassProcessCount(default 3). Idle fastcgi will not be killed
if their count is less than
2006 May 12
1
Opinion on different web server setups?
This is not directly a Rails question but you lot seem the best to
ask...
I have a strong feeling we will be developing future apps in Rails
(Ruby fans are slowly starting to outnumber cynics in my office) so I
want a web server plan that will be appropriate for that. We have
just bought two new web servers I want to turn into a load-balanced,
redundant pair. As well as any Rails
2006 Jun 27
0
mod_fcgid trouble
Hello everyone,
I''m having some trouble hosting using mod_fcgid. If I run ruby -d
dispatch.rb I get the error:
Exception `NameError'' at ./../config/boot.rb:14 - uninitialized constant
Rails
Any ideas on how to fix this? The weird thing is that running it with
webrick works just fine. I tried setting the GEM_HOME environment variable
in my environment.rb, but I started to get
2008 Sep 06
0
Problem with mod_fcgid on AMD64
Earlier today I reinstalled one of our web servers (Dell PowerEdge 860
running dual or quad core Xeons) with amd64 RELENG_7 as of today,
replacing i386 RELENG_7 from about a month back (clean install).
After installing Apache 2.2.9 and mod_fcgid 2.2 from ports exactly as on
the other i386 machines, Apache fails to start with:
[Sat Sep 06 19:48:19 2008] [notice] suEXEC mechanism enabled
2017 Dec 06
0
CEBA-2017:3308 CentOS 7 mod_fcgid BugFix Update
CentOS Errata and Bugfix Advisory 2017:3308
Upstream details at : https://access.redhat.com/errata/RHBA-2017:3308
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
40e654de557229bc3157fa5a96b965295abf8682f1877a3fdfbac129a1cc53d7 mod_fcgid-2.3.9-4.el7_4.1.x86_64.rpm
Source:
2009 Apr 13
1
Handling ENFILE
My mail server consumed all of its configured file table slots and
started returning ENFILE ("Too many open files in system") for many
operations. This wreaked havoc with dovecot-1.1.13. Here are some
areas where dovecot should detect and more gracefully handle ENFILE
error returns:
1. Deliver should report an error more helpful than "Unknown internal
error" when
2006 Mar 08
3
mod_fcgid first request slow
I have posted this before with not much response so I am posing the question
again. Is there a solution for this very apparent issue with mod_fcgid that
the "First connection is incredibly slow". It seems its b/c mod_fcgid
doesnt keep at least 1 persistent connection around that this first
connection needs to start up and then every other request is fast.
Is there a solution to this?
2006 Jun 22
9
Again on Apache 2
Hello everybody.
I know, I know, another post about Apache 2, but I have looked a lot on
the internet and I haven''t found the answer to my problem.
I have a Linux Fedora Core 5 box, with Apache 2.2.2 (compiled and
installed), Ruby 1.8.4 (compiled and installed), RubyGems 0.8.11
(compiled and installed) and Rails... I don''t know what version as this
one I haven installed
2006 May 11
5
Recommendations for Apache 2 with mod_fcgid
Hi,
Have been pulling out my hair for the last few days wondering what I''m
going to deploy my site onto.
I currently have FreeBSD 4.7, Apache 1.3.3, PHP 4 and MySQL 4 running a
year-old PHP site. Dated stuff I know!
The new version of the site will be entirely Ruby on Rails, and I am
wondering what order I should be doing things in terms of upgrades and
installation. I want to be