My logs are full of this

New install. my logs are full of these. anyone know what’s going on? thank you in advance.

Nov 18 21:39:30 umbrel umbreld[1109]: [apprepository ] Checking for update …
Nov 18 21:39:35 umbrel umbreld[1109]: [apprepository ] Newer version of …available, updating
Nov 18 21:39:36 umbrel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 18 21:39:40 umbrel umbreld[1109]: [appstore ] [error] Failed to update GitHub - getumbrel/umbrel-apps: The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
Nov 18 21:39:40 umbrel umbreld[1109]: Error: Request timed out
Nov 18 21:39:40 umbrel umbreld[1109]: at ClientRequest. (/opt/umbreld/node_modules/simple-get/index.js:76:8)
Nov 18 21:39:40 umbrel umbreld[1109]: at ClientRequest.emit (node:events:524:28)
Nov 18 21:39:40 umbrel umbreld[1109]: at ClientRequest.emit (node:domain:489:12)
Nov 18 21:39:40 umbrel umbreld[1109]: at TLSSocket.emitRequestTimeout (node:_http_client:863:9)
Nov 18 21:39:40 umbrel umbreld[1109]: at Object.onceWrapper (node:events:638:28)
Nov 18 21:39:40 umbrel umbreld[1109]: at TLSSocket.emit (node:events:536:35)
Nov 18 21:39:40 umbrel umbreld[1109]: at TLSSocket.emit (node:domain:489:12)
Nov 18 21:39:40 umbrel umbreld[1109]: at Socket._onTimeout (node:net:609:8)
Nov 18 21:39:40 umbrel umbreld[1109]: at listOnTimeout (node:internal/timers:594:17)
Nov 18 21:39:40 umbrel umbreld[1109]: at process.processTimers (node:internal/timers:529:7) {
Nov 18 21:39:40 umbrel umbreld[1109]: caller: ‘git.clone’
Nov 18 21:39:40 umbrel umbreld[1109]: }

From the log

Nov 18 21:39:40 umbrel umbreld[1109]: Error: Request timed out

it seems it is unable to complete the network (internet) request to update the umbrel apps repo. I think this is required to check for application updates.

Are you able to access the web UI of your Umbrel? If so, does the network you’re connected to have internet access? You can check by going to Settings → Advanced settings → Terminal → UmbrelOS and running the following

curl --connect-timeout 5 1.1.1.1

This will attempt to make a request to Cloudflare for 5 seconds and either complete or timeout. If you have internet connectivity, then you should see something beginning with <html>

yep that works. It has full connectivity. dns works too.