question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

There are differences in file permissions between the GitHub template and .tar.gz distribution.

Currently the platform fails to come up using the template, I’ve copied over the files from the .tar.gz distribution and the platform now comes up.

git diff
diff --git a/api/bin/console b/api/bin/console
old mode 100644
new mode 100755
diff --git a/api/docker/php/docker-entrypoint.sh b/api/docker/php/docker-entrypoint.sh
old mode 100644
new mode 100755

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
dunglascommented, Jul 1, 2019

Does anybody have reported this issue to @github?

1reaction
teohhanhuicommented, Jun 17, 2019

@dunglas Looks like we should not recommend using the GitHub “template” feature? Or at least, we should add a note on the missing executable permissions. (As it is something users might run into with the .zip as well.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

File-system permissions - Wikipedia
Most file systems include attributes of files and directories that control the ability of users to read, change, navigate, and execute the contents...
Read more >
Understanding File Permissions and Using Them to Secure ...
File permissions specify who and what can read, write, modify, and access them. This is important, as the Codex explains, because WordPress ...
Read more >
File Permissions in Linux / Unix: How to Read, Write & Change?
The write permission on a directory gives you the authority to add, remove and rename files stored in the directory. Consider a scenario...
Read more >
Changing File Permissions (System Administration Guide
The chmod command enables you to change the permissions on a file. You must be superuser or the owner of a file or...
Read more >
File Permissions - Knowledge Base - Pair Networks
File permissions are set on a file-by-file basis, and are set for each of three different access classes: user , group , and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found