Displaying 20 results from an estimated 11000 matches similar to: "setting environment variables"
2008 Apr 29
12
How are people using install.rb from the source distribution?
I''m looking at re-working or replacing install.rb from the source
distribution to allow more flexible installations, primarily to get MacPorts
and Fink packages working but to also work on automatic Mac pkg creation
from source.
How are people currently using it?
Currently the command line options are for options like --no-rdoc, --no-man,
--quick, --full, but if you want to specify a
2008 Feb 08
2
pxelinux, pxe requesting bad filename from tftp
Hey,
I have a problem booting certain machines with pxelinux. I have
pxelinux.0 in the root of my tftp server and dhcp pointing to the right
location:
# dhcpd.conf
authoritative;
option domain-name "example.net";
ddns-update-style none;
default-lease-time 3600;
max-lease-time 86400;
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.3 10.0.0.20;
server-name
2010 Dec 15
3
having trouble with puppet 0.25.5 on openbsd 4.8 on amd64
My manifest includes this snippet
class app_client_openbsd {
$app_client_pkgs_obsd = [ ''glib2-2.24.1p2'', ''gtar-1.23p1'' ]
package { "${app_client_pkgs_obsd}":
ensure => ''installed'',
source => "http://${installserver}/openbsd/${operatingsystemrelease}/packages/${hardwaremodel}/${name}.tgz",
}
This
2013 Aug 07
9
Freebsd + Puppet 3.2.2 pkg_add -f ?
Shouldn''t pkg_add be using the -r option for package management? I worked
around by forcing the client to use ports instead, but it stinks. Any
thoughts?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2010 Sep 29
5
err: Could not request certificate: sslv3 alert handshake failure error
Hi,
I''ve setup the puppetmaster to start 5 processes each listening on a
different port, with an Apache server in front. This works fine for
existing clients, however when I try to add a new client (ie. a newly
installed machine with no previous puppet configuration) I get this
error:
err: Could not request certificate: sslv3 alert handshake failure
error
Any ideas what''s
2008 Jan 03
5
modules and parser plugins: function unknown
Hi,
We are totally sold on Pupet (what a nice concept) and are trying to
setup a proof-of-concept. We are trying to learn a bit from other
people''s work by integrating external modules. One of the modules we
wanted to start with was the ''ntp'' module from David Schmitt. It clearly
uses some functionalities from the ''common'' module, which we also
2010 Dec 21
2
how to disable runinterval option
hi all ,
i want to disable runinterval option on puppetd .
as i know , after every 1800 sec.( 30 mins) , puppet client pull
configuration from puppet master .
I want configuration to be pushed to puppet client
when i wwould fire puppetrun on puppet master rather than after
every 30 min , configuration pulled puppet client.
runinterval :How often puppetd applies the client
2007 Dec 19
3
Invalid argument - connect
Hi puppeteers,
I have a problem with one of my puppets. When I run puppetd and a file
needs to be updated I get the following error message:
debug: //jupiter/freebsd_base/File[/etc/rc.conf]: Changing source
debug: //jupiter/freebsd_base/File[/etc/rc.conf]: 1 change(s)
debug: Calling fileserver.retrieve
debug: Calling puppetbucket.addfile
err: Could not call puppetbucket.addfile:
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
2010 May 31
9
Problem with dashboard using live report aggregation
Hey,
I''m exploring puppet-dashboard right now and I want to get the live
aggregation running.
But somehow I''m already failing at the puppet.conf entries ;)
The Dashboard readme says:
### Live report aggregation
To enable report aggregation in Puppet Dashboard, the file `lib/puppet/
puppet_dashboard.rb` must be available in Puppet''s lib path. The
easiest way to do this
2012 Jul 26
6
Intermittent freeze on select when running standalone
I have a new Ubuntu LTS VM running a simple manifest directly with puppet
apply.
About one time in 5 strace reports that puppet is sat there waiting on a
select operation with low cpu usage.
I''m wondering if this implies it''s somehow gone into agent/deamon mode.
Also just wondering if this is a puppet or a ruby/OS/VM issue.
And why I cannot find anyone else with the same
2007 Apr 09
11
Issues with Puppet on FreeBSD / Creating a Recipe
Hi,
I am running an environment with 15 FreeBSD servers on which I want to
maintain ports, rc.conf settings, and assorted configuration in
/usr/local/etc/. Looked around the existing Puppet docs, I got a
puppetmaster and a test client to work and install a package as
specified in the site manifest. This is very basic but awesome!
I want to create a puppet FreeBSD HowTo that addresses a
2013 Sep 18
4
Not able to capture node info via browser
If I run below command on puppet master. I am able to get output pasted
here.
But the same information, I am trying to capture via browser using
http://puppetdb:8080/v2/facts/operatingsystem but not working
[root@puppetmaster ~]curl -X GET
http://puppetdb:8080/v2/facts/operatingsystem
curl: (6) Couldn''t resolve host ''puppetdb''
[root@puppetmaster ~]# curl -X
2011 Mar 03
3
lsbdistcodename and Debian Squeeze
Hello all,
I use puppetmaster on a Debian Squeeze server (packaged from Debian 2.6.2-4)
I am using a template for Debian Servers which works great for Lenny
in order to update my sources.list automagically, here goes:
deb http://ftp.ie.debian.org/debian <%= lsbdistcodename %> main contrib non-free
deb http://security.debian.org/ <%= lsbdistcodename %>/updates main
Now the problem
2006 Nov 05
1
diag()<- in Matrix?
Dear all,
I am trying to use the Matrix package to do some calculations on rather
large and sparse matrices. An example of such a matrix is given below.
mig<-0.2
side<-10
np<-side^2
mig.mat<-matrix(0,np,np)
diag(mig.mat[1:(np-side),(side+1):np])<-mig/4
diag(mig.mat[(side+1):np,1:(np-side)])<-mig/4
diag(mig.mat[-np,-1])<-mig/4
2008 Apr 09
9
Expanding Facter's manufacturer.rb
I''ve just filed http://reductivelabs.com/trac/puppet/ticket/1182 with
the aim of making it easier to add fact pickup from dmidecode in
manufacturer.rb.
As the ticket says, I think that the fact sections, keys and values
shouldn''t be hardcoded in manufacturer.rb, but should be stored in a
configuration file somewhere. This means that a given stable
installation of Puppet can be
2020 Jul 20
2
[PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
On Mon, Jul 13, 2020 at 10:21:46AM -0700, Ralph Campbell wrote:
> The src_owner field in struct migrate_vma is being used for two purposes,
> it implies the direction of the migration and it identifies device private
> pages owned by the caller. Split this into separate parameters so the
> src_owner field can be used just to identify device private pages owned
> by the caller of
2003 Apr 10
1
pkg_add of gdm2 has errors
I'm running a new install of 4.8-RELEASE on i386.
Running "pkg_add -r gnome2", the following errors are reported:
(I've defined the BATCH environment variable).
Fetching
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/All/gdm2-2.4.1.3.tgz...Syntax
error: end of file unexpected (expecting "then")
pkg_add: command 'if [ ! -f
2019 Nov 12
1
postfix + spamassassin + dovecot-lda (with sieve support)
Hello,
I have FreeBSD 12 server with postfix + spamassassin. Old config work
fine.
------ old postfix master.cf
spamfilter unix - n n - - pipe
flags=R user=nobody argv=/usr/local/bin/spamc -e /usr/sbin/sendmail -oi
-f ${sender} ${recipient}
------
I try to add dovecot-lda (with sieve support) as local delivery agent to
postfix config
----------- postfix master.cf
# Spamd filter
spamfilter
2010 Aug 17
2
Independent variables omitted in lm and glm
Dear List,
Some independent variable were missing in calculation using lm and glm
(gaussian).
(X= Y1+Y2+…..+Y16, Independent number: 16 variable)
However, those variables did work well in cor(X, Y) respectively.
str(dataframe) was also run to ensure that the variables were all numbers.
Moreover, the missing variables were different in lm and glm.
In lm, 3 factors were not taken into