Giter Site home page Giter Site logo

hassio-addons's People

Contributors

davidcibeles avatar davidramosweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hassio-addons's Issues

Unable to install

Hi, trying to install on RPI4 with

HASSOS 4.12
Supervisor 229

i get the error :

20-08-10 19:34:06 ERROR (SyncWorker_4) [supervisor.docker.addon] Can't build b8b362bc/armv7-addon-hassio-hostapd:1.0.3: The command '/bin/bash -o pipefail -c apk update && apk add --no-cache bash jq iw hostapd networkmanager=1.20.8-r0 net-tools=1.60_git20140218-r2 sudo=1.8.31-r0 && rm -rf /var/cache/apk/*' returned a non-zero code: 2

if i manually run it in terminal i get the error :

apk-tools 2.10.5 compiled for armv7

TIA

Installation fails

Raspberry Pi 4 B 2GB, Home Assistant 0.118.4
The command '/bin/bash -o pipefail -c apk update && apk add --no-cache bash jq iw hostapd networkmanager=1.20.8-r0 net-tools=1.60_git20140218-r2 sudo=1.8.31-r0 && rm -rf /var/cache/apk/*' returned a non-zero code: 2

Addon does not work with the current HA version (can't be installed)

Can't even install. After adding the addon repository into the repositories list I found the following in the supervisor logs:
22-09-18 10:07:44 WARNING (SyncWorker_3) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Hassio Hostapd 22-09-18 10:07:44 WARNING (SyncWorker_3) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Hassio Hostapd

and addon was not appear in the available for installation list.

Failed to install addon, Unknown Error, see logs

Hello,

I cannot install it on my Home assistant

I have latest version fully updated but when i try to install i get ´

"Failed to install addon, Unknown Error, see logs"

No logs are provided unfortunately

Specify adapter name

Hi

I've installed this on a nuc using the image but the wlan adapter isn't found due to it being called wlp2s0

Any chance you could make it a variable?

TIA

trying to install it but i guess its depreciated now as its non functional

i guessing its defunctional or so.
i unable to install it and Hassio l get error

21-02-21 05:04:45 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Hassio Hostapd
21-02-21 05:04:45 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Hassio Hostapd
21-02-21 05:04:45 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Hassio Hostapd
21-02-21 05:04:45 WARNING (MainThread) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Hassio Hostapd
21-02-21 05:04:45 INFO (MainThread) [supervisor.store] Loading add-ons from store: 113 all - 113 new - 0 remove

RPI3 B+ Unable to install hostapd

Hi, I trying to install on RPI3 B+ with:

HassOS: core-2021.3.4
Supervisor: supervisor-2021.03.9

I get the error:

ERROR (SyncWorker_0) [supervisor.docker.addon] Can't build 567c2022/armv7-addon-hassio-hostapd:1.0.3: The command '/bin/bash -o pipefail -c apk update && apk add --no-cache bash jq iw hostapd networkmanager=1.20.8-r0 net-tools=1.60_git20140218-r2 sudo=1.8.31-r0 && rm -rf /var/cache/apk/*' returned a non-zero code: 2

Thanks in advance.

Zone ID is null

Hey I just wanted to report that the add-on isn't working for me:

cloudflare error

I'm using the global API btw, not zone-specific.

Thanks!

returned a non-zero code: 2

Hi, get this log error during rpi 4 install :
Can't build 567c2022/armv7-addon-hassio-hostapd:1.0.3: The command '/bin/bash -o pipefail -c apk update && apk add --no-cache bash jq iw hostapd networkmanager=1.20.8-r0 net-tools=1.60_git20140218-r2 sudo=1.8.31-r0 && rm -rf /var/cache/apk/*' returned a non-zero code: 2

sigterm handler isn't getting called

I've been playing around with this addon and it appears term_handle isn't getting called. For me, I'm trying to revert from a Wireless AP back to normal Wireless Client settings, so I need the sigterm to get called. I've put echo "test" >> /data/log.txt and the file isn't getting created when I hit "stop" on the addon.

I'm willing to try to fix it, but any thoughts on why it isn't calling the sigterm handler? Do you think it's because I lose networking right as I hit the "stop" button on the supervisor? (I'm connected directly the WiFi AP to bring up the web interface)

Any help is appreciated.

IP address not assigned

Hi, I followed your instructions, but my devices can not get the ip address.

I disable other DHCP add-ons, but with no luck.

My hassio is has an address like 192.168.1.x, maybe should I change the 'address' value in your configuration from "address": "192.168.99.1" to something different?

Just let you know that this add-on has great opportunities: if it works could be very interesting!!
Thanks in advance,
Fabio

Unable to Install

20-01-02 16:56:18 ERROR (SyncWorker_15) [hassio.docker.addon] Can't build 567c2022/armv7-addon-hassio-hostapd:1.0.2: The command '/bin/bash -o pipefail -c apk update && apk add --no-cache bash jq iw hostapd networkmanager=1.18.1-r2 net-tools=1.60_git20140218-r2 sudo=1.8.27-r0 && rm -rf /var/cache/apk/*' returned a non-zero code: 2

HA 0.103.4
HassOS 2.12

Remove the requested versions from the dockerfile

Hello,

I have this error here:

Step 6/17 : RUN apk update && apk add --no-cache bash jq iw hostapd networkmanager=1.20.8-r0 net-tools=1.60_git20140218-r2 sudo=1.8.31-r0 && rm -rf /var/cache/apk/*
---> Running in c12ed4f33348
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/armv7/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/armv7/APKINDEX.tar.gz
v3.13.5-194-g1274644b64 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main]
v3.13.5-187-g1477654ee3 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community]
OK: 13497 distinct packages available
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/armv7/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/armv7/APKINDEX.tar.gz
ERROR: unable to select packages:

networkmanager-1.26.6-r1:
breaks: world[networkmanager=1.20.8-r0]
sudo-1.9.5p2-r0:
breaks: world[sudo=1.8.31-r0]
Removing intermediate container c12ed4f33348

Please remove the requested versions in the Dockerfile.

Sincerely,

Julien Blais

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.