Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
permission denied
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
pohler
n00b
n00b


Joined: 03 May 2004
Posts: 13

PostPosted: Fri Jul 02, 2004 11:33 am    Post subject: permission denied Reply with quote

Hallo Freunde der Volksmusik!

Ich hab ein riesiges Problem.
Ich habe keinerlei Berechtigungen mehr auf /usr/bin, /usr/doc, /usr/lib, /usr/man, /usr/src, /usr/tmp, /usr/info und /usr/sbin zuzugreifen.
Hab den Rechner von der LiveCD starten müssen und habe es durch Zufall mit einem ls -lta im /usr Ordner herausgefunden.
Durch die Einschränkungen kann ich natürlich keine Programme mehr starten und der Rechner kann auch nicht mehr booten.

Bei einem chmod -R 755 /usr sagt er nur, cannot access /usr/bin: Permission denied

Ich hoffe, jemand hat eine bessere Lösung, als Sytem neumachen...

Vielen Dank!
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Fri Jul 02, 2004 11:36 am    Post subject: Reply with quote

tja, ich bin zwar kein freund von volksmusik, aber wenn du deine permissions zerlegt hast, dann kannst entweder ein kategorisches

chmod -R 777 machen, oder eben voll verloren haben. in jedem fall heisst das zauberwort backup oder system neu machen, je nach umfang deiner installation kriegst du die permissions sowieso nie wieder ganz sauber hingebogen :)
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
pohler
n00b
n00b


Joined: 03 May 2004
Posts: 13

PostPosted: Fri Jul 02, 2004 11:46 am    Post subject: Reply with quote

ich hab echt keinen bock das system neu zu machen, da steckt viel liebe drin, das gefühl kennst du doch auch, oder?
wenn schon chmod 755 nicht geht, kann 777 auch nicht hinhauen.
Was ich mich noch frage, ist, wie zum teufel passiert sowas von jetzt auf nachher?
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Fri Jul 02, 2004 12:01 pm    Post subject: Reply with quote

das passiert nicht einfach so.

was sagt denn ein ls -l /usr/bin

als root

also poste mal so ein paar zeilen, damit man sich ein bild machen kann, dann poste bitte auch mal deine fstab.

evtl. spinnt ja was.
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
pohler
n00b
n00b


Joined: 03 May 2004
Posts: 13

PostPosted: Fri Jul 02, 2004 12:10 pm    Post subject: Reply with quote

Ich habe keine Berechtigung auf /usr/bin zuzugreifen. Wenn ich ein ls -lta unter /usr mache, erscheint da folgendes:

Code:
cdimage usr # ls -lta

ls: bin: Permission denied
ls: doc: Permission denied
ls: lib: Permission denied
ls: man: Permission denied
ls: src: Permission denied
ls: tmp: Permission denied
ls: info: Permission denied
ls: sbin: Permission denied


Code:
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>             <mountpoint>    <type>     <opts>            <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1      /boot      ext2      noauto,noatime      1 2
/dev/hda3      /      reiserfs   noatime         0 1
/dev/hda2      none      swap      sw         0 0
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      users         0 0

# NOTE: The next line is critical for boot!
none         /proc      proc      defaults      0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none         /dev/shm   tmpfs      defaults      0 0


Weiß zwar nicht, warum du die fstab sehen willst, aber ich hoffe, es hilft dir weiter.....
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Fri Jul 02, 2004 12:16 pm    Post subject: Reply with quote

hast du das ls als root ausgeführt?
naja, musst ja, wenn du von der cd gebooted hast.

hmm, sorry, aber ich glaub es ist tot... zumindest fällt mir nix kluges ein.

ach doch, versuch doch mal ein
Code:
chown -R root:root /usr


evtl. hilft das ja
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
pohler
n00b
n00b


Joined: 03 May 2004
Posts: 13

PostPosted: Fri Jul 02, 2004 1:38 pm    Post subject: Reply with quote

Code:
chown: failed to get attributes of /mnt/gentoo/usr/bin: Permission denied
chown: failed to get attributes of /mnt/gentoo/usr/doc: Permission denied
chown: failed to get attributes of /mnt/gentoo/usr/lib: Permission denied
chown: failed to get attributes of /mnt/gentoo/usr/man: Permission denied
chown: failed to get attributes of /mnt/gentoo/usr/src: Permission denied
chown: failed to get attributes of /mnt/gentoo/usr/tmp: Permission denied
chown: failed to get attributes of /mnt/gentoo/usr/info: Permission denied
chown: failed to get attributes of /mnt/gentoo/usr/sbin: Permission denied


Ich glaub, ich muss es wirklich neu machen, so ein Dreck!
Und ich hab nicht die leiseste Ahnung, wie das passiert ist.... :cry:
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Fri Jul 02, 2004 1:46 pm    Post subject: Reply with quote

also hmm, ich auch nicht mehr.
karpott... 8O
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Fri Jul 02, 2004 3:30 pm    Post subject: Reply with quote

ich hab leider auch nur schlechte nachrichten für dich.
als mein system mal abgestürzt ist hatte ich die gleichen probleme.
es half nichts ausser alles platt zu machen.
mein system ist aber nur abgeschmiert, weil mein scsi controller wegen altersschwäche den geist aufgegeben hat.
überprüfe mal deine hardware ob da noch alles ok ist.
wenn ja, musste wohl oder übel alles neu aufsetzen.
wenn nicht, dann neue hardware und trotzdem alles neu aufsetzen.
in 2 tagen hast du alles wieder wie vorher wenn du deine wichtigsten configs und homedir gesichert hast.
Back to top
View user's profile Send private message
pohler
n00b
n00b


Joined: 03 May 2004
Posts: 13

PostPosted: Fri Jul 02, 2004 4:01 pm    Post subject: Reply with quote

Habt erstmal vielen dank für eure tipps und ratschläge, aber ich hab's wieder hingekriegt! Juchhu!!!
Ein anderer gentoo-user hat mir per icq und ssh geholfen.

Code:
fsck.reiserfsprogs /dev/hda3 --rebuild-tree


Neuschreiben des Dateisystems hat geholfen. Ich bin so froh!

Grüße
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Sat Jul 03, 2004 11:51 am    Post subject: Reply with quote

pohler wrote:
Habt erstmal vielen dank für eure tipps und ratschläge, aber ich hab's wieder hingekriegt! Juchhu!!!
Ein anderer gentoo-user hat mir per icq und ssh geholfen.

Code:
fsck.reiserfsprogs /dev/hda3 --rebuild-tree


Neuschreiben des Dateisystems hat geholfen. Ich bin so froh!

Grüße


sehr gut :)
bin positiv überrascht!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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