Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plex crashed and no more updates :( #14

Closed
vincegre opened this issue Jun 11, 2016 · 3 comments
Closed

Plex crashed and no more updates :( #14

vincegre opened this issue Jun 11, 2016 · 3 comments

Comments

@vincegre
Copy link

vincegre commented Jun 11, 2016

Hi

This morning I have a strange problem. I found my PMS stopped on my FreeNAS. I try to restart it from freeNAS web gui but it doesn't. I restarted FreeNAS but still the same.
I ran by hand the script that goes well but still doesn't update with new release of this night !
I made -f to force update with current version and I got that: (replaced login/pass for confidentiality)

[root@FREENAS ~]# jexec plexmediaserver_1 ./PMS_Updater.sh -u YYYYYY -p XXXXXXXX -a -f                                
Done.                                                                                                                               
Done                                                                                                                                
Done.                                                                                                                               
Done.                                                                                                                               
Done.                                                                                                                               
Done.                                                                                                                               
Starting plexmediaserver.                                                                                                           
Done.                                                                                                                               
[root@FREENAS ~]

But Plex is still not running :(

Any ideas what I can check to find the issue ?

Thanks

@derblub
Copy link

derblub commented Jun 11, 2016

Check your logs. Just had exactly the same issues and resolved it by changing the owner and group of /plexdata/

The error in my log was:

 ERROR - FATAL ERROR: Codecs: Initialize: 'boost::filesystem::create_directories: Permission denied: "/var/db/plexdata/Plex/Codecs"'

@jasongi
Copy link

jasongi commented Jun 12, 2016

Check your logs. Just had exactly the same issues and resolved it by changing the owner and group of /plexdata/

+1 for this, I solved the problem with the following command
chown -R plex:plex /var/db/plexdata/

@vincegre
Copy link
Author

Yep found that also with log, changed rights on directory and back to work now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants