circonus-labs / circonus-one-step-install

Circonus One Step Installer
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Installation fails on RaspberryPi #9

Closed HeinrichHartmann closed 7 years ago

HeinrichHartmann commented 7 years ago

Running the copy paste command on a RPi (model-b, raspbian 7 (wheezy)) gives an error:

Started Circonus One step Install on Sun Nov  6 09:52:30 UTC 2016
Initializing cosi-install
Parsing command line parameters
Verifying COSI support for OS
        Attempt Debian(variant) detection
        Looking up Linux raspbian v7 unknown.

ERROR: API result - http result code: 409
message: Invalid OS architecture 'unknown', ref id: 5b2ba133-71cd-4d23-939f-3c878d4a43bf
pi@pi ~ $ uname -a
Linux pi 4.1.7+ #817 PREEMPT Sat Sep 19 15:25:36 BST 2015 armv6l GNU/Linux
pi@pi ~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
HeinrichHartmann commented 7 years ago

Traceing this error back I find:

The CPU architecture of the PI can be determined by:

maier commented 7 years ago

We don't build packages for ARM at this time. So, even if the standard uname -p were to return a valid architecture (instead of 'unknown'), we still couldn't complete installation.