Ah. Good old Soekris.
I had a quick look through the source of netdata. The only part of netdata that
makes use of the SSE instruction set is their implementation of the stats.d.
Now, I didn't test this but you could try disabling just this part of the
application. It shouldn't affect the charts.
/etc/netdata/netdata.conf:
[statsd]
enabled = no
I don't know if the compiler automatically used the SSE2 instruction set
elsewhere, but it's worth a try.
October 25, 2017 4:51 PM, "Adrian Woodley" <[email protected]> wrote:
> Package: netdata
> Version: 1.6.0+dfsg-3~bpo9+1
> Severity: normal
>
> Dear Maintainer,
>
> While trying to run netdata on a Soekris Net5501 SBC, I learned that NetData
> is built using the
> SSE2 instruction set, and that my AMD Geode CPU doesn't implement these
> instructions.
>
> The simple fix is to add --disable-x86-sse to dh_auto_configure, however this
> is not a viable
> solution as it would adversely impact the majority of users.
>
> Is there potential to build a second binary package for netdata which
> includes this autoconf
> configuration - possibly netdata-nosse2?