Displaying 20 results from an estimated 60000 matches similar to: "Mongrel pids disappearing?"
2006 Sep 25
8
mongrel.pid disappearing
Hi to everybody,
This my first post on the list.
I''m a newby of mongrel & rails, I''ve deployed my first project and
everything seems to work fine, the only problem I have is the following:
After about 1 or 2 days of the mongrel_rails daemon running the
mongrel.pid in the log directory disappears, the mongrel process is
still there running
but doesn''t respond
2007 Sep 07
3
Fails to restart mongrel cluster after Capistrano rollback (PIDs not deleted)
Hi,
I am deploying a Rails website using Capistrano to a VPS running the
site through Apache and Mongrel.
''cap deploy'' works fine, and mongrels are restarted. When I execute
''cap deploy:rollback'', however, my script fails to restart the
mongrels giving this error:
!!! PID file tmp/pids/mongrel.5000.pid already exists. Mongrel could
be running already.
2006 Aug 14
4
Mongrel 0.3.13.4 -- PIDs Work, Win32 Gem
Alright, this time a small announce going out to *just* the mongrel list
so I can get some early testing.
There''s a new pre-release of 0.3.13.4 out that includes the win32
version of the gem.
** WIN32 USERS SHOULD INSTALL THIS AND TEST.***
***** BUT NOT ON PRODUCTION SYSTEMS. ******
As usual, you install it with:
sudo gem install mongrel --source=http://mongrel.rubyforge.org/releases/
2007 Mar 15
1
Issues with mongrel PID files when restarting clusters with Capistrano
Hey all:
When using capistrano and/or manually restarting mongrel clusters we
encounter errors when restarting that states:
** !!! PID file log/mongrel.8010.pid already exists. Mongrel could be
running already. Check your log/mongrel.log for errors.
** !!! Exiting with error. You must stop mongrel and clear the .pid
before I''ll attempt a start.
** !!! PID file log/mongrel.8011.pid
2010 Feb 24
1
Upgraded to Ruby 1.9.1 and Mongrel now fails
We recently upgraded to ruby 1.9.1 (in order to get new functions in the
Math module). We''ve reinstalled Mongrel with it, and even gone so far to
make some modifications to the compile (based on a post I found on one of
the forums).
Mongrel now fails when we try to launch it:
mongrel_rails cluster::start
With the message:
ERROR RUNNING ''cluster::start'': Plugin
2007 Jun 24
3
Mongrel under opensolars with SMF
Thought I''d drop a note about my experience with running mongrel
directly under the solaris service management framework. So far I''m
very impressed. SMF is the solaris replacement for the init system.
It''s tied much more closely to the OS and for instance doesn''t use pid
files. I''ve found you can completely eliminate mongrel cluster, and
for that
2007 Jun 21
3
disappearing .pid files
Hello,
I''m running mongrel_cluster and have been using it successfully for
quite a while now. However, today I ran a "cap deploy" and started
seeing the following error:
!!! PID file /var/www/apps/jco/shared/log/mongrel.8013.pid does not
exist. Not running?
for each of the mongrels that should start up.
I''ve googled for solutions but haven''t found any
2007 Jul 24
0
Fwd: *.rubyforge.org sites disappearing from google?
---------- Forwarded message ----------
From: Leonard Chin <l.g.chin at gmail.com>
Date: 24-Jul-2007 04:26
Subject: *.rubyforge.org sites disappearing from google?
To: ruby-talk ML <ruby-talk at ruby-lang.org>
Has anyone noticed that projects with homepages hosted on rubyforge
have disappeared from the google index? When trying to google rspec,
mongrel, mocha, fastercsv, their
2007 Feb 09
0
mongrel, gem & cgi_multipart_eof_fix updates
This might just have affected my particular setup but thought it might
be worth noting for others.
>gem -v
0.9.2
>gem list --local
cgi_multipart_eof_fix (1.0.0)
Fix an exploitable bug in CGI multipart parsing which affects Ruby
<= 1.8.5.
mongrel (1.0.1, 1.0, 0.3.20, 0.3.18, 0.3.13.4)
A small fast HTTP library and server that runs Rails, Camping, Nitro
and Iowa apps.
2007 Oct 09
0
Fix for using memcache store in mongrel cluster
Hi,
I was having problem with disappearing sessions when storing them in
memcache and when runnning as mongrel cluster in production environment.
I''ve created a patch and it seems it''s now okay. A message to rails-core
including the link to patch <http://dev.rubyonrails.org/ticket/9823> can be
found in the group here:
2006 Aug 11
1
mongrel still fails to write pid file when starting with config file
upgraded to 0.3.13.4 this morning in order to correct the above titled
problem but mongrel is still not writing the pid file when starting
with a config file
verified i am running 03.13.4 with --version
if i run this command:
mongrel_rails start -p 3000 -e production -d --user mongrel --group webdev
mongrel DOES create the pid file
if i run the same, and include -G config/mongrel.conf, the
2006 Aug 11
0
Mongrel 0.3.13.4 Pre-Release -- PID Files Wor king
Hi All/Zed,
win32 : Is there an Installer/setup for Mongrel along with
rails(1.1.6 security patches included) ?
Thank you,
BR,
~A
-----Original Message-----
From: Zed Shaw [mailto:zedshaw at zedshaw.com]
Sent: Friday, August 11, 2006 11:59 AM
To: mongrel-users at rubyforge.org
Cc: ruby-talk ML; rails at lists.rubyonrails.org
Subject: [Mongrel] [ANN] Mongrel 0.3.13.4 Pre-Release -- PID Files
2006 Sep 20
0
Mongrel 0.3.13.4 Pre-Release -- QUERY_STRING Fixed
Hi Zed/Jonathan,
VMWare Server is free now.
http://www.vmware.com/products/server/
http://www.vmware.com/pdf/server_datasheet.pdf
www.vmware.com/download/server
Runs on any standard x86 hardware
* Supports 64-bit guest operating systems, including Windows, Linux,
and Solaris
* Support for VMware VirtualCenter to efficiently manage infrastructure from
a
central management console
*
2006 Mar 30
0
Mongrel Web Server 0.3.12 -- Finally Out
Hello Folks,
This is the long awaited (like 2 weeks) 0.3.12 release of Mongrel. This
release has received heavier testing than previous releases and supports a
whole raft of improvements to existing functionality plus some new stuff.
For those not clued in, Mongrel is a web server written in (mostly) Ruby.
Check the funny dogs and read the docs about it at
http://mongrel.rubyforge.org/. The
2006 Aug 27
2
Mongrel not creating pid file
Here''s my config:
:debug: false
:daemon: true
- mongrel
:log_file: log/mongrel.log
:pid_file: log/mongrel.pid
:environment: development
And I start Mongrel with:
mongrel_rails -C config/mongrel.yml
It starts up fine, and creates and logs to the log
file, but I haven''t seen it create a pid file yet. Any
idea why?
BTW, why does Mongrel generate a config with vars like
:var:
2007 Dec 06
0
No matter what I do, Mongrel will not write pid files
I have been trying to run
mongrel_rails start -e production -p 41740 -P
/home/user/railsftpapp/log/mongrel.41740.pid
And cluster but it wont make a pid file ! It''s driving me crazy....
Cluster verbose
mongrel_rails start -d -e production -S
/home/nhall/railsftpapp/config/mongrel_upload_progress.conf --user
mongrel --group mongrel -p 41740 -P
/home/nhall/railsftpapp/fake/mongrel.41740.pid
2006 Aug 11
1
Mongrel 0.3.13.4 Pre-Release -- PID Files Working
Hi Folks,
An update to tell everyone to try out the pre-release again:
sudo gem install mongrel
--source=http://mongrel.rubyforge.org/releases/
Nothing available for win32 yet, the next pre-release will have a win32
build to check that windows folks are OK.
This release fixes the following problems:
* PID files weren''t being written when configured. Works now and logs
messages
2008 Mar 18
1
Running multiple mongrel to "serve" the same rail application with active scaffold
Hi,
I want to run more then one mongrel for the same rail application on the
same machine, using the same rails files.
This application use "active scaffold" when I start one mongrel some
files are writes in the public/plugin_assets/ folder.
If I start more then one mongrel it is possible these files become
scrambles ?, there is also some files in tmp/{cache,pids,sessions
,sockets,
2006 May 30
1
Error in mongrel_rails script with Cygwin/Mongrel/Rails
Hi,
I am experiencing an error in the mongrel_rails script on a pc under
cygwin/mongrel/rails. My installation details and error are as follows:
With some guidance from various blogposts out there, I installed Cygwin
on a Windows XP box followed by:
Ruby 1.8.4(via cygwin setup),
Gems (0.8.1 via ruby install.rb),
Mongrel .3.12.4 (via gems),
Rake 0.7.1(via gems,
GemPlugin (via gems),
Rails (via
2006 Aug 14
1
Mongrel loading wrong database environment (& a couple other bugs?)
Hi There,
I''ve got a mongrel cluster running on redhat 9 proxied behind an
Apache 2.2 installation. I have run into a real stumbling block in
that, while the rails app runs in production mode (you get a
production.log file, for example, and I see this in the mongrel log:
** Starting Rails with production environment ... ), it always loads
the development database configuration