Displaying 20 results from an estimated 200 matches similar to: "Custom policy executable"
2010 Aug 26
1
[Bug]: Extlinux needs 1 minute before boot menu is shown
Hello,
when I try to boot from my computer extlinux needs about one minute before the
boot menu is shown. Here's my system configuration
-Two IDE drives on one controller
-Second hdd is boot hdd
-I'm using Arch Linux (i686)
Is there an official bug tracker which I can use? I only found the debian bug
tracker and I can't find any information about bugs on the homepage.
Here is my
2008 Oct 10
2
autosign issues
Hi folks
Back again with another head-scratcher...
I''m trying to get autosigning to work, and am partially succeeding,
but not really...
Running puppet v24.4, and not yet ready to upgrade unless I have to
On puppetmaster, I have autosign.conf (and puppet.conf indicates
autosign = /etc/puppet/autosign.conf, which should be redundant, but,
covering that base as I can)
In autosign.conf,
2010 Oct 22
2
autosign by IP address range
Hello All.
I read in an earlier post at
http://markmail.org/search/?q=autosign+issues#query:autosign%20issues+page:1+mid:we6jrbn7hdjnhrie+state:results
that as of puppet v24.4, autosigning did not support IP addresses. I
am running v25.5. Is this still the case?
Cheers,
David
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2013 Oct 16
2
Exported resources not in the catalog
Hi,
I''m trying to use Puppet ability to export and collect resources using
PuppetDB.
My PuppetDB and Puppet Master are running on the same host and I used the
PuppetDB puppet module to install PuppetDB and configure the Puppet master.
Each time the puppet agent runs on a client, the facts and the catalog are
being pushed in PuppetDB and I can query the PuppetDB server to get
2009 Mar 02
2
Certificate problems
Hi all,
I''m trying to set up puppet 0.24.5 using the packages provided for
Mandriva 2009.0. After installing the packages and starting the
puppetmaster service for the first time, the relevant CA certificates
and keys are generated automatically and placed in subdirectories of
$ssldir. However, when I then run puppetd on the same machine thus:
$ puppetd --server myhost.mydomain
2016 Oct 28
3
[cfe-dev] Using lld in ELLCC for different targets
On 28 October 2016 at 23:02, Rui Ueyama via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Awesome results!
I'm surprised! LLD is barely working on ARM at the moment. :)
> I wonder if ARM32 BE is a real thing. I know that the processor is
> bi-endian, but is there any system that uses ARM32 in big-endian mode?
Yes... it is "a thing". :)
ARM has two modes: BE32 and
2013 Dec 09
0
Gluster - replica - Unable to self-heal contents of '/' (possible split-brain)
Hello,
I''m trying to build a replica volume, on two servers.
The servers are: blade6 and blade7. (another blade1 in the peer, but with
no volumes)
The volume seems ok, but I cannot mount it from NFS.
Here are some logs:
[root@blade6 stor1]# df -h
/dev/mapper/gluster_stor1 882G 200M 837G 1% /gluster/stor1
[root@blade7 stor1]# df -h
/dev/mapper/gluster_fast
2007 Oct 30
1
puppet.conf sections
I''m a little confused by the configuration reference. Is the following configuration
supposed to work in 0.23.2?
# $Id$
2
3 [main]
4 confdir = <%= confdir %>
5 vardir = <%= vardir %>
6
7 rundir = /var/run
8 logdir = /var/log
9
10 ssldir = $vardir/ssl
11
12 [puppetmasterd]
13 manifestdir = $vardir/manifests
14
2010 Mar 05
6
About autosigning and the FAQ entry
Hello!
The FAQ contains an entry about autosigning:
http://reductivelabs.com/trac/puppet/wiki/FrequentlyAskedQuestions#why-shouldn-t-i-use-autosign-for-all-my-clients
It says:
> The certificate itself is stored, so two nodes could not connect with
the same CN
I tried this (using 0.25.4), and actually, that doesn''t seem to be
correct. I was able to run puppetd on two different
2010 Jan 28
2
How to execute an arbitrary script when a puppetclient ask for a manifest?
Hi,
I would like to use Puppet in the cloud (think gogrid) to configure
stem images.
Virtual machines are created/destroyed on the fly under control of a
load monitor.
For this reason we cannot sign manually new Puppet clients, instead,
we must use Puppet''s autosign feature.
At the moment, Puppet just permits to filter client manifest requests
with some regex over the hostname of the
2011 Jun 30
6
puppet autosign by VLAN IP
Hi,
Can puppet autosign work by giving vlan IP instead of domain?
For example, in the autosign.conf file, instead of using
*.mydomain.org, I want to give 172.18.133.*
But it does not seem to work if I give the IP address. But I don''t
want to limit the client from *.mydomain.org by only allow certain
vlan client not all the are in the same domain.
Thanks,
-Haiyan
--
You received this
2012 Jul 18
5
See puppet output in stdout when running --no-daemonize inside a bash script
I''m simply trying to run puppet inside a bash script but I''m not seeing any
output.
#!/bin/bash
puppet master --mkusers --autosign --verbose --no-daemonize
Is there an I/O redirection incantation I''m missing?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit
2007 Feb 25
5
Hostname problem
Hi,
I''m trying to get puppetmasterd and puppetd to communicate properly with
each other but there seems to be a problem with how puppet determines the
hostname of the machine. Both daemons run on the same machine with the
hostname "nexus" but when I start puppetmasterd with "puppetmasterd -v -d"
I get the following output:
...
info: Creating a new SSL key at
2014 Mar 25
0
[PATCH 4/4] vbios/prom: fetch the vbios using only aligned 32-bit accesses
On Tue, Mar 25, 2014 at 6:11 PM, Martin Peres <martin.peres at free.fr> wrote:
> Other kind of accesses are unreliable on Maxwell cards. As advised by NVIDIA,
Maxwell or Kepler?
> let's only use 32-bit accesses to fetch the vbios from PROM.
>
> This fixes vbios fetching on my nve7 which failed in certain specific
> conditions.
>
> I suggest we Cc stable, for all
2009 Jan 09
7
Cannot create /var/lib/puppet/clientbucket; parent directory /var/lib/puppet does not exist
Hi all,
I''m doing a new install of my puppet server and I''m doing it like:
1.-) adding epel repo:
http://fedoraproject.org/wiki/EPEL/FAQ#howtouse
2.-) yum -y install puppet-server
3.-) rm -rf /etc/puppet
4.-) copy my old puppet conf (from puppet-0.24.5 to 0.24.6)
mv /etc/puppet.old /etc/puppet
5.-) start puppetmaster:
[gridinstall etc]# /etc/init.d/puppetmaster start
2012 Oct 29
1
intercept/pre-process cert request?
I''m assuming this is possible, but I can''t find a good starting point
anywhere, so I''m hoping someone here can help. What I want to do is,
somewhere in the cert approval process, run an extra check before saying
yes.
I have a puppet master running with auto sign turned on, I bring up a
puppet agent, it connects, authenticates and all is good. What I''d like
2012 Apr 22
2
centos 6.2 - puppet 2.7.13 - SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert protocol version
Hi!
I''ve installed puppetmaster 2.7.13 on a server with CentOS 6.2 with a rpm
supplied by yum.puppetlabs.com.
I''ve setup a apache2 vhost with mod_ssl and passenger. The server is
configured to autosign the cert requests.
The agent installed on the puppetmaster''s server works fine. I''ve a second
agent on a server which can sync with the server too. This
2007 Nov 26
2
Unable to launch puppetmasterd after installing mongrel
Moving to mongrel as our footprint has grown considerably.
Configs worked fine before but for some reason we are unable to start
puppet on the new host.
Any help would be greatly appreciated.
-jeff
Centos 5
# ruby -v
ruby 1.8.5 (2006-08-25) [i386-linux]
# gem list mongrel
*** LOCAL GEMS ***
mongrel (1.0.1)
A small fast HTTP library and server that runs Rails, Camping,
Nitro
and
2011 Jul 29
2
Odd SSL issue - host not showing with puppet cert --list --all
Hi,
Just wondering if anyone had any similar issues OR idea''s on
troubleshooting the following problem.
I have a client/node registered to the puppet master and it is working
without any issues. On the server I can see it compile the catalog in
the logs. However when I run ''puppet cert --list --all'' it is not in
the list. Note we use auto signing
2013 Jan 08
4
puppetdb dashboard
Hello,
I am currently trying to get the puppetdb dashboard and the puppet
dashboard working on the same system. Puppet dashboard is working great but
after "successfully" installing puppetdb following puppet''s opensource
instructions the puppetdb dashboard just doesn''t seem to exist (according
to some sites I should be able to get to it by going to