ivanfor
ivanfor
Same here. Fresh install. rRTSPServer dies. Is there anything I can do to help debugging before I downgrade?
Hi. I can fully reproduce the behaviour described in this issue. As a further analysis, I've run wireshark and seen that DNS query to 8.8.8.8 comes from /etc/resolv.conf ``` root@yi1080:~#...
There's something weird when you pipe stdout of ipc_read to whetever, it seems to get stuch after the first read. Next examples are taken at the same time: ``` root@yi1080:/tmp/sd#...
I've made some progress. First, although I don't fully understand the reason why stdout doesn't work when piped, it gets fixed with a fflush(stdout); in ipc_read.c. ``` root@xcompiler:~/crosscompiler/yi1080allwinner/yi-hack-Allwinner/src/ipc_cmd/ipc_cmd# git diff...
Thanks for the info. Do YI processes have some sort of log file that can help hint how it is created? Anyway, I guess it could be changed with startup.sh...
Hi. I have finally done it by using the following script (done quickly and probably with mistakes) in startup.sh. Maybe it can help somebody. Seems to be working so far...