Hassio OS Update woes

Hi All, got a bit of a strange issue after trying to update the OS on Hassio. I tried to update this morning but the front end is no longer coming up and HA is down. That said I can still access the log via SAMBA so the PI and OS seems to be up? Can’t SSH in either “operation timed out”.

I’m on the latest version 88.1 and have been for a few days with no issue. Only change as far as I can remember is the attempted OS upgrade through the Hassio menu?

Appreciate any help anyone can offer

Error log that I’m seeing is:
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42904] Requesting new SSH session
2019-02-26 18:47:53 INFO (MainThread) [homeassistant.components.device_tracker.asuswrt] Checking Devices
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42905] Requesting new SSH session
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42904] Command: PATH=$PATH:/bin:/usr/sbin:/sbin && for dev in nvram get wl1_vifs && nvram get wl0_vifs && nvram get wl_ifnames; do if type wlanconfig > /dev/null; then wlanconfig $dev list | awk ‘FNR > 1 {print substr($1, 0, 18)}’; else wl -i $dev assoclist; fi; done
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42905] Command: PATH=$PATH:/bin:/usr/sbin:/sbin && for dev in nvram get wl1_vifs && nvram get wl0_vifs && nvram get wl_ifnames; do if type wlanconfig > /dev/null; then wlanconfig $dev list | awk ‘FNR > 1 {print substr($1, 0, 18)}’; else wl -i $dev assoclist; fi; done
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42904] Received exit status 0
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42904] Received channel close
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42904] Channel closed
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42905] Received exit status 0
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42905] Received channel close
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42906] Requesting new SSH session
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42905] Channel closed
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42907] Requesting new SSH session
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42906] Command: PATH=$PATH:/bin:/usr/sbin:/sbin && arp -n
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42907] Command: PATH=$PATH:/bin:/usr/sbin:/sbin && arp -n
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42906] Received exit status 0
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42906] Received channel close
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42906] Channel closed
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42907] Received exit status 0
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42907] Received channel close
2019-02-26 18:47:53 INFO (MainThread) [asyncssh] [conn=0, chan=42908] Requesting new SSH session

Update: Problem solved, for some reason the OS update changed the fixed IP of the RPi which I had assigned in the router. Once I deleted the previous static IP and changed the RPi to the old IP everything was good again.

Wasn’t expecting that!