Server Version#: Latest docker image
Player Version#: NA
I’m trying to install PMS via the official docker image (GitHub - plexinc/pms-docker: Plex Media Server Docker repo, for all your PMS docker needs.).
I used the standard docker-compose.yaml from GitHub and provided the relevant settings for my environment.
Here’s the log
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 40-plex-first-run: executing...
Attempting to obtain server token from claim token
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 6404 0 6404 0 0 5968 0 --:--:-- 0:00:01 --:--:-- 5973
Token obtained successfully
Plex Media Server first run setup complete
[cont-init.d] 40-plex-first-run: exited 0.
[cont-init.d] 45-plex-hw-transcode-and-connected-tuner: executing...
[cont-init.d] 45-plex-hw-transcode-and-connected-tuner: exited 0.
[cont-init.d] 50-plex-update: executing...
[cont-init.d] 50-plex-update: exited 0.
[cont-init.d] done.
[services.d] starting services
Starting Plex Media Server.
[services.d] done.
Critical: libusb_init failed
I googled this error and while I see it reported in various forums all I see is “it doesn’t seem to affect the operation”.
Two questions on this:
- Given the log shows the first startup, does this look alright; i.e. started correctly?
- Do I need to worry about the
libusb_init failedmessage
Thanks guys