Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75402 - Runscript.sh error
Summary: Runscript.sh error
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 21:36 UTC by Dustin Lambert
Modified: 2004-12-22 21:59 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 Dustin Lambert 2004-12-22 21:36:55 UTC
Anything done with rc works but spits out this error:

/sbin/runscript.sh: line 997: 27rc_type_ineed: value too great for base (error token is "27rc_type_ineed")

rc-update, init.d scripts, etc all cause this error.  Cannot find anything related to it.

Reproducible: Always
Steps to Reproduce:
1.Simply run /etc/init.d/[service] start

i.e. /etc/init.d/net.eth0 start
Actual Results:  
root@labby dustin # /etc/init.d/net.eth0 start
/sbin/runscript.sh: line 997: 27rc_type_ineed: value too great for base (error
token is "27rc_type_ineed")
 * Bringing eth0 up via DHCP...                                    [ ok ]
root@labby dustin #

Expected Results:  
root@labby dustin # /etc/init.d/net.eth0 start
 * Bringing eth0 up via DHCP...                                    [ ok ]
root@labby dustin #
Comment 1 SpanKY gentoo-dev 2004-12-22 21:37:50 UTC
try `emerge baselayout --noconfmem`, then run `etc-update`, and then see if it works
Comment 2 Dustin Lambert 2004-12-22 21:54:37 UTC
Seems to have fixed it, can you explain what this did exactly that fixed it?
Comment 3 SpanKY gentoo-dev 2004-12-22 21:59:45 UTC
seems there's a crappy portage bug atm: Bug 74723