similar to: What's new about the Webrick/Mongrel situation ?

Displaying 20 results from an estimated 4000 matches similar to: "What's new about the Webrick/Mongrel situation ?"

2011 Mar 11
6
failed to retrieve certificate on Amazon EC2
Hi, I''m using puppet on EC2 to setup my VMs with the following configuration: # puppetd --version 0.25.5 # uname -a Linux hostname.domain 2.6.16-xenU #1 SMP Mon May 28 03:41:49 SAST 2007 i686 i686 i386 GNU/Linux But I keep facing some timeout from puppetd: warning: peer certificate won''t be verified in this SSL session Exiting; failed to retrieve certificate and waitforcert
2011 Feb 23
6
Puppetmaster/Amazon EC2/DNS
Hi, I''m using Amazon EC2 and I''m planning to use puppet to deploy automatically my instances, however, I have an issue I can''t rely think through. As most people advised, I used a DNS server (bind to be precise) so that my instances can register to it but also ask this DNS Server the IP of the puppetmaster. However, as this DNS server is also running on Amazon EC2
2011 Jan 14
10
Using puppet to redeploy staging app
Hi, I''m building a staging environement and I would like it to be able to redeploy automatically, after each commit - or every hour, some applications. Those applications are right now deployed and set up by puppet. I wonder if I should use puppet to redeploy those applications after each commit, and if I should how trigger, on the puppet, a full redeployement of the application ? --
2011 Feb 16
4
Sensible, Manageable, CentOS puppetmaster?
I''ve been going round in circles a little bit in the last few days trying to figure out how to get a 64-bit CentOS-based puppetmaster that can be managed/provisioned via puppet also - so I''d like ruby, passenger, rails etc coming from RPMs and yum. As far as I can see, the three choices are: 1) Puppetlabs prosvc repo, which specifically says it can go away at any time 2)
2011 Sep 19
2
Puppet is very slow when running in AWS
I am using Puppet 2.7.2 with ruby 1.8.7 (2010-01-10 patchlevel 249) and 64 bit Ubuntu 10.4. I have a Vagrant environment which I have been using for development. In the vagrant environment about 5 minutes is required to run all of the modules used for the configuration I have been developing. When I run exactly the same modules in AWS several hours are required. The Vagrant VM has 1 CPU and 1 GB
2010 Nov 24
0
Puppet & Daemontools
Hi there, I''ve been playing with puppet for a couple of weeks (So, I''m still quite a newbie at it) and there is something I just can''t seem to be able to fix. I''m trying to have puppet manage daemontools service. Following the documentation <http://docs.puppetlabs.com/guides/types/service.html>, I added this in my puppet configuration: class
2013 Nov 28
4
puppet in java
We have bunch or property files(key/value pairs) used in different modules in our java web applicaiton. our applicaiton is also distributed, part of that runs on a head office and some of the parts run at the branch. All the branches run a local server for day to day activities. We are looking to automate these files when moving to different environments like deve, test, prod. So that we can
2011 Mar 23
9
WEBrick, Passenger or Mongrel
Hi, My organization is going to set up puppet soon. We have thousands servers and desktops. Would WEBrick work well for this? Or should we use Passenger? Thanks, Haiyan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2000 Sep 07
0
AW: What's in a name
To cite from www.xiph.org (the author's name of this text was not available on the page): The Ogg project began with a few-weekend-attempt at a simple audio compression package as part of a larger project in 1993. At the time, the software was called 'Squish'. The project and the general problem of music compression became a personal fascination, and Squish took on a life of its own
2010 Jun 24
8
Passenger barfs.
I have a freshly installed and updated CentOS 5.4 system running puppet 0.25.5. I followed the passenger docs here: http://projects.puppetlabs.com/projects/puppet/wiki/Using_Passenger Upon starting the client, the following appears in the apache error log. [Thu Jun 24 10:48:40 2010] [error] [client 10.10.4.45] Premature end of script headers: production [ pid=6785 file=ext/apache2/Hooks.cpp:706
2011 Jul 22
9
Random error in the recovery catalog
Hello, I randomly errors like this: Fri Jul 22 09:01:41 +0000 2011 //SERVER.fqdn/Puppet (err): Could not retrieve catalog from remote server: end of file reached Fri Jul 22 09:01:41 +0000 2011 //SERVER.fqdn/Puppet (notice): Using cached catalog Fri Jul 22 09:01:41 +0000 2011 //SERVER.fqdn/Puppet (err): Could not retrieve catalog; skipping run Here are the versions: puppetmaster
2010 Sep 08
25
Setup 2.6 + apache, passenger
Hi! I''m testing Puppet 2.6 and got all the basic stuff working with the default webricks. I read that it doesn''t scale very well and is not suited for production environments and the recommended setup is Apache/ Passenger. Is there a step-by-step-guide on how to set it up? Any help is very appreciated. Regards, Freddie -- You received this message because you are subscribed
2012 May 13
6
Puppetmaster with apache/passenger on SL6
Dear experts, Since I''ve moved my *puppetmaster* form SL5 (Scientific Linux) to SL6 with SELinux on, I''m facing loads of trouble. I also move away from WEBrick to apache/passenger, following the instruction here: http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger > and I can''t start httpd any more. It fails with this: Starting httpd: (98)Address
2003 Sep 14
1
child 9436 (pop3) killed with signal 11
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Suddenly since this afternoon the following happens: Sep 14 18:16:55 UnseenUniversity pop3-login: Login: gunter [127.0.0.1] Sep 14 18:16:55 UnseenUniversity pop3(gunter): Corrupted index data file / home/gunter/Mail/.imap/INBOX/.imap.index.data: Field 1 size points outside file (205408 / 205376) for record 4662 Sep 14 18:16:55 UnseenUniversity
2006 Dec 14
1
Does send_file act differently with Mongrel than with Webrick?
Mongrel 0.3.13.3 Windows XP Rails 1.1.6 I have a rails app that serves up mp3 files via the send_file command. We create a playlist (M3U) with URLs to the mp3s. These play just fine using Windows Media Player. However using WinAmp we get an error "error syncing to stream" when it tries to request the mp3. After playing around I found that if I am running Rails under Webrick WinAmp
2006 Jul 17
0
Difference between mongrel and webrick handling request.request_uri
If I do this GET request: GET /comments/new?description_id=1 HTTP/1.1 what ends up in request.request_uri is different for mongrel and webrick: Mongrel: "/comments/new" Webrick: "/comments/new?description_id=1" The mongrel behaviour breaks my app because I''m storing the uri to redirect to it later. Mongrel even logs the request as: 127.0.0.1 - [Mon, 17 Jul 2006
2006 May 15
0
Execution expired with MONGREL. No problems with webrick
After my action has run for about 2 minutes i always get a timeout. It doesn''t happen with WEBRICK. As far as i can see there is nothing wrong with the code "execution expired RAILS_ROOT: config/.. Application Trace | Framework Trace | Full Trace /opt/tools/lib/ruby/1.8/timeout.rb:54:in `clone_attributes''
2011 Jan 10
0
UTF-8 routes.rb and Passenger vs. Mongrel/WEBrick
My (Rails 3) routes.rb has the following entry: resources :articles, :path => "記事" This works in my production environment, as passenger unescapes the path from /%E8%A8%98%E4%BA%8B to /記事. However, in my development environment, I''m using Mongrel, which does not unescape the path, so it does not work unless I change my routes to resources :articles, :path =>
2007 Dec 15
1
script/server hangs webrick and mongrel
When I script/server, both webrick and mongrel hang until I ctrl-c. If I''m using webrick, it will start normally, but if I''m using mongrel it will appear to start and then hang again. Any idea why this behavior? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2008 Sep 17
0
memory leak? shows up in mongrel, not webrick
I''ve got an app that iterates through an array of 1000+ ActiveRecords in order to support quick AJAX filtering. When the app is running on mongrel(s), this process makes the RAM usage go through the roof (i.e., adding 50MB per iteration) and the usage never goes back down. Running on webrick, the app stabilizes at around 70MB and never goes higher no matter how many times I iterate