You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the standard installation script, the process aborts after all the ENV stuff was asked with:
[+] Creating 2/2
✔ Container fabmanager-postgres-1 Running 0.0s
✔ Container fabmanager-redis-1 Running 0.0s
[+] Running 1/1
✔ Container fabmanager-elasticsearch-1 Started 0.0s
rake aborted!
Errno::EISDIR: Is a directory @ io_fillbuf - fd:5 config/auth_provider.yml (Errno::EISDIR)
/usr/src/app/lib/provider_config.rb:7:in `initialize'
...
[ ❌ ] something went wrong while compiling the assets, exiting...
This corresponds to [issue #463](#463).
I then followed the suggested workaround from that issue (adjusted the Dockerfile, rebuilt the image locally).
Current behavior after rebuilding
Even after applying the fix and rebuilding, the container still fails to start.
This time the failure is inside supervisord due to log file permissions:
Environment
masterbranch at the time of writing (rebuilt image manually as described in fabmanager container keeps restarting after production install - socket.error reported errno.EACCES #463)Description of the problem
When running the standard installation script, the process aborts after all the ENV stuff was asked with:
This corresponds to [issue #463](#463).
I then followed the suggested workaround from that issue (adjusted the Dockerfile, rebuilt the image locally).
Current behavior after rebuilding
Even after applying the fix and rebuilding, the container still fails to start.
This time the failure is inside
supervisorddue to log file permissions:The container keeps restarting with this error.
Steps to Reproduce
EISDIRforauth_provider.yml)PermissionErroron/var/log/supervisor/supervisord.logExpected Behavior