Draggon / hassio-hdd-tools

27 stars 12 forks source link

Failed to install add-on #33

Open batja84 opened 2 years ago

batja84 commented 2 years ago

Hello. Add-on can't be installed. I got this message.

Failed to install add-on The command '/bin/ash -o pipefail -c apk add --no-cache coreutils util-linux ncurses build-base make fio hdparm perl smartmontools vim apk-cron gnupg' returned a non-zero code: 12

Screenshot 2021-07-30 233653
McGiverGim commented 2 years ago

@batja84 the error remains or it works now for you?

batja84 commented 2 years ago

@batja84 the error remains or it works now for you?

The same issue. image Why bin/ash and not bin/bash?

McGiverGim commented 2 years ago

The Home Assistant addons use Linux Alpine as base image. I think ash (Almquist shell) comes included with busybox, that is included in this base image. Your error seems similar to this: https://github.com/Draggon/hassio-hdd-tools/issues/11

McGiverGim commented 2 years ago

Another thing: the error seems some kind of DNS or connectivity problem. Do you have some kind of not default firewall, strange VPN connection or similar?

batja84 commented 2 years ago

Another thing: the error seems some kind of DNS or connectivity problem. Do you have some kind of not default firewall, strange VPN connection or similar?

A few port forwarding setting, but nothing unusual.