Plex Server on Ubuntu 20.04 (Focal Fossa)

What’s the word on running plex server on Ubuntu 20.04? I go to download the server software and the only debs that are available are for 16.04? My current host is 16.04, but I’m planning on upgrading it not long after 20.04 comes out.

Well… it says “16.04+” which is generally read as “16.04 or newer”. Running strong on my Ubuntu 18.04 LTS.
As for 20.04 – keep in mind this is still only available as beta. Not sure I want to throw my working Plex Media Server on a beta OS during COVID19 lockdown :wink:

If I may add?

I’m following 20.04 closely.

It’s almost at Code Freeze state.
I have the beta in a VM. It’s been rough.

I’m waiting for formal RC before testing again.
I do expect a couple iterations before the RC is fully Release Ready.

3 Likes

I missed the “+” on the package listing - you’re probably spot on.

And don’t worry - I have no intention of doing the upgrade until at least a week or two after the official release. :smiley:

Recommendation? Wait until 20.04.1 (First major update)

Yikes - that messy, is it?

18.04 experience: Really? I went from a rock solid 14.04 install that worked fabulous to 18.04 which stutters, the plex service freezes every once in a while and needs to be stopped/started, transcodes down to 240 and 320p on every movie, and usually struggles to add subtitles.

I have been chomping at the bit just waiting for 20.04 to come out and then, preferably for 20.04.1 tom come out just to be safe.

20.04.1 is where I would also place the as the upgrade point.

There are so many changes in 20.04 that it’s going to minimally take until the first major update to get the bulk ironed out.

Yes… updated in late April 2018 and have been happy ever after.
Maybe some hiccup during your upgrade or something odd about your setup… I’m not aware of any general issues … and I’m sure the forum would go crazy if what you describe was a common issue.

2 Likes

I am curious which CPU is in use and how much memory?

There was a significant change in operating characteristics and loading from 14.04 (lean and mean) to 18.04 GUI + support processes.

I suppose you’re asking @cabalist for his/her server details…
on my end it’s an Intel Core i5-7500T with 8 GB of memory :wink:

I’m sorry. Yes. @cabalist Which CPU and what amount of memory is installed ?

Yeah, 14.04 was quick and rock solid. Based on what I have seen with 18.04 I wonder where the extra required overhead is coming from :wink: It works fine, or seems to, but the only thing it does is run Plex and act as a file server to Mac clients (via smb). I just assumed that it was 18.04…I welcome any tips.

Specs:
16 GB RAM
Intel Core i5-3470 CPU @ 3.20GHz x 4
18.04.3 LTS

Fresh install with very few extraneous apps installed.

Umm, Sorry to say this but that’s about the speed of a current day NAS CPU. 4660 Passmarks.

CPU First Seen on Charts: Q2 2012

https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-3470+%40+3.20GHz&id=822

It can be one HECK of a file server/ NAS and will run RAID like nobody’s business but it’s not up to this challenge. Sorry. I retired my i7-3770 for the same reason.

That explains why 14.04 runs so well on it where anything higher won’t. The threshold has been crossed.

It isn’t up to serving one stream to one device–really? That is all I am ever streaming–one audio or video stream to one device.

That’s probably ok but only H.264 1080p

I’ve been running Plex on 18.04 rock solid since it was released. As tom80H said, it must be something specific to your installation or environment.

The machine has been upgraded at least once. But previously was on i7-3770K w/ 16GB and ran fine, with few issues at all, and that was sharing to multiple endpoints in the house AND sharing across the internet between my 2 grown daughters and their families. It now runs an i7-6700K w/ 32GB RAM.

Note that I don’t use WiFi for anything in my house except mobile devices. All TVs and STBs are hardwired with gigabit ethernet.

1 Like

Just dropping in to say that I upgraded to 20.04 today on my 8th gen NUC. Testing playback to various clients. So far, everything seems ok fingers crossed.

1 Like

Anyone try 20.04 with a WintV QuadHD PCI-E card? I installed the Beta and Plex wouldn’t see the the card. Checked dmesg and didn’t see anything that stood out. Don’t know if it’s a Plex issue, Hauppauge issue, or Ubuntu issue…

EDIT: Fixed by adding plex user to “video” group

Upgraded to 20.04 and plex crashes on start.

May 04 15:26:56 NucPlex Plex Media Server[5083]: ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Crash Reports/1.19.2.2737-
May 04 15:26:56 NucPlex kernel: Plex Media Serv[5104]: segfault at 0 ip 000000000104148f sp 00007f9f86ffc790 error 4 in Plex Media Server[94c000+daa000]
May 04 15:26:56 NucPlex kernel: Code: ff 74 05 e8 f3 fe 6a 00 84 db 0f 85 b9 00 00 00 48 8b b4 24 88 00 00 00 48 8b 9e 30 02 00 00 48 89 e5 48 89 ef e8 91 16 00 00 <48> 8b 03 48 8d bc 24 98 00 00 00 48 
May 04 15:26:56 NucPlex systemd[1]: plexmediaserver.service: Main process exited, code=killed, status=11/SEGV
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- An ExecStart= process belonging to unit plexmediaserver.service has exited.
-- 
-- The process' exit code is 'killed' and its exit status is 11.
May 04 15:26:58 NucPlex gnome-software[3144]: failed to get upgrades for 53d907a89b8cf6db282e318dcb99ad85850fb789: No releases found for device: Not compatible with org.freedesktop.fwupd version 1.2.10,
May 04 15:27:01 NucPlex systemd[2120]: tracker-extract.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- The unit UNIT has successfully entered the 'dead' state.
May 04 15:27:22 NucPlex tracker-store[4710]: OK
May 04 15:27:22 NucPlex systemd[2120]: tracker-store.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--

Mod-Edit: Took the liberty to put some code-tags around your output/log