#Permission denied error while installing PMM

1 messages · Page 1 of 1 (latest)

thorn ocean
covert scrollBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

young heath
#

You're just entering the name of a directory. A directory can't be executed, so you get a permission error.

#

The next command you need to run is the docker run command a little bit further down:

#

your next command:

docker run --rm -it -v "/Users/manuk/plex-meta-manager/config:/config:rw" meisnate12/plex-meta-manager --run
thorn ocean
#

Its still throwing same error.

young heath
#

Those two things you are highlighting are not commands that you need to run.

#

The first one is showing what the output of pwd will be on each platform; the second shows what the config path will be on each platform. The next bit shows how to use that path in a docker run command.

Then there's an example of what woudl happen if you ran a docker run command right now, but even that isn't something you need to do right now.

young heath
#

Note that none of them say "type this into your terminal" like all the other commands you have been running.

#

The next command that the walthhrough actually expects you to run is a bit further down:

#

but nothing here is a command you need to type. This is all for informational purposes:

thorn ocean
#

Oh okay. I shouldn't be running these commands. Thank you