OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.07k stars 206 forks source link

Error during install #79

Closed Disconnecter closed 2 years ago

Disconnecter commented 2 years ago

During install via script on rpi2 for Debian buster

Disabling data collection ...
bash: line 358: 28268 Illegal instruction     /usr/sbin/omv-rpc -u admin "perfstats" "set" '{"enable":false}'
bash: line 359: 28269 Illegal instruction     /usr/sbin/omv-rpc -u admin "config" "applyChanges" '{ "modules": ["monit","rrdcached","collectd"],"force": true }'
ryecoaaron commented 2 years ago

What is the output of: grep Model /proc/cpuinfo

Disconnecter commented 2 years ago

Model: Raspberry Pi Model B Rev 2

processor : 0 model name : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 697.95 Features : half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7

Hardware : BCM2835 Revision : 000f Model : Raspberry Pi Model B Rev 2

ryecoaaron commented 2 years ago

That is an RPi1 which is not supported. Lots of people think they have an RPi2 when they see the Rev 2 but that is not what it is.

ryecoaaron commented 2 years ago

The script will detect this and exit if an RPi1 is found now - https://github.com/OpenMediaVault-Plugin-Developers/installScript/commit/3bfbaa3ec6da5f5aa753158e3b424ec5ba423583