View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003525 | OpenFOAM | Bug | public | 2020-07-28 12:17 | 2020-07-29 15:03 |
Reporter | gfilip | Assigned To | chris | ||
Priority | high | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 18.04 |
Summary | 0003525: Docker script for openfoam-8 fails to launch with permission denied problem | ||||
Description | I followed the docker instructions and when trying to launch openfoam-8, I get a permission denied error after the image is downloaded: ------------------------------------------------------------------- Launching /usr/bin/openfoam8-linux User: "gfilip" (ID 1001, group ID 1001) /bin/sh: 1: /entry.sh: Permission denied ------------------------------------------------------------------- I noticed that this was an issue with the image for openfoam-7 and 5 as reported on this issue tracker, so I suspect it may be the same problem that has to be resolved on the image side of things. I've tried to delete and re-download the image several times but the issue persists. | ||||
Steps To Reproduce | Download the official docker script and execute per instructions: sudo sh -c "wget http://dl.openfoam.org/docker/openfoam8-linux -O /usr/bin/openfoam8-linux" sudo chmod 755 /usr/bin/openfoam8-linux openfoam8-linux | ||||
Tags | No tags attached. | ||||
|
@Chris: As indicated in the description, this issue seems to be the same as reported on https://bugs.openfoam.org/view.php?id=3041 - namely the permissions might still be set to: -rwxr-x--- 1 root root 2769 Jul 8 15:50 /entry.sh namely no one other than root can run the script :( |
|
Updating container... |
|
Thanks for reporting the issue. The container is updated with correct permissions on "*.sh" script files. If there are any further problems, please let us know. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-28 12:17 | gfilip | New Issue | |
2020-07-29 11:12 | wyldckat | Relationship added | has duplicate 0003526 |
2020-07-29 11:14 | wyldckat | Relationship added | related to 0003041 |
2020-07-29 11:14 | wyldckat | Assigned To | => chris |
2020-07-29 11:14 | wyldckat | Status | new => assigned |
2020-07-29 11:16 | wyldckat | Note Added: 0011439 | |
2020-07-29 14:47 | chris | Note Added: 0011440 | |
2020-07-29 15:03 | chris | Status | assigned => resolved |
2020-07-29 15:03 | chris | Resolution | open => fixed |
2020-07-29 15:03 | chris | Note Added: 0011441 |