We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @alfg , sorry to bother. I was trying to run nginx-rtmp with docker, and I came across this issue just the same as #29.
:~$ docker run -it -p 1935:1935 -p 8080:80 --rm alfg/nginx-rtmp:1.3 Unable to find image 'alfg/nginx-rtmp:1.3' locally 1.3: Pulling from alfg/nginx-rtmp 540db60ca938: Pull complete 4c8d1af6b5b3: Pull complete 8ac84f75cec5: Pull complete 82e6bb32f748: Pull complete a06ccb2abdd1: Pull complete f33435ce73d3: Pull complete 254268514549: Pull complete f729ae3dfcf5: Pull complete 751f727c637e: Pull complete Digest: sha256:3737f03605355a92ad6cf8838b509d3c80adbe9301f823729034b66aa2a8191d Status: Downloaded newer image for alfg/nginx-rtmp:1.3 2023/02/27 09:06:02 [notice] 1#1: using the "epoll" event method 2023/02/27 09:06:02 [notice] 1#1: nginx/1.19.7 2023/02/27 09:06:02 [notice] 1#1: built by gcc 10.2.1 20201203 (Alpine 10.2.1_pre1) 2023/02/27 09:06:02 [notice] 1#1: OS: Linux 5.11.0-43-generic 2023/02/27 09:06:02 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 2023/02/27 09:06:02 [notice] 1#1: start worker processes 2023/02/27 09:06:02 [notice] 1#1: start worker process 11 2023/02/27 09:06:02 [notice] 1#1: start cache manager process 12 2023/02/27 09:06:02 [notice] 12#12: signal 28 (SIGWINCH) received 2023/02/27 09:06:02 [notice] 11#11: signal 28 (SIGWINCH) received 2023/02/27 09:06:02 [notice] 1#1: signal 28 (SIGWINCH) received 2023/02/27 09:06:02 [info] 12#12: epoll_wait() failed (4: Interrupted system call) 2023/02/27 09:06:02 [info] 11#11: epoll_wait() failed (4: Interrupted system call) ^Z2023/02/27 09:06:14 [info] 11#11: epoll_wait() failed (4: Interrupted system call) 2023/02/27 09:06:14 [info] 12#12: epoll_wait() failed (4: Interrupted system call) ^C2023/02/27 09:06:16 [notice] 12#12: signal 2 (SIGINT) received, exiting 2023/02/27 09:06:16 [notice] 1#1: signal 2 (SIGINT) received, exiting 2023/02/27 09:06:16 [notice] 11#11: signal 2 (SIGINT) received, exiting 2023/02/27 09:06:16 [info] 12#12: epoll_wait() failed (4: Interrupted system call) 2023/02/27 09:06:16 [notice] 12#12: exiting 2023/02/27 09:06:16 [info] 11#11: epoll_wait() failed (4: Interrupted system call) 2023/02/27 09:06:16 [notice] 11#11: exiting 2023/02/27 09:06:16 [notice] 11#11: exit 2023/02/27 09:06:16 [notice] 1#1: signal 14 (SIGALRM) received 2023/02/27 09:06:16 [notice] 1#1: signal 17 (SIGCHLD) received from 12 2023/02/27 09:06:16 [notice] 1#1: cache manager process 12 exited with code 0 2023/02/27 09:06:16 [notice] 1#1: signal 29 (SIGIO) received 2023/02/27 09:06:16 [notice] 1#1: signal 17 (SIGCHLD) received from 11 2023/02/27 09:06:16 [notice] 1#1: worker process 11 exited with code 0 2023/02/27 09:06:16 [notice] 1#1: exit
I also tried to build it from the source. Although the build was successful, the same issue still occurred.
:docker-nginx-rtmp$ docker run -it -p 1935:1935 -p 8080:80 --rm nginx-rtmp 2023/02/27 09:11:50 [notice] 1#1: using the "epoll" event method 2023/02/27 09:11:50 [notice] 1#1: nginx/1.23.1 2023/02/27 09:11:50 [notice] 1#1: built by gcc 11.2.1 20220219 (Alpine 11.2.1_git20220219) 2023/02/27 09:11:50 [notice] 1#1: OS: Linux 5.11.0-43-generic 2023/02/27 09:11:50 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 2023/02/27 09:11:50 [notice] 1#1: start worker processes 2023/02/27 09:11:50 [notice] 1#1: start worker process 11 2023/02/27 09:11:50 [notice] 1#1: start cache manager process 12 2023/02/27 09:11:50 [notice] 12#12: signal 28 (SIGWINCH) received 2023/02/27 09:11:50 [notice] 11#11: signal 28 (SIGWINCH) received 2023/02/27 09:11:50 [info] 12#12: epoll_wait() failed (4: Interrupted system call) 2023/02/27 09:11:50 [info] 11#11: epoll_wait() failed (4: Interrupted system call) 2023/02/27 09:11:50 [notice] 1#1: signal 28 (SIGWINCH) received
I wonder is this issue solved now? Could you kindly suggest what might be possible solutions for this? Thank you very much.
The text was updated successfully, but these errors were encountered:
I'm getting same error
Sorry, something went wrong.
No branches or pull requests
Hi @alfg , sorry to bother.
I was trying to run nginx-rtmp with docker, and I came across this issue just the same as #29.
I also tried to build it from the source. Although the build was successful, the same issue still occurred.
I wonder is this issue solved now? Could you kindly suggest what might be possible solutions for this? Thank you very much.
The text was updated successfully, but these errors were encountered: