paukstelis / octoprint_deploy

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

Error messages upon instance creation #30

Open kasperhvid opened 1 year ago

kasperhvid commented 1 year ago

I used octodeploy on 3 different RPIs in the last few days working perfectly - but today i suddenly got an error message?

billede

paukstelis commented 1 year ago

Are you using OctoPi or some other linux distribution? This should be fixed with sudo apt install uuid-runtime but it is curious why it wasn't installed when you did the system preparation.

kasperhvid commented 1 year ago

I'm using a fresh OctoPi install, and i chose OctoPi when i ran Prepare system.

paukstelis commented 1 year ago

What happens when you give sudo apt install uuid-runtime command?