"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

#! /usr/bin/env python

Flochiller 12.10.2007 - 11:44 1125 6
Posts

Flochiller

Here to stay
Avatar
Registered: Jan 2004
Location: Wien
Posts: 1521
mein problem:

datei hi:
#! /bin/sh bzw #! /usr/bin/env sh
echo "bla"

$./hi
bash: ./hi: /bin/sh: bad interpreter: Permission denied

dasselbe mit einem größeren python programm... der aufruf mit $python prog geht aber...

bsys: ubuntu feisty

$ which python
/usr/bin/python
version 2.5.1c1

$which env
/usr/bin/env
version 5.97

beide haben die rechte -rwx r-x r-x

COLOSSUS

Administrator
GNUltra
Avatar
Registered: Dec 2000
Location: ~
Posts: 12069
Edit: hier stand Muell. Ich hab echt Fieber. :rolleyes:

issue

Rock and Stone, brother!
Avatar
Registered: Feb 2003
Location: Linz
Posts: 3644
Der Shebang is falsch: sollte so aussehen #!/bin/bash, also ohne Space nach dem !

Flochiller

Here to stay
Avatar
Registered: Jan 2004
Location: Wien
Posts: 1521
ok thx leute... leider schweigt google bei so netten sonderzeichen ;)
problem is das ich es abgeschrieben habe und leider keine offizielle referenz hatte

Flochiller

Here to stay
Avatar
Registered: Jan 2004
Location: Wien
Posts: 1521
hmm schaut leider schlecht aus :(
noch immer bad interpreter: Permission denied

COLOSSUS

Administrator
GNUltra
Avatar
Registered: Dec 2000
Location: ~
Posts: 12069
Ist das Filesystem, auf dem die Datien liegen, mit "-o noexec" gemountet?

Flochiller

Here to stay
Avatar
Registered: Jan 2004
Location: Wien
Posts: 1521
jup
fstab hat unter options nur user drin und mount sagt mir noexec is dabei... ich schätz mal das wars ;) thx

edit: jup danke
und btw jetzt gehts auch mit abstand zwischen ! und /
Bearbeitet von Flochiller am 12.10.2007, 18:33
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz