paukstelis / octoprint_deploy

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

OctoPrint Not Working... #31

Closed XeroZar closed 1 year ago

XeroZar commented 1 year ago

I install everything with 1 minor hitch, see attached text file, on Ubuntu 22.04 LTS. I rebooted and try to access OctoPrint but no luck, I checked for any OctoPrint services and nothings there. Tried to start one but it says "Failed to start octoprint.service: Unit octoprint.service not found." Any help would be appreciated Error.txt .

paukstelis commented 1 year ago

Did you make a new instance after creating the template? There is no octoprint.service when you use octoprint_deploy, instead, you make an instance using the script and then those service files are named after the instance (e.g. printer1.service).

XeroZar commented 1 year ago

Yes, I named mine Ender3Pro...

paukstelis commented 1 year ago

The you can check it is working from a terminal/ssh session with: sudo systemctl status Ender3Pro You can also verify the information with: cat /etc/systemd/system/Ender3Pro.service

XeroZar commented 1 year ago

I'll try that thank you... Also I was wondering there was a recent update for python3-distupgrade and ubunt-releaseupgrader-core, would these effect the install process?

paukstelis commented 1 year ago

No, those should not impact the installation. If you want more direct support, join the Discord channel in the main page/README.

XeroZar commented 1 year ago

Ok cool, have the link by any chance?

paukstelis commented 1 year ago

https://discord.gg/6vgSjgvR6u

XeroZar commented 1 year ago

Thank you