ERR: no space left on device #376
|
Just extracted the The system is a Core i7 running Centos 7. I have checked df and the disk is fine (37% full). Any ideas as to why? Should I just compile it? Update: Just enabled debug logging in the .yml file but got no more info. $ ./rtsp-simple-server
2021/05/11 10:51:44 I [0/0] rtsp-simple-server v0.16.0
2021/05/11 10:51:44 I [0/0] [RTSP] UDP/RTP listener opened on :8000
2021/05/11 10:51:44 I [0/0] [RTSP] UDP/RTCP listener opened on :8001
2021/05/11 10:51:44 I [0/0] [RTSP] TCP listener opened on :8554
2021/05/11 10:51:44 I [0/0] [RTMP] listener opened on :1935
2021/05/11 10:51:44 I [0/0] [HLS] listener opened on :8888
2021/05/11 10:51:44 I [0/0] ERR: no space left on device |
Replies: 5 comments 3 replies
|
Rebooting my PC fixed the problem... |
|
Good to know. What can be done to troubleshoot this error? I suspect that's not disk space is an issue. Error is quite confusing. I have 0.17.8 version |
|
I have the same problem but within a docker container. Not sure what todo now. |
|
Works for me https://askubuntu.com/a/1088794/1355424 |
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Rebooting my PC fixed the problem...