Difference between revisions of "Talk:Stacked Runlevels"
From Funtoo Linux
(Grandparents) |
|||
| Line 19: | Line 19: | ||
Feature or bug? | Feature or bug? | ||
-[[User:Apple|Apple]] 22:42, 30 November 2010 (CET) | -[[User:Apple|Apple]] 22:42, 30 November 2010 (CET) | ||
| + | |||
| + | I would say it's a bug or limitation - maybe only one level of stacking is supported. | ||
| + | |||
| + | -[[User:Drobbins]] | ||
Latest revision as of 04:55, 1 December 2010
[edit] Grandparents
I have 3 runlevels:
- default
- wired
- wireless
I've set up something like the following (I'll skip the install commands):
# rc-update add xdm default
# rc-update add --stack default wired
# rc-update add dhcpcd wired
# rc-update add --stack wired wireless
# rc-update add wpa_supplicant wireless
Yet, when booting into wireless, only dhcpcd and wpa_supplocant are started (no xdm).
It seems a stacked runlevel does not inherit the services of its grandparent.
Feature or bug? -Apple 22:42, 30 November 2010 (CET)
I would say it's a bug or limitation - maybe only one level of stacking is supported.