Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 445968

Summary: OpenRC-git with PREFIX='/usr' make doesn't memorize started runlevels
Product: Gentoo Hosted Projects Reporter: udeved <brainbug75>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=a9272f50f75849f5d7a787cab4c54f5a2d158f58
Whiteboard:
Package list:
Runtime testing required: ---

Description udeved 2012-12-04 19:12:43 UTC
I talked to WilliamH yesterday about the /run path being prefixed which resulted in the commit in url field.

As with the other prefix runlevel bug, I believe having fixed now, it seems a system boots up the installed runlevels, but it won't boot or recognize additional runlevels set or installed, eg udev in sysinit, dbus, or any runlevel in default.

rc-status also doens't report the added runlevels. It only shows the installed standard ones, which are started.
I suppose the /run issue wasn't entirely fixed.


Reproducible: Always

Steps to Reproduce:
1. compile with prefix=/usr
2. additionally apply patch for missing runlevels.
3.
Actual Results:  
no additionally added runlevels started at boot.

If I manually start up udev and udev-mount and eg dbus and xdm, rc-status won't show them.

Expected Results:  
I am not sure if it is related to the runlevel bug44588.

I am running archlinux.
Comment 1 udeved 2012-12-04 19:16:09 UTC
It is bug445888

Sorry for typo.
Comment 2 udeved 2012-12-04 19:51:12 UTC
I am sorry again, I believe this report can be closed.

The system got slightly messed up with runscript name spaces.

Bug445888 can also be closed, I will post a new patch.

So, the prefix issues seem to be now resolved.

The system boots fine after correcting the already present runlevels' name spaces which still pointed to #!/sbin/runscript.
Comment 3 William Hubbs gentoo-dev 2012-12-06 01:05:02 UTC
I am closing this per comment #2.
If there is still an issue, please feel free to reopen.

Thanks,

William