Closed derekslenk closed 1 year ago
:tada: Fixed this in the latest nightly. I'll close out this issue with a link to the v0.5.1 release when it's available.
pn-v0-5:~$ ls -ahl /home/printnanny/
total 17K
drwxrwxr-x 1 printnanny printnanny 1.0K Dec 31 14:26 .
drwxr-xr-x 1 root root 1.0K Nov 8 06:00 ..
-rwxrwxr-x 1 printnanny printnanny 410 Mar 9 2018 .bashrc
drwxrwxr-x 1 printnanny printnanny 1.0K Dec 31 14:26 .config
drwxrwxr-x 1 printnanny printnanny 1.0K Mar 9 2018 .klipper
drwxrwxr-x 1 printnanny printnanny 1.0K Mar 9 2018 .local
drwxrwxr-x 1 printnanny printnanny 1.0K Mar 9 2018 .moonraker
-rwxrwxr-x 1 printnanny printnanny 241 Mar 9 2018 .profile
drwxr-xr-x 3 printnanny printnanny 1.0K Dec 31 14:26 Sync
drwxr-xr-x 5 printnanny printnanny 1.0K Dec 31 14:26 klipper-venv
drwxr-xr-x 5 printnanny printnanny 1.0K Dec 31 14:26 moonraker-venv
drwxr-xr-x 5 printnanny printnanny 1.0K Dec 31 14:26 octoprint-venv
I have really wanted things to work so I did an install of 0.4.5 and then used the swu file to go to 0.5.0.
First error I had is that /run
wasn't big enough for the update file (where nginx stores it)
And then after the upgrade, when trying to go to the settings file, I still get: error: "failed to make directory '/home/printnanny/.config/printnanny/vcs': Permission denied; class=Os (2)"
So it might be affecting other installs as well?
👀 Closing this out, since it looks like this is no longer happening to you in v0.5.1 - but please feel free to re-open if you are still impacted by file permissions issues. Going through your bug list now, thank you!
Describe the bug
On a fresh install of v0.5.0, various functions that relate to saving settings (changing camera, editing the settings file) do not work.
Upon further inspection in the console, it looks like there are file permission issues
To Reproduce
On a brand new install of
0.5.0
-Expected behavior
That I would be able to at least see the settings file, ideally editing as the title suggests
Screenshots
Issue.txt
Copy and paste the contents of
issue.txt
below.NB: If I
chown -R printnanny:printnanny /home/printnanny/.config/printnanny
that I can edit the settings file