Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rc-update: command not found
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ccrunner84
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2003
Posts: 77

PostPosted: Mon Apr 09, 2007 2:32 am    Post subject: rc-update: command not found Reply with quote

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
View user's profile Send private message
IQgryn
l33t
l33t


Joined: 05 Sep 2005
Posts: 764
Location: WI, USA

PostPosted: Mon Apr 09, 2007 3:03 am    Post subject: Reply with quote

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
View user's profile Send private message
Suicidal
l33t
l33t


Joined: 30 Jul 2003
Posts: 959
Location: /dev/null

PostPosted: Mon Apr 09, 2007 5:31 am    Post subject: Reply with quote

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
View user's profile Send private message
Phenax
l33t
l33t


Joined: 10 Mar 2006
Posts: 972

PostPosted: Mon Apr 09, 2007 9:58 am    Post subject: Reply with quote

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
View user's profile Send private message
Suicidal
l33t
l33t


Joined: 30 Jul 2003
Posts: 959
Location: /dev/null

PostPosted: Wed Apr 11, 2007 4:49 am    Post subject: Reply with quote

According to bugzilla it was a bad commit and fixed in sys-apps/baselayout-1.12.10-r1
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum