Issue #1687 has been updated by seanmil. Status changed from Accepted to Closed
After some investigation, there are two problems on CentOS 4: 1) The stat call which the current Puppet SELinux code relies upon doesn't support the needed functionality on CentOS 4. I have found no alternate way of obtaining the file's label from the command line tools. 2) Given the performance problems reported in #1702 and #1719 the SELinux support is being reworked to use the native Ruby bindings for SELinux. However, I have tried to do a simple backport of the bindings with no success. It is likely that unless someone else provides native Ruby SELinux bindings on CentOS 4 that Puppet won't be able to support SELinux on CentOS 4. 0.24.7 will either contain patches which convert SELinux operations to require the bindings and will fail silently in their absence or, in a worst case scenario, remove SELinux support entirely. ---------------------------------------- Bug #1687: SELinux operations don't appear to be working on RHEL4 http://projects.reductivelabs.com/issues/show/1687 Author: ohookins Status: Closed Priority: Normal Assigned to: seanmil Category: file Target version: unplanned Complexity: Unknown Affected version: 0.24.6 Keywords: <pre> [EMAIL PROTECTED] ~]# ls -la /selinux/enforce -rw-r--r-- 1 root root 0 Oct 2 02:24 /selinux/enforce [EMAIL PROTECTED] ~]# uname -a Linux rhel4 2.6.9-78.0.1.ELsmp #1 SMP Tue Jul 22 18:01:05 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux [EMAIL PROTECTED] ~]# cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 7) </pre> /selinux/enforce exists, as you can see, but during the puppetd run none of the SELinux operations are activated. Here is the output from a run, which shows SELinux operations are not being activated: <pre> [EMAIL PROTECTED] ~]# puppetd --onetime --no-daemonize -d -v info: Loading fact trogdorbuild debug: Creating default schedules debug: Failed to load library 'shadow' for feature 'libshadow' debug: Failed to load library 'ldap' for feature 'ldap' debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/certs/rhel4.anchor.net.au.pem]: Autorequiring File[/var/lib/puppet/ssl/certs] debug: /Settings[/etc/puppet/puppet.conf]/Settings[main]/File[/var/lib/puppet/lib]: Autorequiring File[/var/lib/puppet] debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/csr_rhel4.anchor.net.au.pem]: Autorequiring File[/var/lib/puppet/ssl] debug: /Settings[/etc/puppet/puppet.conf]/Settings[puppetd]/File[/etc/puppet/puppet.conf]: Autorequiring File[/etc/puppet] debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/public_keys/rhel4.anchor.net.au.pem]: Autorequiring File[/var/lib/puppet/ssl/public_keys] debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/public_keys]: Autorequiring File[/var/lib/puppet/ssl] debug: /Settings[/etc/puppet/puppet.conf]/Settings[main]/File[/var/lib/puppet/state]: Autorequiring File[/var/lib/puppet] debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/private_keys]: Autorequiring File[/var/lib/puppet/ssl] debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/certs/ca.pem]: Autorequiring File[/var/lib/puppet/ssl/certs] debug: /Settings[/etc/puppet/puppet.conf]/Settings[puppetd]/File[/var/lib/puppet/state/state.yaml]: Autorequiring File[/var/lib/puppet/state] debug: /Settings[/etc/puppet/puppet.conf]/Settings[puppetd]/File[/var/lib/puppet/state/classes.txt]: Autorequiring File[/var/lib/puppet/state] debug: /Settings[/etc/puppet/puppet.conf]/Settings[main]/File[/var/lib/puppet/ssl]: Autorequiring File[/var/lib/puppet] debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/private_keys/rhel4.anchor.net.au.pem]: Autorequiring File[/var/lib/puppet/ssl/private_keys] debug: /Settings[/etc/puppet/puppet.conf]/Settings[main]/File[/var/lib/puppet/facts]: Autorequiring File[/var/lib/puppet] debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/private]: Autorequiring File[/var/lib/puppet/ssl] debug: /Settings[/etc/puppet/puppet.conf]/Settings[ssl]/File[/var/lib/puppet/ssl/certs]: Autorequiring File[/var/lib/puppet/ssl] debug: /Settings[/etc/puppet/puppet.conf]/Settings[puppetd]/File[/var/lib/puppet/state/state.yaml]: Changing mode debug: /Settings[/etc/puppet/puppet.conf]/Settings[puppetd]/File[/var/lib/puppet/state/state.yaml]: 1 change(s) debug: /Settings[/etc/puppet/puppet.conf]/Settings[puppetd]/File[/var/lib/puppet/state/state.yaml]/mode: mode changed '600' to '660' debug: Finishing transaction 91460082292 with 1 changes debug: Loaded state in 0.02 seconds debug: Puppet::Network::Client::File: defining fileserver.describe debug: Puppet::Network::Client::File: defining fileserver.list debug: Puppet::Network::Client::File: defining fileserver.retrieve info: Retrieving plugins debug: Calling fileserver.list err: /File[/var/lib/puppet/lib]: Failed to generate additional resources during transaction: None of the provided sources exist debug: Calling fileserver.describe err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: No specified source was found from puppet://puppet.engineroom.anchor.net.au/plugins debug: Finishing transaction 91460837812 with 0 changes info: Retrieving facts debug: Calling fileserver.list debug: /File[/var/lib/puppet/facts]: Creating checksum {mtime}Sat Oct 25 13:04:15 EST 2008 debug: Calling fileserver.describe debug: Calling fileserver.list debug: Calling fileserver.describe debug: /File[/var/lib/puppet/facts/trogdorbuild.rb]: Changing source debug: /File[/var/lib/puppet/facts/trogdorbuild.rb]: 1 change(s) debug: Calling fileserver.retrieve debug: /File[/var/lib/puppet/facts/trogdorbuild.rb]/checksum: Replacing /var/lib/puppet/facts/trogdorbuild.rb checksum {md5}cf618147bc7783144a712bc4d289a1ab with {md5}9d0a2c9e05e22022359ea6b32a687fb4 notice: /File[/var/lib/puppet/facts/trogdorbuild.rb]/source: replacing from source puppet://puppet.engineroom.anchor.net.au/facts/trogdorbuild.rb with contents {md5}9d0a2c9e05e22022359ea6b32a687fb4 debug: Finishing transaction 91460616092 with 1 changes info: Loading fact trogdorbuild debug: Retrieved facts in 4.92 seconds debug: Retrieving catalog debug: Calling puppetmaster.getconfig debug: Retrieved catalog in 9.96 seconds debug: Puppet::Type::Package::ProviderRpm: Executing '/bin/rpm --version' debug: Puppet::Type::Package::ProviderYum: Executing '/bin/rpm --version' debug: Puppet::Type::Package::ProviderAptrpm: Executing '/bin/rpm -ql rpm' debug: Puppet::Type::Package::ProviderUrpmi: Executing '/bin/rpm -ql rpm' debug: file /Library/Receipts does not exist debug: file /usr/bin/rug does not exist debug: file /usr/sbin/up2date-nox does not exist debug: file urpmi does not exist debug: file /opt/local/bin/port does not exist debug: file /Library/Receipts does not exist debug: file /usr/bin/aptitude does not exist debug: file /usr/sbin/swinstall does not exist debug: file /Library/Receipts does not exist debug: file pkg_info does not exist debug: file /usr/bin/apt-get does not exist debug: facter value 'solaris' for 'operatingsystem' not in required list 'solaris' debug: file apt-get does not exist debug: file /usr/bin/eix does not exist debug: file /sw/bin/fink does not exist debug: file pkg-get does not exist debug: file /usr/local/sbin/portupgrade does not exist debug: file /usr/bin/dpkg does not exist debug: file /usr/bin/pkginfo does not exist debug: file /usr/sbin/pkg_info does not exist debug: file /usr/sbin/update-rc.d does not exist debug: file /usr/bin/sv does not exist debug: file /sbin/rc-update does not exist debug: facter value 'solaris' for 'operatingsystem' not in required list 'solaris' debug: file /usr/bin/svc does not exist debug: facter value 'freebsd' for 'operatingsystem' not in required list 'freebsd,netbsd,openbsd' info: mount[localhost]: Mounted / info: mount[modules]: Mounted info: mount[plugins]: Mounted debug: Creating default schedules info: Caching catalog at /var/lib/puppet/state/localconfig.yaml notice: Starting catalog run debug: Loaded state in 0.02 seconds debug: Prefetching yum resources for package debug: Puppet::Type::Package::ProviderYum: Executing '/bin/rpm --version' debug: Puppet::Type::Package::ProviderYum: Executing '/bin/rpm -qa --nosignature --nodigest --qf '%{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH} '' debug: Puppet::Type::Package::ProviderYum: Executing '/usr/bin/python /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py' debug: Prefetching parsed resources for mount debug: //Node[rhel4]/managed/osiris::complete/Service[osirisd]/require: requires Package[osiris-agent] debug: //Node[rhel4]/managed/misc/Search_replace[/etc/bashrc]/Exec[search-replace-backup]/notify: subscribes to Exec[replace] debug: //Node[rhel4]/managed/hosts/Edit_keyval_space[/etc/hosts]/Exec[key-echo-space]/require: requires Exec[keyval-space-backup] debug: //Node[rhel4]/managed/ntp/Service[ntpd]/subscribe: subscribes to File[/etc/sysconfig/ntpd] debug: //Node[rhel4]/managed/ntp/Service[ntpd]/subscribe: subscribes to File[/etc/ntp.conf] debug: //Node[rhel4]/managed/ntp/Service[ntpd]/subscribe: subscribes to Package[ntp] debug: //Node[rhel4]/managed/hosts/Edit_keyval_space[/etc/hosts]/Exec[value-fix-equals]/subscribe: subscribes to Exec[key-echo-space] debug: //Node[rhel4]/managed/ntp/File[/var/lib/ntp]/require: requires Package[ntp] debug: //Node[rhel4]/managed/puppet/File[/etc/puppet/puppet.conf]/require: requires Package[puppet] debug: //Node[rhel4]/managed/osiris::complete/File[/var/lib/osiris/osiris_root.pem]/require: requires Package[osiris-agent] debug: //Node[rhel4]/managed/osiris::complete/File[/var/lib/osiris/osiris_root.pem]/notify: subscribes to Service[osirisd] debug: //Node[rhel4]/managed/ntp::secure/File[/etc/nagios/include/ntp.cfg]: Autorequiring File[/etc/nagios/include] debug: //Node[rhel4]/managed/misc/Exec[linkperl1]: Autorequiring File[/usr/local/bin/perl] debug: //Node[rhel4]/managed/misc/File[/etc/skel/public_html/cgi-bin]: Autorequiring File[/etc/skel/public_html] debug: Service[sgi_fam](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig sgi_fam' debug: Puppet::Type::Mount::ProviderParsed: Executing '/bin/mount' debug: //Node[rhel4]/managed/fstab/Mount[/data]: Changing dump debug: //Node[rhel4]/managed/fstab/Mount[/data]: 1 change(s) notice: //Node[rhel4]/managed/fstab/Mount[/data]/dump: dump changed '1' to '0' notice: //Node[rhel4]/managed/fstab/Mount[/data]: Refreshing self debug: Puppet::Type::Mount::ProviderParsed: Executing '/bin/mount' info: Mount[/data](provider=parsed): Remounting debug: Puppet::Type::Mount::ProviderParsed: Executing '/bin/mount -o remount /data' debug: Service[hplip](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig hplip' debug: Calling fileserver.describe debug: Service[osirisd](provider=redhat): Executing 'ps -ef' debug: Service[osirisd](provider=redhat): PID is 10748 debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig osirisd' debug: Service[cups](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig cups' debug: Service[bluetooth](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig bluetooth' debug: Service[pcscd](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig pcscd' debug: Calling fileserver.describe debug: //Node[rhel4]/managed/ntp/File[/etc/sysconfig/ntpd]: Changing source debug: //Node[rhel4]/managed/ntp/File[/etc/sysconfig/ntpd]: 1 change(s) debug: Calling fileserver.retrieve debug: Calling puppetbucket.addfile notice: //Node[rhel4]/managed/ntp/File[/etc/sysconfig/ntpd]: Filebucketed to main with sum e75ffb988b1329d3dbb167852aea2578 debug: //Node[rhel4]/managed/ntp/File[/etc/sysconfig/ntpd]/checksum: Replacing /etc/sysconfig/ntpd checksum {md5}e75ffb988b1329d3dbb167852aea2578 with {md5}eaa6a3d269f5ba1220dcb457f7b706d0 notice: //Node[rhel4]/managed/ntp/File[/etc/sysconfig/ntpd]/source: replacing from source puppet:///ntp/etc/sysconfig/ntpd with contents {md5}eaa6a3d269f5ba1220dcb457f7b706d0 info: //Node[rhel4]/managed/ntp/File[/etc/sysconfig/ntpd]: Scheduling refresh of Service[ntpd] debug: Service[rhnsd](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig rhnsd' debug: Service[xfs](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig xfs' info: Loading fact trogdorbuild debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.monthly/0anacron]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.monthly]: Skipping automatic relationship to Tidy[/etc/cron.monthly/0anacron] ''bug: //Node[rhel4]/managed/misc/Exec[linkperl2]: Executing check 'test -h '/usr/bin/perl ''bug: Executing 'test -h '/usr/bin/perl debug: Puppet::Type::Package::ProviderYum: Executing '/bin/rpm -q logwatch --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH} ' debug: Service[avahi-daemon](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig avahi-daemon' debug: Puppet::Type::Mount::ProviderParsed: Executing '/bin/mount' debug: //Node[rhel4]/managed/misc/File[/usr/local/bin/perl]/mode: Not managing symlink mode ''bug: //Node[rhel4]/managed/misc/Exec[linkperl1]: Executing check 'test -h '/usr/local/bin/perl ''bug: Executing 'test -h '/usr/local/bin/perl debug: //Node[rhel4]/managed/hosts/Edit_keyval_space[/etc/hosts]/Exec[keyval-space-backup]: Executing check 'egrep '^127.0.0.1 localhost$' '/etc/hosts'' debug: Executing 'egrep '^127.0.0.1 localhost$' '/etc/hosts'' debug: //Node[rhel4]/managed/hosts/Edit_keyval_space[/etc/hosts]/Exec[key-echo-space]: Executing check 'egrep '^127.0.0.1[[:space:]]' '/etc/hosts'' debug: Executing 'egrep '^127.0.0.1[[:space:]]' '/etc/hosts'' debug: Service[gpm](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig gpm' debug: Service[pcmcia](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig pcmcia' debug: //Node[rhel4]/managed/misc/Search_replace[/etc/bashrc]/Exec[search-replace-backup]: Executing check 'egrep '^ umask 0072$' '/etc/bashrc'' debug: Executing 'egrep '^ umask 0072$' '/etc/bashrc'' debug: Service[messagebus](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig messagebus' debug: Service[haldaemon](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig haldaemon' debug: Calling fileserver.describe debug: Calling fileserver.describe debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.weekly/yum.cron]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.weekly/00-makewhatis.cron]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.weekly/0anacron]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.weekly]: Skipping automatic relationship to Tidy[/etc/cron.weekly/yum.cron] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.weekly]: Skipping automatic relationship to Tidy[/etc/cron.weekly/00-makewhatis.cron] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.weekly]: Skipping automatic relationship to Tidy[/etc/cron.weekly/0anacron] debug: Service[netfs](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig netfs' debug: Service[yum-updatesd](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig yum-updatesd' debug: Calling fileserver.describe debug: Calling fileserver.describe debug: //Node[rhel4]/managed/misc/File[/etc/skel/cgi-bin]/mode: Not managing symlink mode debug: Calling fileserver.describe debug: //Node[rhel4]/managed/ntp/File[/etc/ntp.conf]: Changing source debug: //Node[rhel4]/managed/ntp/File[/etc/ntp.conf]: 1 change(s) debug: Calling fileserver.retrieve debug: Calling puppetbucket.addfile notice: //Node[rhel4]/managed/ntp/File[/etc/ntp.conf]: Filebucketed to main with sum 35da4cd943e38665614a5af522484190 debug: //Node[rhel4]/managed/ntp/File[/etc/ntp.conf]/checksum: Replacing /etc/ntp.conf checksum {md5}35da4cd943e38665614a5af522484190 with {md5}8207648790e436866c0f32073274f635 notice: //Node[rhel4]/managed/ntp/File[/etc/ntp.conf]/source: replacing from source puppet:///ntp/etc/ntp.conf with contents {md5}8207648790e436866c0f32073274f635 info: //Node[rhel4]/managed/ntp/File[/etc/ntp.conf]: Scheduling refresh of Service[ntpd] debug: Service[ntpd](provider=redhat): Executing 'ps -ef' debug: Service[ntpd](provider=redhat): PID is 2443 debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig ntpd' notice: //Node[rhel4]/managed/ntp/Service[ntpd]: Triggering 'refresh' from 2 dependencies debug: Service[ntpd](provider=redhat): Executing 'ps -ef' debug: Service[ntpd](provider=redhat): PID is 2443 debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/service ntpd stop' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/service ntpd start' debug: Calling fileserver.describe debug: Calling fileserver.describe debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig puppet' debug: Service[crond](provider=redhat): Executing 'ps -ef' debug: Service[crond](provider=redhat): PID is 5867 debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig crond' debug: //Node[rhel4]/managed/misc/File[/opt/local]/mode: Not managing symlink mode debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/certwatch]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/yum.cron]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/prelink]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/tetex.cron]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/00-makewhatis.cron]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/tmpwatch]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/0anacron]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/logrotate]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily/rpm]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/certwatch] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/yum.cron] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/prelink] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/tetex.cron] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/00-makewhatis.cron] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/tmpwatch] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/0anacron] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/logrotate] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.daily]: Skipping automatic relationship to Tidy[/etc/cron.daily/rpm] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d]: Not managing more explicit file /etc/cron.d/puppet debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d/sa-update]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d/db-export-mysql]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d/sysstat]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d/postgresql]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d/check-for-updates]/ensure: No patterns specified match basename, skipping debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d]: Skipping automatic relationship to Tidy[/etc/cron.d/sa-update] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d]: Skipping automatic relationship to Tidy[/etc/cron.d/db-export-mysql] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d]: Skipping automatic relationship to Tidy[/etc/cron.d/sysstat] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d]: Skipping automatic relationship to Tidy[/etc/cron.d/postgresql] debug: //Node[rhel4]/managed/cron/Tidy[/etc/cron.d]: Skipping automatic relationship to Tidy[/etc/cron.d/check-for-updates] debug: Service[hidd](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig hidd' debug: Service[setroubleshoot](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig setroubleshoot' debug: Service[kudzu](provider=redhat): Executing 'ps -ef' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig kudzu' debug: Finishing transaction 91456003736 with 3 changes debug: Storing state debug: Stored state in 0.18 seconds debug: Calling puppetreports.report info: Sent transaction report in 0.79 seconds debug: //Node[rhel4]/managed/osiris::complete/Service[osirisd]/require: requires Package[osiris-agent] debug: //Node[rhel4]/managed/misc/Search_replace[/etc/bashrc]/Exec[search-replace-backup]/notify: subscribes to Exec[replace] debug: //Node[rhel4]/managed/hosts/Edit_keyval_space[/etc/hosts]/Exec[key-echo-space]/require: requires Exec[keyval-space-backup] debug: //Node[rhel4]/managed/ntp/Service[ntpd]/subscribe: subscribes to File[/etc/sysconfig/ntpd] debug: //Node[rhel4]/managed/ntp/Service[ntpd]/subscribe: subscribes to File[/etc/ntp.conf] debug: //Node[rhel4]/managed/ntp/Service[ntpd]/subscribe: subscribes to Package[ntp] debug: //Node[rhel4]/managed/hosts/Edit_keyval_space[/etc/hosts]/Exec[value-fix-equals]/subscribe: subscribes to Exec[key-echo-space] debug: //Node[rhel4]/managed/ntp/File[/var/lib/ntp]/require: requires Package[ntp] debug: //Node[rhel4]/managed/puppet/File[/etc/puppet/puppet.conf]/require: requires Package[puppet] debug: //Node[rhel4]/managed/osiris::complete/File[/var/lib/osiris/osiris_root.pem]/require: requires Package[osiris-agent] debug: //Node[rhel4]/managed/osiris::complete/File[/var/lib/osiris/osiris_root.pem]/notify: subscribes to Service[osirisd] debug: //Node[rhel4]/managed/ntp::secure/File[/etc/nagios/include/ntp.cfg]: Autorequiring File[/etc/nagios/include] debug: //Node[rhel4]/managed/misc/Exec[linkperl1]: Autorequiring File[/usr/local/bin/perl] debug: //Node[rhel4]/managed/misc/File[/etc/skel/public_html/cgi-bin]: Autorequiring File[/etc/skel/public_html] notice: Finished catalog run in 17.99 seconds </pre> ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
