Found the issue.
While /var was full puppetmaster attempted to create the file
/var/lib/puppet/ssl/ca/ca_crl.pem. It had a zero length so I deleted it and
did a start of puppetmaster. All is working again.
Ed
On Thursday, May 2, 2013 11:36:15 AM UTC-4, ed-rfmd wrote:
>
> I had /var f
I had /var fill up due to the masterhttpd.log files. While puppet was
running I removed the masterhttpd.log.1 and .2 files. The puppetmasterd
daemon crashed and it crashes every time it is started. Running puppet
2.6.12 on CentOS 5.5.
Any help is really appreciated.
Ed
--
You received this
That took care of it . I changed the names to libXp.i386 and
openmotif.i386. I was not using the package name properly, I was using
it as a generic identified instead of the actual package name.
Thanks again,
Ed
On May 28, 9:25 am, Thomas Bellman wrote:
> On 2010-05-28 15:19, ed-rfmd wr
The ICAClient package requires the 32 bit versions of libXp and
openmotif. I have this class defined:
class icaclient{
case $architecture {
i386: {
package { "ICAClient":
provider => rpm,
source => "$kickstart/ICAClient/RHEL5/
ICAClient-
I use this to create two variables that I can use in a cron type:
# The variable boot_time is set on the client in the /etc/init.d/
puppet-at-boot script
# as a FACTER environmental variable i.e. export
FACTER_BOOT_TIME=`date '+%H:%M'`
$boot_hour = regsubst($boot_time,'^([0-9]+)[:]([0-9]+)','\1')
I am attempting to set some variables in my manifest and I amd seeing
a result I don't quite understand. Here is a section of code from my
manifest:
$boot_time = generate('/usr/bin/env', '/bin/date', '+%H:%m')
notice("boot_time => $boot_time")
$boot_hour = regsubst($boot_time,'^([0-9]
Thank You. I'm just getting started with puppet and this will be a
great help.
Ed
On Apr 13, 4:57 pm, Peter Meier wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 04/13/2010 10:08 PM, ed-rfmd wrote:
>
> > Is there a way to control the order of the mounts
Is there a way to control the order of the mounts?
We have a few second level directories in /a that need to mount after /
a is mounted but it appears that /a is being mounted after /a/1 and /a/
2. If I do a manual mount -a everything is accessible.
Thanks,
Ed
--
You received this message becaus