Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44310 - baselayout-1.8.6.13-r1 issues
Summary: baselayout-1.8.6.13-r1 issues
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-10 19:17 UTC by Aron Griffis (RETIRED)
Modified: 2004-05-05 20:41 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 Aron Griffis (RETIRED) gentoo-dev 2004-03-10 19:17:41 UTC
I've noticed that when I make a change to an initscript with
baselayout-1.8.6.13-r1, then attempt to run the script, it just hangs.
I think it's trying to update something but the code must be faulty.

The way I fix this is by doing (for example):

    rc-update del netperf default
    rc-update add netperf default

This causes the update to occur successfully, then I can run the
script.  However there is one more problem.  With 1.8.6.13 this is the
output of rc-update:

    # rc-update add netperf default
     * netperf added to runlevel default
     * Caching service dependencies...  [ ok ]
     * rc-update complete.

and with 1.8.6.13-r1 the output is:

    # rc-update add netperf default
     * netperf added to runlevel default
     * Caching service dependencies... * rc-update complete.

There are clearly some issues here.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-05-05 20:41:07 UTC
This works fine for me with baselayout-1.8.12 (I even tested with netperf).  I'm closing this in hopes that the problem is also fixed for you.  Please re-open if not, and post output of "emerge --info"