View previous topic :: View next topic |
Author |
Message |
basicgeplagter n00b
Joined: 06 Apr 2003 Posts: 5
|
Posted: Sun Apr 06, 2003 12:53 pm Post subject: "/bin/sh: bad interpreter: permission denied" |
|
|
Hallo,
ich kann keine Scripte ausführen, weder configures noch install-Scripte. Wenn ich als root, z.B. das ./install.sh von Opera 7.1 ausführe erhalte ich die Meldung: "- bash: ./install.sh: /bin/sh: bad interpreter: permission denied". Dieses Verhalten kann ich mit jedem Script nachvollziehen. Was kann ich tun ?
System Gentoo 1.4
mfg
der
BASICgeplagter _________________ Lieber ein Pingiun der läuft, als ein Fenster das hängt... |
|
Back to top |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Sun Apr 06, 2003 3:31 pm Post subject: |
|
|
hmm - anscheinend glaubt bash das deine shell 'sh' ist - schau mal nach was 'env' auswirft...
_________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
|
basicgeplagter n00b
Joined: 06 Apr 2003 Posts: 5
|
Posted: Sun Apr 06, 2003 5:32 pm Post subject: |
|
|
env | grep shell spuckt leider gar nichts aus _________________ Lieber ein Pingiun der läuft, als ein Fenster das hängt... |
|
Back to top |
|
|
meian n00b
Joined: 03 Apr 2003 Posts: 34
|
Posted: Sun Apr 06, 2003 9:06 pm Post subject: |
|
|
probiers mal mit
|
|
Back to top |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Sun Apr 06, 2003 9:48 pm Post subject: |
|
|
oder einfach nur 'env' is eh nicht so viel zu lesen - wenn dort was anderes als /bin/bash steht liegt wahrscheinlich dort das problem - dann noch ein schnelles 'cat /etc/passwd | grep <username>' und dort den eintrag auf /bin/bash ändern - beim nächsten login gehts dann wieder _________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
|
zweistein12 n00b
Joined: 21 Nov 2002 Posts: 40
|
Posted: Mon Apr 07, 2003 9:12 am Post subject: |
|
|
Das Problem liegt daran das du ein Skript versuchst auszuführen das auf einer Partition gepsiechert ist die beim mounten als option hatte "noexec", schalte die sin der fstab ab und es wird dann gehen. |
|
Back to top |
|
|
|