Sampsa Riikonen
Sampsa Riikonen
Thanks for the reply. But I am 100% sure that it synced.. checked it form the geth console, etc. I guess there's nothing else left to do than to do...
I'm running ``` geth removedb ``` Should I remove ancient database as well..? I keps the ancient database & now it seems to work like a full node..? ``` syys...
After doing ``geth removedb" (but keeping ancient database/freezer) now it's in the state heal process again. It downloaded all missing blocks and after that "state heal" logs started to appear....
Thanks for the report. A quick follow-up question: you have only seen this segfault when using the LXD container, right?
thanks! One detail: working with shared memory (and semaphores?) in containers, can give surprises. See for example the comments in libValkka's [dockerhub page](https://hub.docker.com/r/elsampsa/valkka). Could this be a problem with user...
I will keep this open to remind me that using shared memory in docker containers can give surprises & this must be properly documented
you're welcome
Some questions before looking deeper into this: - Your app uses just one LiveThread for reading all rtsp streams? - ..and same for the "output" : your app uses just...
Here you have two files: (1) ``rtsp_fw.py`` and (2) ``connect_some.bash``: (1) Does what you wanted to do, but in the proper way (2) Helps you to test it Before trying...