Displaying 20 results from an estimated 4000 matches similar to: "probably running puppet on red hat for the first time"
2006 Sep 12
8
"undefined method `retrieve'' for nil:NilClass" when attempting to run puppetmasterd
I posted this earlier on IRC, but it didn''t seem anyone was active:
<mozillaman>Hey all!
<mozillaman>Quick question for you :)
<mozillaman>I installed puppet according to the directions on the site and
got this:
sudo /usr/bin/puppetmasterd --nonodes
undefined method `retrieve'' for nil:NilClass
<mozillaman>Anyone have any ideas?
Any help would be
2008 Jan 30
2
Bug in puppetmasterd?
Hi all,
I''ve just installed puppet in my ubuntu gutsy 7.10 linux using gem:
# sudo gem install puppet
Then, I made a basic site.pp manifest and following the InstallationGuide I ran:
$ sudo puppetmasterd --mkusers
Could not configure for running; got 1 failure(s)
What error? I managed to get an error message on /var/log/daemon.log
Jan 30 16:22:13 acero puppetmasterd[13800]:
2007 Mar 14
2
loaderror in line 85
Hello,
I hope this has not been discussed very often previously, but I do not
know how to search the archives, so I cannot prevent posting this. I
installed puppet (and removed it andf installed it again, which gave me
these error messages:
when removing:
puppetmaster: unknown service
error: %preun(puppet-server-0.22.1-1.i386) scriptlet failed, exit status 1
when installing:
puppet: unknown
2008 May 05
11
puppetmasterd --mkusers
I''m trying to run puppetmasterd the first time with --mkusers. It
fails with the following error message:
001 # /usr/bin/puppetmasterd --mkusers
Could not configure for running; got 1 failure(s)
Adding --verbose and --debug does nothing to improve the output. How
do I begin to debug this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2007 May 31
9
Switching to mongrel
I made an attempt to switch to mongrel today and I''m running into a strange
error message I can''t seem to track down:
debug: puppetmaster: Setting servertype to ''mongrel''
Server is not a class
Tracing through with the debugger shows:
[snip]
/foo/lib/gems/puppet-0.22.4/bin/puppetmasterd:248: case
Puppet[:servertype]
(rdb:1) n
2006 Nov 06
2
problem with remotefile definition
Hi,
I''m exploring Puppet and have hit a rather weird problem.
The puppetmaster server is running CentOS4, fully updated, with puppet
installed from the dlutter RPM repo, version 0.20.0-1.el4.
I tried adding the remotefile function definition from
http://reductivelabs.com/projects/puppet/documentation/installation.html
in /etc/puppet/manifests/utils/remotefile.pp but when I start
2006 Oct 18
1
bug in --mkusers...?
Hi all
Just discovered that running puppetmasterd --mkusers creates the user
and group puppet, but it also changes roots group to puppet...?? That
must be a bug, right...?
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk
2011 Nov 29
2
Extracting from zip, removing certain file extensions
Hi there,
I'm running R on windows 7 with Rstudio. Everyday I receive a zip file
where a bunch of half-hourly files are zipped together.
I then use
xx=unzip(ind)
to get xx, which consists of :
[1] "./2011/A20112961503.flx" "./2011/A20112961503.log" "./2011/A20113211730.slt" "./2011/A20113211800.slt" "./2011/A20113211830.slt"
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
Hello all,
I''ve tried to run ''puppetrun'', but there seems something unconfigured regarding the certificates. The reverse way (puppetd pulls the config from puppetmasterd) works fine.
The namespaceauth.conf on the client (where puppetd runs) is configured as follows:
[puppetrunner]
allow *.abc.net
(also tried the calling host: puppet1.abc.net)
But when I call
2006 Dec 01
3
"All resource specifications require names": wot?
Hi, everyone --
I downloaded puppet and have been playing with it. I''m using the RPM''s for RHE4 created by David (mentioned on the install page: http://people.redhat.com/dlutter/yum/rhel4/) with RHE''s ruby 1.8.1-7:
ruby-1.8.1-7.EL4.8
ruby-libs-1.8.1-7.EL4.8
ruby-devel-1.8.1-7.EL4.8
I''m sure this is an easy one; all the same, I''m stumped. Please
2006 Sep 21
3
FreeBSD startup script, can''t set pidfile
Hi,
I''ve installed puppet gem on freebsd 6.1 and wrote a simple startup
script for puppetmasterd. It starts fine, but doesn''t create the
pidfile, so I can''t stop it. Here is my script:
#!/bin/sh
utility_enable=${utility_enable-"NO"}
utility_flags=${utility_flags-""}
utility_pidfile=${utility_pidfile-"/var/run/puppetmasterd.pid"}
.
2009 Aug 26
7
storeconfigs + environments issue
Hi Guys,
Im trying to turn on storeconfigs with a mysql db backend. On my
testing server in our lab, i configured this successfully and can see
if keeping information on all test hosts.
When trying to implent the same idea onto our production puppet
server, I get the following errors:
Aug 26 16:35:53 opsynxsr0097 puppetmasterd[27003]: (/Settings[/etc/
2007 Oct 26
3
freebsd service management redux
After reading the rc.subr(8) man page and Newburns''s article on the rc.d subsystem[1],
It''s clear that a rc.conf.d per service file structure is already natively supported on
FreeBSD.
I''ve verified this with my own testing:
# echo puppetmasterd_enable=\"YES\" > /etc/rc.conf.d/puppetmasterd
# /usr/local/etc/rc.d/puppetmasterd start
Performing sanity check
2010 Apr 15
2
Could not create PID file error when .svn directory exists.
Getting some strange behavior when I try and start the puppetmaster.
I keep my configs in a subversion repository so naturally there
are .svn directories within the puppet config directory.
Not sure why but one of my puppetmaster instances refuses to start
until I remove one specific .svn directory.
No puppet process running.
[root@puppethc01 files]# ps -ef | grep puppet
root 16417 13135 0
2008 Apr 10
2
uninitialized constant Puppet::Network::Handler::FileServer::AuthStoreError ?
Hi Folks, Just wondering what the above error means. I followed
the instructions in http://www.howtoforge.com/installing_puppet_on_ubuntu
and when I try to startup the server it fails with the error in the
subject
of this message.
I am running the server on Ubuntu/i386/gutsy. In particular,
# puppetmasterd --verbose --debug
debug: puppetmasterd: Setting logdir to
2007 Apr 30
6
Installing puppetmasterd, puppetd as services under Red Hat, CentOS
Hi,
Since I''ve installed ruby and ruby-gems from source, then installed
facter and puppet as gems, I don''t get the usual startup scripts shipped
with RPMs.
Rebuilding the ruby RPM is painful, mostly because Red Hat (and pretty
much every vendor) have this tendency to include random files and patch
the living daylights out of a perfectly good source package so that
converting
2009 Apr 07
3
Speed bumps on the way to successfully running puppetmasterd on Mac OSX Leopard, try one and two
Hey all,
I have recorded my steps towards getting puppet functional
through one of the four different methods that I can think of, which
are:
1.Source(copying and insatlling to the recommended unix FSH
directory, /usr/local/src)
2.pkg hosted at explanatorygap
3.MacPorts
4.RubyGems
I haven''t cleanly tested the last two, but here''s where I am with the
first two:
1. I
2007 Mar 19
3
certificate trouble
Hi Puppet-Team,
first thanks for this great configuration management tool !
My name is Matt and i am on creating a puppet plugin for openQRM.
The basic framework is already existing and working well so far.
Now, after having it working ok once i now ran into a problem that
my puppet-clients do not get their configuration any more from the
puppetmasterd. What i saw on the puppetmasterd logs is :
2009 Jul 16
2
In the catalog, /Settings[*] is what?
I left my new puppetmasterd running last night.
came in with a stack trace below.
A number of questions:
1. Where did /Settings come from?
2. Is there a way to dump the contents of the catalog to understand?
3. I want to change the perms for all that stuff
4. puppetd is not running on this host, does puppetmasterd act like a
puppetd?
notice: Compiled catalog for inst01.corp.631h.metaweb.com
2006 Nov 02
7
Error reloading manifests
Hi there,
I''m running puppetmasterd manually while testing, and I was trying to split
my manifest in several parts using import. If I do so whenever I run the
puppetmasterd the manifest gets loaded and served correctly:
cognos ~ # puppetmasterd -v
info: Starting server for Puppet version 0.20.0
info: Parsed manifest in 0.02 seconds
info: /var/lib/puppet/files: allowing *.example.org