My household has recently bought some smarthome equipment that I'm now obligated to set up and teach my housemates to use, so I've been trying to modify my existing OpenMediaVault server to simultaneously run HomeAssistant in a Docker container.
I've successfully installed omv-extras and openmediavault-compose, and followed this guide up to the end of Step 8. However, whenever I select the HomeAssistant and click "pull" or "up" in order to actually download the HomeAssistant program the standard OMV terminal window thing appears saying "homeassistant Pulling" before seemingly doing nothing for several minutes. Eventually, "** CONNECTION LOST**" appears and I get an error message in the OMV notifications menu.
Here is the error message given:
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/Docker/HomeAssistant Core/HomeAssistant Core.yml' --env-file '/Docker/HomeAssistant Core/HomeAssistant Core.env' --env-file '/Docker/global.env' pull 2>&1': homeassistant Pulling
homeassistant Error
Error response from daemon: Get "https://lscr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/Docker/HomeAssistant Core/HomeAssistant Core.yml' --env-file '/Docker/HomeAssistant Core/HomeAssistant Core.env' --env-file '/Docker/global.env' pull 2>&1': homeassistant Pulling
homeassistant Error
Error response from daemon: Get "https://lscr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) in /usr/share/openmediavault/engined/rpc/compose.inc:676
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): OMVRpcServiceCompose->{closure}('/tmp/bgstatus6Z...', '/tmp/bgoutputy2...')
#1 /usr/share/openmediavault/engined/rpc/compose.inc(679): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceCompose->doCommand(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doCommand', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Compose', 'doCommand', Array, Array, 1)
#6 {main}
Here's the "stack":
***
# https://hub.docker.com/r/linuxserver/homeassistant
version: "2.1"
services:
homeassistant:
image: lscr.io/linuxserver/homeassistant:latest
container_name: homeassistant
network_mode: host
environment:
- PUID=1002
- PGID=100
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 8123:8123 #optional
devices:
- /path/to/device:/path/to/device #optional
restart: unless-stopped
While my main goal here is HomeAssistant, I've also tried installing other programs from the 'add from example...' menu (Jellyfin, Beets, and Syncthing) all of which have had similar results. It's probably noteworthy that all of these, from what I can tell, appear to be trying to download from lscr.io, meaning there's a chance the issue is with that website specifically.
Sorry if I haven't provided enough information, I've never seriously attempted to set up Docker before. Feel free to ask for any more information that might be useful. EDIT: Also, sorry if this isn't the right community to ask technical support questions in, if that's the case please let me know somewhere else I should post this instead.
Small town in Oregon here (all measured along the routes walked, not 'as the crow flies'):
Now, I'm not entirely sure what separates a supermarket from a "big supermarket" in your mind, because to me all supermarkets are quite big by definition, so I'm going to explore three different trip options: one each to two supermarkets in or near my town, and one to the nearest Walmart, which I'm 100% sure should count as a "big supermarket", but which is a couple towns away.
Supermarket A is close enough that walking to it is a viable option, which would be ~730 meters to the edge of the parking lot or ~875 meters to the front of the store. Alternatively, if I can plan the scheduling of my trip around it or I'm not picky about the timing I can walk ~100 meters to the nearest stop in the city bus loop, wait a while, and walk of right at the front.
Supermarket B is 2.6 kilometers by foot, but a large part of that trip is walking along the side of a lightly-developed highway with no sidewalks, so I don't consider walking here a viable option. By bus it's the same 100 meters to the bus stop, wait, then directly to the storefront.
The nearest Walmart is ~25 kilometers away by car, but the local bus company doesn't offer a direct route to that town so I have to take a bus to Town C, take the Town C Bus Company's bus to the east edge of Town D, then take Town D's bus to the Walmart on the western edge. Google Maps says this would take just over 2 hours one-way, and it would cost $2 ($4 round trip) because Town D's busses are all free to ride at the moment.