#TK0130 I converted your message into a
1 messages · Page 1 of 1 (latest)
The end goal of this is to transition from my raspberry pi to my NAS so I don't need 2 machines running and I have additional space for data logging.
HAOS installs fine on a pi in the same network.
What does ha network info say? You can run this via the SSH addon or in the HA CLI (where you can skip the ha prefix) via desktop & keyboard
`
docker:
address:172.30.32.0/23
dns: 172.30.32.3
gateway: 172.30.32.1
interface: hassio
host_internet: true
interfaces:
- connected: true
enables: true
interface: enp0s3
ipv4:
address: - 10.0.0.92/8
gateway: 10.0.0.1
method: auto
nameservers:
- 10.0.0.1
ready: true
ipv6:
address:
- fe80::4ca7:fd7a:2a11:3e6c/64
gateway: null
method: auto
nameservers: []
ready: false
primary: true
type: ethernet
vlan: null
wifi: null
supervisor_internet: true
`
I understand not allowing people to post images, but that would have made it much faster 😛
You can use imgur but text/code belongs in a code block or a paste site. Images of text and code without formatting is hard/impossible to read just like in this case
Please use imgur or other image sharing web sites, and share the link here.
Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
Fair. I didn't know code blocks worked in a thread but I guess it is markup so that makes sense.
Also, I can't copy out of the vnc viewer in truenas. Guess I should fix that for further debugging.
I'd recommend using the SSH addon and a SSH client if installed/enabled
Can you try the following commands: nslookup ghcr.io, ping ghcr.io, ping 1.1.1.1
You might have to enter login first.
Bump.