Issue #3103 has been updated by Bruno Leon.
File puppetclientlog.log added
File puppetmasterlog.log added
Puppet version is 0.25.2. I packaged it in debian from a working package I did
for 0.25.x, and where I'm copying new puppet code each new release.
The problem might be there as well, but I don't know that from the logs I
attached to this message.
h3. Manifest:
service {"apache2":
ensure => running,
enable => true,
hasstatus => false,
pattern => "apache2",
hasrestart => true,
require => Package["apache2"],
}
h3. Master:
Ruby 4.1 (hardy)
h3. Client:
Ruby 4.2 (karmic)
----------------------------------------
Bug #3103: Unable to refresh Services
http://projects.reductivelabs.com/issues/3103
Author: Bruno Leon
Status: Needs more information
Priority: Normal
Assigned to:
Category: service
Target version:
Affected version: 0.25.2
Keywords:
Branch:
Many services that worked perfectly until now are now facing problems to be
restarted.
Here is a debug log for Apache, but this is the same with SSH for example:
@notice: //apache2/Exec[reload-apache2]: Triggering 'refresh' from 2
dependencies
debug: //apache2/Exec[reload-apache2]: Executing '/etc/init.d/apache2 reload'
debug: Executing '/etc/init.d/apache2 reload'
err: //apache2/Exec[reload-apache2]: Failed to call refresh on
Exec[reload-apache2]: /etc/init.d/apache2 reload returned 1 instead of one of
[0] at /etc/puppet/development/modules/apache2/manifests/init.pp:115@
The command ran directly on the console works perfectly, and I don't have a
clue why puppet does not manage to refresh that service.
>From what I can see in Apache log, the command is not even executed.
--
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://reductivelabs.com/redmine/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.