Upgraded to 0.50.0 and home assistant wont load

Upgraded to 0.50.0 and home assistant wont load

If I run
sudo systemctl status [email protected]

I get the following message.
[email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
Active: failed (Result: exit-code) since Sun 2017-07-30 06:29:35 UTC; 10s ago
Process: 1093 ExecStart=/srv/homeassistant/bin/hass (code=exited, status=203/EXEC)
Main PID: 1093 (code=exited, status=203/EXEC)

Jul 30 06:29:35 hassbian systemd[1]: Started Home Assistant for homeassistant.
Jul 30 06:29:35 hassbian systemd[1]: [email protected]: ...EC
Jul 30 06:29:35 hassbian systemd[1]: Unit [email protected].
Hint: Some lines were ellipsized, use -l to show in full.

Anyone know how to fix this.
I have had to wipe and start over for last couple of updates because
this keeps happening.

The first restart after every upgrade takes a while. Be patient for a few minutes. It usually comes up fine.

I also upgraded my Hass.IO from 49 or 49.1 to 50 and HA never came back. Left it for 12+ hours. Rebooted it. Nothing. no SSH, no web :frowning:

Any ideas?

I think I only had the ssh for the docker instance - can someone link the instructions for SSHing into the base linux?

thx

I never could get mine to come back up.
So I downgraded to 0.49.1 for a couple of days and everything
came up fine.

Then yesterday I upgraded to 0.50.2 and all is well.

Running Hassbian not Hass.io

How did you downgrade? Or do you mean re-installed from scratch?

Run standard upgrade.

sudo systemctl stop [email protected]
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
pip3 install --upgrade homeassistant
exit
sudo systemctl start [email protected]

Except on pip3 line change to version you want to downgrade to
sudo pip3 install homeassistant==0.XX.X

example
sudo pip3 install homeassistant==0.49.1

Ok, I don’t think that can work for me, as I’m using Hass.IO.

I can ssh into the resin/docker image. But what can I do from here to figure out why HA isn’t running? Or how can I start it?

netstat just shows ssh listening

/var/log is empty

Found the following in the forum - it appears to run, return success, but still nothing works.

curl -X POST http://172.17.0.2/homeassistant/update

Put my pub key in SD root as authorised_keys, but not sure of port/user name to connect to base OS. port 22222 seems to accept connections, but tried root and pi, no good…

I’m really trying to not have to wipe and start over again, any help much appreciated.

Samba and SSH add-ons are both running.

I have the same problem. My log is here: https://pastebin.com/8yViH1Pu

Cant figure out whats wrong.