HASS.io: Samba 0.8 not starting on NUC

Let me start off with saying, awesome project!!!

I am running on a NUC with yesterday’s version of HASS.io, and for samba the log shows the following error:
[hassio.dock.addon] Can't run homeassistant/amd64-addon-samba -> 500 Server Error: Internal Server Error ("driver failed programming external connectivity on endpoint addon_core_samba (a1ed6b21faafe1df2a7cbcaa7a9880a05bb4ff4540da5eba65e3741f692f540d): Error starting userland proxy: listen tcp 0.0.0.0:445: listen: address already in use")

I tried several layers of restart, including rebooting my machine. But this error remained. By the way, it took a full reboot of my NUC before the configurations.yaml was read; interestingly the group.yaml was read after reload of this file.

Not sure how to read this (especially the part that indicates that amd files were installed rather than i386); Home-Assistant runs well otherwise (squeezeboxes, TP-Links, Hue, and a UPS, all picked up)

Here the complete error log from a reboot:

17-06-27 06:58:31 INFO (MainThread) [hassio.host_control] Send 'reboot' to HostControl.
starting version 3.2.2
17-06-27 06:59:24 INFO (MainThread) [__main__] Run Hassio setup
17-06-27 06:59:24 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7efe92bb8940>_0) [hassio.dock] Attach to image homeassistant/amd64-hassio-supervisor with version 0.37
17-06-27 06:59:24 INFO (MainThread) [hassio.host_control] Send 'info' to HostControl.
17-06-27 06:59:25 INFO (MainThread) [hassio.host_control] Receive from HostControl: { "type": "generic", "version": "0.3", "last_version": "0.3", "hostname": "NUC5i3", "features": ["shutdown", "reboot", "update"], "os": "GNU/Linux" }.
17-06-27 06:59:25 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7efe92bb8940>_5) [hassio.dock] Attach to image homeassistant/qemux86-64-homeassistant with version 0.47.1
17-06-27 06:59:25 INFO (MainThread) [hassio.addons.git] Load addon /data/addons/core repository
17-06-27 06:59:25 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7efe92bb8940>_7) [hassio.dock] Attach to image homeassistant/amd64-addon-check_config with version 0.5
17-06-27 06:59:25 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7efe92bb8940>_7) [hassio.dock] Attach to image homeassistant/amd64-addon-samba with version 0.8
17-06-27 06:59:25 INFO (MainThread) [hassio.addons] Startup initialize run 0 addons
17-06-27 06:59:25 INFO (MainThread) [__main__] Start Hassio task
17-06-27 06:59:25 INFO (MainThread) [hassio.addons.git] Pull addon https://github.com/home-assistant/hassio-addons repository
17-06-27 06:59:25 INFO (MainThread) [hassio.core] Start hassio api on 172.17.0.2
17-06-27 06:59:25 INFO (MainThread) [hassio.addons] Startup before run 1 addons
17-06-27 06:59:25 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7efe92bb8940>_6) [hassio.dock] Stop homeassistant/amd64-addon-samba docker application
17-06-27 06:59:25 ERROR (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7efe92bb8940>_6) [hassio.dock.addon] Can't run homeassistant/amd64-addon-samba -> 500 Server Error: Internal Server Error ("driver failed programming external connectivity on endpoint addon_core_samba (a1ed6b21faafe1df2a7cbcaa7a9880a05bb4ff4540da5eba65e3741f692f540d): Error starting userland proxy: listen tcp 0.0.0.0:445: listen: address already in use")
17-06-27 06:59:25 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7efe92bb8940>_6) [hassio.dock] Stop homeassistant/qemux86-64-homeassistant docker application
17-06-27 06:59:25 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7efe92bb8940>_6) [hassio.dock.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.47.1
17-06-27 06:59:25 INFO (MainThread) [hassio.addons] Startup after run 0 addons
```

Do you run generic or resinos on NUC?

I am running Ubuntu xenial, but I believe I may have found the problem. I was also running Openhab in another container, and there appear to be some incompatibilities regarding networking; most notably squeezebox could not resolve players anymore. Will set up some VMs (if I get my VMs to register on my network…sigh) and try that way. thanks!!

@balloob have written a hassio openhab addon to run that on our platform

Thanks much, I will check it out; for now the plan is to spin up a VM to test HASS.io, but I am very intrigued already by preliminary trials, it looks like a great system, thank you!!