Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-ocl.dev] Quite Week

Hi

I can't run bash scripts.

-committer_shell: ./renameMD5.sh: /bin/bash: bad interpreter: Text file busy

do I need more privileges?
If you are using a unique shell, I guess that you don't have the file opened by some vi editor or whatever. So a quick googled solution:

http://www.cyberciti.biz/faq/binbash-bad-interpreter-text-file-busy/

Give it a try.
My session's timed out, but it was almost certainly cat still open.

I created the file by

cat > renameMD5.sh
{paste}
{control-Z}

so of course cat was still running.

    Regards

        Ed


Back to the top