I get error when trying to set time:
$ sudo timedatectl set-timezone America/New_York
Failed to set time zone: Access denied
This is on an almost pristine stretch lite image. I noticed
$ ls -lad /etc
drwxr-xr-x 92 pi pi 4096 Mar 12 12:16 /etc
Shouldn't /etc be owned by root?
Is there something that changed ownership to pi?
I tried
sudo chown root /etc
and that seemed to fix this issue, but did I break something else?
Is this a bug with the original OS image?