Displaying 20 results from an estimated 11000 matches similar to: "Ldap connectivity"
2007 Oct 08
2
Noop functionality
I''m thinking about how to set up the processes for Production puppet
runs now. Being ultra-conservative here, we''d like to see what would
happen before pressing the red button.
I can run in noop mode, and everything is evaluated but nothing is done.
A YAML report magically appears on the Puppetmaster which my script
parses and spits out something the management can read
2007 Jan 04
10
New Feature: Graphing
Hi all,
One of the major new features in the upcoming release is that Puppet
now uses a graph library internally to handle resource
relationships. The big benefit to all of you is that you can use
this library to turn these graphs into images.
The trick, right now, is adding --graph when you run puppetd. This
creates .dot files, which can then be interpreted by the
2007 Oct 12
7
puppet (Timeout::Error) HELP???
Can anyone help me with this error I am having. I am using puppet on
Debian Etch, version 0.20.1-1 from apt works OK, but due to one or two
problems we want to use the version from testing, 0.23.2-10, but the
puppetd just fails upon startup spitting this out:
Starting puppet configuration management
tool/usr/lib/ruby/1.8/timeout.rb:54:in `open'': execution expired
(Timeout::Error)
2007 Dec 17
5
question about 0.24.0
I see in the changelog that:
You now must specify an environment and you are required to specify
the valid environments for your site. (#911)
Does this mean that the puppetmaster has to be updated before clients
work correctly?
I ask because I''m testing out a client upgrade to 0.24.0 (server is
still 0.23.2) and this is what I''m seeing:
[~]% sudo /foo/bin/puppetd
2008 May 20
1
Confirmation of resource completeness.
Hi all,
I need to have some way of confirming that all manifests have run against
as chosen group of hosts. We are just about to use puppet to perform post
build configuration on nearly 200 machines and one final sanity check
requirement from the bosses is that we have an easy way of seeing that
puppet has done the deed on each server.
I have googled, read what I can find on the puppet web
2007 Jun 07
1
ensuring apt-get update is run first
I''m trying to do bootstrapping of debian boxes using pxeboot, debian
preseeding files and then puppet. Over time I''d like more and more to
be done in puppet :)
One issue I''m hitting is the repository configuration. Depending on
the node configuration, I''m supplying various files (with repository
information or proxy settings). I then have an update line.
2008 Jan 18
7
puppet 0.23.2 can''t collect exported resources
hi,guys
I''m test the resources export and collect , OS is Debian etch and
sarge, puppet server and client version all of the 0.23.2 ; the db is
MySQL-4.1
My test code is like this.
node ''b'' {
@@file {"/tmp/a": ensure => present ,content => "test"; }
}
node ''a'' {
File <<||>>
}
I run puppetd on
2019 Jun 24
3
LastLogin update
Em 22/06/2019 22:41, Zhang Huangbin via dovecot escreveu:
>
>> On Jun 23, 2019, at 4:43 AM, @lbutlr via dovecot <dovecot at dovecot.org> wrote:
>>
>>> https://docs.iredmail.org/track.user.last.login.html
>> This is cool, but I have a question:
>>
>>> For MySQL/MariaDB backends, we create the sql table in database vmail.
>> Would this
2007 May 08
3
Provider suitability reports
As promised, I''m trying to extra more data out of Puppet''s internals,
and this is one I''ve been wanting to do ever since I developed the
idea of provider suitability.
I''ve created new type of ''reference'' (although it''s more of a report
than a reference) that can tell you which providers are functional on
the current platform,
2005 Sep 23
2
17G File size limit?
Hi everyone,
This is a strange problem I have been having. I'm not sure where the
problem is, so I figured I'd start here.
I as having problems with Bacula stopping on 17Gig Volume sizes, so I
decided to try to Just dd a 50 gig file. Sure enough, once the file hit
17 gigs dd stopped and spit out an error
(pandora bacula)# dd if=/dev/zero of=bigfile bs=1M count=50000
File size
2007 Jun 20
5
0.23 question
I think that I''m running into the warning on external node support here but
after a recent upgrade for my puppetmaster I get:
puppetmasterd[19397]: Could not find aa0-006-4.foo.com with names
aa0-006-4.foo.com, aa0-006-4
I''ve not changed puppetd.conf which contains:
ldapnodes = true
ldapserver = my.ldap.foo.com
ldapbase = ou=hosts,dc=foo,dc=com
I''ve not
2007 Oct 12
7
puppetd dies?
Greetings all,
My deployment of puppet includes a monitrc to make sure that puppetd stays
up and running. It seems like (across all of my hosts) that pupeptd will
end up dying and restarted by monit. I''m running puppetd under a screen
session now on one particular host with --debug --verbose to see if any
thing comes out on console but until it happens again, any anybody else
2008 Jan 22
12
rollbacks
Has anyone done rollbacks with puppet?
The story goes that last night I pushed a change out, which
intentionally changed the way certain services where managed. The
change involved pushing out a few files, cronjobs, etc., which was okay
until it was discovered there was a bug with the service.
My configurations are kept in subversion and rolling back to a previous
configuration would have
2019 Jun 24
0
LastLogin update
On 24 Jun 2019, at 08:25, J?lio Covolato via dovecot <dovecot at dovecot.org> wrote:
> #$ cat dovecot-last-login.conf
[ ? ]
> dovecot.conf:
>
> plugin {
> # Track last login time on imap and pop3
> last_login_dict = proxy::lastlogin
> last_login_key = last-login/%u/%d/%r/%s
> }
Thank you, that is very clear.
Where is the file dovecot-last-login.conf
2000 Aug 22
2
Command Line Arguments passed to R
Is there a way to pass command line arguments to R for use in BATCH mode
or something similar?
--
-Alex Morgan Homepage: http//pubpages.unh.edu/~amorgan
AIM login: HomeySage
"Anyway, no drug, not even alcohol, causes the fundamental ills of
society.
If we're looking for the source of our troubles, we shouldn't test
people
for drugs, we should test them for stupidity,
2009 Jan 22
2
Frequency and summary statistics table with different variables and categories
Hello helpers,
This is probably quite simple, but I'm stuck.
I want to create a summary statistics table with frequencies and summary
statistics for a large number of variables. The problem here is that (1)
there are two different classes of categories (sex, type of substance abuse
and type of treatent) which overlap, (2) the data for different variables
should be presented in different
2001 Jul 12
2
rpart puzzle
I've been using the package rpart with R 1.3.0 for Windows to produce
simple classification trees for some measurement data from paleontological
specimens. Both the rpart documentation and the output confirm that the
program produces splits on continuous data that leave "holes" in the
data. It is probably of little practical importance, but is there a reason
why the binary
2009 Oct 23
3
firefox on 5.4
I just installed 5.3 about a week ago, fairly minimal install, x86_64
platform... then upgraded to 5.4 this AM, and just installed firefox
$ sudo yum -y install firefox
.....
Installed:
firefox.i386 0:3.0.12-1.el5.centos firefox.x86_64
0:3.0.12-1.el5.centos
$ firefox
Could not find compatible GRE between version 1.9.0.12 and 1.9.0.12.
huh?
2003 Feb 27
7
Interest in E1 channel banks?
Our company manufactures an E1 channel bank that is approved for use in
Australia (it should also be compatible with Euro standards). It is modular
and available in 10, 20 or 30 analog port configurations. Signal monitoring
and configuration is via Ethernet.
These units are manufactured in low quantities for specific telco
requirements. However if there was enough interest, we would be able to
2003 Sep 06
2
TV tuner
Dear All,
Can anyone recommend a TV-tuner card that works well on 4.x or 5.x
Thanks in advance
Regards
Dmitry