Server Version#:aarch64/debian stretch /32bit
Player Version#:Plex Media Server v1.14.0.5470-9d51fdfaa - annapurnatrans PC arm7
The reason why I can’t start the plex seems to be because of the permissions. But I don’t know how to modify the permissions. I hope someone can help me with this problem, thank you!
root@localhost:~# ls -ahl /var/lib/plexmediaserver/
total 12K
drwxr-xr-x. 3 plex plex 4.0K Dec 12 12:29 .
drwxr-xr-x. 29 root root 4.0K Dec 12 12:28 …
drwxr-xr-x. 3 plex plex 4.0K Dec 12 12:29 Library
root@localhost:~# sudo tail -n 30 /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Logs/Plex\ Media\ Server.log
Dec 12, 2018 12:41:04.610 [0xe9622400] INFO - Plex Media Server v1.14.0.5470-9d51fdfaa - annapurnatrans PC arm7 - build: linux-annapurnatrans-arm7 readynas6 - GMT 08:00
Dec 12, 2018 12:41:04.611 [0xe9622400] INFO - Linux version: 3.18.31-perf-g88181af (#1 SMP PREEMPT Thu May 25 01:31:46 CST 2017), language: C
Dec 12, 2018 12:41:04.611 [0xe9622400] INFO - Processor Arm
Dec 12, 2018 12:41:04.611 [0xe9622400] INFO - ./Plex Media Server
Dec 12, 2018 12:41:04.609 [0xe9e23e30] DEBUG - BPQ: [Idle] -> [Starting]
Dec 12, 2018 12:41:04.613 [0xe9e23e30] DEBUG - Opening 20 database sessions to library (com.plexapp.plugins.library), SQLite 3.13.0, threadsafe=1
Dec 12, 2018 12:41:04.619 [0xe9e23e30] INFO - SQLITE3:(nil), 283, recovered 318 frames from WAL file /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db-wal
Dec 12, 2018 12:41:04.831 [0xe9e23e30] DEBUG - Running migrations. (EPG 0)
Dec 12, 2018 12:41:04.838 [0xe9e23e30] DEBUG - ChangestampAllocator: initialized to 0
Dec 12, 2018 12:41:04.838 [0xe9e23e30] DEBUG - Opening 2 database sessions to library (com.plexapp.plugins.library.blobs), SQLite 3.13.0, threadsafe=1
Dec 12, 2018 12:41:04.841 [0xe9e23e30] INFO - SQLITE3:(nil), 283, recovered 318 frames from WAL file /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.blobs.db-wal
Dec 12, 2018 12:41:04.862 [0xe9e23e30] DEBUG - Running migrations. (EPG 0)
Dec 12, 2018 12:41:04.888 [0xe9e23e30] ERROR - HttpServer: Error opening acceptor: Permission denied
Dec 12, 2018 12:41:04.888 [0xe9e23e30] ERROR - Error: Unable to set up server: listen: Permission denied (N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_6system12system_errorEEEEE)
Here are the steps I took to install pelx :
wget https://dev2day.de/pms/pool/main/p/plexmediaserver-installer/plexmediaserver-installer_1.14.0.5470-9d51fdfaa-1_armhf.deb
dpkg -i plexmediaserver-installer_1.14.0.5470-9d51fdfaa-1_armhf.deb
service plexmediaserver start