Displaying 8 results from an estimated 8 matches for "genconf".
Did you mean:
gencont
2013 Feb 05
2
dahdi-channels.conf parameters
Hi,
I've always used dahdi-genconf to just create the dahdi-channels.conf
and since our PRI is fairly simple (just dump all the channels into one
group) it works with dialing with dahdi/g1/(number). I'm trying to
understand the file though for my own reference.
It seems the file looks like this:
group=0,11
context=from-pstn
sw...
2009 Jun 09
2
err: Connection timeout calling puppetmaster.getconfig: execution expired
...t and server:
# How long the client should wait for the configuration to be
retrieved
# before considering it a failure. This can help reduce flapping if too
# many clients contact the server at one time.
# The default value is ''120''.
server:
# puppetmasterd --genconf|grep timeout
configtimeout = 360
client:
# puppetd --genconf|grep timeout
configtimeout = 360
but then we get more errors! only 1 client is able to run its conf.
Does it make sense for anyone?
What other tunning could we test in order to reduce connection timeouts?
server:
# rpm -qa|g...
2011 Apr 14
10
allow_duplicate_certs = true not working?
I saw this feature became available in 2.7.0rc1 and wanted to try it
out. I entered ''allow_duplicate_certs = true'' on both my master and
agent systems in the puppet.conf (not sure if its need in both, saw it
in genconf for puppetd and puppetmasterd though ...). I also have
autosign.conf configured to allow autosigning for our domain
(*.domain.com). I had my agent register with the master for the first
time, works good (always has ;). Now on my agent I removed the ssl
directory. Do another test run, it generat...
2010 Nov 11
7
Problem with modules
Hello. I use puppet 2.6.3-rc2
Now I try move my classes to modules.
But I got a problem that Puppet does not sees modules.
in puppet.conf:
[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
libdir = /opt/puppet-dashboard/lib/puppet
modulepath=$confdir/modules
In nodes :
node postgres {
include basesystem
include postgres
}
In
2010 Jan 04
0
Dahdi causes panic on server restart
Not sure how to go about troubleshooting this, did a fresh install
of CentOS 5.4x86 with a netinstall iso off the base and update repo
followed by a install of dahdi-lniux/tools from the digium/asterisk
repo, ran genconf on my single fxo tdm410p and rebooted, ran fxotune,
rebooted and now this panic every time it restarts...
Any known issues with the version of Dahdi in the repo's? Server is an
HP DL380G4
2012 Apr 25
2
Unable to import a manifest file from a different directory to the one where site.pp is located using environments
Hi List,
Puppet Version: v2.7.13
Question - If I correctly setup multiple manifestdir''s in the puppet.conf
file how can I import a node pp file located in a different directory tree
to site.pp?
My configuration information is below.
In my puppet.conf file I have setup an environment called "stable", within
this environment I have setup the manifestdir, modulepath and
2011 Feb 15
11
Puppetmasterd not receiving certificate request
Hi: I''m trying to configure Puppet on Ubuntu, and strangely I am never
able to generate a certificate because my server never shows any
pending certificate requests.
Put differently, on the server I am running puppetmasterd and on the
client I am able to connect to the server, but the client continues
printing
notice: Did not receive certificate
warning: peer certificate
2011 Mar 08
22
Force resigning of existing certificates
Is there a way to force the puppetmaster to resign certificates for
existing certificates when a new CSR for the same hostname arrives?
When we reinstall freshly formatted clients with puppet (with the
same hostname) the puppet client complains:
err: Could not request certificate: Retrieved certificate does not match
private key; please remove certificate from server and regenerate it