View previous topic :: View next topic |
Author |
Message |
ccrunner84 Tux's lil' helper
Joined: 14 Jul 2003 Posts: 77
|
Posted: Mon Apr 09, 2007 2:32 am Post subject: rc-update: command not found |
|
|
Just got finished installing Gnome, installed Alsa-drivers and all the sudden rc-update is gone?
Any help would be appreciated.
Thanks |
|
Back to top |
|
|
IQgryn l33t
Joined: 05 Sep 2005 Posts: 764 Location: WI, USA
|
Posted: Mon Apr 09, 2007 3:03 am Post subject: |
|
|
It should be located in /sbin, so it wouldn't be visible to a normal user. If it's not there, you should probably re-emerge it. It belongs to the sys-apps/baselayout package. |
|
Back to top |
|
|
Suicidal l33t
Joined: 30 Jul 2003 Posts: 959 Location: /dev/null
|
Posted: Mon Apr 09, 2007 5:31 am Post subject: |
|
|
try rc-config
Code: | Usage: rc-config <action> <options>
Standard actions:
help Display help text
usage Display usage information
version Display version information
Extra actions:
add <script>
<runlevels> Add script to existing runlevel(s)
script Init script (from 'list' action)
runlevels Runlevels to add to (defaults to
'default')
delete <script>
<runlevels>
Delete script from existing runlevel(s)
script Init script (from 'list' action)
runlevels Runlevels to delete from (defaults to
'default')
list <runlevel> List all available init scripts
runlevel Runlevel to list (defaults to all)
pause <scripts> Pauses given set of init scripts manually
scripts Init scripts to pause
reload <scripts> Reload given set of init scripts
scripts Init scripts to reload
restart <scripts> Restart given set of init scripts
scripts Init scripts to restart
show Show init script status forcurrent
runlevel
start <scripts> Start given set of init scripts manually
scripts Init scripts to start
stop <scripts> Stop given set of init scripts manually
scripts Init scripts to stop |
Definitely a bug Im running sys-apps/baselayout-1.12.10 and /sbin/rc-update is a symlink to update-rc; which does not exist.
Code: | equery belongs update-rc |
returns null
probably better solution use eselect:
Code: | eselect rc add alsasound boot |
|
|
Back to top |
|
|
Phenax l33t
Joined: 10 Mar 2006 Posts: 972
|
Posted: Mon Apr 09, 2007 9:58 am Post subject: |
|
|
Code: |
$ equery b rc-update
[ Searching for file(s) rc-update in *... ]
sys-apps/baselayout-1.12.10-r1 (/sbin/rc-update)
|
|
|
Back to top |
|
|
Suicidal l33t
Joined: 30 Jul 2003 Posts: 959 Location: /dev/null
|
Posted: Wed Apr 11, 2007 4:49 am Post subject: |
|
|
According to bugzilla it was a bad commit and fixed in sys-apps/baselayout-1.12.10-r1 |
|
Back to top |
|
|
|