#i am seeing
1 messages · Page 1 of 1 (latest)
at start up
HA "runs" for a second then dies
can see zerconf etc come up and then something else starts and SIGILL
i have nothing to show its assists fault at all, its just i happened to notice it uses AVX2 the other day and this box happens to not have AVX2
i know assist is getting pulled in via default_config because of the problems with mac os dev envs the other day
just just my first port of call in trying to isolate it
fresh install on problematic box is doing it
fresh install on box with AVX2 is not doing it
ok
got it
Illegal instruction (core dumped)
just importing that dep must do AVX2 so pops weaker CPUs without it
im not even using assist on this box, it just gets imported via default_config and explodes
I had to locally unittest.mock.Mock() the module to get Core to start. Using an ancient AMD Opteron(tm) Processor 4162 EE without AVX2 as well.