magicse
magicse
Also i try experiment in emulation on x86 like this. And get different strange things Alpine Linux 3.18.0 under emulation page size 32k work but give me page size 4K...
> Hello, > > Same issue here. A fix would be appreciated ! > > Thanks a lot. Try use speedtest cli configuration.yaml ``` command_line: - sensor: command: '/usr/local/bin/speedtest --json...
> Thank you! It's not quite the same as fixing this integration but at least I managed to make it work. I had to use a slightly different solution though...
https://github.com/home-assistant/core/issues/74707#issuecomment-1241101866
Every version from 2022.7+ is failed to start on Docker (QNAP). The same error message is occurred. [14:44:09] INFO: Home Assistant Core finish process exit code 256 [14:44:09] INFO: Home...
@Gerigot Due to the constant power outage, it's a little difficult for me to do this, but I'll try.
> Because the fix was for armv6 and I'm not sure the problem with your device is the same, although it seems similar. QNAP TS-231p3 is arm32v7
It may be possible to somehow analyze what has changed during the transition from version 2022.6.7. There should be some explanation for this phenomenon.
> like the new one from today [2023.2.0b9](https://github.com/home-assistant/core/releases/tag/2023.2.0b9) My test config ``` version: '3.8' services: homeassistant: restart: always image: homeassistant/home-assistant:2023.2.0b9 network_mode: host privileged: true environment: - DISABLE_JEMALLOC=true - TZ=Europe/Berlin volumes:...
``` bash-5.1# python3 Python 3.10.7 (main, Nov 24 2022, 13:02:43) [GCC 11.2.1 20220219] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import jwt Segmentation fault bash-5.1#...