hissingshark / retrOSMCmk2

RetroPie installer for OSMC on the RPi, Vero4k/4K+ and the VeroV
GNU General Public License v2.0
34 stars 7 forks source link

permission denied to create work tree dir #10

Closed OdieArbuckle closed 3 years ago

OdieArbuckle commented 3 years ago

Hi,

I'm having the below issue installing it on a Vero4k+. How can I fix this? I've tried shutting down Kodi to avoid interference with the installer script. What directory should I grant permissions to?

image

Thx! Odie

hissingshark commented 3 years ago

You appear to be installing under /etc, which is where configuration files go. You should be installing in /home/osmc

OdieArbuckle commented 3 years ago

@hissingshark, thanks, I'll give it a shot ;-)

OdieArbuckle commented 3 years ago

Nope, same issue:

image

hissingshark commented 3 years ago

I'm looking into it - starting with trying to reproduce the issue. There are other issues at the moment, which are potentially related,

hissingshark commented 3 years ago

In your second attempt you seem to be user "root". Did you su root or something?

The install instructions are were:

cd
git clone https://github.com/hissingshark/retrOSMCmk2.git
cd retrOSMCmk2
sudo ./setup.sh

So you'd be user "osmc" and the repo would have been cloned to the home directory.

OdieArbuckle commented 3 years ago

I've considered that too. I've tried both. First I tried using the regular osmc user but this didn't work either. Last I tried using root in that same folder but to no avail. Do you need a screenshot of it?

hissingshark commented 3 years ago

Sorry, I have been unable to reproduce the issue. Given you started out doing things your own way, I suspect there is something more to the problem.

OdieArbuckle commented 3 years ago

I could resintall the Vero4K with osmc and try from a clean install? I could then follow the the retropie procedure exactly as shown in the tutorial. Can I enable debug logs after the clean install before starting retropie install? Which logs should I enable?

hissingshark commented 3 years ago

I think that's the only way for you to move forwards unfortunately. There's no logging for the installer itself. I do all this installing and re-installing on my own system before I publish anything, so it should just work.

OdieArbuckle commented 3 years ago

No point in keeping this one open