Linux installation trouble

I tried to setup a build agent on a Linux (Ubuntu 6.04 prelease)
machine. I noticed that .../buildAgent/bin/agent.sh has no +x flag set
so you need to do a manual

chmod +x

to make it runnable. More important, the file has DOS line endings and
therefore, I get the error

./agent.sh: /bin/sh^M: bad interpreter: No such file or directory

removing the carrige returns helps.

Stefan

0
1 comment
Avatar
Permanently deleted user

Stefan Matthias Aust wrote:

I tried to setup a build agent on a Linux (Ubuntu 6.04 prelease)
machine. I noticed that .../buildAgent/bin/agent.sh has no +x flag set
so you need to do a manual

chmod +x

to make it runnable. More important, the file has DOS line endings and
therefore, I get the error

./agent.sh: /bin/sh^M: bad interpreter: No such file or directory

removing the carrige returns helps.

Stefan


Thanks for the report, will be fixed in the next EAP.

KIR

--
Kirill Maximov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.