[GH-ISSUE #44] Unable to run to get yml on Linux #31

Closed
opened 2026-03-04 00:23:18 +03:00 by kerem · 2 comments
Owner

Originally created by @VestaEldrid on GitHub (Apr 21, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/44

Hi I'm using Linux beta on chromebook(so arm64)
And whenever I try to run the file
./ios-signer-service_2.2.4_linux_arm64
I get the error:
_-bash: ./ios-signer-service_2.2.4_linux_arm64 : Permission denied _
Need some help

Originally created by @VestaEldrid on GitHub (Apr 21, 2021). Original GitHub issue: https://github.com/SignTools/SignTools/issues/44 Hi I'm using Linux beta on chromebook(so arm64) And whenever I try to run the file _./ios-signer-service_2.2.4_linux_arm64_ I get the error: _-bash: ./ios-signer-service_2.2.4_linux_arm64 : Permission denied _ Need some help
kerem 2026-03-04 00:23:18 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@ViRb3 commented on GitHub (Apr 21, 2021):

You need to make the file executable first. Do this with:

chmod +x ./ios-signer-service_2.2.4_linux_arm64

Let me know if that fixes it for you.

<!-- gh-comment-id:824282587 --> @ViRb3 commented on GitHub (Apr 21, 2021): You need to make the file executable first. Do this with: ```bash chmod +x ./ios-signer-service_2.2.4_linux_arm64 ``` Let me know if that fixes it for you.
Author
Owner

@VestaEldrid commented on GitHub (Apr 21, 2021):

You need to make the file executable first. Do this with:


chmod +x ./ios-signer-service_2.2.4_linux_arm64

Let me know if that fixes it for you.

Thank you, I always forget to use chmod because I barely use Linux unless I get bored. Thanks!

<!-- gh-comment-id:824295370 --> @VestaEldrid commented on GitHub (Apr 21, 2021): > You need to make the file executable first. Do this with: > > ```bash > > chmod +x ./ios-signer-service_2.2.4_linux_arm64 > > ``` > > Let me know if that fixes it for you. Thank you, I always forget to use chmod because I barely use Linux unless I get bored. Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#31
No description provided.