Not sure if this is the correct place to file bug reports, but on my RPi meteohub.cgi invokes /usr/sbin/dmidecode:
Code: Select all
/usr/sbin/dmidecode | grep UUID
/usr/sbin/dmidecode -s bios-release-date
/usr/sbin/dmidecode -s baseboard-product-name
/usr/sbin/dmidecode -s bios-version
/usr/sbin/dmidecode -s processor-version
/usr/sbin/dmidecode -s system-product-name
which only exists on x86 systems, producing six sets of errors about a missing file each time you select the "System info" page. Looks like this should either only be invoked on x86 systems, or the code should check for the presence of /usr/sbin/dmidecode before calling it.