paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
416 stars 40 forks source link

missing command uuidgen running raspberry pi buster #90

Closed KyferEz closed 1 year ago

KyferEz commented 1 year ago

Getting this error when setting up first printer using Raspberry Pi OS: cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian

image

image

Found this which seems related: https://forums.raspberrypi.com/viewtopic.php?t=268239

paukstelis commented 1 year ago

Unfortunately, they have given it a different name. Try: sudo apt install uuid-runtime It is a non-critical error, so your instance should be fine, unless you want to reinstall it.

KyferEz commented 1 year ago

Paul, thank you, that worked!