OctoEverywhere made me dirty...
What is the correct way to resolve this...
pi@EnderRat:~ $ cd /home/pi/printer_data/config/RatOS; git status
On branch v2.x
Your branch is up to date with 'origin/v2.x'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: moonraker.conf
Untracked files:
(use "git add <file>..." to include in what will be committed)
octoeverywhere-system.cfg
octoeverywhere.conf
no changes added to commit (use "git add" and/or "git commit -a")
pi@EnderRat:~/printer_data/config/RatOS $ git diff
diff --git a/moonraker.conf b/moonraker.conf
index 366c0fe..00923c7 100644
--- a/moonraker.conf
+++ b/moonraker.conf
@@ -85,3 +85,5 @@ install_script: scripts/KlipperScreen-install.sh
# enables partial support of Octoprint API
[octoprint_compat]
+
+[include octoeverywhere-system.cfg]
5 Replies
Yeah octoeverywhere is modifying the wrong moonraker.conf. It's supposed to change /home/pi/printer_data/config/moonraker.conf. I don't know why it's doing a depth first search, but it's weird and buggy.
and
Are supposed to go into /home/pi/printer_data/config
not RatOS.
This is a bug in the octoeverywhere script.
GitHub
Install script targets wrong moonraker.conf and directory in RatOS....
Hi! I have several users reporting problems with the octoeverywhere install script modifying the RatOS git repository. Instead of finding /home/pi/printer_data/config/moonraker.conf it finds /home/...
Hey, the installer should work now, can you give it a go?
inland-turquoiseOP•2y ago
I'll try it out in a few hrs when this print finishes.
0. ssh to pi
1. cd /home/pi/printer_data/config/RatOS
2. git restore moonraker.conf
3. rm octoeverywhere.conf
4. rm octoeverywhere-system.cfg
5. cd ~
6. Ran the install script.
7. Login to Octoeverywhere and remove old printer entry.
After these steps Octoeverywhere is working as expected and RatOS is clean.
Sounds good! 🙂