Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347307 - sys-apps/openrc-0.6.5: fail to boot with new GNU-specific "-O no_netdev" option
Summary: sys-apps/openrc-0.6.5: fail to boot with new GNU-specific "-O no_netdev" option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High major (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on: 344947
Blocks:
  Show dependency tree
 
Reported: 2010-11-30 16:58 UTC by Naohiro Aota
Modified: 2010-12-01 18:12 UTC (History)
1 user (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 Naohiro Aota gentoo-dev 2010-11-30 16:58:14 UTC
/etc/init.d/localmount has the following line:
> mount -at "$types" -O no_netdev
FreeBSD's mount doesn't support "-O" and so mount command fail which cause bootup failure.


Reproducible: Always

Steps to Reproduce:
1.Update to openrc-0.6.5
2.reboot


Actual Results:  
Can't start services, ttys, anything. (depend on your fstab setting)
Comment 1 William Hubbs gentoo-dev 2010-12-01 18:12:49 UTC
This is fixed in 0.6.6.

Thanks for the report.

William