Displaying 20 results from an estimated 1000 matches similar to: "Is there a way to write to a file using puppet"
2008 Dec 31
6
tlsv1 alert decrypt error
I''m using the standard webrick server with puppet, and I just started
getting this today (for no apparent reason).
info: Loading fact custom_facts
info: Retrieving plugins
err: /File[/var/puppet/lib]: Failed to generate additional resources during
transaction: Certificates were not trusted: tlsv1 alert decrypt error
err: /File[/var/puppet/lib]: Failed to retrieve current state of
2010 Mar 12
4
PXELINUX menu is not displayed at start-up
Hello,
I have the following problem. I am trying to pxeboot a virtual machine using
Sun's Virtualbox. I am trying to experiment with the menu options of
pxelinux and this is my pxelinux.cfg/default file.
# generated by fai-chboot for host cdbexample with IP 172.16.31.200
default menu.c32
prompt 0
default fai-generated
timeout 300
#ONTIMEOUT local
MENU TITLE PXE Menu
LABEL fai-generated
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
2006 Oct 18
3
0.20.0 and Schedules...
Hey thanks for the new version, but I seem to be having some troubles.
I have a number of schedules defined in my configuration, something like:
schedule { once_a_day:
period => daily,
repeat => 1,
}
Using 0.20.0 of the server I get:
err: Could not retrieve configuration: Duplicate definition:
schedule[once_a_day] is already defined in file
2007 Feb 09
2
Wine does nothing Help !!!!!
Hello everyone..
I have installed wine-0.9.30 from source ( just ran tools/wineinstall from the source directory ). It installed without any problems. But when I try to run any program using wine it does nothing, just hangs there. It does not give any error also.
I did a "strace" on the process here is some of the strace output.
"[pid 16929] rt_sigprocmask(SIG_SETMASK, [], NULL,
2008 Oct 11
6
Force backup of files modified outside of puppet's File Type
I''m using the SimpleText recipe and Augeas plugin to modify files in
place. I''d like to notify the appropriate File resource that a
modification is about to take place so puppet can backup the file. Maybe
this is already possible but I haven''t found any examples or
documentation on how to accomplish this. I think a natural way to do
this would be to use the subscribe
2008 Nov 24
2
Understanding the docs
Ok, I''ve been reading and I have some questions about best practices:
I understand that modules are to be self contained blocks that i can
just drop in. Using best practices, how does this fit into the naming
scheme?
Classes are singletons. I think i understand this. I''ve been
defining classes in /etc/puppet/classes, but then how does this relate
to any modules i might want
2008 Jun 08
1
SOLVED: Re: SSL delegation difficulties
The problem was solved when we moved to an Apache+mongrel setup from
the initial webrick setup. Seems that webrick doens''t handle the SSL
certs correctly enough to get this type of setup working.
.r''
2008/6/3 RijilV <rijilv@gmail.com>:
> hey all, trying to get SSL cert deligation working based on
> http://reductivelabs.com/trac/puppet/wiki/PuppetScalability.
2006 Nov 13
7
0.20.1 and sqlite3 error
Hello,
I just installed the latest version of puppet and puppetmaster on an
up to date RHEL4 system. If I turn on ''storeconfigs'' on the
puppetmaster server I get the following error:
debug: Calling puppetmaster.getconfigerr: Could not retrieve
configuration: Uncaught exception No such file to load -- sqlite3 in
method puppetmaster.getconfig
I have gems and rails installed
2008 Oct 29
7
Package and log in puppet
Hi all,
my name is Arnau Bria and I''m a sys admin in a center where we
must deal with hundred hosts. We''re currently working with quattor,
but it''s too complex for our purposes, so I''m looking for new admin
tool.
I''ve been playing with CFengine for few days (2 or 3) and I''ve seen
some limitations that makes me thing that CFE is not our
2006 Dec 29
2
Gems looking in the wrong dir
Hello,
When I tested out SVN 1987, puppetmasterd barfs because gems is
looking in puppet/rails/lib no puppet/rails. This is under FC6 with
gems/rails installed from source. The simple fix for me was to create
the directory lib and link the files in /puppet/rails there.
.r''
Original error:
# puppetmasterd --debug
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
2005 Apr 01
3
plot axis appearance problem
Hello,
When I plot any data with simple plot command in
R, for example :-
plot(time,co2,ylim=c(350,380),xlim=c(1993,2003),xlab=NA,ylab=NA,type="p",col=5)
Then the first value of x-axis(350) and
y-axis(1993) never starts from origin, always they
sifted from the origin. Is there any command that
I can correct this in the ploted figure and both
the axis values start from origin.
2004 Nov 12
2
whether R can import netcdf file format data ?
Hello R Users,
Whether 'R' can import Netcdf format data files ??
Any package in 'R' that can help me on this front ??
Many thanks in advance,
Regards,
Yogesh
--
===========================================
Yogesh K. Tiwari,
Max-Planck Institute for Biogeochemistry,
Postfach 10 01 64, D-07701 Jena,
Germany
Office : +49 3641 576376
Fax : +49 3641 577300
Home : +49
2006 Jun 08
5
How to find particular pattern in string?
Hi,
In my application I want to find out the occurance of substring
"http:\\" in the main string "http:\\www.abc.com"
Here how to find out whether substring "http:\\" is present in my
String?
& if substring "http:\\" is present then I want to delete it from main
string.
How to do this?
PLs help me.
Thanx in advance.
Prash
--
Posted via
2010 Jun 05
2
how to use 'points' function to plot two curves with errbar
Dear R Users,
I am using R on windows.
how to use 'points' function to plot two curves with errbar
I am doing like:
x.val <- as.integer(names(co2mean))
errbar(x.val, co2mean, co2mean + co2sd, co2mean - co2sd, xaxt='n', col=1,
xlab=NA,ylab=NA)# obs error bar
lines(x.val, co2mean, col=1, lwd=2)
errbar(x.val, co2tm3.month.mean, co2tm3.month.mean + co2sd.tm3,
co2tm3.month.mean -
2012 Apr 02
2
how to read netcdf file in R
Dear R Users,
I am using R 2.14.1 on windows
How to read netcdf files in R ?
Which packeges do we need to install for this,
and what commands are used for reading netcdf files.
Thanks,
Best Regards,
Yogesh Tiwari
--
Yogesh K. Tiwari (Dr.rer.nat),
Scientist,
Centre for Climate Change Research,
Indian Institute of Tropical Meteorology,
Homi Bhabha Road,
Pashan,
Pune-411008
INDIA
Phone:
2013 Oct 02
5
Historical Data related to CPU,IO and Memory
Hi,
Are there any utilities or tools to look at historical data of Memory, CPU
Utilization or IO activity on CentOS 6.4 or 5.9 Version? For example the
how much the memory was consumed for the period of last six months.
Regards,
Kaushal
2006 Dec 29
5
sqlite errors
Hello,
When I kick off SVN1992 with storeconfigs=yes, I get the following error:
err: Could not store configs: SQLite3::SQLException: SQL logic error
or missing database: INSERT INTO resources ("exported", "line",
"title", "host_id", "restype", "source_file_id") VALUES(NULL, 23,
''svnpkgadd-emacs-nox-etc'', NULL, NULL,
2017 Jan 19
4
Increase CPU usage on HV after upgrade (7.2 -> 7.3)
Hello Gianluca,
Wednesday, January 18, 2017, 3:54:15 PM, you wrote:
> In the mean time, if you have not disabled it, you should find some
> collected statistics from sysstat/sar.
> Look at the sarXX files under /var/log/sa. They should be kept for 30 day
> by default in CentOS 7.
Unfortunately, on that host such statistics is disabled.
> So you can compare cpu, mem, I/O profiles
2008 Jun 04
1
SSL delegation difficulties
hey all, trying to get SSL cert deligation working based on
http://reductivelabs.com/trac/puppet/wiki/PuppetScalability. All of
the commands run without any problems, however I''m still not getting
it to work. One perplexing thing is openssl reports the cert is okay.
# openssl verify -CAfile /var/lib/puppet/ssl/certs/ca.pem
/var/lib/puppet/ssl/certs/test1.localdomain.pem