Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 569224 - openrc: ERROR: localmount failed to start
Summary: openrc: ERROR: localmount failed to start
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-22 18:34 UTC by georg
Modified: 2015-12-23 16:32 UTC (History)
0 users

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 georg 2015-12-22 18:34:40 UTC
In my fstab i got a bind line which can not be mounted at localmount. 
/run/saslauthd					/var/spool/postfix/run/saslauthd bind defaults,nodev,bind 0 0

It is needed for saslauthd to work on my server. With the recent openrc update, localmount fails to start and all depened services failed to start as well. Now as the line is uncommented localmount starts again. 

With Openrc-0.17 it worked as expected for long time. Now with openrc-0.18 i need to kill saslauthd (stop/start) doesnt work after a local.d script mounts the above directory.



Reproducible: Always

Steps to Reproduce:
1. Install openrc-0.18
2. add a line to the fstab which is not yet available like the run directory
3. restart

Actual Results:  
localmount fail to start and a lot of other services which doesnt depend on this line


Expected Results:  
localmount starts and just warns on one not yet mounted fs.


1450806402:  >>> emerge (10 of 24) sys-apps/openrc-0.18.4 to /
1450806402:  === (10 of 24) Cleaning (sys-apps/openrc-0.18.4::/usr/portage/sys-apps/openrc/openrc-0.18.4.ebuild)
1450806402:  === (10 of 24) Compiling/Merging (sys-apps/openrc-0.18.4::/usr/portage/sys-apps/openrc/openrc-0.18.4.ebuild)
1450806409:  === (10 of 24) Merging (sys-apps/openrc-0.18.4::/usr/portage/sys-apps/openrc/openrc-0.18.4.ebuild)
1450806410:  >>> AUTOCLEAN: sys-apps/openrc:0
1450806410:  === Unmerging... (sys-apps/openrc-0.17)
1450806411:  >>> unmerge success: sys-apps/openrc-0.17
1450806413:  === (10 of 24) Post-Build Cleaning (sys-apps/openrc-0.18.4::/usr/portage/sys-apps/openrc/openrc-0.18.4.ebuild)
1450806413:  ::: completed emerge (10 of 24) sys-apps/openrc-0.18.4 to /
Comment 1 William Hubbs gentoo-dev 2015-12-23 16:32:03 UTC
Please add noauto to the mount options on the line in fstab; that will
make localmount skip mounting this bind mount.

Thanks,

William