Bug #3035

ralsh service spews lots of warning on redhat

Added by Dan Bode 7 months ago. Updated 6 months ago.

Status:Closed Start:01/12/2010
Priority:Normal Due date:
Assigned to:Dan Bode % Done:

0%

Category:ralsh
Target version:0.25.5
Affected version:0.25.2 Branch:http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/3035
Keywords:
Votes: 0

Description

>ralsh service sshd hasstatus=true

warning: Service httpd found in both redhat and init; skipping the init version
warning: Service pcscd found in both redhat and init; skipping the init version
warning: Service dc_client found in both redhat and init; skipping the init version
warning: Service hidd found in both redhat and init; skipping the init version
warning: Service single found in both redhat and init; skipping the init version
warning: Service sshd found in both redhat and init; skipping the init version
warning: Service lvm2-monitor found in both redhat and init; skipping the init version
warning: Service winbind found in both redhat and init; skipping the init version
warning: Service network found in both redhat and init; skipping the init version
warning: Service NetworkManager found in both redhat and init; skipping the init version
warning: Service mcstrans found in both redhat and init; skipping the init version
warning: Service multipathd found in both redhat and init; skipping the init version
warning: Service mdmonitor found in both redhat and init; skipping the init version
warning: Service xfs found in both redhat and init; skipping the init version
warning: Service autofs found in both redhat and init; skipping the init version
warning: Service ibmasm found in both redhat and init; skipping the init version
warning: Service conman found in both redhat and init; skipping the init version
warning: Service nfs found in both redhat and init; skipping the init version
warning: Service puppetmaster found in both redhat and init; skipping the init version
warning: Service netfs found in both redhat and init; skipping the init version
warning: Service messagebus found in both redhat and init; skipping the init version
warning: Service oddjobd found in both redhat and init; skipping the init version
warning: Service smartd found in both redhat and init; skipping the init version
warning: Service yum-updatesd found in both redhat and init; skipping the init version
warning: Service avahi-dnsconfd found in both redhat and init; skipping the init version
warning: Service psacct found in both redhat and init; skipping the init version
warning: Service acpid found in both redhat and init; skipping the init version
warning: Service microcode_ctl found in both redhat and init; skipping the init version
warning: Service vncserver found in both redhat and init; skipping the init version
warning: Service dnsmasq found in both redhat and init; skipping the init version
warning: Service killall found in both redhat and init; skipping the init version
warning: Service ip6tables found in both redhat and init; skipping the init version
warning: Service portmap found in both redhat and init; skipping the init version
warning: Service cups-config-daemon found in both redhat and init; skipping the init version
warning: Service wdaemon found in both redhat and init; skipping the init version
warning: Service atd found in both redhat and init; skipping the init version
warning: Service netconsole found in both redhat and init; skipping the init version
warning: Service firstboot found in both redhat and init; skipping the init version
warning: Service irda found in both redhat and init; skipping the init version
warning: Service dc_server found in both redhat and init; skipping the init version
warning: Service restorecond found in both redhat and init; skipping the init version
warning: Service bluetooth found in both redhat and init; skipping the init version
warning: Service rpcidmapd found in both redhat and init; skipping the init version
warning: Service vmware-tools found in both redhat and init; skipping the init version
warning: Service auditd found in both redhat and init; skipping the init version
warning: Service ntpd found in both redhat and init; skipping the init version
warning: Service saslauthd found in both redhat and init; skipping the init version
warning: Service cups found in both redhat and init; skipping the init version
warning: Service functions found in both redhat and init; skipping the init version
warning: Service apmd found in both redhat and init; skipping the init version
warning: Service sendmail found in both redhat and init; skipping the init version
warning: Service nfslock found in both redhat and init; skipping the init version
warning: Service haldaemon found in both redhat and init; skipping the init version
warning: Service halt found in both redhat and init; skipping the init version
warning: Service pand found in both redhat and init; skipping the init version
warning: Service readahead_early found in both redhat and init; skipping the init version
warning: Service crond found in both redhat and init; skipping the init version
warning: Service gpm found in both redhat and init; skipping the init version
warning: Service ypbind found in both redhat and init; skipping the init version
warning: Service kudzu found in both redhat and init; skipping the init version
warning: Service avahi-daemon found in both redhat and init; skipping the init version
warning: Service cpuspeed found in both redhat and init; skipping the init version
warning: Service wpa_supplicant found in both redhat and init; skipping the init version
warning: Service rdisc found in both redhat and init; skipping the init version
warning: Service dund found in both redhat and init; skipping the init version
warning: Service anacron found in both redhat and init; skipping the init version
warning: Service nscd found in both redhat and init; skipping the init version
warning: Service puppet found in both redhat and init; skipping the init version
warning: Service netplugd found in both redhat and init; skipping the init version
warning: Service readahead_later found in both redhat and init; skipping the init version
warning: Service rpcgssd found in both redhat and init; skipping the init version
warning: Service rpcsvcgssd found in both redhat and init; skipping the init version
warning: Service mdmpd found in both redhat and init; skipping the init version
warning: Service iptables found in both redhat and init; skipping the init version
warning: Service krb524 found in both redhat and init; skipping the init version
warning: Service syslog found in both redhat and init; skipping the init version
warning: Service irqbalance found in both redhat and init; skipping the init version


Related issues

related to Puppet - Bug #3085: rsources type generates warnings for multiple providers o... Closed 01/19/2010
related to Puppet - Bug #3108: Resource discovery leads to multiple occurrence of single... Investigating 01/25/2010
related to Puppet - Bug #3002: ralsh complaining about yum Accepted 01/05/2010

History

Updated by James Turnbull 7 months ago

  • Status changed from Unreviewed to Needs more information
  • Assigned to set to Dan Bode

Dane – what RHEL version? I can’t replicate that.

Updated by Dan Bode 7 months ago

should have included this, I was assuming it was pervasive across at redhat 5’s.

CentOS release 5.3 (Final)

Updated by R.I. Pienaar aka Volcane 7 months ago

I can reproduce this on 5.4, and it might be related to ticket #3002 as it seems one and the same thing

Updated by Dan Bode 6 months ago

  • Assigned to changed from Dan Bode to Jesse Wolfe

Updated by Markus Roberts 6 months ago

  • Status changed from Needs more information to Ready for Testing
  • Assigned to changed from Jesse Wolfe to Dan Bode
  • Target version set to 0.25.5
  • Branch set to http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/3035

Updated by James Turnbull 6 months ago

  • Status changed from Ready for Testing to Closed

Pushed in commit:“9419c2ba9553d2ed88e7435ea7becc0783024af2” in branch 0.25.x

Updated by Jesse Wolfe 6 months ago

We saw this in training, but we were using 0.25.4 . glad to see that it’s been fixed.

Also available in: Atom PDF