I recently went through the “apt update” instead of “apt-get update” process to upgrade plex. Since then, the server hasn’t been able to start-up at all. It was working fine before the upgrade so I’m really not sure what might have happened. The upgrade went through fine, no errors there. I’m also not sure what version I’m on now or if there’s a way to restore the old version?
When I try to run the start-up manually, I get this:
patrick@bessie:~$ sudo -s
[sudo] password for patrick:
root@bessie:~# cd /usr/lib/plexmediaserver/
root@bessie:/usr/lib/plexmediaserver# su plex
plex@bessie:/usr/lib/plexmediaserver$ . /etc/default/plexmediaserver
plex@bessie:/usr/lib/plexmediaserver$ ./Plex\ Media\ Server
In another terminal, I try this:
root@bessie:~# ps aux | grep -i plex
root 3034 0.0 0.0 61008 3788 pts/1 S 08:33 0:00 su plex
plex 3035 0.0 0.0 21472 3772 pts/1 S 08:33 0:00 bash
plex 3038 0.0 0.7 403016 28176 pts/1 Sl+ 08:33 0:00 ./Plex Media Server
root 3046 0.0 0.0 14428 1036 pts/0 S+ 08:37 0:00 grep --color=auto -i plex
root@bessie:~# strace -p 3038
strace: Process 3038 attached
futex(0x7feea11e08e4, FUTEX_WAIT_PRIVATE, 0, NULL
There are no other plex processes running and this one is stuck waiting for a futex.
I’m missing my recording of live TV – any chance anyone could help?
Can ANYONE help me with this? I’m a plex pass subscriber and going to have to cancel my subscription as it’s been like two months now without being able to use my server because of this.
Nice! Seems to be working! I think that chown -R plex:plex was what fixed it, and I kinda shudder to think what that might have done to my NAS, given that it took a long time to run, but it seems like that maybe fixed the problem (for now, anyway).