Here is a snapshot of what I am talking about.
This is going to sound strange, but hang in till the end. Lots of changes happen at once and now I am really out in the weeds. So far out in the weeds, that I getting stickers.
All my issue trace back to upgrading to 0.67.0 and my host system. All looked good for a few hours. So I watching Netflix and I loose the steam. After a lot of rebooting routers, tvs, etc … Called the internet provider and after a lot of trouble shooting, my dns quit working. Well everything has been running so well for so long, I forgot some details of my configurations. I had to bring up a local DNS so I could hit Home assistant using my public DNS name. If I was outside of my local lan, the public DNS would resolve and port forward would work. If I was inside the local lan, it would not. So I fired up dnsmasq, with defaults pointing to google dns and my DNS pointing to the local IP. All this was working great until that day. So my routers DNS was pointed to my Dnsmasq instance. To get the network back up I added google dns to the routers as a secondary DNS.
So I am playing around and I notice my dynamic dns (duckdns and no-ip) were not updated. I could not resolve my public DNS, since they are resolved to my router’s public IP by using the dynamic dns.
Now, I thinking my public IP on the router changed and the router did no update the public IP like it should have. So I manually update both dynamic IP and now my public DNS works. I still can not get hass.io to start any of the mentioned services. So as I am typing this, I notice my date and time is off.
I fired up a terminal and tried to set the date but get a permission error. Guessing it has something to do with the sandbox. Since DNS servers rely on date/times could this be my issue? How do I set the date/time?
➜ ~ date -s "2018-04-23 08:03:00"
date: can't set date: Operation not permitted
Mon Apr 23 08:03:00 CDT 2018
➜ ~ sudo date -s "2018-04-23 08:03:00"
date: can't set date: Operation not permitted
Mon Apr 23 08:03:00 CDT 2018
➜ ~ sudo