Project

General

Profile

Actions

Bug #11129

closed

katello-service doesn't work on el6

Added by Stephen Benjamin almost 9 years ago. Updated 3 months ago.

Status:
Closed
Priority:
High
Category:
-
Target version:
Difficulty:
trivial
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

[root@katello-centos6-bats yum.repos.d]# katello-service status
/usr/bin/katello-service:3: command not found: /usr/sbin/service-wait qpidd status

It looks like ruby is looking for a file named 'service-wait qpidd status' in /usr/sbin.

Actions #1

Updated by Stephen Benjamin almost 9 years ago

Looks like arguments have to be quoted?

irb(main):002:0> `/usr/sbin/service-wait qpidd status`
(irb):2: command not found: /usr/sbin/service-wait qpidd status
=> ""
irb(main):003:0> `/usr/sbin/service-wait "qpidd status"`
=> "qpidd is stopped\n"

Actions #2

Updated by The Foreman Bot almost 9 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/5359 added
  • Pull request deleted ()
Actions #3

Updated by Anonymous almost 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #4

Updated by The Foreman Bot 3 months ago

  • Pull request https://github.com/Katello/katello/pull/10862 added
Actions #5

Updated by The Foreman Bot 3 months ago

  • Pull request deleted (https://github.com/Katello/katello/pull/5359, https://github.com/Katello/katello/pull/10862)
Actions

Also available in: Atom PDF