Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moonraker.conf Creates INVALID #82

Closed
AustinTylerDean opened this issue Jul 9, 2023 · 6 comments
Closed

Moonraker.conf Creates INVALID #82

AustinTylerDean opened this issue Jul 9, 2023 · 6 comments

Comments

@AustinTylerDean
Copy link

Hi There! I'm trying to figure out why my installation is not finding the git version, which is what I assume the problem is.

image

image

I've copied and pasted the update_manager portion, and I have 6 other managers working fine, so connection doesn't seem to be the issue. Is there something specific you have to do in github to allow calls for the current version number?

My home directory is correct...
image

Any ideas?

@kolbenhans
Copy link

Looks like the ERCF-Software-V3 folder isn't located in the home directory of the user running klipper!?!

what is the result when enter the following in ssh console?
ls -d ~/ERCF*

the result should look like this:
pi@mainsailos:~ $ ls -d ~/ERCF*
/home/pi/ERCF-Software-V3

@AustinTylerDean
Copy link
Author

image

Like I said, I thought my home directory was okay...

@Surion79
Copy link
Contributor

Surion79 commented Jul 12, 2023

pi please. :)

@AustinTylerDean
Copy link
Author

AustinTylerDean commented Jul 13, 2023 via email

@kolbenhans
Copy link

your klipper, moonraker etc are also stored under this user & home directory, in that case it should working correct i guess.

@AustinTylerDean
Copy link
Author

AustinTylerDean commented Jul 16, 2023

The answer is that ~/ERCF-Software-V3 was owned by root, not the user. Solution was to putty into ~ and run:

sudo chown -R username ~/ERCF-Software-V3

The -R is important, as without it you end up owning a directory but none of the contents... Good ol' Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants