Hi everyone, I’ve had a perfectly working Ubuntu Plex server for a couple of years, and I’ve recently updated to version 18.04 of Ubuntu and a updated Plex from 1.16.0.1226.
It’s taken me a couple of weeks to notice that now Plex fails to scan media libraries with video content, it will music ones but not video (I have no photo libraries to test). Backend wise, when watching the “Plex Media Scanner.log” nothing happens when to select a video library to scan, but request a music library and the Scanner.log file goes crazy doing what it’s supposed to do.
As scanner.log is no help, I’ve “tail -f”'ed all Plex log files, and clicked scan, the attached log file is of only a few seconds pre and a several seconds after the button is pressed. I can’t see anything of assistance, but this is certainly the first time I’ve looked a Plex logs, so don’t really know what normal is either. https://www.dropbox.com/s/kqnxnk27bujz2te/plex_library_scan_fault.txt?dl=0
Anyone else having these issues on the latest build? Or anyone able to shed some light on the solution before I go back to backup.
Server Version#: 1.16.3.1402
Server OS: Ubuntu 18.04.2 LTS
Further info about my setup, I run the VM Plex server on an ESXi, and my media content is connected by a QNAP in fstab. This share contains all content, so I don’t believe it’s a permissions or share issue. Nothing has changes on the QNAP in this time.
This update process has also broken my DVR settings completely, and I’m unable to reset it up, it just sits there scanner for compatible devices, though the back end “Plex Tuner Service.log” identifies the devices as usable. Below is a “Setup Plex DVR” button press.
==> /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs/Plex Tuner Service.log <==
Jul 27, 2019 07:15:14.175 [0x7fd1b2ffd700] INFO - [I] web_service_t::process_device_discovery
Jul 27, 2019 07:15:14.175 [0x7fd1b2ffd700] INFO - [I] device_reactor_t::get_device_list ()
Jul 27, 2019 07:15:14.175 [0x7fd1b2ffd700] INFO - [I] dvb_device_factory_t::get_device_list ()
Jul 27, 2019 07:15:16.178 [0x7fd1b2ffd700] INFO - [I] SAT2IP - discover_satip_servers(): no servers found
Jul 27, 2019 07:15:16.606 [0x7fd1b2ffd700] INFO - [I] dvb_device_factory_t::get_device_list. Id dvb#hdhr#0#286345693, Name HDHomeRun {tunetwoidenticationid}({tunertwoipaddress}) - 0, Standards 1
Jul 27, 2019 07:15:16.606 [0x7fd1b2ffd700] INFO - [I] dvb_device_factory_t::get_device_list. Id dvb#hdhr#1#286345693, Name HDHomeRun {tunetworidenticationid} ({tunertwoipaddress}) - 1, Standards 1
Jul 27, 2019 07:15:16.606 [0x7fd1b2ffd700] INFO - [I] dvb_device_factory_t::get_device_list. Id dvb#hdhr#0#304168725, Name HDHomeRun {tuneoneridenticationid} ({tuneroneipaddress}) - 0, Standards 3
Jul 27, 2019 07:15:16.606 [0x7fd1b2ffd700] INFO - [I] dvb_device_factory_t::get_device_list. Id dvb#hdhr#1#304168725, Name HDHomeRun {tuneoneridenticationid} ({tuneroneipaddress}) - 1, Standards 3
Jul 27, 2019 07:15:16.607 [0x7fd1b2ffd700] INFO - [I] v4l::DeviceGetList_impl. getting v4l device list
Jul 27, 2019 07:15:16.610 [0x7fd1b2ffd700] INFO - [I] onetv_factory::DeviceGetListEx >>
Jul 27, 2019 07:15:16.611 [0x7fd1b2ffd700] WARN - [W] onetv_factory::DeviceGetListEx. libusb_init returned an error -99
Jul 27, 2019 07:15:16.611 [0x7fd1b2ffd700] INFO - [I] device_manager_t::get_device_list. Device HDHomeRun {tunetworidenticationid} ({tunertwoipaddress}) - 0, id dvb#hdhr#0#286345693, tuners 1, state 0, standards 1
Jul 27, 2019 07:15:16.611 [0x7fd1b2ffd700] INFO - [I] device_manager_t::get_device_list. Device HDHomeRun {tunetworidenticationid} ({tunertwoipaddress}) - 1, id dvb#hdhr#1#286345693, tuners 1, state 0, standards 1
Jul 27, 2019 07:15:16.611 [0x7fd1b2ffd700] INFO - [I] device_manager_t::get_device_list. Device HDHomeRun {tuneoneridenticationid} ({tuneroneipaddress}) - 0, id dvb#hdhr#0#304168725, tuners 1, state 0, standards 3
Jul 27, 2019 07:15:16.611 [0x7fd1b2ffd700] INFO - [I] device_manager_t::get_device_list. Device HDHomeRun {tuneoneridenticationid} ({tuneroneipaddress}) - 1, id dvb#hdhr#1#304168725, tuners 1, state 0, standards 3**code**
Thank you