Displaying 20 results from an estimated 110 matches similar to: "Upgrade from Puppet 2.7.20 to latest !!!"
2013 Nov 05
3
echo 0> /selinux/enforce
When does echo 0 > /selinux/inforce need to be used? I.e., where is
selinux enforcing itself on the system to protect it? When I do yum
install of some package, it seems to work (not being blocked). When would
doing something not work because selinux is watching it (or whatever that
process is doing)?
Thanks,
-wes
2011 Aug 07
3
Workaround to "Provider groupadd does not support features manages_members" ?
Hello,
I wanted to manage a couple of groups membership, under RedHat,
without managing the users (as they are LDAP users) but found out it
is not supported.... Is there a workaround to this?
I tried:
group { "jbossd":
gid => 520,
members => ["user1","user2"],
}
Thanks a lot.
Mohamed.
--
You received this message because you are
2013 Nov 29
2
nsd 4.0 EAGAIN loop in sendmmsg(2)
On NetBSD 6.99.28-CURRENT, nsd 3.2.16 works fine, however nsd 4.0.0 is
spinning chewing CPU. The logs show:
Nov 28 23:07:00 xxx nsd[466]: sendmmsg failed: Resource temporarily
unavailable
ktruss shows it getting EAGAIN from sendmmsg(2) over and over again.
According to the man page:
[EAGAIN|EWOULDBLOCK]
The socket is marked non-blocking and the requested
2009 May 11
1
Creating configurations that require information from multiple hosts
Puppet users,
I am a puppet newbie and I have what I hope is a simple question.
What is puppet best practice for when you need to create configuration
files or types based on information found in other nodes, essentially
meta-configuration. So for a practical example my nodes have modules
defined which say which services they run, and I would like this
information to be used by the nagios host
2008 Jan 15
1
inbound Audio problems probably not NAT related?
Hello all,
Was hoping to get a sanity check along with a question. Below is the
output from top run with normal defaults, except to show both CPU's, on
a SuSE 10.2 box with Asterisk v1.4.15.
top - 10:00:58 up 3 days, 5:54, 4 users, load average: 0.15, 0.05, 0.01
Tasks: 110 total, 2 running, 108 sleeping, 0 stopped, 0 zombie
Cpu0 : 0.2%us, 0.2%sy, 0.0%ni, 97.3%id, 2.2%wa, 0.1%hi, 0.0%si,
2013 Nov 25
2
ltsp & Selinux
Hello All,
I set up ltsp regulary, on Centos6 machines.
This morning I have a Selinux problem that usualy does not occur:
after setting everything up, the thinclients boot, but nobody can login.
It only works after the command :
# echo 0 > /selinux/enforce
I tried this semanage command:
# semanage fcontext -a -t bin_t /usr/bin/xauth
but it makes no difference.
The message I'm now
2013 Nov 23
3
new-kernel-pkg needs to be made Xen-aware
I ran "yum update" the other day on my dom0 and let it pull a new kernel.
The RPM install scriptlet runs /sbin/new-kernel-pkg (part of the grubby
package) to update grub.conf. It writes a new record to boot the Linux
kernel instead of Xen. It would be nice if it noticed that it was running
inside Xen and wrote a suitable record for that.
2013 Dec 19
1
quota and selinux on centos 6.5
??? Hi,
I'm facing a challenge with selinux and because I don't got an explanation elsewhere, I'm trying to explain here.
I have decided to mount /var/spool/cron on a separate partition? and apply quota for regular users. But quotacheck replyes with a "permission denied" .
quotacheck: Cannot create new quotafile /var/spool/cron/aquota.user.new: Permission denied
2012 Sep 18
3
tinc puppet module to create a L2 mesh
Hi,
I wrote a draft puppet module to maintain a L2 mesh based on tinc [1]. I tried to explain what it is about so that it makes sense even to people who know nothing about tinc [2]. Before polishing it so that it can be useful to the general public instead of just myself, I would very much appreciate your comments. This is my first experience with tinc and I would like to improve :-)
Thanks for
2012 Sep 30
22
in-module data with hiera
hello,
Till now hiera-puppet was the only way I know that allowed hiera data to
be loaded from inside a module.
The problem with this was that it was still subject to the site specific
hierarchy which means a module author had a pretty hard time to store
his data in a proper way in his module thus perpetuating the use of the
params classes pattern.
Now that Puppet 3 is out and it''s gem
2013 Dec 16
0
Recover files from a broken ext3 partition
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[Please CC me on answers, I'm not subscribed]
Hi everyone,
I have got a hard disk which was damaged by a fall and would like to
recover a few files from that. (There is a backup for most of the
data, but a handful of recent files are missing. These are important
enough to spend some time on them, but not for paying a professional
data recovery
2012 Nov 13
0
Puppet Community Metrics
Last month, we started publicly posting monthly community metrics
reports with all kinds of interesting information about the Puppet
Community. I also realized that I did a couple of blog posts about
this, but I had not posted it here on the mailing list for your
reading pleasure. The latest version of the metrics can be found here:
http://puppetlabs.com/community/metrics/
Here is a quick summary
2012 May 04
16
forcing user resource provider to be local files only?
I see that there are an assorted bunch of "provider" types for resource
type user. Are there not any "local file" providers for it?
I have need of ensuring that certain local user accounts get created on all
machines, reguardless of what the system "/bin/password" and "useradd"
type mechanisms are set to.
It would be really nice to find a pre-written
2012 Apr 30
0
Extracting coefficients values with bootstrap
Hello fellow R users,
I am trying to extract the coefficient values during a bootstrap operation.
Here is the list of my variables that I would like to extract the
coefficient values from:
(Intercept)
LogRds_25k
GeoRockbimodal volcanic rocks
GeoRockgranodiorite, quartz diorite
GeoRockintermediate volcanic
2008 May 18
6
connection timeout / memory usage / locks / recompiling
Hi
I have created a module for djbdns [1], which will generate the data
file (dns entries) from defines in puppet classes. This is all fine and
working. :)
However I autogenerated after a few tests the classes for the domains
from the current source of our domains. Which are about 50 classes each
calling around 3 defines, which will be concatenated_file calls (from
davids common module), which
2013 Oct 31
6
need help !!!
Hi,
I am using puppet 2.7.20 server on linux and windows client with same
version of puppet.
Until recently everything was working fine but lately I have started
getting the error below
[0m
[0;32minfo: Caching catalog for node_windows [0m
[0;37mdebug: Puppet::Type::Exec::ProviderShell: feature posix is
missing [0m
[0;37mdebug: Puppet::Type::Exec::ProviderPosix: feature posix is
missing [0m
2013 Oct 31
1
puppet, repos, security
Hello list,
I am using puppet 2.7.20 from rpmforge, with a build date of Wed 20 Mar
2013. EPEL has an even older version.
Then I see this: http://puppetlabs.com/security/cve/cve-2013-3567 that
was posted on the month of July 2013.
Do I understand correctly, that my puppet-master is vulnerable to remote
code execution by every node that has access to master's port tcp/8140?
If so, then
2013 Feb 11
2
file resource, multiple owner values
With Puppet 2.7.20, it seems that when I write
file { ''/tmp/bla'':
owner => [''root'', ''jared'']
}
then if the owner of /tmp/bla is either root or jared, nothing happens,
and if not, the owner is changed to root. More generically speaking, my
reading of the code suggests that if the owner of the file is in the
given list (the
2010 Feb 02
32
Making the new users experience easier
Just one more email and I''ll let you go for a few hours :)
One of the things I like to see in apps is that they are immediately
intuitive and easy to use for new users. I think Puppet is really good
here, but there''s opportunity to make everything better. We want
everyone to love Puppet from their first few minutes using it, all the
way through to datacenter nirvana.
2012 Dec 18
4
Puppet v2.7.209 setting permissions recursively
How can I get Puppet to recursively set permissions of a directory, so that
the directory and all subdirectories have move 0755 but the files in the
directory have mode 0644? When I use the recurse => true option, it sets
the files in the directory to executable as well.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view