[Puppet Users] Error 400 on SERVER: Permission denied.

2017-05-17 Thread Sandy
Note - a puppet newbie here - any help is much appreciated :-) We are getting a "Failed to generate additional resources using 'eval_generate': Error 400 on SERVER: Permission denied" whenever a file being accessed/referenced via the file resource (directive) "recurse = remote" function is not wor

[Puppet Users] Error 400 on SERVER: Could not find class lamp

2015-05-22 Thread Joe Koenig
Hi all, I'm trying to learn puppet and am running into a roadblock trying to get an agent to pickup its configuration from a master server. On master, I have created a class called 'lamp': [x@master manifests]# pwd /etc/puppet/modules/lamp/manifests [x@master manifests]# ls -l total 4 -r--r

[Puppet Users] Error 400 on SERVER: Could not find data item wls_jdk_version in any Hiera data file and no default supplied at /etc/puppetlabs/puppet/environments/testing/modules/weblogic_esb/manifest

2014-06-25 Thread Supriya Uppalapati
Hi, I am having an issue could not find any data item Here is my manifests: *class weblogic_esb { 2 3 include wls1036 4 include orautils 5 6 Class['wls1036'] -> Class['orautils'] 7 8 class wls1036{ 9 class { 'wls::urandomfix' :} 10 11 $jdkWls11gJDK = hiera('wls_jdk_version') 12

Re: [Puppet Users] Error 400 on SERVER : could not find class xxx for yyy on node yyy

2014-06-02 Thread Christian Charpentier
Thanks a lot Jose, i appreciate your help :) Le vendredi 30 mai 2014 15:53:42 UTC+2, Jose Luis Ledesma a écrit : > > Class vstar::apache should be in > > /etc/puppet/modules/vstar/manifests/apache.pp > > To allow autoloader find it. > > Regards, > El 30/05/2014 15:48, "Christian Charpentier" > e

Re: [Puppet Users] Error 400 on SERVER : could not find class xxx for yyy on node yyy

2014-05-30 Thread José Luis Ledesma
Class vstar::apache should be in /etc/puppet/modules/vstar/manifests/apache.pp To allow autoloader find it. Regards, El 30/05/2014 15:48, "Christian Charpentier" escribió: > Hi, > I'm statrting using puppet with role/profile pattern and i'm facing a > problem. > I use puppet 3.4.3 with a mast

[Puppet Users] Error 400 on SERVER : could not find class xxx for yyy on node yyy

2014-05-30 Thread Christian Charpentier
Hi, I'm statrting using puppet with role/profile pattern and i'm facing a problem. I use puppet 3.4.3 with a master running on red hat 2.6 and a client on a local VM centOS 6.5. When i try to test my code with the command above i got an error : Error 400 on SERVER could not find class vstar::apa

[Puppet Users] Error 400 on SERVER: no 'environments' in {:root_environment=>#

2014-05-08 Thread Luca Mazzaferro
Hi to Everybody, I'm working with puppet since some months. I'm managing a medium environment with some hundreds of nodes. I installed passenger and everything worked fine following this documentation: http://docs.puppetlabs.com/guides/passenger.html#example-vhost-configuration Today I tried to

Re: [Puppet Users] Error 400 on Server: 0 is not a string. It looks to be a Fixnum on node example.test.net

2014-04-29 Thread Tony Zhao
So I realized that I was running 3.4.2 when using puppet apply and 3.5.1 on puppetmaster. I am thinking that might have caused the problem? Is there anyway to download a previous release of puppet? Thanks On Monday, April 28, 2014 8:51:35 AM UTC-4, Ken Barber wrote: > > Can you paste the full e

Re: [Puppet Users] Error 400 on Server: 0 is not a string. It looks to be a Fixnum on node example.test.net

2014-04-28 Thread Tony Zhao
This gist has the debug output: https://gist.github.com/touchdown/190fe8eca878b82fc71b I realize that it came from running the postgresql setup in puppetdb module. I am running both postgresql locally so i simply declare both classes with default params. On Monday, April 28, 2014 8:51:35 AM UTC

Re: [Puppet Users] Error 400 on Server: 0 is not a string. It looks to be a Fixnum on node example.test.net

2014-04-28 Thread Ken Barber
Can you paste the full error in a gist (with surrounding content as well) instead of just putting it in a subject line? If you can run the failing component with --debug so we can see more verbose output next to the error that might be also useful. If this error is being logged by your master, you

[Puppet Users] Error 400 on Server: 0 is not a string. It looks to be a Fixnum on node example.test.net

2014-04-27 Thread Tony Zhao
This is the error I got running puppetlab's puppetdb module trying to setup puppetdb and postgresql. I was able to run it locally with puppet apply. I am running puppet 3.5.1 on both master and agent with hiera. Master is running Apache+Passenger. Has anyone encounter similar issue before and c

Re: [Puppet Users] Error 400 on SERVER: invalid byte sequence in UTF-8

2014-03-07 Thread David Schmitt
On 05.03.2014 23:16, Jay Benner wrote: I keep getting this error with a module I wrote. Apparently, it doesn't like something about my module, but I don't see anything interesting about it. I found the bug below, but I don't know which config.ru to edit for the workaround. Has anyone else seen

[Puppet Users] Error 400 on SERVER: invalid byte sequence in UTF-8

2014-03-05 Thread Jay Benner
I keep getting this error with a module I wrote. Apparently, it doesn't like something about my module, but I don't see anything interesting about it. I found the bug below, but I don't know which config.ru to edit for the workaround. Has anyone else seen this? https://projects.puppetlabs.co

[Puppet Users] Error 400 on SERVER: Not authorized to call find AND Error 403 on SERVER: Forbidden request: client2.puppet.com

2014-02-03 Thread jyotir bhandari
Hi I am trying to transfer shell file via fileserver in pupper, but i am continuously getting the mentioned error. *fileserver.conf* [files] path /etc/puppet/files allow * *auth.conf* path ~ ^/file_(metadata|content)/files/ auth yes allow /^(.+\.)?puppet.com$/ allow_ip 192.168.1.0/24

[Puppet Users] Error 400 on SERVER: Could not match - Why ?

2013-10-24 Thread Cedrik Mallet
hi, Could someone tell me what's wrong in my statements? err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Could not match 'elasticsearch::java': at > /etc/puppet/environments/production/modules/elasticsearch/manifests/init.pp:35 init.pp : class elasticsearch( $

[Puppet Users] Error 400 on SERVER: Could not find class pentaho for server.test.com

2013-09-09 Thread Eduardo Terzella
Good morning , I could help to debug this problem ? "puppet agent - test" Debug: catalog supports formats: b64_zlib_yaml dot pson raw yaml; using pson Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class pentaho for s

[Puppet Users] Error 400 on SERVER: No such file or directory - getcwd

2013-06-19 Thread Rachel Andrew
Hi fully expecting to have done something silly here but am struggling to debug why I am getting the error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: No such file or directory - getcwd at /etc/puppet/manifests/nodes.pp:2 on node my.domain.net the line in quest

[Puppet Users] Error 400 on SERVER: allocator undefined for Proc

2013-04-04 Thread Vlados Vladosov
Usual, after change some parameters in yaml, and run puppet, i got this error. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegr

[Puppet Users] Error 400 on Server

2012-12-20 Thread Kevin Kitchen
I've just installed PE 2.7 and went through the quickstart. I was able to install the motd module without an issue. I decided to try a Java install module to test what I've (not) learned. I've looked at the init.pp file, the name of the class is "java". It shows as installed correctly on the ag

[Puppet Users] Error 400 on SERVER: Invalid parameter lib in puppetlabs-apache module

2012-12-18 Thread Benjamin Priestman
Hi, I'm trying to move back to using the standard puppetlabs-apache module, after having been using a heavily customised version and am running into the following error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter lib at /etc/puppet/unstable/bran

[Puppet Users] Error 400 on SERVER: custom functions must be called with a single array that contains the arguments

2012-11-15 Thread Med75
Hi, I've installed a jboss module for Puppet cloned from this repo: https://github.com/example42/puppet-jboss, but when I run puppet agent -t --trace I'm getting this error "Error 400 on SERVER: custom functions must be called with a single array that contains the arguments" Here is the ful

Re: [Puppet Users] Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/agent1.pem to csrdir: undefined method `exists?' for nil:NilClass

2012-08-28 Thread Edward Tuan
Hi Ashish, 1st, what on my server is this: [root@edward ~]# ls -ld /var/lib/puppet/ssl/ drwxrwx--x. 8 puppet root 4096 Aug 27 17:21 /var/lib/puppet/ssl/ [root@edward ~]# 2nd, I debug on my server with puppet cert --list --debug, and the result is(not far only this,I just show 5 lines): debug:

Re: [Puppet Users] Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/agent1.pem to csrdir: undefined method `exists?' for nil:NilClass

2012-08-28 Thread Ashish
Hi Edward, You won't be able to access as normal user, you need to be root for that. If you have deleted your ssl directory, nothing much to worry it will generate again, what I was asking the permission on ssl directory.? On my server it has something like this # ls drwxrwx--x 8 puppet roo

Re: [Puppet Users] Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/agent1.pem to csrdir: undefined method `exists?' for nil:NilClass

2012-08-28 Thread Edward Tuan
Much thanks for your reply. Is this your meaning: [edward@edward ~]$* cd /var/lib/puppet/* [edward@edward puppet]$ ls bucket clientbucket client_yaml lib rrd sslyaml classes.txt client_data factsreports server_data state [edward@edward puppet]$ cd ssl *[edward

Re: [Puppet Users] Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/agent1.pem to csrdir: undefined method `exists?' for nil:NilClass

2012-08-28 Thread Ashish Jaiswal
Hi, To me it seems to be permission issue on SSL directory on master .. can you let me what is the permission on SSL directory .. This is just a wild guess.. Regards, Ashish Jaiswal On Aug 28, 2012 12:53 PM, "Edward Tuan" wrote: > I've been confused by this question for near two days ...my pup

[Puppet Users] Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/agent1.pem to csrdir: undefined method `exists?' for nil:NilClass

2012-08-28 Thread Edward Tuan
I've been confused by this question for near two days ...my puppet master version is 2.7.9-1.el6 and client versiong is 2.6.16-2.el5. This is what my command lines shows: *[root@agent1 ~]# puppet agent --server=edward --test --waitforce 30* info: Creating a new SSL key for agent1 warning: peer

Re: [Puppet Users] Error 400 on SERVER: Could not parse for environment production: Syntax error at '{'; expected '}'

2012-08-14 Thread Justin Stoller
On Tue, Aug 14, 2012 at 7:49 AM, Jen Patrick wrote: > It's barfing on this: Is this in relation to a previous thread? > Error 400 on SERVER: Could not parse for environment production: Syntax > error at '{'; expected '}' is there a line number? > > Here's the node.pp Does this work? > > nod

[Puppet Users] Error 400 on SERVER: Could not parse for environment production: Syntax error at '{'; expected '}'

2012-08-14 Thread Jen Patrick
It's barfing on this: Error 400 on SERVER: Could not parse for environment production: Syntax error at '{'; expected '}' Here's the node.pp node "ccc.unix.ccc.ccc.edu" { class { "web_server": net_static => { "eth0" => { "macaddress" => $macaddress_et

[Puppet Users] Error 400 on Server: Another local or imported resource exists with the type and title Sshkey

2012-08-09 Thread banjer
I am attempting to remove an old ssh host key from /etc/ssh/ssh_known_hosts. In my manifest, I have the following: # add keys @@sshkey { $hostname: ensure => present, type => "rsa", key => $sshrsakey, } # remove key @@sshkey { "foohost": ensure => absent, type => "rsa", } S

Re: [Puppet Users] Error 400 on SERVER: invalid value for Integer

2012-07-03 Thread Kmbu
Thanks for your support! It's actually Puppet 2.7.6. Not sure what this means in terms of finding a solution, though. On Friday, 29 June 2012 19:16:23 UTC+2, Eric Sorenson wrote: > > I saw this in the past, and the encoded data was the fact upload from the > client, which for some reason is malf

Re: [Puppet Users] Error 400 on SERVER: invalid value for Integer

2012-06-29 Thread Eric Sorenson
I saw this in the past, and the encoded data was the fact upload from the client, which for some reason is malformed/corrupted by the time it hits the master. What version of puppet are you running? I'm guessing a 2.6 series; 2.7 moves this data to POST body rather than GET (Bug #6117 in redmin

Re: [Puppet Users] Error 400 on SERVER: invalid value for Integer

2012-06-29 Thread Felix Frank
On 06/29/2012 05:26 PM, Kmbu wrote: > Maybe I'm doing something wrong, but I snooped some traffic and actually > caught a successful and a failed request, but it's all in HTTPS so not > really readable in order to compare. Any ideas? Yes, actually. You could install stunnel on the master and have

Re: [Puppet Users] Error 400 on SERVER: invalid value for Integer

2012-06-29 Thread Kmbu
Maybe I'm doing something wrong, but I snooped some traffic and actually caught a successful and a failed request, but it's all in HTTPS so not really readable in order to compare. Any ideas? On Thursday, 28 June 2012 12:18:36 UTC+2, Felix.Frank wrote: > > Hi, > > On 06/28/2012 12:12 PM, Kmbu w

Re: [Puppet Users] Error 400 on SERVER: invalid value for Integer

2012-06-28 Thread Felix Frank
Hi, On 06/28/2012 12:12 PM, Kmbu wrote: > But if it were a server-side issue, why would the error code be 400 (bad > request)? well, any HTTP server can issue 400 codes whenever it pleases, puppet is not obliged to restrict the code to broken request headers. That being said, you can of course s

Re: [Puppet Users] Error 400 on SERVER: invalid value for Integer

2012-06-28 Thread Kmbu
Hi, I'm almost 100% sure I saw this before I even implemented Apache/Passenger...so I would say quite confidently that it's not Passenger related. My database server is very very underutilized at the moment, so I'm also quite sure it's not a load issue on MySQL. But if it were a server-side is

[Puppet Users] Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type ruby::gemInstall at myFile.pp:82

2012-06-27 Thread llow...@oreillyauto.com
I have a module located at /etc/puppet/environments/test/modules/ruby. I n this I have a manifests folder with two .pp files - init.pp and gemInstall.pp. In one of my node def files I have: include ruby ruby::gemInstall { 'someGem-version.gem': path => '/path/to/agent/local/gem/repo', } ruby

Re: [Puppet Users] Error 400 on SERVER: invalid value for Integer

2012-06-27 Thread Felix Frank
Hi, On 06/25/2012 11:34 AM, Kmbu wrote: > To me 400 implies that the client is responsible for the error, not the > puppetmaster. this sounds a little far-fetched, to be honest. For example, the agent might be sending a broken request, making the master believe a certain fact value is this long

[Puppet Users] Error 400 on SERVER: invalid value for Integer

2012-06-25 Thread Kmbu
Hello gurus, I'm getting this error every once in a while. Not agent specific, and the next run all goes well. I saw this mentioned in another thread, but without an answer. Could not retrieve catalog from remote server: Error 400 on SERVER: invalid value for Integer: "eNqNVlmTqkoSfp9fwfTDPIz

Re: [Puppet Users] Error 400 on SERVER - pe_mcollective - missing value of param 'undef'

2012-05-05 Thread Nan Liu
Expected in PE 2.5.2. More info here: https://groups.google.com/a/puppetlabs.com/group/pe-users/browse_thread/thread/9b45902094332d3d# On Sat, May 5, 2012 at 4:50 PM, Jester 2.0 wrote: > Nan, >   Thanks for the explanation.  Any ETA on PE supporting 12.04? > > Thanks > > On Sat, May 5, 2012 at 5

Re: [Puppet Users] Error 400 on SERVER - pe_mcollective - missing value of param 'undef'

2012-05-05 Thread Jester 2.0
Nan, Thanks for the explanation. Any ETA on PE supporting 12.04? Thanks On Sat, May 5, 2012 at 5:18 PM, Nan Liu wrote: > On Sat, May 5, 2012 at 2:08 PM, Jester 2.0 wrote: > > New install of 2.5.1 on Ubuntu 10.10 server. Multiple (6) new installs on > > Ubuntu 12.04 clients running agent 2.7

Re: [Puppet Users] Error 400 on SERVER - pe_mcollective - missing value of param 'undef'

2012-05-05 Thread Nan Liu
On Sat, May 5, 2012 at 2:08 PM, Jester 2.0 wrote: > New install of 2.5.1 on Ubuntu 10.10 server. Multiple (6) new installs on > Ubuntu 12.04 clients running agent 2.7.14-1puppetlabs1 from the puppetlabs > repo generating the following error. > > err: Could not retrieve catalog from remote server:

[Puppet Users] Error 400 on SERVER - pe_mcollective - missing value of param 'undef'

2012-05-05 Thread Jester 2.0
New install of 2.5.1 on Ubuntu 10.10 server. Multiple (6) new installs on Ubuntu 12.04 clients running agent 2.7.14-1puppetlabs1 from the puppetlabs repo generating the following error. err: Could not retrieve catalog from remote server: Error 400 on SERVER: No matching value for selector param ‘u

AW: [Puppet Users] Error 400 on SERVER: Duplicate definition

2012-04-12 Thread Bernd Adamowicz
chricht- > Von: puppet-users@googlegroups.com [mailto:puppet- > us...@googlegroups.com] Im Auftrag von Sans > Gesendet: Donnerstag, 12. April 2012 15:50 > An: Puppet Users > Betreff: [Puppet Users] Error 400 on SERVER: Duplicate definition > > Dear all, > > I'm g

[Puppet Users] Error 400 on SERVER: Duplicate definition

2012-04-12 Thread Sans
Dear all, I'm getting this "Duplicate definition" error but can't make sure what's going wrong. I have this definition: voms in the vomscert.pp: # /etc/puppet/modules/d_services/manifests/vomscert.pp class d_services::v

Re: [Puppet Users] Error 400 on SERVER: Cannot append, variable node_data is defined in this scope at

2012-02-23 Thread M. Piscaer
Thanks for the response, I see that I made an typo.. The parameter nodes_data needs to be node_data as I have corrected below. But the error stands. -- testnode.pp -- node testnode { class { 'testclass': node_data => { 'node1' => { 'server' => '

Re: [Puppet Users] Error 400 on SERVER: Cannot append, variable node_data is defined in this scope at

2012-02-23 Thread Walter Heck
Where you call the class you mention nodes_data, and inside the class it's node_data. Unless this is not a one-to-one copy-paste that might be your problem? On Wed, Feb 22, 2012 at 15:21, M. Piscaer wrote: > Hi, > > I have an problem that I can't get resolved. I have an hash like > www.krzywans

[Puppet Users] Error 400 on SERVER: Cannot append, variable node_data is defined in this scope at

2012-02-21 Thread M. Piscaer
Hi, I have an problem that I can't get resolved. I have an hash like www.krzywanski.net/archives/703. With this hash i whould like the add some extra hashes before passing to the module, i have tryed the code below. node testnode { class { 'testclass': nodes_data => {

Re: [Puppet Users] Error 400 on SERVER: No support for http method POST

2012-02-07 Thread Craig White
On Feb 7, 2012, at 2:37 PM, rjl wrote: > Hi All, > I found a post from last year similar to this but it did not provide > me with a solution. > > I just upgraded from 2.6.7 to 2.7.10. My clients that are still > running the older 2.6.7 version are working fine. However, my clients > that I have

[Puppet Users] Error 400 on SERVER: No support for http method POST

2012-02-07 Thread rjl
Hi All, I found a post from last year similar to this but it did not provide me with a solution. I just upgraded from 2.6.7 to 2.7.10. My clients that are still running the older 2.6.7 version are working fine. However, my clients that I have upgraded to 2.7.10 are throwing the following error: C

Re: [Puppet Users] Error 400 on SERVER: Duplicate definition

2012-01-31 Thread Christopher Wood
On Tue, Jan 31, 2012 at 04:52:31PM +0100, Felix Frank wrote: > On 01/31/2012 04:46 PM, Christopher Wood wrote: > > This sounds like you want a define rather than a class. > > Possibly, but not yet determined ;-) > > > gross, horrible > > How so? It's not a bad example. If you dislike the data re

Re: [Puppet Users] Error 400 on SERVER: Duplicate definition

2012-01-31 Thread Felix Frank
On 01/31/2012 04:46 PM, Christopher Wood wrote: > This sounds like you want a define rather than a class. Possibly, but not yet determined ;-) > gross, horrible How so? It's not a bad example. If you dislike the data redundancy, I suggest: define mail::mount($mount_base="/mail") { include nf

Re: [Puppet Users] Error 400 on SERVER: Duplicate definition

2012-01-31 Thread Felix Frank
Hi, On 01/31/2012 04:39 PM, Olivier wrote: > My problem is that I need to call the class multiple times in the > site.pp file but with different parameters. this is not possible. It doesn't really make sense either. Classes in puppet are unlike classes in other languages like C# or Java that you

Re: [Puppet Users] Error 400 on SERVER: Duplicate definition

2012-01-31 Thread Christopher Wood
This sounds like you want a define rather than a class. http://docs.puppetlabs.com/guides/language_guide.html#defined-resource-types I end up with something like this (gross, horrible, works, nfs client installation not shown): define mail::mount ($mountpoint, $source) { include nfs::client

[Puppet Users] Error 400 on SERVER: Duplicate definition

2012-01-31 Thread Olivier
Hello I get the following error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate definition: Class[paramclassexample] is already defined in file /etc/puppetlabs/puppet/manifests/site.pp at line 152; cannot redefine at /etc/puppetlabs/puppet/manifests/site.pp:155

Re: [Puppet Users] Error 400 on SERVER: Permission denied - /var/lib/puppet/yaml/facts/server.example.com.yaml

2012-01-12 Thread David Chin
And an error that arose in the past hour which I just figured out needed this access: allow httpd_t puppet_var_lib_t:file append; G'night, Dave -- David Chin, Ph.D. chi...@wfu.edu                  High Performance Computing Systems Analyst Office: +1.336.758.2964         Wake Forest Unive

Re: [Puppet Users] Error 400 on SERVER: Permission denied - /var/lib/puppet/yaml/facts/server.example.com.yaml

2012-01-12 Thread David Chin
Some details on how I fixed it. There were also lots of mod_passenger SELinux issues that were fixed, too. I didn't pick out the specific subset of issues that only fixed Puppet. Credit due to: http://skippy.net/puppet-subversion-selinux # setsebool -P allow_ypbind 1 # ausearch -m avc | a

Re: [Puppet Users] Error 400 on SERVER: Permission denied - /var/lib/puppet/yaml/facts/server.example.com.yaml

2012-01-09 Thread David Chin
Turns out to be SELinux: httpd_t needs file write to puppet_var_lib_t. Cheers, Dave -- David Chin, Ph.D. chi...@wfu.edu                  High Performance Computing Systems Analyst Office: +1.336.758.2964         Wake Forest University Mobile: +1.336.608.0793         Winston-Salem, NC Email-to-

[Puppet Users] Error 400 on SERVER: Permission denied - /var/lib/puppet/yaml/facts/server.example.com.yaml

2012-01-06 Thread David Chin
Hello, I'm new to puppet, and am working through the Pro Puppet book (Turnbull & McCune). After a bit of struggling, I managed to get puppet + passenger + apache mostly working: a simple connect to the server on https port 8140 gives "The environment must be purely alphanumeric, not ''" Here is w

[Puppet Users] Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2011-12-21 Thread Joehillen
I'm trying to setup a new puppet setup (master and clients). I installed puppet v2.7.9 from the apt.puppetlabs.com repo. I setup async_storeconfigs with mysql and stompserver. When I try to run, puppet agent --test --noop, on the client I get this message. err: Could not retrieve catalog from

Re: [Puppet Users] Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/node13.pem

2011-12-08 Thread Denmat
Hi, I think the error is self explanatory. What are the perms on the directory? The simplest thing here is to remove /var/lib/puppet/ssl and let it be recreated. Cheers, Den On 09/12/2011, at 3:33, Utoplenick wrote: > If anybody knows? plese tell me what is a reason of this problem, i`m > nov

[Puppet Users] Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/node13.pem

2011-12-08 Thread Utoplenick
If anybody knows? plese tell me what is a reason of this problem, i`m novice with puppet and sorry for my english=) have error on client: [root@node13 ~]# [root@node13 ~]# puppet agent --server=head02 --test warning: peer certificate won't be verified in this SSL session warning: peer certificate

Re: [Puppet Users] Error 400 on SERVER:

2011-07-23 Thread KarthiKeyan. Kesavan
Hi Alex, Thanks a lot. version differrent is the issue. Thanks a lot. Regards chebrian On Sat, Jul 23, 2011 at 5:46 PM, Alexander Bien wrote: > Could not retrieve catalog from remote server: Error 400 on SERVER: No >> support for http method POST >> err: Could not retrieve catalog; skipping

Re: [Puppet Users] Error 400 on SERVER:

2011-07-23 Thread Alexander Bien
Could not retrieve catalog from remote server: Error 400 on SERVER: No support for http method POST err: Could not retrieve catalog; skipping run Wild guess: Please check if your client is running a later version of puppet than the server. This error happened to me when my clients where upgrad

[Puppet Users] Error 400 on SERVER:

2011-07-23 Thread KarthiKeyan. Kesavan
Hi , I am getting the following error while running the puppetd --test command . [upto key signing there is no problem] Could not retrieve catalog from remote server: Error 400 on SERVER: No support for http method POST err: Could not retrieve catalog; skipping run Please let me know if you nee

Re: [Puppet Users] Error 400 on SERVER: invalid address

2011-03-01 Thread Felix Frank
Hi, On 02/28/2011 07:58 AM, sanjiv.singh wrote: > hi all, > I had configured puppet with ldap (for storing client > configuration ) > I stucked with an error msgwhen i fire puppetd on client... > > $ sudo /usr/sbin/puppetd --test --debug > . > . > . > err: Could not retrieve catalog from

[Puppet Users] Error 400 on SERVER: invalid address

2011-02-27 Thread sanjiv.singh
hi all, I had configured puppet with ldap (for storing client configuration ) I stucked with an error msgwhen i fire puppetd on client... $ sudo /usr/sbin/puppetd --test --debug . . . err: Could not retrieve catalog from remote server: Error 400 on SERVER: invalid address and when i tai

[Puppet Users] Error 400 on SERVER: Could not intern from yaml: can't convert Symbol into String

2011-02-15 Thread Patrick
System information: Distro: Ubuntu 10.4.x Ruby: ruby-enterprise-1.8.7-2010.02 Puppetmaster: 2.6.1 Puppetclient: 2.6.1 Dashboard: 1.0.4-1 I was running a puppet run manually like this: # puppetd --test --verbose This is the log for the run: notice: Ignoring --listen on onetime run info: Retrievi

[Puppet Users] Error 400 on SERVER

2010-11-23 Thread Russell Perkins
So I got puppet working the way I want in a single client environment. Now I have a puppetmaster and I'm trying to get it to setup a test VM Centos box. I started out with the example42 configs and modified them to fit my environment if that helps any. I'm running into the following error - Nov 22

Re: [Puppet Users] Error 400 on SERVER: private method `gsub' called for nil:NilClass

2010-02-08 Thread Daniel
You are missing the path to sync. The full path may be something like "puppet://$server/modules/dev_oracle_dev_tools/the_tools_folder dev_oracle_dev_tools just identifies the module On Mon, Feb 8, 2010 at 11:13 PM, eblack wrote: > Hi all, > > I'm new to puppet and I can't seem to figure out how t

[Puppet Users] Error 400 on SERVER: private method `gsub' called for nil:NilClass

2010-02-08 Thread eblack
Hi all, I'm new to puppet and I can't seem to figure out how to get rid of this error on the client or to get the recursive copy of files to the client: err: //dev_oracle_dev_tools::install/File[/tmp/oracle_dev_tools]: Failed to generate additional resources using 'eval_generate': Error 400 on SE