pierrickrouxel / hassio-addon-transmission

Transmission addon for Hass.io
MIT License
17 stars 32 forks source link

Add-on doesn't run #3

Closed y0ast closed 5 years ago

y0ast commented 5 years ago

Currently the add-on doesn't build, I fixed that by updating coreutils: https://github.com/y0ast/hassio-addon-transmission/commit/adabdcfa1e5d991679bd079e1b5be67120ad4749

However now when attempting to run the add-on it gives:

[FATAL tini (6)] exec /usr/bin/run.sh failed: No such file or directory

I've tried running it locally too using docker but get similar:

standard_init_linux.go:207: exec user process caused "no such file or directory"

Do you have any idea for a fix?

postlund commented 5 years ago

I just submitted a PR (#4) that adds support for ingress (as well as doing som general maintenance) which should fix this. Hopefully @pierrickrouxel can have a look at that and maybe merge it.

pierrickrouxel commented 5 years ago

Thank you @postlund. I close this issue. Feel free to reopen it if it doesn’t work after update.