Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rc6 -> 1.0 upgrade
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Kaypro
Guest





PostPosted: Fri May 03, 2002 7:03 pm    Post subject: rc6 -> 1.0 upgrade Reply with quote

After doing the upgrade I never updated some links/files that needed to be done. After rebooting it says:

---------------------------------------------------
For Gentoo Linux to function properly, "/dev/shm/.init.d" need to exist.
Please mount your root partition read/write, and execute:

#mkdir -p /dev/shm/.init.d

Give root password for maintenance
(or type Control-D for normal startup):
----------------------------------------------------


So I do as it says and after rebooting, same thing. Also .init.d disapears.

Any ideas would be appreciated (short of reinstalling :)
Back to top
Nitro
Bodhisattva
Bodhisattva


Joined: 08 Apr 2002
Posts: 661
Location: San Francisco

PostPosted: Fri May 03, 2002 9:06 pm    Post subject: Reply with quote

What kernel are you running? I think (correct me if I'm wrong), but the shm device has been replaced by tmpfs. Perhaps upgrading your kernel and then trying it again would work. Make sure it includes the Virtual Memory Filesystem too.

Running mount -v on my xfs-source kernel shows
Code:
tmpfs on /mnt/.init.d type tmpfs (rw,mode=0644,size=1024k)

_________________
- Kyle Manna

Please, please SEARCH before posting.

There are three kinds of people in the world: those who can count, and those who can't.
Back to top
View user's profile Send private message
Kaypro
Guest





PostPosted: Fri May 03, 2002 9:44 pm    Post subject: Reply with quote

Thanks for the tip Nitro,

I'll try the kernel recompile but in the mean time here's what a mount -v returns for me:

tmpfs on /dev/shm type tmpfs (rw,mode=0644,size=4m)

So do I have the correct one or not?

Thanks a bunch!

Kaypro
Back to top
Kaypro
Guest





PostPosted: Fri May 03, 2002 9:46 pm    Post subject: Reply with quote

By the way, I'm running kernel 2.4.17-r5.
Back to top
Nitro
Bodhisattva
Bodhisattva


Joined: 08 Apr 2002
Posts: 661
Location: San Francisco

PostPosted: Fri May 03, 2002 10:12 pm    Post subject: Reply with quote

Your kernel should be fine, maybe some of your init scripts are out of date? Doesn't make any sense to me why it is mounting it in /dev.

Run: find /etc/init.d/ -iname '._cfg????_*' and see if it lists anything, if it does, try updating (if it seems relevant).

I personally like etc-update included in the gentoolkit, emerge gentoolkit.
_________________
- Kyle Manna

Please, please SEARCH before posting.

There are three kinds of people in the world: those who can count, and those who can't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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