Summary: | sys-apps/openrc-0.9.9.3: "rc-status -a" doesn't display all started services | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | parafin <help> |
Component: | OpenRC | Assignee: | OpenRC Team <openrc> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | axiator |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | Flags: | qnikst:
Bugday-
|
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 439098 | ||
Attachments: | patch that fixes situation |
Description
parafin
2012-03-26 17:56:31 UTC
Here's also example from the stable version of openrc (0.9.8.4), which doesn't display even manually started services: spobs ~ # /etc/init.d/monit status * status: started spobs ~ # rc-status -a|grep monit spobs ~ # rc-status -u|grep monit lvm-monitoring [ stopped ] monit [ started ] Created attachment 353246 [details, diff]
patch that fixes situation
Yes there was a problem when latest tracked service wasn't shown in rc-status output. It was due to incorrect export of RC_SVCNAME env variable. This patch fixes situation for manual runlevel.
It was also sent to upstream by pull request.
Changed bug state. And sorry for a delay. This has been added in commit 0f70cd0. Thanks for the report. |