Displaying 20 results from an estimated 40000 matches similar to: "[Fwd: mongrel and spaces in path name : was mongrel on vista]"
2007 Mar 29
1
mongrel and vista
Thanks for your reply Luis
> Will be very helpful if you provide the logs (servicefb.log and
> mongrel_service.log) both located into ruby\bin directory.
---------------------------------------------------------------------------------
# Logfile created on 28/03/2007 17:54:32
native/process.bas:44, fb.process.spawn:
Spawn() init
native/process.bas:50, fb.process.spawn:
Success in
2007 Mar 28
1
Mongrel on Vista as a service
Hi Everyone,
I was hoping some one could help me out with an issue I''m having with
mongrel on Vista.
I have a ruby on rails application that runs fine with mongrel when I
double click on it. Command window opens, server starts and works just fine.
For the same application, after I install the service using
mongrel_service, and I try to start it, it fails. Vista says that the
2007 Oct 13
2
vista on mongrel
On 10/13/07, Raj Prakash <spamraj at yahoo.com> wrote:
> Hello,
>
> I am having the exact same problem described by Jonah Fox here:
>
> http://rubyforge.org/pipermail/mongrel-users/2007-May/003647.html
>
> I was wondering if you have found a solution yet. It is not the session
> issue.
>
Are you sure about the session storage? have you tried changing it?
On XP
2007 Apr 04
13
Mongrel dying daily with Ruby 1.8.6
Hi guys,
I''ve been running mongrel for a while now with Ruby 1.8.4, and last
week upgraded to 1.8.6.
Since upgrading, each morning when I wake up there''s a big problem:
1. Accessing the site returns a "500 Internal Server Error"
2. All the mongrel_rails processes are still running, but none of
them are active (when I run top)
3. Lighttpd and pound are still
2007 May 28
2
vista on mongrel
Hi,
I have installed mongrel on Vista and my app runs *really* slowly. Checking
Net stats in firebug shows each html request for the assets taking ~1s.
Running same app on XP is fine and running as webrick on vista is fine too.
There is also a strange pattern : each of the http requests to mongrel take
marginally more than 1s, e.g. 1.04, 1.05
on webrick each request takes ~ 4-40ms.
Very odd
2006 Aug 12
0
Following your Mongrel thread
On 8/11/06, Matthew Bass <pelargir at gmail.com> wrote:
> Hello, Luis. I''ve been following your Mongrel thread here:
> http://rubyforge.org/pipermail/mongrel-users/2006-May/000210.html
>
> I''m also running Win2K and have been trying to get Mongrel running as a
> service, without much luck. I tried running daemon_test.rb like you said and
> was able to get
2006 Nov 28
1
Mongrel, Mutex and FastThread results for win32.
Hello Guys,
Been testing fastthread (known on previous releases as
optimized_locking) for soon to be released 0.3.18 mswin32 gems
(official ones).
Attached to this message is the ruby script I used for the test
results shown on graphics [1] and [2]
The idea of the script is simulate what Mongrel do with threads
creating a simple workload for testing Ruby VM stability.
[1] refers to normal,
2006 Mar 03
0
Mongrel 0.3.7.1 -- 1000 Paper Cuts Release
This release of Mongrel is coming at you with lots of very little but
important features and fixes. The big highlights are:
* Initial beginning of the plugin support that will let people write
their own handlers and other things for Mongrel.
* Timeout now works again but couldn?t find an alternative to the buggy
Timeout class.
* SwitchTower friendly signal handling for
2007 Nov 05
4
mongrel not finding correct ruby path
hello all,
i have been trying to figure this out for the last few hours, and after
seemingly exhausting all the google search results, i figured i would try
this mailing list...
i just updated the ruby version on my ubuntu dapper drake box to the most
recent version. i installed it into /usr/local/bin
problematically, the previous installation was in /usr/bin
mongrel still complains that:
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
The build failed.
Note: if you set Configuration.dashboard_url in config/site_config.rb, you''d see a link to the build page here.
CHANGES
-------
Build was manually requested
BUILD LOG
---------
D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load
2007 Jan 02
1
Recommendation: Stalled Mongrel? Memcache Hates Spaces
Hi Everyone,
There''s quite a few of you who have contacted me about Mongrel suddenly stopping. After a lot of investigation, I found that the common thread between all of you is memcache and Eric Hodel''s memcache-client. People who were running this combination would have intermittent pauses and investigating the stalled mongrels showed that memcache-client was waiting for
2006 Dec 27
0
no log/mongrel.log file on win32, looking for sugge stions...
Hi Luis,
answers in CAPS.
-----Original Message-----
From: Luis Lavena [mailto:luislavena at gmail.com]
Sent: Tuesday, December 26, 2006 5:39 PM
To: mongrel-users at rubyforge.org
Subject: [Mongrel] no log/mongrel.log file on win32, looking for
suggestions...
Hello Mongrels around the world!
Been thinking a way to unify the issue I described in the subject.
For those who aren''t
2006 Feb 22
0
Mongrel 0.3.6 -- Win32 Service/Rails Real Good
Hello Folks,
This release of Mongrel should make the win32 folks go crazy. Thanks to
Luis Lavena it supports a full service system for installing any Rails app
as a service. This lets you start your rails apps from either the command
line or the Service console. Stopping is still a bit problematic but we
hope to have that solved in the next release.
You win32 folks should probably send Luis
2006 May 15
0
Mongrel and ssl? behind Pound
I was about to write a long post about how I couldn''t get request.ssl?to work in Rails behind Pound and Mongrel, but then I figured it out.
In your pound.cfg file, just add:
HTTPSHeaders 1 "X-Forwarded-Proto: https"
Assuming you''ve got Pound working correctly with SSL, this will giveRails the header it''s looking for.
If there''s any interest in a Debian
2006 Nov 25
2
Mongrel 0.3.18 PR -- Lightning Fast Turnaround
Alright folks, I put in a fix for camping and added the patch by Thomas Hurst for the accf_http deferred accept settings for FreeBSD.
As usual, please test this release out and let me know if it has any additional problems. I''ll be working on win32 builds today and tomorrow with Luis.
Install with:
sudo gem install fastthread --source=http://mongrel.rubyforge.org/releases
sudo gem
2006 May 12
1
New Mongrel 0.3.13 Documentation: HOWTO Do Everything
Just a quick note for a few new features/fixes available on the Mongrel
pre-release and a new document that covers nearly all the big features
and configurations for Mongrel.
First, the document is http://mongrel.rubyforge.org/docs/howto.html and
it covers:
* All the start command options including the fresh -G option to
generate a config for -C.
* The format and usage of the MIME type file (-m
2006 May 09
0
Mongrel Pre-Release Bravery
Hi Everyone,
Another note that there''s a pre-release available for non-win32
platforms that I''d like people to test out. As usual you can install it
with:
gem install daemons (if you don''t have this)
gem install mongrel --source=http://mongrel.rubyforge.org/releases/
This release adds some fantastic file management gear from why the lucky
stiff and Dan Kubb.
2006 May 21
0
Mongrel as win32-service, round3.
Hello lists!
This is not spam, but included the 2 lists (mongrel-users and
win32utils-devel) because the both are involved.
Attached is the 3rd version of a simple http_service script used
previously to get the things right for the mongrel Rails service.
With the modifications Zed implemented the past days (into the beta
gem, 0.3.13). Now the service part works better.
Still, a few things must
2006 Jul 01
0
Fun with Mongrel and cygwin.
On the Mongrel FAQ forum, Josh Wehner was having problems with cygwin
(don''t know if he fixed it).
http://rubyforge.org/forum/forum.php?thread_id=6978&forum_id=5450
Due that, I manage to install cygwin, ruby and rails on my humble
little computer, it compiled worked ok (taste like *nix, so I felt a
bit off-road running this).
Anyway, tried to pass test for mongrel, and still get 1
2006 Nov 30
0
Mongrel Service 0.3.1, basic process monitoring
Hello Folks,
I tried create a valid gem repository under windows without luck
(rubygems show problem with CRLF/LF line endings between *nix and
windows).
Anyway, I''ve uploaded a new gem to my webpage:
http://www.mmediasys.com/releases/mongrel_service-0.3.1-mswin32.gem
Whats new?
Beside the things added in previous announcement [1], this version add
basic process monitoring.
What