Issue #17593 has been reported by Bret Wortman.
----------------------------------------
Bug #17593: Puppet client won't enable/autostart
https://projects.puppetlabs.com/issues/17593
Author: Bret Wortman
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version:
Affected Puppet version: 3.0.1
Keywords:
Branch:
I'm getting this problem on all the puppet client's I've been setting up and
it's got me both scratching my head (because I'm not seeing anything obvious in
any system logs) and pausing in my rollout until I get it solved:
# puppet resource service puppet ensure=running enable=true
Error: Could not start Service[puppet]: Execution of '/sbin/service puppet
start' returned 1:
Error: /Service[puppet]/ensure: change from stopped to running failed: Could
not start Service[puppet]: Execution of '/sbin/service puppet start' returned 1:
service { 'puppet':
ensure => 'stopped',
enable => 'false',
}
# ps aux | grep 'puppet agent' | grep -v grep
# puppet agent
# ps aux | grep 'puppet agent' | grep -v grep
root 55055 12.4 0.1 383924 45928 ? Ssl 07:15 0:01 /usr/bin/ruby
/bin/puppet agent
#
Further attempts to invoke with "hasstatus = false" led to this:
# puppet resource service puppet hasstatus=false ensure=running enable=true
Error: Could not enable puppet: Execution of '/sbin/chkconfig puppet on'
returned 1: error reading information on service puppet: No such file or
directory
:
:
service { 'puppet':
ensure => running,
enable => false,
}
#
The client and server are both running F17 and were installed from a copy of
the puppetlabs repo.
# puppet --version
3.0.1
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.