Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97210 - run before amd, autofs, nfsmount and netmount
Summary: run before amd, autofs, nfsmount and netmount
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-27 08:21 UTC by INODE64 Sistemas
Modified: 2005-07-09 03:58 UTC (History)
0 users

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


Attachments
rc1.patch (rc1.patch,621 bytes, patch)
2005-06-27 08:22 UTC, INODE64 Sistemas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description INODE64 Sistemas 2005-06-27 08:21:35 UTC
Autofs, amd, netmount and nfsmount must run the demons before any other so that
the assemblies are available before

Sorry for my english :-(, en espa
Comment 1 INODE64 Sistemas 2005-06-27 08:21:35 UTC
Autofs, amd, netmount and nfsmount must run the demons before any other so that
the assemblies are available before

Sorry for my english :-(, en español me expreso mejor

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 2 INODE64 Sistemas 2005-06-27 08:22:29 UTC
Created attachment 62059 [details, diff]
rc1.patch

Add autofs, amd, nfsmount and netmount in critical services
Comment 3 SpanKY gentoo-dev 2005-06-27 08:27:59 UTC
the patch doesnt do anything

CRITICAL_SERVICES is only used once (just before the boot runlevel) and at that
point, you dont want these services to start
Comment 4 INODE64 Sistemas 2005-06-27 08:58:20 UTC
GET_CRITICAL_SERVICES it is called whenever one enters runlevel (boot, default,
etc...)

not only in runlevel boot

example: in line 745: is not single , reboot and shutdown run
get_critical_services ("default" for example)

# Stop services
if [[ ${SOFTLEVEL} != "single" && \
      ${SOFTLEVEL} != "reboot" && \
      ${SOFTLEVEL} != "shutdown" ]]
then
        for i in $(dolisting "${svcdir}/started/") ; do
                dep_stop "${i}"
        done
else
        get_critical_services

        is_critical_service() {
Comment 5 SpanKY gentoo-dev 2005-06-27 10:36:54 UTC
regardless, the patch is wrong
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2005-06-27 10:56:30 UTC
I do not see the point in this - just add a .critical to /etc/runlevels/boot/ or
whatever.
Comment 7 INODE64 Sistemas 2005-06-27 15:34:37 UTC
a .critical to /etc/runlevels/boot/ is only for runlevel boot not for runlevel
default 

I test the .critical and not to work
Comment 8 Martin Schlemmer (RETIRED) gentoo-dev 2005-06-28 08:17:27 UTC
And?  Last time I checked you wanted a nfs root to be mounted during boot .. ?
Comment 9 Martin Schlemmer (RETIRED) gentoo-dev 2005-07-09 03:58:08 UTC
Framework already present.