Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wierd rc-update[Solved?]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Empress
n00b
n00b


Joined: 13 Apr 2004
Posts: 47
Location: Home

PostPosted: Sun Apr 08, 2007 2:32 am    Post subject: Wierd rc-update[Solved?] Reply with quote

Hello!

My rc-update not work at all. :cry:

Okey here is the thing.

I will remove eth0 from the "boot" ...

Currently I type
Code:
rc-update del net.eth0 default

I'll got this messages
Code:
bash: rc-update: command not found

Ill try to add in rc because I thought it dependes of that
Code:
RC_PLUG_SERVICES="!net.*"

Retype and same messages again.
Code:
bash: rc-update: command not found


I'll try something so simple as
Code:
rc-update show

Nope still same messages

Even with
Code:
rc-update add xdm default

Nope same messages.

What should I do?
Suggestions anyone?
_________________
Thanx instead of Thanks, was a spell I learn from an American gay. :lol:


Last edited by Empress on Sun Apr 08, 2007 11:43 am; edited 1 time in total
Back to top
View user's profile Send private message
thorpe
l33t
l33t


Joined: 09 May 2005
Posts: 618
Location: Sydney, Australia.

PostPosted: Sun Apr 08, 2007 2:57 am    Post subject: Reply with quote

Are you running these commands as root? Try...

Code:

sudo rc-update del net.eth0 default


providing you have sudo installed and configured.
_________________
Research before taking any advice from me. I'm still coming to grips with this myself.
Back to top
View user's profile Send private message
Empress
n00b
n00b


Joined: 13 Apr 2004
Posts: 47
Location: Home

PostPosted: Sun Apr 08, 2007 9:08 am    Post subject: Reply with quote

yes

Ill typing thehes comands as a root!
_________________
Thanx instead of Thanks, was a spell I learn from an American gay. :lol:
Back to top
View user's profile Send private message
Empress
n00b
n00b


Joined: 13 Apr 2004
Posts: 47
Location: Home

PostPosted: Sun Apr 08, 2007 11:42 am    Post subject: Reply with quote

Not right perhaps? But I solved problems
I'll copy rc-update script from another Gentoo... And It works after changing permissions.
_________________
Thanx instead of Thanks, was a spell I learn from an American gay. :lol:
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Sun Apr 08, 2007 10:53 pm    Post subject: Reply with quote

This is an issue I recently came upon.

Code:
64lappy bigun # ls -l /sbin/rc*
-rwxr-xr-x 1 root root 23445 Apr  7 19:56 /sbin/rc
lrwxrwxrwx 1 root root     9 Apr  7 19:56 /sbin/rc-update -> update-rc


And the link to update-rc is broken.

I run the unstable ~amd64 arch... are you running unstable ~x86 arch?
_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Sun Apr 08, 2007 10:59 pm    Post subject: Reply with quote

Interesting... I just re-installed base layout, and here is the code for the /sbin directory:

Code:
[ebuild   R   ] sys-apps/baselayout-1.12.10  USE="unicode -bootstrap -build -static" 0 kB


Code:
--- /sbin/
>>> /sbin/rc
>>> /sbin/runscript.sh
>>> /sbin/depscan.sh
>>> /sbin/functions.sh
>>> /sbin/MAKEDEV
>>> /sbin/start-stop-daemon
>>> /sbin/consoletype
>>> /sbin/runscript
>>> /sbin/env-update.sh


I don't see update-rc in there... just plain rc... is this something new we will need to get used to?
_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
Empress
n00b
n00b


Joined: 13 Apr 2004
Posts: 47
Location: Home

PostPosted: Mon Apr 09, 2007 12:42 am    Post subject: Reply with quote

Bigun wrote:
This is an issue I recently came upon.

Code:
64lappy bigun # ls -l /sbin/rc*
-rwxr-xr-x 1 root root 23445 Apr  7 19:56 /sbin/rc
lrwxrwxrwx 1 root root     9 Apr  7 19:56 /sbin/rc-update -> update-rc


And the link to update-rc is broken.

I run the unstable ~amd64 arch... are you running unstable ~x86 arch?


Yes.
On a amd64..
Because I'm a little bit lazy girl. You now those things like emulations and these stuff. :)



Bigun wrote:
Interesting... I just re-installed base layout, and here is the code for the /sbin directory:

Code:
[ebuild   R   ] sys-apps/baselayout-1.12.10  USE="unicode -bootstrap -build -static" 0 kB


Code:
--- /sbin/
>>> /sbin/rc
>>> /sbin/runscript.sh
>>> /sbin/depscan.sh
>>> /sbin/functions.sh
>>> /sbin/MAKEDEV
>>> /sbin/start-stop-daemon
>>> /sbin/consoletype
>>> /sbin/runscript
>>> /sbin/env-update.sh


I don't see update-rc in there... just plain rc... is this something new we will need to get used to?



BTW. When you "wrote" it reminds me something. I'll notice that too after I'll did an emerge world yesterday.. Funny it works to "steel" script from another gentoo. (From a Gentoo ~amd64)

So I'll think that too it something we have to get use to in the futures perhaps. They changes thing often..
_________________
Thanx instead of Thanks, was a spell I learn from an American gay. :lol:
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Mon Apr 09, 2007 11:46 am    Post subject: Reply with quote

Hopefully I won't be crucified, but I'm going to repost this problem in the AMD64 section. It would be more apt to get responses there.
_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
Bigun
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 2196

PostPosted: Tue Apr 10, 2007 11:55 am    Post subject: Reply with quote

It turns out a quick sync and emerge -u baselayout fixes things.
_________________
"It's ok, they might have guns but we have flowers." - Perpetual Victim
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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