-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx start fails #3
Comments
Did you solve this? |
I had the same problem. That's how I solved: Line 151 in bd1815f
RUN mkdir -p /opt/data/hls && mkdir /www
streaming-server/entrypoint.sh Line 45 in bd1815f
add -o nonempty at the end of the line:
|
Thanks @valix93 feel free to make a PR.. |
I'm receiveing this error:
|
+1 |
fixed that with https://github.com/sinnrrr/streaming-server |
I've had success "solving" this by adding streaming-server/entrypoint.sh Line 47 in bd1815f Seems that the mounting process blocks the creation of the mkdir() command nginx initiated. |
@sitzz could you please submit pull request mentioning this issue and the repo owner? |
Sorry guys,.. |
@efriandika thanks, you did a great job ;) |
The containers needs up privileged true property. |
Hey @efriandika, thank you for the amazing repo! :)
I am getting the below error, and i have no clue to solve this!!
log:
==> Mounting S3 Filesystem /opt/data
==> Starting NGINX Server <==
nginx: [emerg] mkdir() "/opt/data/hls" failed (103: Connection aborted)
Could you please help me to solve this issue? Thanks!
The text was updated successfully, but these errors were encountered: