Displaying 20 results from an estimated 700 matches similar to: "Announce: Facter 1.6.2. available"
2009 Dec 09
3
facter 1.5.7 all lsb* items missing
I have 2 RHEL 5.4 systems where all facter lsb* items are missing. Any
ideas?
Sanitized facter output:
architecture => i386
domain => missyou.edu
facterversion => 1.5.7
fqdn => broken.missyou.edu
hardwareisa => i686
hardwaremodel => i686
hostname => broken
id => root
interfaces => eth0,sit0
ipaddress => 1.2.1.5
ipaddress_eth0 => 1.2.1.5
is_virtual => true
2013 Feb 21
8
Facter & Puppet disagree on RHEL 6?
I''ve run into an odd one on one of my new RHEL 6 boxes. Puppet and Facter
seem to disagree about the value of a fact.
Puppet version: 2.7.9
Facter version: 1.6.4
Module: puppetlabs-apache
apache::params falls through its if structure:
if $::osfamily == ''redhat'' or $::operatingsystem == ''amazon'' {
...
} elsif $::osfamily ==
2016 Mar 16
2
Yum update issues
Hello all,
When running yum update on a few of our servers, we get the following
errors:
Running Transaction
Updating : openssl-1.0.1e-42.el6_7.4.x86_64
1/327
Updating : postgresql-libs-8.4.20-5.el6_7.cloudlinux.x86_64
2/327
Updating : kernel-firmware-2.6.32-673.8.1.lve1.4.3.el6.noarch
3/327
Updating : kmod-lve-1.4-3.1.el6.x86_64
4/327
Installing :
2011 Oct 24
5
[Xen-API] CloudLinux on Xen
Hello List,
I am testing a XCP1 CentOS 5 paravirt vm with CloudLinux.
http://cloudlinux.com/
CloudLinux is a great product for shared hosting and I was evaluation same
on a paravirt guest.
I found a strange thing in XCP. CloudLinux provides xen kernel for DomUs and
after installing the CloudLinux in a DomU it actually got 32 cpus inside.
I had assigned only 2 vCPU to that DomU. To confirm this I
2011 Oct 24
5
[Xen-API] CloudLinux on Xen
Hello List,
I am testing a XCP1 CentOS 5 paravirt vm with CloudLinux.
http://cloudlinux.com/
CloudLinux is a great product for shared hosting and I was evaluation same
on a paravirt guest.
I found a strange thing in XCP. CloudLinux provides xen kernel for DomUs and
after installing the CloudLinux in a DomU it actually got 32 cpus inside.
I had assigned only 2 vCPU to that DomU. To confirm this I
2013 Oct 03
2
Idiom for throwing an error if a command fails
Hi,
What''s the best idiom for executing a command on every Puppet run and
triggering an error if the command fails?
For example, the following code throws an error if the machine has anything
other than 8 cores.
exec { "echo ''This machine does not have 8 cores!''; exit 1":
unless => "facter processorcount | grep -q 8",
}
The ";
2013 Jun 19
0
Pip provider fails on RedHat osfamily when pip not installed via RPM (Could not locate the pip command)
In resolving bug 15980, the pip package provider was changed to recognize
the RedHat osfamily fact and use the executable name "pip-python" in those
environments. This does not take into account environments where pip has
been installed via easy_install or by custom rpm providers. In those
environments (such as mine) this osfamily change breaks the pip provider,
requiring as a
2007 Oct 22
0
[storage-discuss] SATA Hotswap
Jeff Creek wrote:
> I posted this in ZFS-Discuss. Eric Schrock suggested I ask in this forum.
>
> I am trying to test a new setup of NV74. I have set up the system with ZFS boot. Everything works fine until I pull a drive. The system locks up when I try to run any command e.g. zpool status. There is no communication with the server from then on. It does not even respond to pings.
>
2010 Dec 22
1
Puppet + Mongrel on RHEL5
I am trying to setup Puppet + Mongrel on RHEL5. So far I have followed
this document:
http://projects.puppetlabs.com/projects/puppet/wiki/Using_Mongrel_On_Enterprise_Linux
The puppetmasters all start up and Apache starts up on 8140.
However, when my client connects I get the following errors:
[root@lv1764p puppet]# puppetd --server puppetdev.encana.com --no-
daemonize -o -v
info: Retrieving
2013 Sep 19
0
Adding nodes to groups automatically
Is there a way I can replicate the background task that automatically adds
all new nodes to the ''default'' group in puppet enterprise console? I''d
like the process to add nodes based on the osfamily fact. For example, if
the node is osfamily=RedHat add to group named RedHat.
From some reading I know there are rake tasks but I don''t see how to have
them add
2012 Jun 15
3
Unsupported osfamily: Linux operatingsystem: Amazon
Hi all,
just installed the puppetlabs-mysql module for puppet on my Puppet server
which is an Amazon Linux (based on RedHat), but I get this error when I run
puppet agent --test :
*err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Unsupported osfamily: Linux operatingsystem: Amazon, module mysql only
support osfamily RedHat and Debian at
2013 Mar 01
2
Puppet newbie
Hi
I am new in Puppet and i have one error when i test Postgresql module in
infrastructure mode.
I''m using Puppet 3.1.0 in Debian squeeze or 6.0.7
i tape the next command puppetd -t -v and this is the error
info: Retrieving plugin
info: Loading facts in pe_version
info: Loading facts in postgres_default_version
info: Loading facts in iptables
info: Loading facts in puppet_vardir
2012 Sep 24
4
Overriding variables.
I am trying to override variables in a class that is defined in the default
node profile. I want parent class to be included in every single node, but
override its variables in others. I have tried it several different ways
now, and every single time the variables either become unset (undefined) or
are set to the value of the first if statement.
Here is my current iteration of failure.
2013 Sep 16
10
Unable to specify hierarchy for data-in-modules
Hello,
I''m running Puppet agent stand-alone on Windows.
I got data-in-modules working. However, no matter what I put into the
module hiera.yaml,
I can only override the defaults from common.yaml by osfamily (and not,
e.g., by environment).
In the setup below the following command outputs:
>puppet apply --binder -e "notice lookup (''my_key'')"
2011 Sep 15
2
Dragonfly and Zip uploads
I''m poring through the Dragonfly source code right now, trying to get a handle on how to apply the following technique there:
Client uploads a Zip archive containing N images, PDF files, text files, etc. When that file arrives at the server, but before it is stored as an attachment to the current object, the Zip is burst open, contents are iterated over, and each contained file is saved
2011 Feb 02
0
webrick, thin and shotgun bug? with dragonfly and wicked_pdf/PDFKit
Hi,
i''have started a discussion in dragonfly google group because of
problems using dragonfly image processing gem with wicked_pdf.
http://groups.google.com/group/dragonfly-users/browse_thread/thread/c8602007c3e43753
In these post I have linked to a public github project for testing
this issue.
There''s also a heroku app:
http://wicked.heroku.com/projects.pdf
debug mode of
2006 Oct 31
0
6269833 ::prtconf -D
Author: eschrock
Repository: /hg/zfs-crypto/gate
Revision: d8d5e7cde43f290970fdbf67a5f27873a4ac7bfc
Log message:
6269833 ::prtconf -D
6294890 ::setenv dcmd dumps core if no target specified
Contributed by Rich Lowe <richlowe at richlowe.net>
Files:
update: usr/src/cmd/mdb/common/mdb/mdb_proc.c
update: usr/src/cmd/mdb/common/modules/genunix/devinfo.c
2004 Jul 16
1
/proc/xen/memory_target patch
This patch to the balloon driver eliminates the need for a user-space
program to slosh memory between domains and xen. This uses a proc
file at /proc/xen/memory_target. When read it reports memory the domain
owns in bytes. Writing a new value to the memory_target proc file
will cause the domain to exchange memory with xen to reach the target.
A xenolinux domain cannot grow bigger than it was
2012 Jun 08
0
Wine release 1.5.6
The Wine development release 1.5.6 is now available.
What's new in this release (see below for details):
- Automatic installation of the Mono add-on package.
- Control panel applet for joysticks.
- Device bitmap rendering now done through the DIB engine.
- Support for video rendering through DirectX (VMR-9).
- First steps towards a D3D shader compiler.
- Build fixes for DragonFly
2012 Dec 07
6
Poll for thoughts on hierifying modules and OS default differences
Hello lovelies,
Our team is deliberating a few different options for the hierification of our modules; and wanted to poll the collective genius before making our decision.
As we all know, there are certain attributes of a package which are, by default, consistent on an OS... say, the name of a package.....
class foobar {
include foobar::params
$package = $foobar::params::package
Package