Hi,
All of the sudden I stopped being able to access the webUI. ssh does work with no issues.
I tried to upgrade it -using the CLi- from 0.71.0 to 0.73.2 which worked fine but the web UI still isn’t working!
nmap doesn’t show 8123 port as open, the only open port is ssh.
Running wireshark, I see my Hassio is sending a RST packet as a reply to my SYN packet (which is expected as it’s not listening to port 8123)
Any clues?
Where should I looks next, is there any debug commands I can run? Where is the log files saved? Went to /var/log but there isn’t any files there.
Appreciate any input no matter how small it’s, as you notice my experience with HA isn’t that deep, but my network experience is.
ssh log
core-ssh:~# hassio ha info { "result": "ok", "data": { "version": "0.71.0", "last_version": "0.73.2", "machine": "raspberrypi3", "image": "homeassistant/raspberrypi3-homeassistant", "custom": false, "boot": true, "port": 8123, "ssl": false, "watchdog": true, "wait_boot": 600 } } core-ssh:~# hassio ha update Using username "root". [email protected]'s password: _ _ _____ ____ | | | | |_ _/ __ \ | |__| | __ _ ___ ___ | || | | | | __ |/ _` / __/ __| | || | | | | | | | (_| \__ \__ \_ _| || |__| | |_| |_|\__,_|___/___(_)_____\____/ Our Cli: $ hassio help debug1: permanently_set_uid: 0/0
…lines omitted…
core-ssh:~# hassio ha info
{
“result”: “ok”,
“data”: {
“version”: “0.73.2”,
“last_version”: “0.74.0”,
“machine”: “raspberrypi3”,
“image”: “homeassistant/raspberrypi3-homeassistant”,
“custom”: false,
“boot”: true,
“port”: 8123,
“ssl”: false,
“watchdog”: true,
“wait_boot”: 600
}
}
core-ssh:~# hassio ha update
nmap log
C:\Program Files (x86)\Nmap>nmap 172.16.16.17 Starting Nmap 7.70 ( https://nmap.org ) at 2018-07-25 18:03 AUS Eastern Standard Time Nmap scan report for 172.16.16.17 Host is up (0.0013s latency). Not shown: 999 closed ports PORT STATE SERVICE 22/tcp open ssh MAC Address: B8:27:EB:1F:B6:C5 (Raspberry Pi Foundation) Nmap done: 1 IP address (1 host up) scanned in 4.65 seconds C:\Program Files (x86)\Nmap>