Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Knoppix Gentoo Install; baselayout error... /dev/shm
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
geoffs
n00b
n00b


Joined: 15 Feb 2003
Posts: 35
Location: Canada

PostPosted: Wed Feb 11, 2004 11:26 am    Post subject: Knoppix Gentoo Install; baselayout error... /dev/shm Reply with quote

Hello, I am installing gentoo onto a poweredge 2300 that the livecd didn't like. I am now using knoppix to boot, I managed to ALMOST bootstrap it, but it errors out on baselayout package with:

Code:

!!!Cannot write to '/dev/shm'.
!!!Please check permissions and directories for broken symlinks.


I have included /dev/shm in the knoppix fstab and 'mount' shows it exists.

Any help would be appreciated.

baselayout-1.8.6.13
_________________
CAT
Back to top
View user's profile Send private message
geoffs
n00b
n00b


Joined: 15 Feb 2003
Posts: 35
Location: Canada

PostPosted: Wed Feb 11, 2004 11:38 am    Post subject: Reply with quote

ok, well I just linked /tmp with /dev/shm and everything seems to have worked.

For future reference if anyone knows of a better way, or the 'proper' way to circumvent this error...post it here.
_________________
CAT
Back to top
View user's profile Send private message
Vynce
n00b
n00b


Joined: 12 Feb 2004
Posts: 3

PostPosted: Thu Feb 12, 2004 7:18 am    Post subject: Same problem Reply with quote

Same problem encountered, I made the same link to /tmp and it works too. I used Knoppix to install gentoo, maybe this is due to this installation medium !
Back to top
View user's profile Send private message
apberzerk
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 278
Location: kansas...

PostPosted: Wed Feb 18, 2004 2:32 am    Post subject: Reply with quote

I had the same problem but was wondering if you could clarify. When you say you linked /tmp with /dev/shm, what exactly do you mean? Something like "ln -s /dev/shm /tmp" or something different?
Back to top
View user's profile Send private message
apberzerk
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 278
Location: kansas...

PostPosted: Fri Feb 20, 2004 2:42 pm    Post subject: Reply with quote

In case any of you were wondering, I found another thread full of people with the same problem. The Gentoo Installation Guide says to bind mount /dev to /mnt/gentoo/dev, but apparently the solution is to NOT do this. So I guess just don't do ANYTHING to /mnt/gentoo/dev.
Back to top
View user's profile Send private message
nerdbert
l33t
l33t


Joined: 09 Feb 2003
Posts: 981
Location: Berlin

PostPosted: Fri Feb 20, 2004 3:01 pm    Post subject: Reply with quote

strange, this never happened to me using knoppix for installation. I guess they removed shm recently.

apberzerk: not mounting /dev to /mnt/gentoo/dev could really cause trouble. Mounting shm manually might be a better workaround:

Code:
mount -t tmpfs none /dev/shm


I don't really know if this line works, since I never mounted a virtual file system. However, creating a symlink to /tmp/ also shouldn't cause any trouble.
_________________
I'm really wondering what Lovechild is doing nowadays...
Back to top
View user's profile Send private message
varikin
n00b
n00b


Joined: 07 Jan 2004
Posts: 16

PostPosted: Wed Feb 25, 2004 3:47 pm    Post subject: same problem Reply with quote

I had the same problem, i fixed it by
Code:
rm /dev/shm
mount -t tmpfs none /dev/shm

as mentioned by nerdbert

thanks for the help
varikin
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