docker-streaming-server icon indicating copy to clipboard operation
docker-streaming-server copied to clipboard

Bug In Example Configuration

Open jtmorris245 opened this issue 7 years ago • 8 comments

To replicate: As per example instructions, enter /documents/examples and run docker-compose up -d Wait for build to complete. streaming-consumer comes up fine, streaming-server immediately quits.

streaming-server log: /sbin/entrypoint.sh: source /sbin/init.d/00-bootstrap-ubuntu.sh /sbin/entrypoint.sh: source /sbin/init.d/01-bootstrap-nginx.sh nginx: [emerg] mkdir() "/var/lib/streaming/hls/" failed (13: Permission denied)

jtmorris245 avatar Jan 11 '18 02:01 jtmorris245

same

chasgames avatar Mar 25 '18 00:03 chasgames

did you managed to resolve this issue? If so, how so?

Alzy avatar Apr 16 '18 01:04 Alzy

same

ZelphirKaltstahl avatar Oct 29 '18 13:10 ZelphirKaltstahl

Unfortunately not, my use case was for personal use, so I ended up giving up on it.

jtmorris245 avatar Oct 29 '18 14:10 jtmorris245

If you guys still want to fix this issue, just add :Z to the end of the volume. Made a pull request #6

j4qfrost avatar Mar 11 '19 08:03 j4qfrost

Still happening, even though the PR seems to be fixed. Docker logs shows: nginx: [emerg] mkdir() "/var/lib/streaming/hls/" failed (13: Permission denied)

invertium avatar Mar 23 '21 09:03 invertium

@invertium It's been way too long and I don't remember how I made this work, but I had to run a command in sudo I think.

j4qfrost avatar Mar 25 '21 03:03 j4qfrost

currently experiencing same issue. "nginx: [emerg] mkdir() "/var/lib/streaming/hls/" failed (13: Permission denied)"

aadesola avatar Jul 14 '21 11:07 aadesola