ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.94k stars 892 forks source link

error #2163

Open Xqh-Cxy opened 1 year ago

Xqh-Cxy commented 1 year ago

Unable to use . / To open the program, it prompts that the command cannot be found.

tower-town commented 1 year ago

Maybe you need to check if the program has executable permissions

Xqh-Cxy commented 1 year ago

Maybe you need to check if the program has executable permissions

I have run chmod, and it is not that the permissions are not enough, but that the "./alist" command cannot be found.

tower-town commented 1 year ago

Maybe you need to check if the program has executable permissions

I have run chmod, and it is not that the permissions are not enough, but that the "./alist" command cannot be found.

can you show more details about the program?

Xqh-Cxy commented 1 year ago

Maybe you need to check if the program has executable permissions

I have run chmod, and it is not that the permissions are not enough, but that the "./alist" command cannot be found.

can you show more details about the program? iPad-2:~# ls alist ngrok server.js v3.sh alist-xxxx.tar.gz ngrok-v3-stable-linux-amd64.tgz ssh-key iPad-2:~# chmod +x alist iPad-2:~# ./alist -ash: ./alist: not found iPad-2:~# .\alist -ash: .alist: not found iPad-2:~#

tower-town commented 1 year ago

Maybe you need to check if the program has executable permissions

I have run chmod, and it is not that the permissions are not enough, but that the "./alist" command cannot be found.

can you show more details about the program?

`iPad-2:~# ls

alist ngrok server.js v3.sh

alist-xxxx.tar.gz ngrok-v3-stable-linux-amd64.tgz ssh-key

iPad-2:~# chmod +x alist

iPad-2:~# ./alist

-ash: ./alist: not found

iPad-2:~# .\alist

-ash: .alist: not found

iPad-2:~# `

You should confirm the alist if is supported Alpine Linux.

tower-town commented 1 year ago

Maybe you need to check if the program has executable permissions

I have run chmod, and it is not that the permissions are not enough, but that the "./alist" command cannot be found.

can you show more details about the program?

`iPad-2:~# ls

alist ngrok server.js v3.sh

alist-xxxx.tar.gz ngrok-v3-stable-linux-amd64.tgz ssh-key

iPad-2:~# chmod +x alist

iPad-2:~# ./alist

-ash: ./alist: not found

iPad-2:~# .\alist

-ash: .alist: not found

iPad-2:~# `

I have test alist-1.0.68 in Alpine 3.17, alist-1.0.68 will appear error message that is "Not a valid dynamic program". so alist-1.0.68 is not supported Alpine Linux. You can feedback to alist developer.