Displaying 20 results from an estimated 2000 matches similar to: "upgraded to puppet 1.2.22 from 1.2.21 and get error"
2010 Feb 28
5
Passenger and Puppet problems
Cant seem to get Passenger to work on my test server. Keep getting the
following error in access_log
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(no such file to load -- rack/builder) (process 1998):
        from config.ru:1
Rack was installed from gem and is in the gempath.
puppetversion 0.24.8 (both server and client)
passenger (2.2.5)
rack (1.0.1)
rake (0.8.3)
RHEL
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
2009 May 27
1
Clustering dovecot?
Currently I have a mail server running postfix and dovecot with users 
in mysql. I have Outlook (blich) clients checking IMAP mail on the 
server. I'd like to build some fault-tolerance into that system in 
case I have hardware failure.
I've read through: http://wiki.dovecot.org/MailLocation/SharedDisk 
but I feel I need more information. My basic understanding is that 
I'll need 2
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
Hi all, I am trying to reproduce rails 3.2 behaviour with fields_for and 
nested attributes.
    class ControllerAction < ActiveRecord::Base
      has_many :interactions, dependent: :destroy
      has_many :roles, through: :interactions
      scope :controllers, lambda {|name| where("controller_name_id = ?", 
name)}
      scope :actions, lambda {|name| where("action_name_id =
2007 Sep 28
4
RSpec + EdgeRails on Windows
I recently post on my blog about setting up a Rails environment with RSpec
in Windows, and someone left a comment saying that it doesn''t work in
EdgeRails. I so I played around with it a bit and was able to confirm that
none RSpec appears broken on EdgeRails. I''ll post the various error messages
I received below. I''m not expecting any sort of patch or something for this
2010 Nov 16
2
Passenger cannot load Rack
I am getting the following error in my Apache error log when trying to
run my puppetmaster as a rack app with Passenger:
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(no such file to load -- rack) (process 32373):
Apache will start up without error, but as soon as a puppet client
connects, the error is thrown.
Passenger is dying at a "require
2002 Oct 17
1
Samba Roaming Profiles
Hi,
This is my first messegge to the list.
I need to migrate a Windows 2000 Server PDC to a Linux/Samba, and I readed a
lot searching for an answer.
My problem is with Roaming Profiles. The user can log on but the
configuration isn't the correctly one. The wallpaper, the mail storge, the
shortcuts, etc. are wrong.
May be is the ntuser.dat file that don?t work well.
What can I do?
2009 Sep 18
13
Rails 2.2.3-1 Problem
After installing the rails I faced this problem. If anyone aware of this
problem, kindly give solution for this.
vellingiri@WebDevel:~/public_html/Isync$ ./script/server
=> Booting WEBrick...
/usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate'': can''t
activate activeresource (= 2.3.4, runtime), already activated
activeresource-2.1.0 (Gem::Exception)
  from
2007 Feb 20
1
"Text is not a module"
Hello all,
After upgrading to Rails 1.2.2, I''m getting a strange error when one of my
workers is invoked.  The worker is responsible for monitoring a folder
(using directory_watcher) and emailing a specific user when a file is
dropped there, but it''s bombing immediately upon instantiation (or maybe
when trying to instantiate ActionMailer?) with the error "Text is not a
2006 Jul 14
2
Configuration search order
Hi
I''m in the process of deciding how a plugin should be designed to make 
configuration as easy as possible. Right now I require the plugin from 
init.rb, and set some configuration options (as class attribute 
accessors) from environment.rb. Then I tried setting these from 
environments/development.rb instead, and to my surprise this didn''t 
work. It said the class in question
2011 May 11
2
rack problems
I''m having some issues running rake commands for puppet dashboard.
Here is one of the symptoms (see below). I''m a little new to setting
up rails/rack applications, so I may be making a common mistake. It
looks like gems are already packaged with dashboard, specifically
rack-1.01. Should that gem just work out of the box?
Command:
rake RAILS_ENV=production reports:prune upto=1
2007 Dec 23
7
Help with error "undefined method `downcase' for nil:NilClass" after migration
Hi all,
  I have a rails 1.5.2 application.  I''ve frozen the application via the
"rake rails:freeze:gems" command.  This application worked well on a server
I previously had it installed on.  My server was getting really slow, and I
requested that I be moved to a new server.  When I perform a "gem list
rails" command on my new host, I receive only version 1.2.6.  Since
2010 Jan 05
6
thin server claims I don't have correct rails gem installed
Hi everyone, I need some insight into a problem I just started having.
I''m running ruby 1.8.6 on an ubuntu box with the following gems
installed:
$ sudo gem list --local
*** LOCAL GEMS ***
actionmailer (2.3.5, 2.3.4, 2.3.2, 2.2.2)
actionpack (2.3.5, 2.3.4, 2.3.2, 2.2.2)
activerecord (2.3.5, 2.3.4, 2.3.2, 2.2.2)
activeresource (2.3.5, 2.3.4, 2.3.2, 2.2.2)
activesupport (2.3.5, 2.3.4,
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
2009 Jun 22
0
Passenger 2.2.2 error
Hi,
I deployed an rails 2.3.2 app on passenger 2.2.2.
I get the following error sometimes.
Is it something I can fix in my app or not?
Passenger encountered the following error:
The application spawner server exited unexpectedly: Broken pipe
Exception class:
PhusionPassenger::Railz::ApplicationSpawner::Error
Backtrace:
# File Line Location
0
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/.
2012 Mar 29
25
Unable to deploy to Apache
Hi All,
Can someone please help?  I''ve been banging my head against for wall
for 2 months; all of which has been spent trying to set up ROR.  So I
actually haven''t written 1 line of code :(  Any help would be greatly
appreciated :)
I''m following the 4th edition of "Agile Web Development with Rails".
So, I''m able to deploy the site via WEBrick. 
2010 Sep 22
1
Bundler picking up wrong version of Ruby with Rails 3 ( possible bundler bug )
Hello All,
I am developing a JRuby on Rails 3 application. Standard stuff.
I am facing problems getting autotest to run.
Here''s the trace:
% autotest
loading autotest/rails_rspec2
bundle exec
/Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.22/bin/rspec
2007 Jul 19
2
Problem after upgrading from 1.2.21.1 to 1.2.22
Yesterday I upgraded from asterisk 1.2.21.1 to 1.2.22. We are running
Zaptel-1.2.17.1. After upgrading all of our calls from the phone company
(DIDs trunks with wink start on a channelized T1) were not coming in.
Looking in the log file  '/var/log/messages'. I saw the following error
message. 
pbx.c: Cannot find extension '' in context '(null)'
This was confusing since I
2011 Nov 18
2
libpng warning: Application built with libpng-1.2.26 but running with 1.5.2
Hi,
I have a problem on my mac when trying in R to produce png images.
I am getting this warnings with the ArrayQualityMetrics package:
> arrayQualityMetrics(rma_fatBody, outdir="normData", force =T)
The report will be written into directory 'normData'.
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009
(loaded the KernSmooth namespace)
libpng warning: Application built