Displaying 20 results from an estimated 300 matches similar to: "Puppet facter 1.6.8 and inet6 addresses"
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
2012 Jun 14
1
facter --yaml leaves some fields blank
Sometimes "facter --yaml" doesn''t list all the values specified on the
command line. I can''t find rhyme nor reason why. Here''s a demo to
show what I mean:
# facter --version
1.5.7
# facter --yaml fqdn macaddress lsbdistcodename
---
fqdn: my.host.name.example.com
lsbdistcodename: squeeze
macaddress: "00:00:00:00:00:00"
We had been using the above
2014 Jun 26
0
Facter doesnt resolve ipaddress or ipaddress_eth0
Hello list. I am trying to read the IP address of the eth0 interface from a
CentOS 6.5 VM (XenServer).
Running the manifest gives empty values to all of the following vars:
$ipaddress, $ipaddress_eth0, and its $::<name> version. $interfaces has
"eth0,lo".
Running facter from the VM I get:
# facter -v
2.0.1
# facter | grep virtual
is_virtual => true
virtual => xenu
#
2012 Apr 23
0
Announce: Facter 1.6.8 Available
Facter 1.6.8 is a maintenance release candidate with bug fixes and
improvements.
It includes contributions from the following people: Stefan Schulte, Ken
Barber.
This release is available for download at:
http://downloads.puppetlabs.com/facter/facter-1.6.8.tar.gz
http://downloads.puppetlabs.com/mac/facter-1.6.8.dmg
http://apt.puppetlabs.com
http://yum.puppetlabs.com
See the Verifying Puppet
2013 Apr 18
4
fact_stomp_server
Does anyone have any insight into this error message?
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
The fact named fact_stomp_server does not appear to be a valid hostname.
The value of '''' does not match ''^[a-zA-Z0-9.-]+$''. A common cause of this
problem is running puppet agent as a normal user instead of root, or the
fact is
2024 Jan 07
0
[PATCH] Fix INET6 detection on recent clang
The implicit int return for main() in the configure test for INET6 is
now a hard error on recent clang, breaking the detection of IPv6 support.
Update this to int main(void) like the other configure tests.
The problem this causes in practice is quite subtle and easy to miss.
ssh is always run with -4 which works fine except when there is only v6
connectivity between a pair of hosts, whereupon ssh
2008 Sep 16
1
recent MFC of soreceive_dgram breaks kernels without INET6 option
Hello,
I just csup'd this morning and now I cannot build a kernel that does
not include INET6. I can send my KERNCONF, but it is sufficient to
create a kernel config with:
include GENERIC
nooption INET6
Here's the error during kernel compilation of a kernel config without
"options INET6" in the kernel config:
/usr/src/sys/netinet/udp_usrreq.c: In function
2012 Oct 19
3
Node specific exported resources
Greetings,
I''m trying to wrap my head around a solution to a problem I''m facing with
an exported resources configuration I have. I''m using the following simple
config to build a munin configuration:
@@file { "/etc/munin/munin.conf.d/${::fqdn}.node":
content => "[All Hosts;${::fqdn}]
address ${ipaddress_eth0}
use_node_name yes\n\n",
tag
2019 Jun 17
0
[ANNOUNCE] libX11 1.6.8
Adam Jackson (2):
_XDefaultIOError: Reformat to be less ugly
_XDefaultIOError: Do better at detecting explicit shutdown
Alan Coopersmith (23):
Remove documentation of obsolete B16 & B32 tags in specs/libX11
Update README for gitlab migration
Import reallocarray() from OpenBSD
Convert main src directory to use reallocarray()
Convert src/XKB to use
2007 Dec 07
2
last version of puppetd that will work with ruby 1.6.8 (RHEL3)
Hello...
What is the last version of puppet that will work with ruby version
1.6.8? I have a few RHEL 3 machines I would like to run puppetd (only
the client, not puppetmaster). They will be updated to RHEL 5 fairly
soon, so I don''t want to spend a lot of time trying to get a more recent
version of ruby on them.
thanks
/me buys Luke a beer for all his help :)
I now have
2012 Aug 14
4
Error 400 on SERVER: Could not parse for environment production: Syntax error at '{'; expected '}'
It''s barfing on this:
Error 400 on SERVER: Could not parse for environment production: Syntax
error at ''{''; expected ''}''
Here''s the node.pp
node "ccc.unix.ccc.ccc.edu" {
class {
"web_server":
net_static => {
"eth0" => {
"macaddress" =>
2010 Jul 27
2
Wine 1.2 + Firefox 1.6.8 + Adboe Flash = Help......
Well, i was using linux and also wine already a few years ago and i never got such a problem, which i have now. but i always switched back to windows. so now i wanted to do the final step;
My Plan is actually quite easy: Install Firefox (3.6.8 at the moment) for Windows with wine 1.2, install also the flash-plugin and i can use my windows program to record some streams.... The problem is, that it
2009 Sep 29
1
Error in host-register
Good morning,
I have compiled an installed ovirt .
I started i physical node and it appears on web interfaces as enabled
and available but without CPUS and NICs.
I restarted matahari on node but on ovirt server in the file host-register.log
appears the following error:
ERROR Tue Sep 29 11:57:28 +0200 2009 (7335) Error in hostregister:
#<SystemExit:0x7fb658b3a518>
ERROR Tue Sep 29
2010 Oct 22
2
problem w/ puppet & augeus : xinetd.d/rsync server_args value
Hello,
I would like to have the following line (among others) in my
/etc/xinetd.d/rsync file :
server_args = --daemon --address=<ipaddress_eth0>
--log-file=/var/log/rsyncd.log
To this end, i am using the camptocamp rsyncd module available from git.
Everything works except this line. I thought it was, perhaps, a
questions of spaces (this has been discussed on the list before),
2013 Apr 12
5
How to setup /etc/resolv.conf dependent on network
Hello,
I am a beginner in puppet so please excuse my lack of knowledge.
(I use puppet 3.1).
We have nodes in different networks - they use different DNS servers.
I''d like to set up its /etc/resolv.conf dependent on network they are in.
What approach would you recommend to solve the problem ?
Thanks in advance
Przemek
--
You received this message because you are subscribed to the
2009 May 31
9
No more than one "instances" of a type in define()?
Hi folks,
when I try to do something like:
define railsproject($name, $uid, $gid, $userpass, $sqlpass) {
mysql_database { "$name_staging": ensure => present }
mysql_database { "$name_production": ensure => present}
....more stuff...
}
I get:
Puppet::Parser::AST::Resource failed with error ArgumentError:
Duplicate definition: Mysql_database[] is already
2011 May 23
2
Variable interpolation challenge
I''m having a problem with variable interpolation that I haven''t found a good
solution to. I want to use a variable as part of the name of a fact, but
the interpolation doesn''t work as expected. I''ve allowed for passing the
mac address into my define() but if it''s not provided I want to look it up
via facter.
if
2011 Dec 27
0
Template aren't generated on few nodes
Hi list,
We have a template which generate the /etc/hosts file. It''s used on several
nodes and works fine, except on a cluster of 2 servers, named "rebond" and
rebond02".
Here the only part of the template which use variables :
# MANAGED BY PUPPET ! DO NOT EDIT
# Internet host table
<%= ipaddress_eth0 %> <%= hostname %>.localdomain <%= hostname %>
2009 Dec 24
7
nested variables
Hi all!
I have quation: how i may use nested variables/facts? For example, I
have variable $iface. It''s variable declared in node brakets, and, use
with defenition. iface may be eth0, eth1(Linux), em0, ...
<freebsd>, ...
is fact:
facter | grep eth0 | grep mac
macaddress_eth0 => 54:52:00:3D:CB:40
We don''nt know name of $iface in our module (to generate network
2012 Jun 18
1
using hiera for node classification
Hi All,
I''ve been trying to use Hiera for node classification, my sit.pp is simple:
node default {
hiera_include("classes")
}
which has been working well with simple class definitions like:
user@host$ cat testagent.yaml 2012-06-18 14:55:48 jon pts/13
---
classes:
- motd
Is anyone doing this in production? I''ve seen a little about this on line
but it