Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I cant read / [SOLVED]
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
Saferin
n00b
n00b


Joined: 13 Dec 2002
Posts: 58
Location: Sweden

PostPosted: Thu Sep 22, 2005 10:32 pm    Post subject: I cant read / [SOLVED] Reply with quote

Hello!

I just reinstalled Gentoo, and now I cant access /, and anyting outside my home-dir?

Do I have to be in a certain group or something?
_________________
Leif Dyvik
www.leifdyvik.com


Last edited by Saferin on Thu Sep 22, 2005 11:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tamsco
Guru
Guru


Joined: 04 Aug 2004
Posts: 313
Location: dmse.mit.edu

PostPosted: Thu Sep 22, 2005 10:38 pm    Post subject: Reply with quote

First, just to make sure, can you access / as root?

I suspect you didn't add your user like the guide says to, I am guessing you have be in the group users.
_________________
If you get your problem solved put a [SOLVED] in the title!
Is OpenOffice still compiling?!
Back to top
View user's profile Send private message
Saferin
n00b
n00b


Joined: 13 Dec 2002
Posts: 58
Location: Sweden

PostPosted: Thu Sep 22, 2005 10:52 pm    Post subject: Reply with quote

I can access it as root.

I am in users
_________________
Leif Dyvik
www.leifdyvik.com
Back to top
View user's profile Send private message
Tamsco
Guru
Guru


Joined: 04 Aug 2004
Posts: 313
Location: dmse.mit.edu

PostPosted: Thu Sep 22, 2005 10:59 pm    Post subject: Reply with quote

As root
Code:
ls -l /

_________________
If you get your problem solved put a [SOLVED] in the title!
Is OpenOffice still compiling?!
Back to top
View user's profile Send private message
Saferin
n00b
n00b


Joined: 13 Dec 2002
Posts: 58
Location: Sweden

PostPosted: Thu Sep 22, 2005 11:03 pm    Post subject: Reply with quote

here you go!

Code:

andromeda leif # ls -l /
total 68
drwxr-xr-x    2 root root  4096 Sep 22 04:22 bin
drwxr-xr-x    2 root root  4096 Sep 22 04:21 boot
drwxr-xr-x   16 root root 29940 Sep 23 00:22 dev
drwxr-xr-x   55 root root  4096 Sep 23 00:57 etc
drwxr-xr-x    5 root root  4096 Sep 22 20:58 home
drwxr-xr-x    8 root root  4096 Sep 22 20:52 lib
drwx------    2 root root 16384 Sep 22 01:43 lost+found
drwxr-xr-x   12 root root  4096 Sep 22 15:22 mnt
drwxr-xr-x    6 root root  4096 Sep 22 16:09 opt
dr-xr-xr-x  103 root root     0 Sep 23 00:21 proc
drwx------   16 root root  4096 Sep 22 21:22 root
drwxr-xr-x    2 root root  4096 Sep 22 15:13 sbin
drwxr-xr-x   10 root root     0 Sep 23 00:21 sys
drwxrwxrwt   15 root root  4096 Sep 23 00:22 tmp
drwxr-xr-x   15 root root  4096 Sep 22 09:23 usr
drwxr-xr-x   13 root root  4096 Sep 22 08:56 var
andromeda leif #

_________________
Leif Dyvik
www.leifdyvik.com
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Thu Sep 22, 2005 11:07 pm    Post subject: Reply with quote

Hi. Although it may seem the same, post the output of
Code:
# ls -la /

_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saferin
n00b
n00b


Joined: 13 Dec 2002
Posts: 58
Location: Sweden

PostPosted: Thu Sep 22, 2005 11:14 pm    Post subject: Reply with quote

Hello!

Code:

andromeda leif # ls -la /
total 80
d-wxr----t  18 root root  4096 Sep 22 03:17 .
d-wxr----t  18 root root  4096 Sep 22 03:17 ..
-rw-------   1 root root  1069 Sep 22 03:17 .bash_history
drwxr-xr-x   2 root root  4096 Sep 22 04:22 bin
drwxr-xr-x   2 root root  4096 Sep 22 04:21 boot
drwxr-xr-x  16 root root 29940 Sep 23 00:22 dev
drwxr-xr-x  55 root root  4096 Sep 23 00:57 etc
drwxr-xr-x   5 root root  4096 Sep 22 20:58 home
drwxr-xr-x   8 root root  4096 Sep 22 20:52 lib
drwx------   2 root root 16384 Sep 22 01:43 lost+found
drwxr-xr-x  12 root root  4096 Sep 22 15:22 mnt
drwxr-xr-x   6 root root  4096 Sep 22 16:09 opt
dr-xr-xr-x  99 root root     0 Sep 23 00:21 proc
drwx------  16 root root  4096 Sep 22 21:22 root
drwxr-xr-x   2 root root  4096 Sep 22 15:13 sbin
drwxr-xr-x  10 root root     0 Sep 23 00:21 sys
drwxrwxrwt  15 root root  4096 Sep 23 01:10 tmp
drwxr-xr-x  15 root root  4096 Sep 22 09:23 usr
drwxr-xr-x  13 root root  4096 Sep 22 08:56 var

_________________
Leif Dyvik
www.leifdyvik.com
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Thu Sep 22, 2005 11:16 pm    Post subject: Reply with quote

Does it work if you do the following?
Code:
# chmod 755 /

_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saferin
n00b
n00b


Joined: 13 Dec 2002
Posts: 58
Location: Sweden

PostPosted: Thu Sep 22, 2005 11:18 pm    Post subject: Reply with quote

Yes! :P

Thank you!

Any idea why that happened? Because I have no memory of this problem the other times I installed Gentoo!
_________________
Leif Dyvik
www.leifdyvik.com
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Thu Sep 22, 2005 11:53 pm    Post subject: Reply with quote

Did you use the 2005.1 release? I think this is a known issue with this release.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saferin
n00b
n00b


Joined: 13 Dec 2002
Posts: 58
Location: Sweden

PostPosted: Fri Sep 23, 2005 1:14 am    Post subject: Reply with quote

Yes I used 2005.1!
_________________
Leif Dyvik
www.leifdyvik.com
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