Displaying 20 results from an estimated 872 matches for "passenger".
2010 Mar 04
3
Dependency cycles, please help.
Hi,
I''m having trouble writing a recipe to handle apache/passenger.
First, here is my apache2 class, found here :
http://www.reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
---------------------------------------------
$apache2_sites = "/etc/apache2/sites"
$apache2_mods = "/etc/apache2/mods"
class apache2 {
[...]
define modu...
2008 Jun 06
3
LoadError (Expected model.rb to define Model)
...#39;
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:
68:in `perform_action_without_rescue''
/vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in
`perform_action_without_caching''
/vendor/rails/actionpack/lib/action_controller/caching.rb:678:in
`passenger_orig_perform_action''
/vendor/rails/activerecord/lib/active_record/connection_adapters/
abstract/query_cache.rb:33:in `cache''
/vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in
`cache''
/vendor/rails/actionpack/lib/action_controller/caching.rb:677:...
2010 Mar 17
4
passenger errors
Has anyone seen this come up, I am using 0.24.8 version of puppet. I
followed the directions on the wiki and installed passenger correctly from
what I can tell.
[Wed Mar 17 09:07:56 2010] [notice] Apache/2.2.14 (Unix) DAV/2
Phusion_Passenger/2.2.5 mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.14
OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal
operations
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_requ...
2012 Dec 18
2
Fwd: I need help with an R function! Thx!
Hi! I am doing a course about the R software and I have a couple of doubts.
In one of the tasks we were asigned, we have to perform a function that
simulates a bus' trip with 25 stops. In each of those stops, between 0 and
6 people can go on board. And when the total of passengers reaches 44, no
more people can go on board.
stops <- 25
passengers <- 0
register <- numeric(25)
bus <- function(register,stops,passengers) {
register[1] <- passengers
for (i in 1:stops) {
passengers <- passengers + sample(0:6,1)
register[i] <- passengers
}
# If the...
2011 Aug 21
1
dashboard 1.1.1 with filebucket doesn't show contents of the new file
..."}
Net::HTTPServerException (404 "Not Found"):
/usr/lib/ruby/1.8/net/http.rb:2097:in `error!''
lib/puppet_https.rb:34:in `get''
app/controllers/files_controller.rb:23:in `show''
haml (3.0.13) [v] rails/./lib/sass/plugin/rack.rb:41:in `call''
passenger (3.0.8) lib/phusion_passenger/rack/request_handler.rb:
96:in `process_request''
passenger (3.0.8) lib/phusion_passenger/abstract_request_handler.rb:
513:in `accept_and_process_next_request''
passenger (3.0.8) lib/phusion_passenger/abstract_request_handler.rb:
274:in `main_loop...
2013 Mar 07
2
Puppet Dashboard changed reports view error
.../haml/helpers/action_view_mods.rb:13:in
`render''
haml (3.1.2) [v] rails/./lib/haml/helpers/action_view_mods.rb:13:in
`render''
app/controllers/reports_controller.rb:25:in `changed''
sass (3.1.2) [v] rails/./lib/sass/plugin/rack.rb:54:in `call''
passenger (3.0.19)
lib/phusion_passenger/rack/request_handler.rb:96:in `process_request''
passenger (3.0.19)
lib/phusion_passenger/abstract_request_handler.rb:516:in
`accept_and_process_next_request''
passenger (3.0.19)
lib/phusion_passenger/abstract_request_handler.rb:274:in `m...
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 tim...
2009 May 20
8
ctionView::TemplateError (undefined method `start_form_tag'
...ler/benchmarking.rb:68:in
`perform_action_without_rescue''
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/rescue.rb:201:in
`perform_action_without_caching''
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/caching/sql_cache.rb:13:in
`passenger_orig_perform_action''
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in
`cache''
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/query_cache.rb:8:in
`cache''
/usr/lib64/ruby/gem...
2012 Dec 17
11
[Puppet Upgrade] Puppet agent does not work
...HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Phusion Passenger">
<title>Ruby (Rack) application could not be started</title>
<style type="text/css">
body {
font-family: Verdana, ''Bitstream Vera Sans'', Arial, Sans-Serif;
font-size: 10pt;
background: whi...
2010 Dec 28
3
mod_passenger failed installation from puppetlab yum repo
Just tried to install mod_passenger from puppetlabs yum repo, and it is
failing with the following error:
---> Package mod_passenger.i686 0:2.2.5-1 set to be updated
--> Processing Dependency: rubygem-passenger = 2.2.5-1 for package:
mod_passenger
---> Package mod_passenger.x86_64 0:2.2.5-1 set to be updated
--> Processi...
2010 Jan 05
1
Errno::ENETUNREACH (Network is unreachable - connect(2)):
...ap/rpc/driver.rb:232:in
`getEmail''
/usr/ruby-enterprise/lib/ruby/1.8/soap/wsdlDriver.rb:117:in
`__send__''
/usr/ruby-enterprise/lib/ruby/1.8/soap/wsdlDriver.rb:117:in
`GetEmail''
app/controllers/application_controller.rb:16:in `user_session''
/data1/src/ruby/passenger-2.2.7/lib/phusion_passenger/rack/
request_handler.rb:95:in `process_request''
/data1/src/ruby/passenger-2.2.7/lib/phusion_passenger/
abstract_request_handler.rb:207:in `main_loop''
/data1/src/ruby/passenger-2.2.7/lib/phusion_passenger/railz/
application_spawner.rb:374:in `start_...
2012 Mar 30
0
Facing probme with image upload rails 2.3.4, ruby 1.9.2 with papaerclip
...e working fine,
Now since i deployed application on server,i am facing strange problem
while image upload.
When i am trying upload image it''s gives error like,
NameError (undefined method path'' for
classActionController::UploadedStringIO''): :10:in synchronize'' passenger
(3.0.9)
lib/phusion_passenger/rack/request_handler.rb:96:inprocess_request''
passenger (3.0.9)
lib/phusion_passenger/abstract_request_handler.rb:513:in
accept_and_process_next_request'' passenger (3.0.9)
lib/phusion_passenger/abstract_request_handler.rb:274:inmain_loop''
pas...
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
> what about importing the key beforehand
> rpm --import keyfile
That's what I do. But when I try to install a package from that
(passenger) repository manually, yum wants my confirmation:
# curl --fail -sSLo /etc/yum.repos.d/passenger.repo
https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
# grep gpgkey /etc/yum.repos.d/passenger.repo
gpgkey=https://packagecloud.io/gpg.key
gpgkey=https://packagecloud.io/gpg....
2009 Sep 10
2
passenger with ruby enterprise edition
Hi I am failing to start apache2 with ruby enterprise edition and
passenger 2.2.5
[Wed Sep 09 17:38:20 2009] [notice] Apache/2.2.11 (Ubuntu)
mod_ssl/2.2.11 OpenSSL/0.9.8g Phusion_Passenger/2.2.5 configured --
resuming normal operations
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(no such file to load -- puppet) (process 16544):
from /opt/...
2009 Mar 26
1
Error Send Message
...troller/benchmarking.rb:68:in
`perform_action_without_rescue''
/usr/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in
`perform_action_without_caching''
/usr/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in
`passenger_orig_perform_action''
/usr/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in
`cache''
/usr/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in
`cache''
/usr/lib/ruby/gems/1.8/...
2009 May 04
1
Passenger 2.2.1 error?
Hi,
I am running my rails 2.3.2 app on Passenger 2.2.1.
There''s a simple page like
render :text => "Hello"
And it crashes about every 1 out of 5 refreshes.
Is there any known issue with Passenger 2.2.1?
Thanks.
Sam
--
Posted via http://www.ruby-forum.com/.
2009 Mar 08
2
Premature end of script headers error using Rails 2.3.1 and Passenger 2.1.1
I''m getting an HTTP 500 Internal Server Error using the latest beta of
Rails (2.3.1 aka 2.3 RC2) and Passenger (2.1.1) beta under Ubuntu
Intrepid (8.1).
I''ve put the Passenger configuration files into two separate files
under mods-available and I''ve created symbolic links from mods-
enabled. The default way of the Apache configuration under Ubuntu 8.1,
just like all other modules....
2010 Dec 26
1
Sqlite gem not found with rails3
Hello,
I am migrating a rails app to rails3, however I am hanging with an
error about gem not found.
Error message:
Could not find sqlite3-ruby-1.3.2 in any of the sources
(Bundler::GemNotFound)
Exception class:
PhusionPassenger::UnknownError
When I do
$ gem list sqlite3-ruby-1.3.2
*** LOCAL GEMS ***
(and the same result with sudo gem list )
However, when I do
gem list sqlite3-ruby
*** LOCAL GEMS ***
sqlite3-ruby (1.3.2, 1.3.0)
How can I make rails3/passenger environment see the right gems?
How can I...
2009 Jun 10
5
Deploying with Passenger question
Hi,
I followed the instructions for deploying a site with Passenger from
the screencast that is on the Phusion Passenger site and it didn''t
work. I am using Dreamhost to host my site- could the problem be on
their end? Someone suggested that I do:
passenger-install-apache2-module
on my command line but I already did that when I first installed
Passenge...
2011 Apr 20
11
Mac Phusion Passenger Pane not working
I have a feeling that this is something centered around my
apache/Passenger configurations but everything seems to check out.
Another off the hand problem I''m having, and might be a clue is w/ my
Passenger Pane. I installed the Phusion Passenger Pane and every time
I try to add an entry, I get this error:
"Your changes couldn’t be saved
See the Console...