Giter VIP home page Giter VIP logo

Comments (4)

ChrisHaPunkt avatar ChrisHaPunkt commented on August 27, 2024 1

The curl command on this line (142) tries to download to /opt/sbin/ on your raspian-filesystem, wich does not exist.
Try to let the -p and -s flag untouched and only provide the -d flag for data-mountpoint for correct raspian integration

from supervised-installer.

surak avatar surak commented on August 27, 2024

Plus, the machine name is wrong on the installer. If -m is left alone, it suggests you armv7l (which will fail) - while the correct is raspberrypi4

from supervised-installer.

laurent-martin avatar laurent-martin commented on August 27, 2024

I had a problem using the installer because I specified -m armv7l because of a misunderstanding of the error message when no -m option is given:
see: https://community.home-assistant.io/t/145697
Error message was:

[ERROR] Please set machine for armv7l

I erroneously used -m armv7l instead of -m raspberrypi3
And that created a difficult to recover problem... (basically needed to cleanup all docker).
My suggestion if to make this request in the script:

DOCKER_REPO=homeassistant
curl -s https://hub.docker.com/v2/repositories/$DOCKER_REPO/?page_size=1000| jq -r '.results|.[]|.name'|sed -ne 's/-homeassistant$//p'|sort|tr \\n ,

This lists all currently supported architectures for homeassistant in hassio
Based on that:
1- check that image exists if user specifies -m
2- if no -m, propose the list after the error message

from supervised-installer.

stale avatar stale commented on August 27, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from supervised-installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.