Displaying 20 results from an estimated 24 matches for "eventially".
Did you mean:
esentially
2008 Jan 11
3
Reports emailed to me
Sorry if this is obvious, but how can I have reports emailed to me- I
want to know what each puppetd update is changing
Thanks
--e
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Nov 10
12
CA_Server woes
I''m having difficulty getting my head around some CA issues
My client has:
[puppetd]
ca_server=puppetca.mydomain.com
and puppet resolves to a different machine.
when puppet connects, it requests a signature from
puppetca.mydomain.combut then on the next pass fails with the
following:
err: Could not retrieve catalog: Certificates were not trusted: SSL_connect
returned=1 errno=0
2007 Dec 21
2
Any magic to the name ''memory'' in templates?
I tried using it in a template:
<%= memory %>
and it put "0" in my file
when i switched the variable name to the_memory, it worked
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
2007 Dec 26
7
Thank you puppet!!
I''ve been hacking at puppet for the past week or two, and came up with
some great stuff, but I''m wondering if there''s a way to tie it all
together
To create a virtual machine for our company''s QA environment, I''m
currently doing 3 things:
#create a vm
node vmsvr2 inherits default {
include vmserver
vmserver::vm {
2008 Jan 02
4
Puppetmaster doesn''t know itself
I restarted puppetmasterd and it announced that the Cert does not match
existing key !
[root@puppet ~]# puppetmasterd --verbose --no-daemonize
info: Starting server for Puppet version 0.24.1
info: mount[files]: allowing 10.100.0.0/16 access
info: mount[files]: allowing *.gridapp.com access
info: mount[files]: allowing *.dev.gridapp.com access
info: Retrieving existing certificate for
2006 Jul 06
1
Bug test di Rails
salve a tutti,
sentite, non riesco a capire i test automatizzati di Rails.
Secondo il libro, il ciclo di vita di un test prevede che per ogni
metodo ( che sarebbe in pratica un test da eseguire ) si verificano
sempre 3 eventi:
1) la cancellazione di tutti i record della tabella in esame
2) il caricamento di tutti i dati di test elencati nel file di fixture
della tabella ( ad esempio
2004 Jan 26
6
OpenSSH, OpenAFS, Heimdal Kerberos and MIT Kerberos
...inting at the Kerberos ticket cache
Other parameters such as the home directory could also be passed.
This would then allow simple code in OpenSSH that does not depend
on OpenAFS, Hiemdal or MIT code to fork/exec the process that does
all the work. This would be called by the process that would
eventially become the user's shell process and is run as the user.
OpenSSH could be built on systems that may or may not have AFS
installed and run on a system with or without AFS. The decision
is based on the existence of the executable and any options
in sshd_config.
In its simplest form, all that...
2006 Feb 06
1
marginal distribution wrt time of time series ?
Dear all,
In many papers regarding time series analysis
of acquired data, the authors analyze 'marginal
distribution' (i.e. marginal with respect to time)
of their data by for example checking
'cdf heavy tail' hypothesis.
For i.i.d data this is ok, but what if samples are
correlated, nonstationary etc.?
Are there limit theorems which for example allow
us to claim that
2008 Jan 08
1
Simple Search and replace on puppetmaster?
Is there any way to do a simple search and replace on the puppetmaster
server?
I''m passing one IP address for one interface on a box, and attempting to
set the second according to a convention we use, so I need something
like
$eth1_ip = `echo "10.100.6.99" | sed -r -e
''s/\.[0-9]+\.([0-9]+)$/.94.\1/''`
# eth1_ip = 10.100.94.99
interface {
2008 Jan 17
0
CSR and SSL Key being regenerated on a puppet node
This is causing me to --clean the first key, and --sign again after the
second run of puppetd --test
First Run:
[root@asmc1n2 ~]# puppetd --test
warning: peer certificate won''t be verified in this SSL session.
info: Creating a new certificate request for asmc1n2.dev.gridapp.com
info: Creating a new SSL key at
/var/lib/puppet/ssl/private_keys/asmc1n2.dev.gridapp.com.pem
...
Second
2006 Aug 04
0
ldapsam failover do not work?
Hello
Got a problem with ldapsam passdb failover.
Samba verson 3.0.22 (debian build).
passdb backend = ldapsam:"ldap://192.168.2.2/ ldap://192.168.2.3/"
For some unclean reason slapd at 192.168.2.2 eventially goes offline. Ex,
Aug 4 06:27:36 localhost slapd[31295]: daemon: listen=8, new connection
on 1023
Aug 4 06:27:36 localhost slapd[31295]: warning: cannot open
/etc/hosts.allow: Too many open files
Aug 4 06:27:36 localhost slapd[31295]: warning: cannot open
/etc/hosts.deny: Too many open file...
2012 Jul 16
0
libre office
On Tue, July 10, 2012 23:22, Joseph Spenner wrote:
> On Jul 10, 2012, at 7:17 PM, "Michel Donais" <donais at telupton.com>
> wrote:
>
>> Why in 6.3 they move OpenOffice to LibreOffice?
>>
>>
>> ---
>> Michel Donais
>> _______________________________________________
>> CentOS mailing list
>> CentOS at centos.org
>>
2007 Dec 24
2
Build a cmdline for exec from optional parameters
How can I do this?:
foo { name:
$bar => "frob"
}
define foo( $bar = false, $baz = false ) {
if #$bar and $baz both defined
$cmd = "frobnicate --bar=$bar --baz=$baz ${name}"
else if #$bar defined
$cmd = "frobnicate --bar=$bar ${name}"
else if #$baz defined
$cmd = "frobnicate --baz=$baz ${name}"
else
2007 Dec 20
11
No networking
I''m trying to run puppet on a node I''m cloning from CD. No IP, no DNS,
puppet with a standalone manifest and --use-nodes.
I get dnsdomainname errors and a "Network is unreachable" error. I''m
using 0.20, but I checked for new options in 0.23 and didn''t see one
to turn off networking.
Is this an option?
Thanks.
2007 Dec 17
2
More 0.24.0 problems
this time when I try to connect the first node:
[root@qaagt20 ~]# /etc/init.d/puppet start
Starting puppet: /usr/lib/ruby/1.8/net/http.rb:560:in `initialize'': No
route to host - connect(2) (Errno::EHOSTUNREACH)
from /usr/lib/ruby/1.8/net/http.rb:560:in `open''
from /usr/lib/ruby/1.8/net/http.rb:560:in `connect''
from
2008 Jan 14
3
Spot the cyclical relationship
I got the following error, but there''s no "cycle" I commented out
File["/dev/sdb3"] and it works, but of course would choke if I ran it
and the requirement were not met
err: Could not apply complete catalog: Found cycles in the following
relationships: File[/dev/sdb1] => Exec[echo -e "0,290\n,290\n," | sfdisk
/dev/sdb]
Here''s the node:
node
2006 Dec 29
5
coded to categorical variables in a large dataset
I am working with a dataset where there are 5 possible outcomes (coded 1:5),
I would like to create 5 categorical variables (event1...event5). I am using
a for loop an if statements, but I have a large dataset( approx 100,000
rows) it takes quite a bit of time, is there a way to speed this up? Here is
some sample code of what I am currently doing.
test2 <-rep(seq(1:5),2000)
event1 <-
2012 Jun 05
4
Re: [systemd-devel] systemd-udevd: excessive I/O usage
2012/6/5 Kok, Auke-jan H <auke-jan.h.kok@intel.com> wrote on systemd-devel list:
> It seems your system is taking well into 15+ seconds before btrfs is
> actually *ready* on your system, which seems to be the main hiccup
> (note, speculation here). I''ve personally become a bit displeased with
> btrfs performance recently myself, so, I''m wondering if you should
2007 Dec 11
54
1.9
Hey so,
People are asking about Mongrel Ruby 1.9 compatibility. Isn''t the
point of 1.9 for library developers to have time to get ready for 2.0?
It''s not like 1.9 is a production release.
Evan
--
Evan Weaver
Cloudburst, LLC
2005 Aug 18
4
[PATCH] ACM: adding C-support for policy translation and labeling support for domains
This patch:
* adds a C-based security policy translation tool to Xen (secpol_xml2bin)
and removes the current Java
security policy translator (Java dependencies). The C-based tool
integrates into the Xen source tree build
and install (using gnome libxml2 for XML parsing). See install.txt.
* introduces security labels and related tools. Users can now use
semantic-rich label names to put