Discussion:
/bin/bash: bad interpreter: Text file busy
(too old to reply)
Ignoramus18705
2008-01-31 15:24:21 UTC
Permalink
I have a script that is nothing unusual. Running Fedora 8.

Sometimes when I run it, I get an error saying

==>./scripts/my-script.sh |grep -v ' 0208'
bash: ./scripts/my-script.sh: /bin/bash: bad interpreter: Text file busy

WTF is going on?
dave+ (Dave Gibson)
2008-02-02 00:19:15 UTC
Permalink
Post by Ignoramus18705
I have a script that is nothing unusual. Running Fedora 8.
Sometimes when I run it, I get an error saying
==>./scripts/my-script.sh |grep -v ' 0208'
bash: ./scripts/my-script.sh: /bin/bash: bad interpreter: Text file busy
WTF is going on?
Check whether another process has the script open for writing.

Loading...