Install on debian10 error with key

Hello
on a new VM with Debian 10 i installed curl and apt-transport-https too (no sudo)

the with
curl https://downloads.plex.tv/plex-keys/PlexSign.key | apt-key add -
i got a error
(23) Failed writing body

curl https://downloads.plex.tv/plex-keys/PlexSign.key
itself show me the key

any help or nice tutorila to install it?
have a nice day
vinc

@ChuckPa
thanks for your fast feedback. done like this just removed the sudo - because i do not have sudo

curl https://downloads.plex.tv/plex-keys/PlexSign.key | apt-key add -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
100 3072 100 3072 0 0 18731 0 --:–:-- --:–:-- --:–:-- 18731
(23) Failed writing body

You do not have root access to the system?

@ChuckPa
of course, i am root (the Master) and full access to the system :wink:

Then bypass the sudo and type as if not there.

sudo elevates the non-privileged account to “Master” status. :rofl:

@ChuckPa thanks for your feedback
yes i did do the command without sudo

i also installed curl and some other stuff and all did work

Fun today the same command did work!

also to install the software worked fine
but how to start the webgui with no registration, the server is just in my LAN with only access to my NAS where all the film are stored

any help - idea?

PMS requires a web gui – even with a headless server.

SSH tunnel to it and use another machine as the GUI.

e.g.

  1. ssh -L 8888:127.0.0.1:32400 ip.addr.of.host
  2. Sign in and let sit idle until completed.
  3. In local browser open http://127.0.0.1:8888/web
  4. Magic occurs here

:slight_smile:

Merci @ChuckPa
the Webgui is there but send to plex.tv homepage! But on another browser it did work i suppose my cash have to be cleared

the last thing will be to mount my FreeNAS share on this plexVM :wink:

plex requires internet access to setup, which means your vm needs access to plex.tv

@TeknoJunky yes to access the internet and works, and no i hope i don’t need a account in plex.tv!
till now it looks like it works without login in!

Plex requires to be online to use your account.
Download of metadata (posters) and codecs requires a signed-in plex.tv account.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.