What is the problem?
I cant get octoprint to automatically boot up like it does when to install the octoprint image on a raspberry pi.
I started by installing CB1_Debian11_bullseye_minimal_kernel5.16_20220929.img.xz from the BTT github.
then I followed installation instructions from 3d printscape by Rob
I can get octoprint to run using ~/OctoPrint/venv/bin/octoprint serve. But if I shut down putty or my computer goes to sleep octoprints loose connection to the server.
I ran the sudo service octoprint start and this is what I get
(venv) biqu@BTT-CB1:~/OctoPrint$ sudo service octoprint start
Job for octoprint.service failed because the control process exited with error code.
See "systemctl status octoprint.service" and "journalctl -xe" for details.
(venv) biqu@BTT-CB1:~/OctoPrint$ systemctl status octoprint.service
β octoprint.service - The snappy web interface for your 3D printer
Loaded: loaded (/etc/systemd/system/octoprint.service; enabled; vendor pre>
Active: failed (Result: exit-code) since Sun 2022-10-02 06:40:33 UTC; 17s >
Process: 31371 ExecStart=/home/pi/OctoPrint/venv/bin/octoprint (code=exited>
Main PID: 31371 (code=exited, status=203/EXEC)
CPU: 8ms
Oct 02 06:40:33 BTT-CB1 systemd[1]: Starting The snappy web interface for your >
Oct 02 06:40:33 BTT-CB1 systemd[31371]: octoprint.service: Failed to locate exe>
Oct 02 06:40:33 BTT-CB1 systemd[31371]: octoprint.service: Failed at step EXEC >
Oct 02 06:40:33 BTT-CB1 systemd[1]: octoprint.service: Main process exited, cod>
Oct 02 06:40:33 BTT-CB1 systemd[1]: octoprint.service: Failed with result 'exit>
Oct 02 06:40:33 BTT-CB1 systemd[1]: Failed to start The snappy web interface fo>
lines 1-13/13 (END)
What did you already try to solve it?
multiple different installation instructions this is the furthest I have got. I don't have much experience with Linux
Have you tried running in safe mode?
No.
Did running in safe mode solve the problem?
No
Systeminfo Bundle
browser.user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
connectivity.connection_check: 1.1.1.1:53
connectivity.connection_ok: True
connectivity.enabled: False
connectivity.online: True
connectivity.resolution_check: octoprint.org
connectivity.resolution_ok: True
env.hardware.cores: 4
env.hardware.freq: unknown
env.hardware.ram: 1032310784
env.os.bits: 64
env.os.id: linux
env.os.platform: linux
env.python.pip: 22.2.2
env.python.version: 3.9.2
env.python.virtualenv: True
octoprint.last_safe_mode.date: 2022-10-02T01:13:42Z
octoprint.last_safe_mode.reason: incomplete_startup
octoprint.safe_mode: False
octoprint.version: 1.8.4
systeminfo.generated: 2022-10-02T06:49:18Z
systeminfo.generator: zipapi
WRITE HERE