scottmuc / infrastructure

Documentation / Automation for personal third-party infrastructure
The Unlicense
11 stars 2 forks source link

Rebuild Raspbery PI - Feb 2023 Edition #52

Closed scottmuc closed 1 year ago

scottmuc commented 1 year ago

Yay for Repaving!

As much as possible is documented inline in this issue template. In case of problems you may find help by viewing all the previous repave issues. Have fun!

Things to do with the existing build

Post OS install steps on desktop

How Do I Know I Am Done?

scottmuc commented 1 year ago

Add step to delete host key entry from known_hosts

scottmuc commented 1 year ago

Update ansible steps since gum is now incorporated into the script.

scottmuc commented 1 year ago

Made an error when recreating port activation. Put port 443 under UDP, and that resulted in lots of things not working.

scottmuc commented 1 year ago

For some reason, navidrome wasn't running, but manually starting it worked. Going to reboot again, to see if this is a consistent problem.

scottmuc commented 1 year ago
ansible@raspberrypi:~ $ cat /etc/os-release && uname -a
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Linux raspberrypi 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64 GNU/Linux
scottmuc commented 1 year ago

After a 2nd reboot, the machine didn't come up. I power cycled it, and it came back up immediately. Something is fishy with service startup right now.

scottmuc commented 1 year ago

Thanks for riding along @lx4r !

scottmuc commented 1 year ago

Looking at previous repaves, I'm not seeing any restart or service issues. Marking them down as noted in this repave and will investigate further if they occur in the next repave.

Calling this one done.