Inside PRoot (ARM) : script (without shebang) terminates with Exec format error
90 views
Skip to first unread message
willi....@gmail.com
unread,
Feb 10, 2016, 9:45:57 AM2/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PRoot
I played a bit with proot 5.1.0 (x86_64) on ubuntu 10.04 and a recent raspbian image. The command line was proot -q qemu-arm -S raspbian-root -b raspbian-boot:/boot /bin/bash
when doing apt-get upgrade I got an error for package wolfram-engine. The error came from a post-install script which has no shebang line.
Further investigations: created hello_word.sh without shebang: Error while loading ./hello_world.sh: Exec format error With shebang #!/bin/sh all is ok.