Server Version#:1.18.2.2058-e67a4e892
Player Version#:
Hi Plex-Fam,
Recently I wanted to install PMS on the Raspberry Pi.
Everything went fine (download), but as soon as I wanted to start the service I got some weird feedback that I don’t really understand.
Download log:
pi@raspberrypi:~ $ sudo apt-get install plexmediaserver
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
plexmediaserver
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/70.4 MB of archives.
After this operation, 185 MB of additional disk space will be used.
Selecting previously unselected package plexmediaserver.
(Reading database ... 63151 files and directories currently installed.)
Preparing to unpack .../plexmediaserver_1.18.2.2058-e67a4e892_armhf.deb ...
Unpacking plexmediaserver (1.18.2.2058-e67a4e892) ...
Setting up plexmediaserver (1.18.2.2058-e67a4e892) ...
Configuration file '/etc/apt/sources.list.d/plexmediaserver.list'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** plexmediaserver.list (Y/I/N/O/D/Z) [default=N] ? Y
Installing new version of config file /etc/apt/sources.list.d/plexmediaserver.list ...
Processing triggers for mime-support (3.62) ...
The output when I wanted to start the service:
pi@raspberrypi:~ $ sudo systemctl restart plexmediaserver
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Any kind of help is much appreciated, and sorry for my low linux knowledge.