Last active
January 15, 2017 20:45
-
-
Save LukasBombach/2943fc2a1cb5fd4bbd1c3e6b477ce033 to your computer and use it in GitHub Desktop.
Installing Plex Media Server on Debian on a Pine64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install apt-transport-https | |
sudo dpkg --add-architecture armhf | |
echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list | |
sudo apt-get update | |
sudo apt-get install binutils:armhf plexmediaserver-installer -y --force-yes |
after adding the pms.list using
echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list
and running the command apt-get update, I'm getting this error.
7% [Waiting for headers] [Waiting for headers] [Waiting for headers]GNU MP: Cannot allocate memory (size=545460846848) E: Method https has died unexpectedly! E: Sub-process https received signal 6.
Any idea how to fix this?
Sorry, not really. A quick research shows people had to reinstall other packages or even apt itself. I had been using the latest Pine Ubuntu, Pine Debian as well as DietPi on my Pine and at least those versions worked fine.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After you installed Plex Media Server go to
http://PINE64_IP_ADRESS:32400/web/index.html
, whilePINE64_IP_ADRESS
being the IP address of your Pine65