Bug #11129
closed
katello-service doesn't work on el6
Added by Stephen Benjamin almost 10 years ago.
Updated over 1 year ago.
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.
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"
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5359 added
- Pull request deleted (
)
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
- Pull request https://github.com/Katello/katello/pull/10862 added
- Pull request deleted (
https://github.com/Katello/katello/pull/5359, https://github.com/Katello/katello/pull/10862)
Also available in: Atom
PDF