Stefan
Stefan

Reputation: 309

bish-bosh not running with "No such file or directory"

I wanted to run bish-bosh as a simple shell-based MQTT Client, so I downloaded the content of release_2015.0119.1445-1 and inited the submodules (11.3 MB of files).

After chmod a+x bish-bosh I wanted to run it but...

# ./bish-bosh
': No such file or directory

That's full output :( What am I doing wrong?

I'm using BusyBox v1.25.0.git (Linux version 2.4.25) with ash, which is listed as compatible.

Trying to run the bish-bosh executable version I get this output:

# ./bish-bosh_2015.0629.0920-2_all
./bish-bosh_2015.0629.0920-2_all: line 2890: syntax error: bad substitution

Upvotes: 0

Views: 325

Answers (1)

Stefan
Stefan

Reputation: 309

As Charles Duffy pointed out: Lineendings were CRLF style, as I checked it out on Windows. Use LF lineendings, and script mostly runs.

Upvotes: 0

Related Questions