Displaying 12 results from an estimated 12 matches for "daemon_control".
2012 Jun 18
1
Inventory Service on RHEL - uninitalized constant ActiveRecord
..._active_record: uninitialized constant
> ActiveRecord
> ...
Here''s the gems I have installed:
> [root@puppetmaster ~]# gem list
> *** LOCAL GEMS ***
> activemodel (3.0.11)
> activerecord (3.0.11)
> activesupport (3.0.11)
> arel (2.0.10)
> builder (2.1.2)
> daemon_controller (1.0.0)
> fastthread (1.0.7)
> i18n (0.5.0)
> passenger (3.0.13)
> rack (1.1.0)
> rake (0.9.2.2, 0.8.7)
> tzinfo (0.3.33)
Any help will be much appreciated!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view...
2011 May 04
2
Passenger Error "during the evaluation of config/environment.rb"
...V << "--debug"
#ARGV << "--rack"
require ''puppet/application/master''
# we''re usually running inside a Rack::Builder.new {} block,
# therefore we need to call run *here*.
run Puppet::Application[:master].run
-----------
*** LOCAL GEMS ***
daemon_controller (0.2.6)
fastthread (1.0.7)
passenger (3.0.7)
rack (1.2.2)
rake (0.8.7)
Running Puppet 2.6.7
--
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...
2013 Jun 05
3
dashboard/passenger not connecting on port 8140
...#39;'
/etc/puppet/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:620:in
`connect''
These are the gems i have installed locally
gem list --local
*** LOCAL GEMS ***
activesupport (3.2.9)
arel (3.0.2)
builder (3.1.4)
bundler (1.2.3)
daemon_controller (1.1.0)
erubis (2.7.0)
i18n (0.6.1)
json (1.7.5)
multi_json (1.5.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack-mount (0.8.3)
rack-test (0.6.2)
rake (10.0.2)
rubygems-update (1.8.24)
thor (0.16.0)
treetop (1.4.12)
tzinfo (0.3.35)
--
You received this message because you are subscribed...
2013 Aug 27
2
passenger installation file passenger-install-apache2-module missing
Dear all,
I have installed
yum install rubygem-passenger
Installed:
rubygem-passenger.x86_64
0:4.0.5-3.el6
Dependency Installed:
rubygem-daemon_controller.noarch 0:1.1.4-3.el6
rubygem-fastthread.x86_64 0:1.0.7-1.el6
rubygem-rack.noarch 0:1.0.1-2.el6
rubygem-rake.noarch 0:0.8.7-2.1.el6
but the file passenger-install-apache2-module to create the
mod_passenger.so is missing.
The package comes from the foreman repository.
Can somebody ple...
2010 Nov 16
2
Passenger cannot load Rack
...function and does not add any
"vendor''ed" rack path to the rubylib, and it cannot find Rack.
Sorry if that''s a bit of detail, but I''m about to pull my hair out
over this. Why can''t Passenger find Rack?
The gems I have installed:
*** LOCAL GEMS ***
daemon_controller (0.2.5)
fastthread (1.0.7)
file-tail (1.0.5)
git (1.2.5)
god (0.11.0)
passenger (2.2.15)
rack (1.1.0)
rake (0.8.7)
spruz (0.2.0)
stomp (1.1.6)
By the way, I am on RHEL5 and am using Ruby 1.8.5 (I know it is old)
I have tried this with many versions of Passenger and all of the more
recent versi...
2012 Oct 16
3
Puppet dashboard over passenger: The environment must be purely alphanumeric, not ''
...ng something.
This is my current environment:
CentOS release 6.3 x86_64
puppet-2.7.19-1.el6.noarch
puppet-server-2.7.19-1.el6.noarch
puppet-dashboard-1.2.12-1.el6.noarch
*** LOCAL GEMS ***
activemodel (3.2.8)
activerecord (3.2.8)
activesupport (3.2.8)
arel (3.0.2)
builder (3.0.3)
daemon_controller (1.0.0)
fastthread (1.0.7)
i18n (0.6.1)
json (1.4.6)
multi_json (1.3.6)
passenger (3.0.17)
rack (1.4.1)
rake (0.9.2.2, 0.8.7)
tzinfo (0.3.33)
# rpm -qa | grep ruby
ruby-devel-1.8.7.352-7.el6_2.x86_64
ruby-mysql-2.8.2-1.el6.x86_64
ruby-libs-1.8.7.352-7.el6_2.x86_64
ruby-irb-1.8.7....
2012 Jun 14
8
inventory service in Puppet-dashboard
...em mysql (~> 2.8.1)
>
on the master, these are the packages I got installed:
[root@sdas puppet-dashboard]# rpm -qa | sort | egrep ''gem|mysql''
> mysql-5.1.61-1.el6_2.1.x86_64
> mysql-libs-5.1.61-1.el6_2.1.x86_64
> mysql-server-5.1.61-1.el6_2.1.x86_64
> rubygem-daemon_controller-0.2.6-1.el6.noarch
> rubygem-fastthread-1.0.7-2.el6.x86_64
> rubygem-passenger-3.0.12-1.el6.x86_64
> rubygem-passenger-native-3.0.12-1.el6.x86_64
> rubygem-passenger-native-libs-3.0.12-1.el6_1.8.7.352.x86_64
> rubygem-rack-1.1.0-2.el6.noarch
> rubygem-rake-0.8.7-2.1.el6.noarch...
2008 Dec 02
11
Any plans for Before-feature or Before-all steps in Cucumber?
Hi
The code I''m working on now is a server daemon that talks to Twitter,
an RSS feed, and some web pages. I''ve got mock implementations of
Twitter and the web stuff, which I start and stop with
daemon_controller[1]. I do all the setup in a Before block, but this
makes the feature runs agonisingly slow due to the time waiting for
everything to restart. I''m now starting a Merb app which will rely on
the database created by the server daemon, so it''s going to get even
slower.
A...
2012 Sep 07
7
passenger-install-apache2-module fails
Hi I have installed passenger on many machine and this is my 3rd puppet
master on CentOS 6. This one is giving me problems and I have been trying
with different gem versions and still no go.
When I run passenger-install-apache2-module I get this error:
Sorry its really long so I copied to a text doc attached to this post.
Any Idea on whats going wrong. I have not had a problem with this before
2012 Oct 08
11
Puppet 3.0 upgrade issue
Hi @all,
after upgrading my puppet server to Puppet 3.0 I got the following error
every time a client connect to the server:
[ pid=1532 thr=70147393710520 file=utils.rb:176 time=2012-10-08
11:17:56.504 ]: *** Exception NoMethodError in
PhusionPassenger::Rack::ApplicationSpawner (undefined method `settings'' for
Puppet:Module) (process 1532, thread #<Thread:0x7f98ecf7d370>):
2012 Aug 15
9
Installing puppet-dashboard on ubuntu precise
Hi,
I''m trying to install dashboard on precise and I get the below error.
I''m using the latest version that is available in the puppet apt
repository. The package rdoc is installed (it''s just a virtual package
pointing to ruby)
Are there some other missing dependencies that the package doesn''t specify?
I don''t know ruby that well so finding it hard
2013 Jan 21
15
Terrible exported resources performance
...appening (except for puppetdb dying of course).
It''s all on centos 5.8 with puppetlabs ruby and puppet packages, on
apache+passenger:
ruby-1.8.7.370-1.el5
ruby-rdoc-1.8.7.370-1.el5
rubygem-stomp-1.2.2-1.el5
rubygem-json-1.4.6-2.el5
rubygem-fastthread-1.0.7-1
rubygem-rake-0.8.7-2
rubygem-daemon_controller-0.2.5-1
rubygem-passenger-native-3.0.12-1
puppetdb-terminus-1.0.5-1.el5
puppet-server-3.0.2-1.el5
ruby-libs-1.8.7.370-1.el5
ruby-irb-1.8.7.370-1.el5
rubygems-1.3.7-1.el5
ruby-shadow-1.4.1-7
libselinux-ruby-1.33.4-5.7.el5
ruby-augeas-0.4.1-1
puppet-3.0.2-1.el5
rubygem-rack-1.1.0-2.el5
rubygem-pas...