Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417227 - sys-apps/openrc-0.10 regression: mark_service_* fail if the service to mark is passed on the command line
Summary: sys-apps/openrc-0.10 regression: mark_service_* fail if the service to mark i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 417391
  Show dependency tree
 
Reported: 2012-05-23 07:47 UTC by sphakka
Modified: 2012-05-24 16:31 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sphakka 2012-05-23 07:47:43 UTC
I updated recently to [openrc-0.10 + baselayout-2.1-r1]. Now I get:

# /etc/init.d/net.wlan0 restart
 * Bringing down interface wlan0
 *   Stopping dhcpcd on wlan0 ...                                                                                          [ ok ]
 *   Removing addresses
 *     Stopping wpa_cli on wlan0 ...                                                                                       [ ok ]
 *     Stopping wpa_supplicant on wlan0 ...                                                                                [ ok ]
 * Bringing up interface wlan0
 *   Starting wpa_supplicant on wlan0 ...                                                                                  [ ok ]
 *   mark_service_inactive: unknown applet
 *   Starting wpa_cli on wlan0 ...                                                                                         [ ok ]
 *   Backgrounding ... ...
 * ERROR: net.wlan0 failed to start

Direct test:

  # /lib64/rc/sbin/mark_service_inactive foo
  * mark_service_inactive: unknown applet

But wlan0 is actually up and running!

With previous openrc versions, I used to get a _warning_ about wlan0 being inactive though perfectly working, so I always ignored that...

Reproducible: Always
Comment 1 William Hubbs gentoo-dev 2012-05-23 14:41:08 UTC
openrc@gentoo.org
Comment 3 William Hubbs gentoo-dev 2012-05-24 16:31:22 UTC
Since this is a regression, I released openrc-0.10.1 to fix the issue.