Displaying 20 results from an estimated 1835 matches for "catalog".
2008 Jul 04
2
How do change catalog before catalog is delted?
In my rails application,there are two models:post and catalog.
One post has a catalog,and one catalog has many posts.
When I delete a catalog,the posts belongs to the catalog will not be
shown normal,for it''s catalog is no existed.
Now I want to create(if the ''Defalut catalog'' is not existed) a
''Defalut catalog'' i...
2012 Apr 09
7
validate_re validation failures
I am using stdlib module''s validate_re function to validate parameters
passed to a parameterized class as pasted here: http://pastebin.com/7eYAeLEa
.
The validation works fine however when I run this manifest locally
using ''puppet apply'' command where puppet execution stops if a
validation test fails. However when I use it in client-server model
then I do see a
2018 Jan 19
1
Web scraping different levels of a website
...you
find there in the below code. I broke the url in smaller chunks for
readability and because its easier to substitute some query
paramaters.
# load libs
library("rvest")
library("httr")
library("glue")
library("magrittr")
# number of studies to pull from catalogue
num_studies <- 42
year_from <- 1890
year_to <- 2017
# build up the url
url <-
glue(
"http://catalog.ihsn.org/index.php/catalog/",
"search?view=s&",
"ps={num_studies}&",
"page=1&repo=&repo_ref=&sid=&_r=&s...
2018 Jan 18
0
Web scraping different levels of a website
I am web scraping a page at
http://catalog.ihsn.org/index.php/catalog#_r=&collection=&country=&dtype=&from=1890&page=1&ps=100&sid=&sk=&sort_by=nation&sort_order=&to=2017&topic=&view=s&vk=
From this url, I have built up a dataframe through the following code:
dflist <- map(.x = 1:4...
2024 Oct 23
1
Multiple consumer catalog zones support in NSD
Hello,
The NSD documentation on Catalog zones[1] states:
> NSD can be a producer of catalog zones as well as a catalog zone consumer, but it is limited to process only a single consumer zone.
This can be a shortcoming in some architectures, like when NSD is used as a distribution server, dynamically "collecting" domains fr...
2006 Jul 04
2
links to images keep breaking
Hi,
I have a catalog that has images in it. The images are stored in
public/images/....
When I open the catalog via the catalog controller I get this url:
http://127.0.0.1:3000/images/sow/sow.jpg
for the images and they display correctly.
When I link to the catalog from another controller and view I get this:
h...
2013 Jan 07
3
Error: Could not retrieve catalog from remote server: execution expired
Hi everyone,
I recently ran into an issue where my puppetmaster can''t run puppet on
itself. It errors out with the following:
Error: Could not retrieve catalog from remote server: execution expired
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
I''m running Puppet 3 with passanger and puppetdb (hsql). I''ve tried
restarting puppetdb and apache to no effect. If I wipe out puppetdb, it''l...
2016 Mar 07
2
Windows port
Hi!
I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :)
Where are a lot of Windows-branches at GitHub. What is the most actual one?
The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6?
I couldn't find any info about proper environment to build Windows
2013 Oct 07
17
Sync data between various PuppetDB instances
Dear all,
We have a few reasons to have various PuppetDBs (and Masters, one per
cluster) in our datacenter and, eventually, there may be a need to share
*only* a few exported resources between clusters, like a few ssh-keys or
nagios tests.
Is there a mechanism to pull and push some exported resources from one
PuppetDB to another? I guess this could be done with the API, but has
anybody tried it,
2013 Oct 15
2
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find terminus puppetsvr for indirection catalog
>Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not find terminus puppetsvr for indirection catalog
I had a working puppet install (new) with 2 agents working well. I added
puppet dashboard and the inventory part which is also working well.
However, clients are talking to the server (putting...
2010 Oct 12
1
err: Could not retrieve catalog: Could not parse for environment production: Could not find file /etc/puppet/manifests/site.pp warning: Not using cache on failed catalog
I change my ubuntu to mac os, and rsync my puppet file to the puppet
server. I run puppetd -tv in the client, and then this error happens
puppetd -tv
err: Could not retrieve catalog: Could not parse for environment
production: Could not find file /etc/puppet/manifests/site.pp
warning: Not using cache on failed catalog
--
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@...
2011 Jan 11
1
Err: Could not retrieve catalog
Hi everyone,
I''ve managed to sign my client''s certificate request on the puppet
master, and all seems fine until this message shows up:
err: Could not retrieve catalog from remote server: certificate verify
failed
notice: Using cached catalog
err: Could not retrieve catalog; skipping run
notice: Caught INT; calling stop
I''ve read through old posts about this error, and I have synchronized
the time on both machines. I''ve also removed and cleaned...
2013 Jan 23
1
What exactly does "notice: Finished catalog run in XX seconds" mean?
I see that line in the agent node''s log. Is that the time taken by the
Puppet Master to compile the manifests into a catalog? Or is that the rime
taken by the agent to "apply" the catalog on the node?
More specifically, I want to determine the exact time taken by the puppet
master to compile the catalog for a given node? Is that logged somewhere?
--
You received this message because you are subscribed to t...
2013 Aug 08
2
Will the puppetmaster compile a catalog if there are not changes?
I have been asked a question for which I cannot seem to find an answer.
When a client contacts my puppetmaster, will the puppet master compile a
catalog if there have been not changes to that clients configuration? Or,
will the puppetmaster just say ''there are no changes to your catalog so you
need not do anything''?
Thanks in advance
rjl
--
You received this message because you are subscribed to the Google Groups "Puppe...
2008 May 25
2
storing data from a txt file in ruby?
...akes a list of books
title ,author so on and i can read in the file with no problem but im
trying to store the list into either a array or hash so i ca say run
different methods view, delete ect..
anyhelp would be great this is what i have so far
IO.foreach("book_list.txt") do |line|
catalog=line.chomp.split(",")
products.store(items[0].to_i,
[catalog[1],catalog[2].to_i,catalog[3].to_i)
end
thanks for anyhelp
Gabriel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&quo...
2012 May 08
4
Compile catalog time: 2.6 vs 2.7.X
Hi all,
I''m in the procedure of migrating my old puppet server
(puppet-2.6.14-1.el5) with mongrel to a new one
(puppet-2.7.14-1.el6.noarch) with passenger.
I''m facing a really strange behaviour with the catalog compilation
time. I''ve 3 servers:
1.-) Centos 5.8 puppet-2.6.14-1.el5 + rubygem-mongrel-1.0.1-6.el5
Client:
Compiled catalog for td055.pic.es in environment production in 4.25 seconds
Server:
time puppet master --verbose --compile td055.pic.es
[...]
real 0m14.891s
user 0m11.263s
sys 0m1....
2010 Dec 15
22
Separating puppetmaster file serving and catalogs
I''m looking for a way to run more than one puppetmaster on the same server under passenger. Most of the puppet CPU load is waiting for the catalogs to compile. This also seems to be mostly what takes large amounts of RAM. I have storedconfigs on.
I want to be able to move the fileserver to a different pool of puppetmaster processes. Is there an easy way to tell the client, either in the catalog or in the config file, to get the files from...
2010 Jun 08
2
Could not retrieve catalog from remote server: undefined method `closed?' for nil:NilClass
We are getting this frustrating error on all of our servers after
restarting the puppet server. Can''t seem to get rid of it no matter
what.
The following pops up in /var/log/messages after trying to start
puppetd:
Jun 8 10:59:04 svn001 puppetd[92558]: Could not retrieve catalog;
skipping run
Jun 8 10:59:18 svn001 puppetd[92597]: Could not retrieve catalog from
remote server: undefined method `closed?'' for nil:NilClass
Jun 8 10:59:18 svn001 puppetd[92597]: Not using cache on failed
catalog
Trying to start puppetd in test mode:
~# /usr/local/sbin/puppetd --test...
2012 May 05
3
Error 400 on SERVER - pe_mcollective - missing value of param 'undef'
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 ‘undef’ at
/opt/puppet/share/puppet/modules/pe_mcollective/manifests/init.pp:89 on
node host.example.com warning: Not using cache on failed catalog err: Could
not retrieve catalog; skipping run
Agent running on Puppet Ma...
2013 Apr 22
4
Puppet catalog transfer often gets truncated (Could not intern from pson: error)
...#39;'ve seen
this reported several times in the past but I''ve never seen a resolution
found for this exact problems. There are other root causes for pson errors
that have been resolved, but not for the ones describing my problem.
What we''re finding is that often times the catalog is getting chopped off
at some seemingly random point in the file. If you run puppet agent
multiple times in a row each time it will cut off at always different parts.
The error manifests itself like this:
Debug: node supports formats: b64_zlib_yaml pson raw yaml; using pson
Debug: Using cache...