kteach

Members
  • Posts

    5
  • Joined

  • Last visited

kteach's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thank you. There is nothing there now which is causing any CPU hit (since I restarted the container) I'll check the console again next time I notice the one core going 100%. It surprisingly chatty IMO . Here is an example of a couple of seconds (attached picture)
  2. OK, yes, I have all the same things checked as you. I guess it could be doing any of those things. That said, it is around 10:00am and my time matches your picture. So the tasks should have stopped right? Thank you for the quick reply!
  3. Plex Appears to be Transcoding when not in use I noticed one of my cores was always at 100% in the unRaid dashboard. A simple htop in the console shows it's coming from Plex. Except, when I go to my plex server in a browser it reports no activity. I checked conversions, nothing there. I also checked all my settings and I have nothing set to optimize, or transcode. I've been using Plex forever and I've never set it to optimize or pre-transcode, etc. I love this container, just not sure what to do. Oh, if I stop it and then restart it goes away and I can use Plex like normal. Then, some indeterminate time (within 24 hrs) it starts up again. unRaid 6.12.6 Lastest patch on the Plex Container (I ran an update, problem re-occurred) This is the last bit of my log Critical: libusb_init failed Stopping Plex Media Server. [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... [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 Stopping Plex Media Server. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [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... [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 Thank you for any help!
  4. I just upgraded to 6.12.6 and noticed that my Plex server would not restart (plexinc/pms-docker). Checking the logs revealed many of the folders and files had reverted to root:root, instead of nobody:users. Not all, but many. So I spent lots of time chown -R everywhere and I managed to get the server back up. However, I'm posting here since I thought this was odd behaviour and I'm worried about running into issues in my other containers. Is there a command or series of commands to check or fix permissions in containers after an upgrade like this? Thanks for any help.
  5. I am trying to install Moodle for my School. Everything seems right, but when I try to run the installed docker this is what I get. "moodle 21:13:56.29 Welcome to the Bitnami moodle container moodle 21:13:56.29 Subscribe to project updates by watching https://github.com/bitnami/containers moodle 21:13:56.29 Submit issues and feature requests at https://github.com/bitnami/containers/issues moodle 21:13:56.29 moodle 21:13:56.29 INFO ==> ** Starting Moodle setup ** realpath: /bitnami/apache/conf: No such file or directory moodle 21:13:56.89 INFO ==> Configuring Apache ServerTokens directive moodle 21:13:57.04 INFO ==> Configuring PHP options moodle 21:13:57.04 INFO ==> Setting PHP expose_php option moodle 21:13:57.17 INFO ==> Setting PHP memory_limit option moodle 21:13:57.19 INFO ==> Validating settings in MYSQL_CLIENT_* env vars moodle 21:13:57.22 INFO ==> Validating settings in POSTGRESQL_CLIENT_* env vars moodle 21:13:57.30 INFO ==> Restoring persisted Moodle installation moodle 21:13:57.75 INFO ==> Trying to connect to the database server grep: /opt/bitnami/moodle/config.php: No such file or directory" Any ideas? I have 14 other containers running just fine. Including similar packages, like WordPress. This ... just doesn't run.